fix(renovate): Update minor (minor) #94
Open
+217
−437
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:
9.23.0
->9.25.1
11.0.12
->11.1.0
11.0.12
->11.1.0
11.0.12
->11.1.0
8.28.0
->8.31.0
8.28.0
->8.31.0
4.21.0
->4.22.0
16.4.7
->16.5.0
9.23.0
->9.25.1
5.46.2
->5.50.5
22.13.1
->22.15.0
>=22.13.1
->>=22.15.0
8.28.0
->8.31.0
Release Notes
eslint/eslint (@eslint/js)
v9.25.1
Compare Source
Bug Fixes
cdc8e8c
fix: revert directive detection in no-unused-expressions (#19639) (sethamus)Chores
1f2b057
chore: upgrade @eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317f
chore: package.json update for @eslint/js release (Jenkins)v9.25.0
Compare Source
Features
dcd95aa
feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5b
feat: support TS syntax inno-unused-expressions
(#19564) (Sweta Tanwar)90228e5
feat: supportJSRuleDefinition
type (#19604) (루밀LuMir)59ba6b7
feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0
feat: support TypeScript syntax inno-invalid-this
rule (#19532) (Tanuj Kanti)9535cff
feat: support TS syntax inno-loop-func
(#19559) (Nitin Kumar)Bug Fixes
910bd13
fix:nodeTypeKey
not being used inNodeEventGenerator
(#19631) (StyleShit)Documentation
ca7a735
docs: updateno-undef-init
when not to use section (#19624) (Tanuj Kanti)1b870c9
docs: useeslint-config-xo
in the getting started guide (#19629) (Nitin Kumar)5d4af16
docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57
docs: Update README (GitHub Actions Bot)a40348f
docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3
docs: Update README (GitHub Actions Bot)865dbfe
docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)f80b746
docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)865aed6
docs: Update README (GitHub Actions Bot)Chores
88dc196
chore: upgrade @eslint/js@9.25.0 (#19636) (Milos Djermanovic)345288d
chore: package.json update for @eslint/js release (Jenkins)affe6be
chore: upgrade trunk (#19628) (sethamus)dd20cf2
test: fixno-loop-func
test with duplicate variable reports (#19610) (Milos Djermanovic)bd05397
chore: upgrade@eslint/*
dependencies (#19606) (Milos Djermanovic)22ea18b
chore: replace invalidint
type withnumber
inside JSDocs. (#19597) (Arya Emami)v9.24.0
Compare Source
Features
556c25b
feat: support loading TS config files using--experimental-strip-types
(#19401) (Arya Emami)72650ac
feat: support TS syntax ininit-declarations
(#19540) (Nitin Kumar)03fb0bc
feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)071dcd3
feat: support TS syntax inno-dupe-class-members
(#19558) (Nitin Kumar)cd72bcc
feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578
feat: support TS syntax inno-loss-of-precision
(#19560) (Nitin Kumar)30ae4ed
feat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6
feat: support TypeScript syntax inno-array-constructor
(#19493) (Tanuj Kanti)Bug Fixes
b23d1c5
fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)fb8cdb8
fix: useany[]
type forcontext.options
(#19584) (Francesco Trotta)Documentation
f857820
docs: update documentation for--experimental-strip-types
(#19594) (Nikolas Schröter)803e4af
docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979cc
docs: Update README (GitHub Actions Bot)82177e4
docs: Update README (GitHub Actions Bot)e849dc0
docs: replace existing var with const (#19578) (Sweta Tanwar)0c65c62
docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)6be36c9
docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)Build Related
366e369
build: re-enable Prettier formatting forpackage.json
files (#19569) (Francesco Trotta)Chores
ef67420
chore: upgrade @eslint/js@9.24.0 (#19602) (Milos Djermanovic)4946847
chore: package.json update for @eslint/js release (Jenkins)a995acb
chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)b9a5efa
test: skip symlink test on Windows (#19503) (fisker Cheung)46eea6d
chore: removeRule
&FormatterFunction
fromshared/types.js
(#19556) (Nitin Kumar)bdcc91d
chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)7790d83
chore: fix some typos in comment (#19576) (todaymoon)76064a6
test: ignorepackage-lock.json
foreslint-webpack-plugin
(#19572) (Francesco Trotta)nestjs/nest (@nestjs/core)
v11.1.0
Compare Source
v11.1.0 (2025-04-23)
Enhancements
microservices
Committers: 1
v11.0.21
Compare Source
v11.0.21 (2025-04-23)
Enhancements
common
Dependencies
platform-fastify
Committers: 1
v11.0.20
Compare Source
What's Changed
eval
by @Borewit in https://github.com/nestjs/nest/pull/14974New Contributors
Full Changelog: nestjs/nest@v11.0.19...v11.0.20
v11.0.19
Compare Source
v11.0.18
Compare Source
What's Changed
Full Changelog: nestjs/nest@v11.0.17...v11.0.18
v11.0.17
Compare Source
v11.0.16
Compare Source
v11.0.16 (2025-04-11)
file-type
to validate file mimetypes by @Chathula in https://github.com/nestjs/nest/pull/14881v11.0.15
Compare Source
v11.0.15 (2025-04-10)
Bug fixes
platform-fastify
Committers: 1
v11.0.14
Compare Source
v11.0.14 (2025-04-09)
Bug fixes
platform-fastify
Committers: 1
v11.0.13
Compare Source
v11.0.13 (2025-04-03)
Bug fixes
platform-fastify
microservices
Dependencies
platform-express
platform-fastify
Committers: 2
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.31.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.30.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.30.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.29.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.29.0
Compare Source
🚀 Features
ignoreIfStatements
option (#11000)🩹 Fixes
noUncheckedIndexedAccess
is enabled (#10961)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.31.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.30.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.30.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.29.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.29.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
auth0/node-auth0 (auth0)
v4.22.0
Compare Source
Full Changelog
Added
motdotla/dotenv (dotenv)
v16.5.0
Compare Source
Added
Changed
_log
method. Use_debug
#862webpro-nl/knip (knip)
v5.50.5
Compare Source
08a4688
)edf56e0
)cc51eaa
)852298b
)3b142b1
)v5.50.4
Compare Source
b39ac44
)78f8cf4
) - thanks @azat-io!a8b44f6
)v5.50.3
Compare Source
d958e90
)330e918
)e8fcd87
)3db59f7
)v5.50.2
Compare Source
6b6536b
) - thanks @robinvdvleuten!1966c23
)v5.50.1
Compare Source
This reverts commit
d1686e2
. (731fe7e
)v5.50.0
Compare Source
bf4fd5b
)0dfed33
) - thanks @JoshuaKGoldberg!d1686e2
)3bdf5ab
)58cc662
)v5.49.0
Compare Source
d350725
)6132bf7
) - thanks @dyedwiper!3378d60
)d4df794
)toSourcePath
a bit (5efde33
)toEntry
callsites (898c18e
)v5.48.0
Compare Source
8017157
)7476337
)17a6f3c
)e51ef34
)8cf2247
)c9c9211
)450a565
)6630e39
)aab0962
)ba917c3
)v5.47.0
Compare Source
1113957
)cc20ce9
)69f81eb
)4ced243
)f1c4015
)cea22e4
)3323602
) - thanks @codepunkt!0b2cef7
) - thanks @thomasballinger!50b10bd
)046b0fb
)v5.46.5
Compare Source
7ba16e1
and add fixtures (resolves #1015) (5464a4b
)e5ca159
)990f292
)93ec53f
)getAvailableWorkspaceNames
(6ec2226
)eb68ec0
)8d22178
)bab315b
)v5.46.4
Compare Source
16667d1
)v5.46.3
Compare Source
webpack.ProvidePlugin
(resolves #840) (6a69543
)cache
to pnpm commands (resolves #1010) (5f2efd4
)rootDir
set (resolves #1007) (7ba16e1
)nodejs/node (node)
v22.15.0
: 2025-04-23, Version 22.15.0 'Jod' (LTS), @UlisesGascon prepared by @RafaelGSSCompare Source
Notable Changes
3c88f3938b
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370db19a3f9fc
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #573701ee5f840b4
] - (SEMVER-MINOR) cli: allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) #57018872ee0f2ac
] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #5738103a0f3a56b
] - (SEMVER-MINOR) crypto: support --use-system-ca on Windows (Joyee Cheung) #5683394647bbdb2
] - (SEMVER-MINOR) crypto: added support for reading certificates from macOS system store (Tim Jacomb) #565998f7b86a6e7
] - deps: update timezone to 2025a (Node.js GitHub Bot) #56876f9f611fb58
] - (SEMVER-MINOR) deps,tools: add zstd 1.5.6 (Jan Martin) #5210007a6d5f8cf
] - (SEMVER-MINOR) dns: add TLSA record query and parsing (Rithvik Vibhu) #52983d8a83ef2f3
] - doc: add @geeksilva97 to collaborators (Edy Silva) #572416b93ba723b
] - (SEMVER-MINOR) module: use synchronous hooks for preparsing in import(cjs) (Joyee Cheung) #55698b2e44a8079
] - (SEMVER-MINOR) module: implement module.registerHooks() (Joyee Cheung) #55698dc91ae7471
] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #56496bc672fcfdd
] - (SEMVER-MINOR) sqlite: allow returningArrayBufferView
s from user-defined functions (René) #567905edee197ab
] - (SEMVER-MINOR) tls: implement tls.getCACertificates() (Joyee Cheung) #57107f9fe0e09ee
] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #57462673a424180
] - (SEMVER-MINOR) v8: add v8.getCppHeapStatistics() method (Aditi) #571464991e5d826
] - (SEMVER-MINOR) zlib: add zstd support (Jan Martin) #52100Commits
ea70a379c3
] - assert: improve partialDeepStrictEqual performance (Ruben Bridgewater) #575092b419d7e79
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370d817c17fd7
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #573707af0440073
] - assert: improve myers diff performance (Giovanni Bucci) #5727901cf5fb871
] - (SEMVER-MINOR) assert,util: improve performance (Ruben Bridgewater) #57370a58842cee4
] - (SEMVER-MINOR) benchmark: adjust assert runtimes (Ruben Bridgewater) #57370b20b3697aa
] - (SEMVER-MINOR) benchmark: skip running some assert benchmarks by default (Ruben Bridgewater) #57370ec5570fd1e
] - (SEMVER-MINOR) benchmark: add assert partialDeepStrictEqual benchmark (Ruben Bridgewater) #57370b991bf4ca6
] - benchmark: add a warmup on bench-openSync (Elves Vieira) #570514a455bc806
] - build: fix update-wpt workflow (Jonas) #574686ec397e61c
] - build: fix compatibility with V8'sdepot_tools
(Richard Lau) #57330475aaca336
] - build: print 'Formatting Markdown...' for long task markdown formatting (1ilsang) #5710873fced7a97
] - build: fix GN build failure (Cheng) #57013af05f91425
] - build: fix GN build of uv (Cheng) #56955fd3053e947
] - build: gyp exclude libm linking on macOS (deepak1556) #569015ec6b9a50f
] - build: remove explicit linker call to libm on macOS (deepak1556) #56901a893da9be7
] - build: link with Security.framework in GN build (Cheng) #5689502cd8e0a50
] - build: do not put commands in sources variables (Cheng) #5688573dc8c2140
] - build: add double quotes around <(python) (Luigi Pinca) #5682665a3b5f73c
] - build: add build option suppress_all_error_on_warn (Michael Dawson) #56647424aacc942
] - build,win: disable node pch with ccache (Stefan Stojanovic) #57224901685c723
] - build,win: enable ccache (Stefan Stojanovic) #5684779987676c1
] - cli: clarify --cpu-prof-name allowed values (Eugenio Ceschia) #57433503d4237aa
] - (SEMVER-MINOR) cli: allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) #57018ada572b733
] - crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports (Filip Skokan) #574507e5aabde55
] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #573817ea6ac1e09
] - crypto: add support for intermediate certs in --use-system-ca (Tim Jacomb) #5716444b19ec534
] - crypto: support --use-system-ca on non-Windows and non-macOS (Joyee Cheung) #57009e21d126438
] - crypto: fix missing OPENSSL_NO_ENGINE guard (Shelley Vohr) #570122fdf82b357
] - crypto: cleanup root certificates and skip PEM deserialization (Joyee Cheung) #5699903a0f3a56b
] - (SEMVER-MINOR) crypto: support --use-system-ca on Windows (Joyee Cheung) #56833bbdb10bc2c
] - crypto: fix X509* leak in --use-system-ca (Joyee Cheung) #568325470cab6d3
] - crypto: add api to get openssl security level (Michael Dawson) #5660194647bbdb2
] - (SEMVER-MINOR) crypto: added support for reading certificates from macOS system store (Tim Jacomb) #56599caf81ca549
] - debugger: fix behavior of plain object exec in debugger repl (Dario Piotrowicz) #574981d703fe220
] - deps: update c-ares to v1.34.5 (Node.js GitHub Bot) #5779298457dfea3
] - deps: update undici to 6.21.2 (Matteo Collina) #574424a852ba11b
] - deps: V8: cherry-pickc172ffc
(Choongwoo Han) #5743754a12e0bcc
] - deps: update googletest to0bdccf4
(Node.js GitHub Bot) #573802e350963e5
] - deps: update acorn to 8.14.1 (Node.js GitHub Bot) #5738295e5d01c25
] - deps: update amaro to 0.4.1 (marco-ippolito) [#57121](https://redirect.github.com/nodejs/nodeConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Australia/Melbourne.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.