Bump the npm-dependencies group in /sources with 6 updates by dependabot[bot] · Pull Request #879 · gradle/actions (original) (raw)
Bumps the npm-dependencies group in /sources with 6 updates:
| Package | From | To |
|---|---|---|
| @jest/globals | 30.2.0 | 30.3.0 |
| @types/node | 25.3.5 | 25.5.0 |
| @typescript-eslint/eslint-plugin | 8.56.1 | 8.57.0 |
| esbuild | 0.27.3 | 0.27.4 |
| eslint | 10.0.2 | 10.0.3 |
| jest | 30.2.0 | 30.3.0 |
Updates @jest/globals from 30.2.0 to 30.3.0
Release notes
Sourced from @jest/globals's releases.
v30.3.0
Features
[jest-config]AdddefineConfigandmergeConfighelpers for type-safe Jest config (#15844)[jest-fake-timers]AddsetTimerTickModeto configure how timers advance[*]Reduce token usage when run through LLMs (3f17932)Fixes
[jest-config]Keep CLI coverage output when using--jsonwith--outputFile(#15918)[jest-mock]UseSymbolfrom test environment (#15858)[jest-reporters]Fix issue where console output not displayed for GHA reporter even withsilent: falseoption (#15864)[jest-runtime]Fix issue where user cannot utilize dynamic import despite specifying--experimental-vm-modulesNode option (#15842)[jest-test-sequencer]Fix issue where failed tests due to compilation errors not getting re-executed even with--onlyFailuresCLI option (#15851)[jest-util]Make sureprocess.features.require_moduleisfalse(#15867)Chore & Maintenance
Changelog
Sourced from @jest/globals's changelog.
30.3.0
Features
[jest-config]AdddefineConfigandmergeConfighelpers for type-safe Jest config (#15844)[jest-fake-timers]AddsetTimerTickModeto configure how timers advance[*]Reduce token usage when run through LLMs (3f17932)Fixes
[jest-config]Keep CLI coverage output when using--jsonwith--outputFile(#15918)[jest-mock]UseSymbolfrom test environment (#15858)[jest-reporters]Fix issue where console output not displayed for GHA reporter even withsilent: falseoption (#15864)[jest-runtime]Fix issue where user cannot utilize dynamic import despite specifying--experimental-vm-modulesNode option (#15842)[jest-test-sequencer]Fix issue where failed tests due to compilation errors not getting re-executed even with--onlyFailuresCLI option (#15851)[jest-util]Make sureprocess.features.require_moduleisfalse(#15867)Chore & Maintenance
Commits
- efb59c2 v30.3.0
- See full diff in compare view
Updates @types/node from 25.3.5 to 25.5.0
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.56.1 to 8.57.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.57.0
8.57.0 (2026-03-09)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)
🩹 Fixes
- eslint-plugin: [strict-void-return] false positives with overloads (#12055)
- eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
- eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
- eslint-plugin: [prefer-promise-reject-errors] add allow
TypeOrValueSpecifierto prefer-promise-reject-errors (#12094)- eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
- typescript-estree: switch back to use
ts.getModifiers()(#12034)- typescript-estree: if the template literal is tagged and the text has an invalid escape,
cookedwill benull(#11355)❤️ Thank You
- Brad Zacher @bradzacher
- Brian Schlenker @bschlenk
- Evyatar Daud @StyleShit
- fisker Cheung @fisker
- James Henry @JamesHenry
- Josh Goldberg
- Kirk Waiblinger @kirkwaiblinger
- Moses Odutusin @thebolarin
- Newton Yuan @NewtonYuan
- SungHyun627 @SungHyun627
- Younsang Na @nayounsang
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.57.0 (2026-03-09)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)
🩹 Fixes
- eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
- eslint-plugin: [prefer-promise-reject-errors] add allow
TypeOrValueSpecifierto prefer-promise-reject-errors (#12094)- typescript-estree: if the template literal is tagged and the text has an invalid escape,
cookedwill benull(#11355)- eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
- eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
- eslint-plugin: [strict-void-return] false positives with overloads (#12055)
❤️ Thank You
- Brad Zacher @bradzacher
- Brian Schlenker @bschlenk
- Evyatar Daud @StyleShit
- James Henry @JamesHenry
- Josh Goldberg
- Kirk Waiblinger @kirkwaiblinger
- Moses Odutusin @thebolarin
- Newton Yuan @NewtonYuan
- SungHyun627 @SungHyun627
- Younsang Na @nayounsang
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
- 2c6aeee chore(release): publish 8.57.0
- 46bf066 docs(eslint-plugin): document no-unnecessary-condition limitation with object...
- f696dad chore: use pnpm catalog (#12047)
- 2029c78 fix(eslint-plugin): [no-base-to-string] fix false positive for toString with ...
- 0f4f101 fix(eslint-plugin): [prefer-promise-reject-errors] add allow `TypeOrValueSpec...
- 53f473b fix(typescript-estree): if the template literal is tagged and the text has an...
- 2291b81 docs: minor grammar adjustment (#12112)
- fc5cd09 fix(eslint-plugin): guard against negative paramIndex in no-useless-default-a...
- adc2aad fix(eslint-plugin): handle statically analyzable computed keys in prefer-read...
- 85badff fix(eslint-plugin): [strict-void-return] false positives with overloads (#12055)
- Additional commits viewable in compare view
Updates esbuild from 0.27.3 to 0.27.4
Release notes
Sourced from esbuild's releases.
v0.27.4
- Fix a regression with CSS media queries (#4395, #4405, #4406)
Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the<media-type> and <media-condition-without-or>grammar. Specifically, esbuild was failing to wrap anorclause with parentheses when inside<media-condition-without-or>. This release fixes the regression.
Here is an example:
/* Original code /
@media only screen and ((min-width: 10px) or (min-height: 10px)) {
a { color: red }
}
/ Old output (incorrect) /
@media only screen and (min-width: 10px) or (min-height: 10px) {
a {
color: red;
}
}
/ New output (correct) */
@media only screen and ((min-width: 10px) or (min-height: 10px)) {
a {
color: red;
}
}- Fix an edge case with the
injectfeature (#4407)
This release fixes an edge case where esbuild'sinjectfeature could not be used with arbitrary module namespace names exported using anexport {} fromstatement with bundling disabled and a target environment where arbitrary module namespace names is unsupported.
With the fix, the followinginjectfile:
import jquery from 'jquery';
export { jquery as 'window.jQuery' };
Can now always be rewritten as this without esbuild sometimes incorrectly generating an error:
export { default as 'window.jQuery' } from 'jquery';- Attempt to improve API handling of huge metafiles (#4329, #4415)
This release contains a few changes that attempt to improve the behavior of esbuild's JavaScript API with huge metafiles (esbuild's name for the build metadata, formatted as a JSON object). The JavaScript API is designed to return the metafile JSON as a JavaScript object in memory, which makes it easy to access from within a JavaScript-based plugin. Multiple people have encountered issues where this API breaks down with a pathologically-large metafile.
The primary issue is that V8 has an implementation-specific maximum string length, so using theJSON.parseAPI with large enough strings is impossible. This release will now attempt to use a fallback JavaScript-based JSON parser that operates directly on the UTF8-encoded JSON bytes instead of usingJSON.parsewhen the JSON metafile is too big to fit in a JavaScript string. The new fallback path has not yet been heavily-tested. The metafile will also now be generated with whitespace removed if the bundle is significantly large, which will reduce the size of the metafile JSON slightly.
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.27.4
- Fix a regression with CSS media queries (#4395, #4405, #4406)
Version 0.25.11 of esbuild introduced support for parsing media queries. This unintentionally introduced a regression with printing media queries that use the<media-type> and <media-condition-without-or>grammar. Specifically, esbuild was failing to wrap anorclause with parentheses when inside<media-condition-without-or>. This release fixes the regression.
Here is an example:
/* Original code /
@media only screen and ((min-width: 10px) or (min-height: 10px)) {
a { color: red }
}
/ Old output (incorrect) /
@media only screen and (min-width: 10px) or (min-height: 10px) {
a {
color: red;
}
}
/ New output (correct) */
@media only screen and ((min-width: 10px) or (min-height: 10px)) {
a {
color: red;
}
}- Fix an edge case with the
injectfeature (#4407)
This release fixes an edge case where esbuild'sinjectfeature could not be used with arbitrary module namespace names exported using anexport {} fromstatement with bundling disabled and a target environment where arbitrary module namespace names is unsupported.
With the fix, the followinginjectfile:
import jquery from 'jquery';
export { jquery as 'window.jQuery' };
Can now always be rewritten as this without esbuild sometimes incorrectly generating an error:
export { default as 'window.jQuery' } from 'jquery';- Attempt to improve API handling of huge metafiles (#4329, #4415)
This release contains a few changes that attempt to improve the behavior of esbuild's JavaScript API with huge metafiles (esbuild's name for the build metadata, formatted as a JSON object). The JavaScript API is designed to return the metafile JSON as a JavaScript object in memory, which makes it easy to access from within a JavaScript-based plugin. Multiple people have encountered issues where this API breaks down with a pathologically-large metafile.
... (truncated)
Commits
- f9c9012 publish 0.27.4 to npm
- 207dbc7 js api: fall back to js-based metafile json parser
- 1ca56dc fix #4329: auto-minify metafile for large bundles
- e3823aa fix #4415: add uint cast to stdio int parser
- d50e88c chore: correct copy&paste panic message (#4399)
- 8b829b1 fix #4407: incorrect error for inject edge case
- 4384bad fix #4395 close #4405 close #4406: parens for
or - See full diff in compare view
Updates eslint from 10.0.2 to 10.0.3
Release notes
Sourced from eslint's releases.
v10.0.3
Bug Fixes
- e511b58 fix: update eslint (#20595) (renovate[bot])
- f4c9cf9 fix: include variable name in
no-useless-assignmentmessage (#20581) (sethamus)- ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)
Documentation
- 9fc31b0 docs: Update README (GitHub Actions Bot)
- 4efaa36 docs: add info box for
eslint-plugin-eslint-comments(#20570) (DesselBane)- 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
- 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
- 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
- e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)
Chores
- ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)
- e8f2104 chore: updates for v9.39.4 release (Jenkins)
- 5cd1604 refactor: simplify isCombiningCharacter helper (#20524) (Huáng Jùnliàng)
- 70ff1d0 chore: eslint-config-eslint require Node
^20.19.0 || ^22.13.0 || >=24(#20586) (Milos Djermanovic)- e32df71 chore: update eslint-plugin-eslint-comments, remove legacy-peer-deps (#20576) (Milos Djermanovic)
- 53ca6ee chore: disable
eslint-comments/no-unused-disablerule (#20578) (Milos Djermanovic)- e121895 ci: pin Node.js 25.6.1 (#20559) (Milos Djermanovic)
- efc5aef chore: update
tsconfig.jsonineslint-config-eslint(#20551) (Francesco Trotta)
Commits
- bfce7ea 10.0.3
- d44ced8 Build: changelog update for 10.0.3
- e511b58 fix: update eslint (#20595)
- ef8fb92 chore: package.json update for eslint-config-eslint release
- e8f2104 chore: updates for v9.39.4 release
- 5cd1604 refactor: simplify isCombiningCharacter helper (#20524)
- 9fc31b0 docs: Update README
- 70ff1d0 chore: eslint-config-eslint require Node
^20.19.0 || ^22.13.0 || >=24(#20586) - f4c9cf9 fix: include variable name in
no-useless-assignmentmessage (#20581) - 4efaa36 docs: add info box for
eslint-plugin-eslint-comments(#20570) - Additional commits viewable in compare view
Updates jest from 30.2.0 to 30.3.0
Release notes
Sourced from jest's releases.
v30.3.0
Features
[jest-config]AdddefineConfigandmergeConfighelpers for type-safe Jest config (#15844)[jest-fake-timers]AddsetTimerTickModeto configure how timers advance[*]Reduce token usage when run through LLMs (3f17932)Fixes
[jest-config]Keep CLI coverage output when using--jsonwith--outputFile(#15918)[jest-mock]UseSymbolfrom test environment (#15858)[jest-reporters]Fix issue where console output not displayed for GHA reporter even withsilent: falseoption (#15864)[jest-runtime]Fix issue where user cannot utilize dynamic import despite specifying--experimental-vm-modulesNode option (#15842)[jest-test-sequencer]Fix issue where failed tests due to compilation errors not getting re-executed even with--onlyFailuresCLI option (#15851)[jest-util]Make sureprocess.features.require_moduleisfalse(#15867)Chore & Maintenance
Changelog
Sourced from jest's changelog.
30.3.0
Features
[jest-config]AdddefineConfigandmergeConfighelpers for type-safe Jest config (#15844)[jest-fake-timers]AddsetTimerTickModeto configure how timers advance[*]Reduce token usage when run through LLMs (3f17932)Fixes
[jest-config]Keep CLI coverage output when using--jsonwith--outputFile(#15918)[jest-mock]UseSymbolfrom test environment (#15858)[jest-reporters]Fix issue where console output not displayed for GHA reporter even withsilent: falseoption (#15864)[jest-runtime]Fix issue where user cannot utilize dynamic import despite specifying--experimental-vm-modulesNode option (#15842)[jest-test-sequencer]Fix issue where failed tests due to compilation errors not getting re-executed even with--onlyFailuresCLI option (#15851)[jest-util]Make sureprocess.features.require_moduleisfalse(#15867)Chore & Maintenance
Commits
- efb59c2 v30.3.0
- 96c53d3 feat(jest-config): add
defineConfigandmergeConfigfunctions (#15844) - See full diff in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @types/node | [>= 22.a, < 23] |
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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions