chore(dev-deps): bump the dev-minor-patch group with 6 updates#389
Conversation
Bumps the dev-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.6.2` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.16` | `1.6.17` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.4` | `11.3.5` | | [nock](https://github.com/nock/nock) | `14.0.12` | `14.0.15` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.11` | Updates `@eslint/compat` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat) Updates `@types/node` from 25.6.0 to 25.6.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/eslint-plugin` from 1.6.16 to 1.6.17 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.6.16...v1.6.17) Updates `fs-extra` from 11.3.4 to 11.3.5 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.4...11.3.5) Updates `nock` from 14.0.12 to 14.0.15 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.12...v14.0.15) Updates `vite` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.11/packages/vite) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-patch - dependency-name: "@types/node" dependency-version: 25.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: fs-extra dependency-version: 11.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: nock dependency-version: 14.0.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch - dependency-name: vite dependency-version: 8.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependabot Fix AssessmentPackages: 6 dev-dependency bumps (minor/patch)
Scope: devDependencies only What changed upstream
Migration concerns checked
What broke in CIFailed check: Root cause: Server-side rate limiting (code 4003), not a code change The browser logs show: The test disconnects the WebSocket to simulate a network outage, then waits for auto-reconnect. The reconnection logic (in None of the 6 bumped packages affect WebSocket reconnection timing. The source code in Evidence this is flakiness, not a regression:
What was fixedNo code changes were needed. This is test infrastructure flakiness. Verification (run locally against this branch)
Notes for reviewerThe failing E2E test ( This PR is safe to merge. The dependency updates are all devDependencies with no runtime behavior changes relevant to this codebase. |
Bumps the dev-minor-patch group with 6 updates:
2.0.52.1.025.6.025.6.21.6.161.6.1711.3.411.3.514.0.1214.0.158.0.108.0.11Updates
@eslint/compatfrom 2.0.5 to 2.1.0Release notes
Sourced from @eslint/compat's releases.
Changelog
Sourced from @eslint/compat's changelog.
Commits
b894953chore: release main (#446)334038ddocs: Update README sponsors9b51352feat: Add newincludeIgnoreFile()to config-helpers (#430)70b6997docs: Update README sponsors35b6b94chore: update TypeScript to v6 (#417)7807d71docs: Update README sponsors57001eadocs: Update README sponsors0b62133docs: Update README sponsorsUpdates
@types/nodefrom 25.6.0 to 25.6.2Commits
Updates
@vitest/eslint-pluginfrom 1.6.16 to 1.6.17Release notes
Sourced from @vitest/eslint-plugin's releases.
Commits
789966echore: release v1.6.17a4bcdf5fix: recommendtoBeTypeOfinstead ofexpectTypeOfin `prefer-expect-type-...fd8eb3cfix(no-standalone-expect): allow expect inside vi.defineHelper callbacks (#894)dbf423crefactor: simplify ParsedGeneralVitestFnCall type exclusion (#895)Updates
fs-extrafrom 11.3.4 to 11.3.5Changelog
Sourced from fs-extra's changelog.
Commits
8a88f5811.3.581a1311Mirror all utimesMillis() tests for utimesMillisSync() (#1070)b7ab7f8Properly handle close errors in utimesMillis*() (#1069)1c248edFix file descriptor leak inutimesMillisSync(#1066)a4000d6Ensure all usages of areIdentical receive bigint stats (#1068)1e9c57dFix error handling in utimesMillis (#1065)Updates
nockfrom 14.0.12 to 14.0.15Release notes
Sourced from nock's releases.
Commits
de5450cfix: Revert "fix(backport): apply body delay before the response end" (#2973)215cd2afix(backport): apply body delay before the response end (#2969)07fbfabfix(types): align Definition with runtime; add rawHeaders, drop headers (#2955)fe2c3eachore(deps-dev): bump lodash-es from 4.17.23 to 4.18.1 (#2961)ee49b4fchore(deps-dev): bump flatted from 3.2.5 to 3.4.211bf183chore(deps-dev): bump undici from 6.23.0 to 6.24.1 (#2954)6b80154chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#2960)4cbf6ccchore(deps): bump tar and npm (#2952)Updates
vitefrom 8.0.10 to 8.0.11Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
66f3194release: v8.0.115c0cfcbfix(deps): update all non-major dependencies (#22382)555ff36chore(deps): update rolldown-related dependencies (#22383)b31fd35refactor: remove unnecessary async (#22296)3c8bf06refactor: devtools integration (#22312)7c2aa3bfix: make separate object instance for each environment (#22276)3f80524feat: update rolldown to 1.0.0-rc.18 (#22360)0c162e9refactor: show direct path type in bad character warning (#22339)672c962fix(deps): update all non-major dependencies (#22334)30028f9fix(glob): align hmr matcher options with glob enumeration (#22306)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