📦 Update core devDependencies (major) #40139
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.0
->8.1.1
20.1.1
->21.0.2
11.2.2
->13.0.3
4.3.16
->5.0.0
2.4.0
->3.0.5
18.19.39
->20.16.13
2.1.1
->3.0.1
4.4.1
->5.1.1
7.1.2
->8.0.0
3.6.0
->4.0.1
11.1.0
->12.1.0
6.1.2
->7.0.6
6.1.1
->8.0.0
9.11.0
->11.1.5
5.3.1
->6.0.2
24.1.0
->25.0.1
9.0.5
->10.0.1
8.4.2
->10.1.0
17.0.2
->18.3.1
17.0.2
->18.3.1
11.1.2
->19.0.2
3.7.0
->4.0.0
6.2.1
->7.4.3
1.0.1
->3.1.0
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
Release Notes
octokit/graphql.js (@octokit/graphql)
v8.1.1
Compare Source
Bug Fixes
default
fallback andtypes
export (#565) (9de1ef8)v8.1.0
Compare Source
Features
v8.0.2
Compare Source
Bug Fixes
v8.0.1
Compare Source
Bug Fixes
main
entry point (#551) (d3ada54), closes octokit/core.js#662v8.0.0
Compare Source
Features
BREAKING CHANGES
this package is now ESM
fix: add missing file extension in relative file path import
octokit/rest.js (@octokit/rest)
v21.0.2
Compare Source
Bug Fixes
v21.0.1
Compare Source
Bug Fixes
v21.0.0
Compare Source
Features
BREAKING CHANGES
sinonjs/fake-timers (@sinonjs/fake-timers)
v13.0.3
Compare Source
==================
v13.0.2
Compare Source
==================
v13.0.1
Compare Source
==================
v13.0.0
Compare Source
==================
v12.0.0
Compare Source
==================
v11.3.1
Compare Source
==================
v11.3.0
Compare Source
==================
ajv-validator/ajv-formats (ajv-formats)
v3.0.1
Compare Source
v3.0.0
Compare Source
chaijs/chai (chai)
v5.1.1
Compare Source
What's Changed
toThrow
by @43081j in https://github.com/chaijs/chai/pull/1609New Contributors
Full Changelog: chaijs/chai@v5.1.0...v5.1.1
v5.1.0
Compare Source
What's Changed
iterable
assertion by @koddsson in https://github.com/chaijs/chai/pull/1592New Contributors
Full Changelog: chaijs/chai@v5.0.3...v5.1.0
v5.0.3
Compare Source
Fix bad v5.0.2 publish.
Full Changelog: chaijs/chai@v5.0.2...v5.0.3
v5.0.2
Compare Source
What's Changed
bump-cli
by @koddsson in https://github.com/chaijs/chai/pull/1559??
for node compat (5.x) by @43081j in https://github.com/chaijs/chai/pull/1576loupe
to latest version by @koddsson in https://github.com/chaijs/chai/pull/1579Full Changelog: chaijs/chai@v5.0.1...v5.0.2
v5.0.0
Compare Source
BREAKING CHANGES
import {...} from 'chai'
orimport('chai')
.require('chai')
will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.What's Changed
get-func-name
dependency by @koddsson in https://github.com/chaijs/chai/pull/1416deep-eql
to latest version by @koddsson in https://github.com/chaijs/chai/pull/1542type-detect
as a simple function by @koddsson in https://github.com/chaijs/chai/pull/1544assertion-error
to it's latest major version! by @koddsson in https://github.com/chaijs/chai/pull/1543New Contributors
Full Changelog: chaijs/chai@4.3.1...v5.0.0
v4.5.0
Compare Source
chaijs/chai-as-promised (chai-as-promised)
v8.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: chaijs/chai-as-promised@v7.1.2...v8.0.0
paulmillr/chokidar (chokidar)
v4.0.1
Compare Source
New Contributors
Full Changelog: paulmillr/chokidar@4.0.0...4.0.1
v4.0.0
Compare Source
Special thanks to @43081j for improvements and help.
Full Changelog: paulmillr/chokidar@3.6.0...4.0.0
tj/commander.js (commander)
v12.1.0
Compare Source
Added
v12.0.0
Compare Source
Added
.addHelpOption()
as another way of configuring built-in help option ([#2006]).helpCommand()
for configuring built-in help command ([#2087])Fixed
passThroughOptions
constraints when using.addCommand
and throw if parent command does not have.enablePositionalOptions()
enabled ([#1937])Changed
.storeOptionsAsProperties()
after setting an option value ([#1928])@api private
with documented@private
([#1949]).addHelpCommand()
now takes a Command (passing string or boolean still works as before but deprecated) ([#2087])Deprecated
.addHelpCommand()
passing string or boolean (use.helpCommand()
or pass a Command) ([#2087])Removed
program
export instead) ([#2017])Migration Tips
global program
If you are using the deprecated default import of the global Command object, you need to switch to using a named import (or create a new
Command
).option and command clashes
A couple of configuration problems now throw an error, which will pick up issues in existing programs:
cssnano/cssnano (cssnano)
v7.0.6
: v7.0.6Compare Source
What's Changed
0ms
to0s
by @btea in https://github.com/cssnano/cssnano/pull/1665Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6
v7.0.5
Compare Source
v7.0.4
: v7.0.4Compare Source
Bug fixes
v7.0.3
: v7.0.3Compare Source
Bug Fixes
Thanks to @ota-meshi and @seiyab for their contributions to this release.
v7.0.2
: v7.0.2Compare Source
Bug Fixes
v7.0.1
: v7.0.1Compare Source
Patch changes
Update postcss-calc dependency to latest version
v7.0.0
: v7.0.0Compare Source
Breaking changes
This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the
package.json
engines
field has been updated. The code should otherwise be identical to the previous 6.1.2 release.Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.
sindresorhus/del (del)
v8.0.0
Compare Source
Breaking
e2e5b71
Improvements
e2e5b71
v7.1.0
Compare Source
path
toonProgress
event (#155)f5d31e6
v7.0.0
Compare Source
Breaking
106d7d8
require('del')
→import {deleteAsync} from 'del'
require('del').sync
→import {deleteSync} from 'del'
wheresrhys/fetch-mock (fetch-mock)
v11.1.5
Compare Source
Bug Fixes
v11.1.4
Compare Source
Documentation Changes
v11.1.3
Compare Source
Bug Fixes
v11.1.1
Compare Source
Bug Fixes
v11.1.0
Compare Source
Features
v11.0.2
Compare Source
Bug Fixes
v11.0.1
Compare Source
Bug Fixes
v11.0.0
Compare Source
⚠ BREAKING CHANGES
Bug Fixes
v10.1.1
Compare Source
Bug Fixes
v10.1.0
Compare Source
Features
Bug Fixes
v10.0.8
Compare Source
Miscellaneous
v10.0.7
: Make type definitions compatible with ESM and CommonJsCompare Source
v10.0.6
: Fix type definitionsCompare Source
v10.0.5
: Fix exportsCompare Source
v10.0.4
: Simple API for naming routesCompare Source
e.g.
.mock('/path', 200, 'my-name')
v10.0.3
: Remove custom aborterror implementationCompare Source
v10.0.2
: Support matching data URLsCompare Source
v10.0.1
: Small fixes to typesCompare Source
v10.0.0
: ESM and native fetchCompare Source
A major rewrite to use ESM modules and default to using native fetch in all environments
Other than that the API remains unchanged
kaelzhang/node-ignore (ignore)
v6.0.2
Compare Source
v6.0.1
: 6.x (== 5.3.2)Compare Source
6.x
6.x
is due to a mistake.5.x
to 6.x for now actually changes nothing and does no harm, everyone could just upgrade or ignore the version.6.0.2
is5.3.2
7.0.0
v6.0.0
Compare Source
v5.3.2
Compare Source
Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.