chore(deps): update devdependencies #430
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
4.0.3
->4.1.0
7.28.0
->7.28.4
7.0.2
->7.0.5
13.1.1
->13.2.0
16.0.0
->16.1.0
0.7.7
->0.7.8
0.2.38
->0.2.39
22.17.2
->22.18.8
7.7.0
->7.7.1
9.1.3
->9.2.1
0.50.1
->0.50.2
11.3.0
->11.3.2
1.11.16
->1.13.6
18.0.1
->18.3.1
4.44.2
->4.52.3
4.20.3
->4.20.6
2.5.4
->2.5.8
5.8.3
->5.9.3
6.3.5
->6.3.6
4.1.0
->4.2.0
Release Notes
actions/toolkit (@actions/cache)
v4.1.0
v4.0.5
v4.0.4
@protobuf-ts/plugin
to dev dependencies #2106babel/babel (@babel/core)
v7.28.4
Compare Source
🏠 Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
transform-regenerator
(@liuxingbaoyu)babel-core
v7.28.3
Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
🐛 Bug Fix
babel-parser
import("./a", {with:{},})
(@easrng)💅 Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
scripts
andbabel-worker.cjs
(@JLHwung)🔬 Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
octokit/core.js (@octokit/core)
v7.0.5
Compare Source
Bug Fixes
v7.0.4
Compare Source
Bug Fixes
v7.0.3
Compare Source
Bug Fixes
octokit/plugin-paginate-rest.js (@octokit/plugin-paginate-rest)
v13.2.0
Compare Source
Features
octokit/plugin-rest-endpoint-methods.js (@octokit/plugin-rest-endpoint-methods)
v16.1.0
Compare Source
Features
streetsidesoftware/cspell (cspell)
v9.2.1
Compare Source
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#7795)
fix: Workflow Bot -- Update Dictionaries (main) (#7795)
v9.2.0
Compare Source
refactor: Support url based cache entries (#7639)
refactor: Support url based cache entries (#7639)
Features
fix: Support remote dependencies in cache (#7642)
fix: Support remote dependencies in cache (#7642)
Fixes
fix: Remove `flat-cache` dependency (#7636)
fix: Remove
flat-cache
dependency (#7636)flat-cache
v6 is not compatible with the cspell cache. Sinceflat-cache
was mostly a pass through toflatted
, it was better to just replace it.refactor: move towards caching URLs (#7634)
refactor: move towards caching URLs (#7634)
fix: Support async cache (#7631)
fix: Support async cache (#7631)
fix: Replace file-entry-cache (#6579)
fix: Replace file-entry-cache (#6579)
Deprecating the use of file-entry-cache.
v10 of
file-entry-cache
breaks the spell checker and bloats the cache size.This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies.
fix: Clean cspell-lib type exports (#7615)
fix: Clean cspell-lib type exports (#7615)
Dictionary Updates
fix: Workflow Bot -- Update Dictionaries (main) (#7618)
fix: Workflow Bot -- Update Dictionaries (main) (#7618)
v9.1.5
Compare Source
Fixes
fix: Compile before publish (#7610)
fix: Compile before publish (#7610)
dprint/dprint (dprint)
v0.50.2
Compare Source
Changes
Install
Run
dprint upgrade
or see https://dprint.dev/install/Checksums
jprichardson/node-fs-extra (fs-extra)
v11.3.2
Compare Source
UnhandledPromiseRejectionWarning
that could occur when calling.copy()
in some cases (#1056, #1058)v11.3.1
Compare Source
move
/moveSync
could incorrectly think files are identical on Windows (#1050)evilmartians/lefthook (lefthook)
v1.13.6
Compare Source
v1.13.5
Compare Source
v1.13.4
Compare Source
v1.13.3
Compare Source
v1.13.2
Compare Source
v1.13.1
Compare Source
v1.13.0
Compare Source
v1.12.4
Compare Source
v1.12.3
Compare Source
run
,files
, andfiles-global
config descriptions, document that thesh
shell is used (#1086) by @ItsHarperv1.12.2
Compare Source
v1.12.1
Compare Source
v1.12.0
Compare Source
raineorshine/npm-check-updates (npm-check-updates)
v18.3.1
Compare Source
v18.3.0
Compare Source
v18.2.1
Compare Source
v18.2.0
Compare Source
Thanks to community members for raising awareness and to @SebastianSedzik for the implementation.
See: #1547
Feature:
--cooldown
Usage:
The cooldown option helps protect against supply chain attacks by requiring package versions to be published at least the given number of days before considering them for upgrade.
Note that previous stable versions will not be suggested. The package will be completely ignored if its latest published version is within the cooldown period. This is due to a limitation of the npm registry, which does not provide a way to query previous stable versions.
Example:
Let's examine how cooldown works with a package that has these versions available:
With default target (latest):
No update will be suggested because:
--cooldown 4
or lower to allow this updateWith
@beta
/@tag
target:No update will be suggested because:
--cooldown 2
or lower to allow this updateWith other targets:
Each target will select the best version that is at least 5 days old:
Note for latest/tag targets:
v18.1.1
Compare Source
v18.1.0
Compare Source
v18.0.3
Compare Source
v18.0.2
Compare Source
rollup/rollup (rollup)
v4.52.3
Compare Source
2025-09-27
Bug Fixes
Pull Requests
fb197b7
(@renovate[bot])v4.52.2
Compare Source
2025-09-23
Bug Fixes
Pull Requests
v4.52.1
Compare Source
2025-09-23
Bug Fixes
Pull Requests
v4.52.0
Compare Source
2025-09-19
Features
output.onlyExplicitManualChunks
to turn off merging additional dependencies into manual chunks (#6087)Pull Requests
v4.51.0
Compare Source
2025-09-19
Features
Bug Fixes
Pull Requests
v4.50.2
Compare Source
2025-09-15
Bug Fixes
Pull Requests
v4.50.1
Compare Source
2025-09-07
Bug Fixes
Pull Requests
v4.50.0
Compare Source
2025-08-31
Features
Bug Fixes
Pull Requests
v4.49.0
Compare Source
2025-08-27
Features
Pull Requests
cli/run/loadConfigFile.ts
as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz, @TrickyPi)v4.48.1
Compare Source
2025-08-25
Bug Fixes
Pull Requests
v4.48.0
Compare Source
2025-08-23
Features
Bug Fixes
Pull Requests
v4.47.1
Compare Source
2025-08-21
Bug Fixes
Pull Requests
v4.47.0
Compare Source
2025-08-21
Features
Bug Fixes
undefined
for optional fields in Rollup types (#6061)Pull Requests
v4.46.4
Compare Source
2025-08-20
Bug Fixes
in
operator (#6052)Pull Requests
in
withsyntheticNamedExports
(@hi-ogawa)v4.46.3
Compare Source
2025-08-18
Bug Fixes
Pull Requests
generated by
comment diff on Windows (@sapphi-red)no_opt_arch
feature for mimalloc-safe (@sapphi-red)v4.46.2
Compare Source
2025-07-29
Bug Fixes
Pull Requests
v4.46.1
Compare Source
2025-07-28
Bug Fixes
in
operator on external namespaces (#6036)Pull Requests
v4.46.0
[Compare Source](https://redirect.github.com/ro
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.