Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.124.0 #1506

Merged
merged 6 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: yarn test:e2e
- uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
if: always()
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
accessToken: ${{ secrets.GITHUB_TOKEN }}

- name: Upload artifacts
uses: actions/upload-artifact@master
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: Lighthouse reports
path: ${{ github.workspace }}/tmp/artifacts
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 1.124.0
---------------

- Update dependency rimraf to v6 (#1452)
- Update dependency inquirer to v12 (#1463)
- Update dependency sinon to v19 (#1454)
- Update actions/upload-artifact action to v4 (#1352)

Version 1.123.3 (Released February 03, 2025)
---------------

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocw-hugo-themes",
"version": "1.123.3",
"version": "1.124.0",
"description": "A Hugo theme for building OCW websites",
"repository": "mitodl/ocw-hugo-themes",
"main": "base-theme/assets/index.js",
Expand Down Expand Up @@ -115,7 +115,7 @@
"file-loader": "^5.0.2",
"hugo-bin-extended": "0.115.4",
"imports-loader": "^0.8.0",
"inquirer": "^8.2.5",
"inquirer": "^12.0.0",
"jest": "^27.4.7",
"jest-fetch-mock": "^3.0.3",
"jest-watch-typeahead": "^2.2.0",
Expand All @@ -128,11 +128,11 @@
"prettier-eslint": "13.0.0",
"prettier-eslint-cli": "^7.1.0",
"recursive-readdir": "^2.2.3",
"rimraf": "^3.0.2",
"rimraf": "^6.0.0",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.0",
"serve-handler": "^6.1.3",
"sinon": "^10.0.0",
"sinon": "^19.0.0",
"terser-webpack-plugin": "^5.3.3",
"ts-jest": "^27.1.2",
"ts-loader": "9.3.1",
Expand Down
Loading