dependabot/npm_and_yarn/dev-minor-updates-e674c81da0
dev-1.3.1
Bumps the dev-minor-updates group with 6 updates:
9.31.0
9.34.0
24.0.13
24.3.0
5.8.3
5.9.2
8.37.0
8.40.0
7.0.4
7.1.3
Updates @eslint/js from 9.31.0 to 9.34.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
v9.34.0 Features 0bb777a feat: multithread linting (#19794) (Francesco Trotta) 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998) Bug Fixes 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti) 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger) 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar) Documentation 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli) 327c672 docs: Update README (GitHub Actions Bot) bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig) 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git) 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada)) c36570c docs: Update README (GitHub Actions Bot) Chores f19ad94 chore: upgrade to @eslint/[email protected] (#20030) (Francesco Trotta) b48fa20 chore: package.json update for @eslint/js release (Jenkins) 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins) 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir) d503f19 ci: fix stale.yml (#20010) (루밀LuMir) e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir) 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot]) v9.33.0 Features e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus) 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar) Bug Fixes 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta) e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗) Documentation 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti) dc942a4 docs: Update README (GitHub Actions Bot) 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada)) 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada)) 0d17242 docs: Update README (GitHub Actions Bot) fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas) Build Related 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic) Chores 4258046 chore: update dependency @eslint/js to v9.33.0 (#19998) (renovate[bot]) ad28371 chore: package.json update for @eslint/js release (Jenkins)
0bb777a
43a5f9e
9b89903
6c07420
676f4ac
0b4a590
327c672
bf26229
2309327
2b87e21
c36570c
f19ad94
@eslint/[email protected]
b48fa20
4bce8a2
0c9999c
grouped-accessor-pairs
d503f19
stale.yml
e2dc67d
7093cb8
e07820e
90b050e
one-var
732433c
meta.docs.recommended
e8a6914
34f0723
dc942a4
5a4b6f7
247e156
no-plusplus
0d17242
fa20b9d
27fa865
ESLint
4258046
ad28371
... (truncated)
Sourced from @eslint/js's changelog.
v9.34.0 - August 22, 2025 f19ad94 chore: upgrade to @eslint/[email protected] (#20030) (Francesco Trotta) b48fa20 chore: package.json update for @eslint/js release (Jenkins) 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins) 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir) 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli) 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti) 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger) 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar) 327c672 docs: Update README (GitHub Actions Bot) d503f19 ci: fix stale.yml (#20010) (루밀LuMir) 0bb777a feat: multithread linting (#19794) (Francesco Trotta) bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig) 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998) e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir) 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot]) 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git) 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada)) c36570c docs: Update README (GitHub Actions Bot) v9.33.0 - August 8, 2025 4258046 chore: update dependency @eslint/js to v9.33.0 (#19998) (renovate[bot]) ad28371 chore: package.json update for @eslint/js release (Jenkins) 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998) 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta) 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti) dc942a4 docs: Update README (GitHub Actions Bot) 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada)) 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada)) 0d17242 docs: Update README (GitHub Actions Bot) e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus) fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas) 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta) e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗) 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar) 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic) v9.32.0 - July 25, 2025 960fd40 fix: Upgrade @eslint/js (#19971) (Nicholas C. Zakas) 50de1ce chore: package.json update for @eslint/js release (Jenkins) bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas) 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir) d498887 fix: bump @eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic) 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta) b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic) f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic) f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
v9.34.0 - August 22, 2025
v9.33.0 - August 8, 2025
06a22f1
54920ed
Linter.Config
ESLintRules
v9.32.0 - July 25, 2025
960fd40
50de1ce
bbf23fa
74f01a3
jiti
^2.5.1
d498887
@eslint/plugin-kit
2ab1381
b7f7545
SourceCode
f5a35e3
f46fc6c
Updates @types/node from 24.0.13 to 24.3.0
@types/node
Updates eslint from 9.31.0 to 9.34.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
b8875f6
2e455fb
Updates typescript from 5.8.3 to 5.9.2
typescript
Sourced from typescript's releases.
TypeScript 5.9 For release notes, check out the release announcement fixed issues query for Typescript 5.9.0 (Beta). fixed issues query for Typescript 5.9.1 (RC). No specific changes for TypeScript 5.9.2 (Stable) Downloads are available on: npm TypeScript 5.9 RC For release notes, check out the release announcement fixed issues query for Typescript 5.9.0 (Beta). fixed issues query for Typescript 5.9.1 (RC). Downloads are available on: npm TypeScript 5.9 Beta For release notes, check out the release announcement. fixed issues query for Typescript 5.9.0 (Beta). Downloads are available on: npm
For release notes, check out the release announcement
Downloads are available on:
For release notes, check out the release announcement.
be86783
verbatimModuleSyntax
22ef577
d5a414c
noErrorTruncation
maximumLength
f14b5c8
2778e84
65cb4bd
9e20e03
87740bc
833a8d4
0018c9f
Updates typescript-eslint from 8.37.0 to 8.40.0
typescript-eslint
Sourced from typescript-eslint's releases.
v8.40.0 8.40.0 (2025-08-18) 🩹 Fixes typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475) typescript-estree: correct range of import assertion with trailing comma (#11478) utils: correct calculateConfigForFile return type (#11451) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger Nolan Gajdascz @Gajdascz You can read about our versioning strategy and releases on our website. v8.39.1 8.39.1 (2025-08-11) 🩹 Fixes typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can read about our versioning strategy and releases on our website. v8.39.0 8.39.0 (2025-08-04) 🚀 Features update to TypeScript 5.9.2 (#11445) eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127) eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427) eslint-plugin: [only-throw-error] support yield/await expressions (#11417) 🩹 Fixes eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272) eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403) ❤️ Thank You Brad Zacher @bradzacher James Garbutt @43081j Kim Sang Du @developer-bandi Sasha Kondrashov
plugin
parser
configs
defineConfig()
tseslint.config()
calculateConfigForFile
@kirkwaiblinger
@Gajdascz
You can read about our versioning strategy and releases on our website.
file://
tsconfigRootDir
check
unsafeObjectPattern
@bradzacher
@43081j
@developer-bandi
Sourced from typescript-eslint's changelog.
8.40.0 (2025-08-18) 🩹 Fixes typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can read about our versioning strategy and releases on our website. 8.39.1 (2025-08-11) 🩹 Fixes typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can read about our versioning strategy and releases on our website. 8.39.0 (2025-08-04) 🚀 Features update to TypeScript 5.9.2 (#11445) ❤️ Thank You Brad Zacher @bradzacher You can read about our versioning strategy and releases on our website. 8.38.0 (2025-07-21) 🩹 Fixes typescript-eslint: error on nested extends in tseslint.config() (#11361) typescript-eslint: infer tsconfigRootDir with v8 API (#11412) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can read about our versioning strategy and releases on our website.
extends
60c3b26
3426f0d
b2ee794
7319bad
c98d513
2112d58
d11e79e
6d8fae9
abb7c4d
Updates vite from 7.0.4 to 7.1.3
vite
Sourced from vite's releases.
v7.1.3 Please refer to CHANGELOG.md for details. v7.1.2 Please refer to CHANGELOG.md for details. v7.1.1 Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. v7.1.0 Please refer to CHANGELOG.md for details. v7.1.0-beta.1 Please refer to CHANGELOG.md for details. v7.1.0-beta.0 Please refer to CHANGELOG.md for details. v7.0.6 Please refer to CHANGELOG.md for details. v7.0.5 Please refer to CHANGELOG.md for details.
Please refer to CHANGELOG.md for details.
Sourced from vite's changelog.
7.1.3 (2025-08-19) Features cli: add Node.js version warning for unsupported versions (#20638) (a1be1bf) generate code frame for parse errors thrown by terser (#20642) (a9ba017) support long lines in generateCodeFrame (#20640) (1559577) Bug Fixes deps: update all non-major dependencies (#20634) (4851cab) optimizer: incorrect incompatible error (#20439) (446fe83) support multiline new URL(..., import.meta.url) expressions (#20644) (9ccf142) Performance Improvements cli: dynamically import resolveConfig (#20646) (f691f57) Miscellaneous Chores deps: update rolldown-related dependencies (#20633) (98b92e8) Code Refactoring replace startsWith with strict equality (#20603) (42816de) use import in worker threads (#20641) (530687a) Tests remove checkNodeVersion test (#20647) (731d3e6) 7.1.2 (2025-08-12) Bug Fixes client: add [vite] prefixes to debug logs (#20595) (7cdef61) config: make debugger work with bundle loader (#20573) (c583927) deps: update all non-major dependencies (#20587) (20d4817) don't consider ids with npm: prefix as a built-in module (#20558) (ab33803) hmr: watch non-inlined assets referenced by CSS (#20581) (b7d494b) module-runner: prevent crash when sourceMappingURL pattern appears in string literals (#20554) (2770478) Miscellaneous Chores deps: migrate to @jridgewell/remapping from @ampproject/remapping (#20577) (0a6048a) deps: update rolldown-related dependencies (#20586) (77632c5)<... Description has been truncated
generateCodeFrame
resolveConfig
import
checkNodeVersion
[vite]
npm:
@jridgewell/remapping
@ampproject/remapping
Description has been truncated
No dependencies set.
The note is not visible to the blocked user.
Bumps the dev-minor-updates group with 6 updates:
9.31.09.34.024.0.1324.3.09.31.09.34.05.8.35.9.28.37.08.40.07.0.47.1.3Updates
@eslint/jsfrom 9.31.0 to 9.34.0Release notes
Sourced from
@eslint/js's releases.... (truncated)
Changelog
Sourced from
@eslint/js's changelog.... (truncated)
Commits
b48fa20chore: package.json update for@eslint/jsreleasead28371chore: package.json update for@eslint/jsrelease50de1cechore: package.json update for@eslint/jsreleaseUpdates
@types/nodefrom 24.0.13 to 24.3.0Commits
Updates
eslintfrom 9.31.0 to 9.34.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b8875f69.34.02e455fbBuild: changelog update for 9.34.0f19ad94chore: upgrade to@eslint/[email protected](#20030)b48fa20chore: package.json update for@eslint/jsrelease4bce8a2chore: package.json update for eslint-config-eslint release0c9999crefactor: prefer default options ingrouped-accessor-pairs(#20028)0b4a590docs: make rulesdir deprecation clearer (#20018)9b89903fix: default value of accessor-pairs option in rule.d.ts file (#20024)6c07420fix: fix spurious failure in neostandard integration test (#20023)676f4acfix: allow scientific notation with trailing zeros matching exponent (#20002)Updates
typescriptfrom 5.8.3 to 5.9.2Release notes
Sourced from typescript's releases.
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...Updates
typescript-eslintfrom 8.37.0 to 8.40.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
60c3b26chore(release): publish 8.40.03426f0dfix(typescript-eslint): exportplugin,parser, andconfigsthat are com...b2ee794chore(release): publish 8.39.17319badfix(typescript-eslint): handlefile://urls in stack trace when inferring `...c98d513chore(release): publish 8.39.02112d58feat: update to TypeScript 5.9.2 (#11445)d11e79echore(release): publish 8.38.06d8fae9fix(typescript-eslint): error on nestedextendsintseslint.config()(#11...abb7c4dfix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)Updates
vitefrom 7.0.4 to 7.1.3Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.