Skip to content

Commit

Permalink
Merge pull request #14124 from craftcms/feature/cms-1202-upgrade-node…
Browse files Browse the repository at this point in the history
…-deps

Upgrade node deps
  • Loading branch information
brandonkelly committed Jan 12, 2024
2 parents 3e9f011 + 0f9c9ef commit d3c9547
Show file tree
Hide file tree
Showing 160 changed files with 10,622 additions and 5,478 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
php_version: '8.2'
craft_version: '5'
node_version: '20'
jobs: '["ecs", "prettier", "phpstan", "tests"]'
notify_slack: true
slack_subteam: <!subteam^SGFL9NKNZ>
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.1
v20.10.0
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"singleQuote": true,
"bracketSpacing": false,
"vueIndentScriptAndStyle": true
"vueIndentScriptAndStyle": true,
"trailingComma": "es5"
}
4 changes: 4 additions & 0 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,3 +512,7 @@
- Slugs are no longer required for elements that don’t have a URI format that contains `slug`.
- Fixed a bug where multi-site element queries weren’t scoring elements on a per-site basis. ([#13801](https://github.com/craftcms/cms/discussions/13801))
- Fixed an error that could occur if eager-loading aliases conflicted with native eager-loading handles, such as `author`. ([#14057](https://github.com/craftcms/cms/issues/14057))
- Updated Axios to 1.6.5.
- Updated D3 to 7.8.5.
- Updated Punycode to 2.0.1.
- Updated XRegExp to 5.1.1.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Improved the accessibility of element indexes. ([#14120](https://github.com/craftcms/cms/pull/14120))
- Fixed a bug where asset edit screens didn’t include the “Open in Image Editor” action item. ([#14125](https://github.com/craftcms/cms/pull/14125))
- Updated Axios to 1.6.5.
- Updated D3 to 7.8.5.
- Updated Punycode to 2.0.1.
- Updated XRegExp to 5.1.1.

## 5.0.0-alpha.5 - 2024-01-09

Expand Down

0 comments on commit d3c9547

Please sign in to comment.