chore(deps): bump the npm group across 1 directory with 4 updates
Bumps the npm group with 4 updates in the /integration-tests/js-compute directory: fast-check, undici, zx and eslint.
Updates fast-check from 4.0.1 to 4.1.1
Release notes
Sourced from fast-check's releases.
Avoid overlapping tasks
Fixes
- (PR#5900) Bug: Avoid overlapping tasks during
schedulerexecution- (PR#5894) Doc: Release note for 4.1.0
- (PR#5901) Performance: Slightly faster
schedulerwith explicitundefinedcheckMore effective
waitForonfc.schedulerFeatures
- (PR#5889) Wait longer before scheduling anything with
waitFor- (PR#5892) Better capture scheduled tasks before running scheduling
Fixes
Changelog
Sourced from fast-check's changelog.
4.1.1
Avoid overlapping tasks [Code][Diff]
Fixes
- (PR#5900) Bug: Avoid overlapping tasks during
schedulerexecution- (PR#5894) Doc: Release note for 4.1.0
- (PR#5901) Performance: Slightly faster
schedulerwith explicitundefinedcheck4.1.0
More effective
waitForonfc.scheduler[Code][Diff]Features
- (PR#5889) Wait longer before scheduling anything with
waitFor- (PR#5892) Better capture scheduled tasks before running scheduling
Fixes
- (PR#5868) Doc: Adapt article on Vitest following feedback
- (PR#5891) Performance: Move back to better tick management of
waitFor- (PR#5888) Test: Closely test
waitForon interactions with micro-tasks
Commits
0c99b1e🔖 Update CHANGELOG.md for [email protected] (#5902)1312fa9⚡️ Slightly fasterschedulerwith explicitundefinedcheck (#5901)818ddd0🐛 Avoid overlapping tasks duringschedulerexecution (#5900)12ec538⬆️ Update dependency typedoc to ^0.28.2 (#5896)f04a77d⬆️ Update dependency@types/nodeto ^22.14.0 (#5883)f1dbb6e⬆️ Update dependency typescript to ~5.8.3 (#5887)9375f31🔖 Update CHANGELOG.md for [email protected] (#5893)265829c✨ Better capture scheduled tasks before running scheduling (#5892)99d2218⬆️ Update dependency@microsoft/api-extractorto ^7.52.3 (#5885)95fce36⚡️ Move back to better tick management ofwaitFor(#5891)- Additional commits viewable in compare view
Updates undici from 7.6.0 to 7.7.0
Release notes
Sourced from undici's releases.
v7.7.0
What's Changed
- fix: export UndiciHeaders type and set dispatch headers to UndiciHeaders by
@dancastilloin nodejs/undici#3849- feat(h2): emit connectionerror upon GOAWAY frame by
@metcoder95in nodejs/undici#4123- Update WPT by
@github-actionsin nodejs/undici#4126- Update DNS caching example to include other interceptors, production configuration by
@GeoffreyBoothin nodejs/undici#4127- feat: implement h2c client by
@metcoder95in nodejs/undici#4118New Contributors
@GeoffreyBoothmade their first contribution in nodejs/undici#4127Full Changelog: https://github.com/nodejs/undici/compare/v7.6.0...v7.7.0
Commits
981636fBumped v7.7.0 (#4138)1749556feat: implement h2c client (#4118)67adf42Update DNS caching example to include other interceptors, production settings...73916b3chore: update WPT (#4126)1866f1ffeat(h2): emit connectionError upon GOAWAY frame (#4123)242ec9bfix: export UndiciHeaders type and set dispatch headers to UndiciHeaders (#3849)- See full diff in compare view
Updates zx from 8.5.0 to 8.5.2
Commits
52f5c72chore: bump v to 8.5.2 (#1191)c56353echore: up dev deps (#1190)323d19afix: workaround jsr global types (#1189)698b53bfeat(jsr): improve jsr support (#1186)785dbc2build: flush bundles dir before build (#1187)d5be4cadocs: mentionnode --importand impr CLI description (#1185)23bbf4abuild(deps-dev): bump vite in the npm_and_yarn group across 1 directory (#1183)de0b5edci: enhance publish scripts (#1182)3332e70docs: mention docker in setup guide (#1181)20e3d3fci: configure manual JSR publish flow (#1179)- Additional commits viewable in compare view
Updates eslint from 9.23.0 to 9.24.0
Release notes
Sourced from eslint's releases.
v9.24.0
Features
556c25bfeat: support loading TS config files using--experimental-strip-types(#19401) (Arya Emami)72650acfeat: support TS syntax ininit-declarations(#19540) (Nitin Kumar)03fb0bcfeat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)071dcd3feat: support TS syntax inno-dupe-class-members(#19558) (Nitin Kumar)cd72bccfeat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578feat: support TS syntax inno-loss-of-precision(#19560) (Nitin Kumar)30ae4edfeat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6feat: support TypeScript syntax inno-array-constructor(#19493) (Tanuj Kanti)Bug Fixes
b23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)fb8cdb8fix: useany[]type forcontext.options(#19584) (Francesco Trotta)Documentation
f857820docs: update documentation for--experimental-strip-types(#19594) (Nikolas Schröter)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979ccdocs: Update README (GitHub Actions Bot)82177e4docs: Update README (GitHub Actions Bot)e849dc0docs: replace existing var with const (#19578) (Sweta Tanwar)0c65c62docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)6be36c9docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)Build Related
Chores
ef67420chore: upgrade@eslint/js@9.24.0 (#19602) (Milos Djermanovic)4946847chore: package.json update for@eslint/jsrelease (Jenkins)a995acbchore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)b9a5efatest: skip symlink test on Windows (#19503) (fisker Cheung)46eea6dchore: removeRule&FormatterFunctionfromshared/types.js(#19556) (Nitin Kumar)bdcc91dchore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)7790d83chore: fix some typos in comment (#19576) (todaymoon)76064a6test: ignorepackage-lock.jsonforeslint-webpack-plugin(#19572) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.24.0 - April 4, 2025
ef67420chore: upgrade@eslint/js@9.24.0 (#19602) (Milos Djermanovic)4946847chore: package.json update for@eslint/jsrelease (Jenkins)f857820docs: update documentation for--experimental-strip-types(#19594) (Nikolas Schröter)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer)6d979ccdocs: Update README (GitHub Actions Bot)b23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar)556c25bfeat: support loading TS config files using--experimental-strip-types(#19401) (Arya Emami)82177e4docs: Update README (GitHub Actions Bot)a995acbchore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨)72650acfeat: support TS syntax ininit-declarations(#19540) (Nitin Kumar)03fb0bcfeat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998)b9a5efatest: skip symlink test on Windows (#19503) (fisker Cheung)46eea6dchore: removeRule&FormatterFunctionfromshared/types.js(#19556) (Nitin Kumar)fb8cdb8fix: useany[]type forcontext.options(#19584) (Francesco Trotta)071dcd3feat: support TS syntax inno-dupe-class-members(#19558) (Nitin Kumar)e849dc0docs: replace existing var with const (#19578) (Sweta Tanwar)bdcc91dchore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar)7790d83chore: fix some typos in comment (#19576) (todaymoon)cd72bccfeat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou)2a81578feat: support TS syntax inno-loss-of-precision(#19560) (Nitin Kumar)366e369build: re-enable Prettier formatting forpackage.jsonfiles (#19569) (Francesco Trotta)30ae4edfeat: add new options to class-methods-use-this (#19527) (sethamus)b79ade6feat: support TypeScript syntax inno-array-constructor(#19493) (Tanuj Kanti)0c65c62docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic)76064a6test: ignorepackage-lock.jsonforeslint-webpack-plugin(#19572) (Francesco Trotta)6be36c9docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan)
Commits
d49f5b79.24.09b6ed8aBuild: changelog update for 9.24.0ef67420chore: upgrade@eslint/js@9.24.0 (#19602)4946847chore: package.json update for@eslint/jsreleasef857820docs: update documentation for--experimental-strip-types(#19594)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596)6d979ccdocs: Update READMEb23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595)556c25bfeat: support loading TS config files using--experimental-strip-types(#19...82177e4docs: Update README- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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