headless-wp-nuxt
headless-wp-nuxt copied to clipboard
Bump semver, nuxt, node-sass and sass-loader
Bumps semver to 7.5.3 and updates ancestor dependencies semver, nuxt, node-sass and sass-loader. These dependencies need to be updated together.
Updates semver from 5.3.0 to 7.5.3
Release notes
Sourced from semver's releases.
v7.5.3
7.5.3 (2023-06-22)
Bug Fixes
abdd93d#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)Documentation
v7.5.2
7.5.2 (2023-06-15)
Bug Fixes
58c791f#566 diff when detecting major change from prerelease (#566) (@lukekarrys)5c8efbc#565 preserve build in raw after inc (#565) (@lukekarrys)717534e#564 better handling of whitespace (#564) (@lukekarrys)v7.5.1
7.5.1 (2023-05-12)
Bug Fixes
d30d25a#559 show type on invalid semver error (#559) (@tjenkinson)v7.5.0
7.5.0 (2023-04-17)
Features
503a4e5#548 allow identifierBase to be false (#548) (@lsvalina)Bug Fixes
e219bb4#552 throw on bad version with correct error message (#552) (@wraithgar)fc2f3df#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)2781767#547 avoid re-instantiating SemVer during diff compare (#547) (@macno)v7.4.0
7.4.0 (2023-04-10)
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar,@b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
... (truncated)
Changelog
Sourced from semver's changelog.
7.5.3 (2023-06-22)
Bug Fixes
abdd93d#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)Documentation
7.5.2 (2023-06-15)
Bug Fixes
58c791f#566 diff when detecting major change from prerelease (#566) (@lukekarrys)5c8efbc#565 preserve build in raw after inc (#565) (@lukekarrys)717534e#564 better handling of whitespace (#564) (@lukekarrys)7.5.1 (2023-05-12)
Bug Fixes
d30d25a#559 show type on invalid semver error (#559) (@tjenkinson)7.5.0 (2023-04-17)
Features
503a4e5#548 allow identifierBase to be false (#548) (@lsvalina)Bug Fixes
e219bb4#552 throw on bad version with correct error message (#552) (@wraithgar)fc2f3df#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)2781767#547 avoid re-instantiating SemVer during diff compare (#547) (@macno)7.4.0 (2023-04-10)
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar,@b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
940723d#538 intersects with v0.0.0 and v0.0.0-0 (#538) (@wraithgar)aa516b5#535 faster parse options (#535) (@H4ad)61e6ea1#536 faster cache key factory for range (#536) (@H4ad)f8b8b61#541 optimistic parse (#541) (@H4ad)796cbe2#533 semver.diff prerelease to release recognition (#533) (@wraithgar,@dominique-blockchain)
... (truncated)
Commits
7fdf1efchore: release 7.5.3bf53dd8docs: add example for>comparator (#569)abdd93dfix: set max lengths in regex for numeric and build identifiers (#571)e7b78dechore: release 7.5.258c791ffix: diff when detecting major change from prerelease (#566)5c8efbcfix: preserve build in raw after inc (#565)717534efix: better handling of whitespace (#564)2f738e9chore: bump@npmcli/template-ossfrom 4.14.1 to 4.15.1 (#558)aa016a6chore: release 7.5.1d30d25afix: show type on invalid semver error (#559)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates nuxt from 2.9.2 to 2.17.0
Release notes
Sourced from nuxt's releases.
v2.17.0
2.17.0 is the next minor release for Nuxt 2.
✨ Highlights
Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.
It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.
👉 Changelog
🚀 Enhancements
- types: Support nuxt types for defineComponent (#19789)
- csp: Support generating nonce for scripts and links in ssr (#9621)
- webpack: Support passing function as postcssOptions (#19495)
🔥 Performance
- config: Avoid recursive md4 patching (7fab95252)
🩹 Fixes
- Relax node engines upper constraint (010b539ed)
- utils: Respect patterns within paths when sorting routes (#20669)
- vue-app: Skip page render early on error or navigation (#20719)
- babel-preset-app: Add explicit dep on used babel plugin (#21488)
🏡 Chore
- Reenable publishing 🙈 (4ce8b118e)
- Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
- Bump jest dependencies (#20506)
- Remove resolved advisories (98cd35665)
- Skip publishing node_modules folder (8799cfacc)
- Remove obsolete useWorkspaces option (27e450119)
✅ Tests
- Add catchall path to route generation test (71c359516)
- Update windows snapshot (4ec274ae2)
- Update jest snapshots to remove escaped quotes (f93411c7c)
🤖 CI
... (truncated)
Commits
1ce34ecv2.17.05a51da3ci: apply changes to windows workflow as wellc42b54fchore(deps): update devdependency sass to v1.63.3 (2.x) (#21495)4edb5efci: skip in-progress on prs, skip tests on release branches + enable provenan...52769b3chore(deps): update actions/checkout action to v3.5.3 (2.x) (#21494)3e4284efeat(webpack): support passing function aspostcssOptions(#19495)f842c75chore(deps): update all non-major dependencies (2.x) (#21474)a0fd395fix(babel-preset-app): add explicit dep on used babel plugin (#21488)27e4501chore: remove obsoleteuseWorkspacesoption8ce5350chore(deps): update devdependency lerna to v7 (2.x) (#21465)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.
Updates node-sass from 4.13.1 to 9.0.0
Release notes
Sourced from node-sass's releases.
v9.0.0
What's Changed
- Node 20 support by
@nschonniin sass/node-sass#3355Breaking changes
- Drop support for Node 14 (
@nschonni)Supported Environments
OS Architecture Node Windows x86 & x64 16, 18, 19, 20 OSX x64 16, 18, 19, 20 Linux* x64 16, 18, 19, 20 Alpine Linux x64 16, 18, 19, 20 *Linux support refers to major distributions like Ubuntu, and Debian
v8.0.0
What's Changed
- Fix binaries being partially downloaded by
@xzyferin sass/node-sass#3313- Bump node-gyp and nan for node 19 support by
@xzyferin sass/node-sass#3314- feat: Node 18 and 19 support and drop Node 17 by
@nschonniin sass/node-sass#3257Breaking changes
- Drop support for Node 12 (
@nschonni)- Drop support for Node 17 (
@nschonni)- Set
rejectUnauthorizedtotrueby default (@scott-ut, #3149)Features
- Add support for Node 18 (
@nschonni)- Add support for Node 19 (
@nschonni)- Replace
requestwithmake-fetch-happen(@CamilleDrapier@xzyfer, #3193, #3313)Dependencies
- Bump [email protected]
- Bump node-gyp
@9.0.0- Bump nan@^2.17.0
- Bump sass-graph@^4.0.1
Misc
- Bump various GitHub Actions dependencies (
@nschonni)
... (truncated)
Commits
87f3899feat: Node 20 support (#3355)06ae4c7build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3350)e069f73build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0c34837dbuild(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0ee13eb98.0.098e75b3feat: Node 18 and 19 support and drop Node 17 (#3257)e9bb866Bump node-gyp and nan for node 19 support (#3314)ab7840bFix binaries being partially downloaded (#3313)d595abf7.0.33b556c17.0.2- Additional commits viewable in compare view
Updates sass-loader from 8.0.0 to 13.3.2
Release notes
Sourced from sass-loader's releases.
v13.3.2
13.3.2 (2023-06-09)
Bug Fixes
v13.3.1
13.3.1 (2023-05-28)
Bug Fixes
v13.3.0
13.3.0 (2023-05-22)
Features
v13.2.2
13.2.2 (2023-03-27)
Bug Fixes
v13.2.1
13.2.1 (2023-03-18)
Bug Fixes
- do not crash on a custom scheme in
@import/@usefor the modern API (21966ee)v13.2.0
13.2.0 (2022-11-09)
Features
v13.1.0
... (truncated)
Changelog
Sourced from sass-loader's changelog.
13.3.2 (2023-06-09)
Bug Fixes
13.3.1 (2023-05-28)
Bug Fixes
13.3.0 (2023-05-22)
Features
13.2.2 (2023-03-27)
Bug Fixes
13.2.1 (2023-03-18)
Bug Fixes
- do not crash on a custom scheme in
@import/@usefor the modern API (21966ee)13.2.0 (2022-11-09)
Features
13.1.0 (2022-10-06)
Features
... (truncated)
Commits
b87cb11chore(release): 13.3.277e7a8brefactor: loadneo-asynclazily (#1147)fb4217cdocs: update readme for theproductionmode andoutputStyle(#1146)9e87b6bfix(perf): avoid usingklonaforsassoptions (#1145)7d2deb3docs: remove Gitter from issue templates (#1144)6e2bfaachore(release): 13.3.1ed6f313fix: warnings and errors serialization (#1142)1f99474fix: error handling better (#1141)daf62bechore(release): 13.3.09a03c87feat: add support for node-sass v9 (#1140)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.