Skip to content

deps(ts): bump the npm-dependencies group in /typescript with 3 updates - #825

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript/npm-dependencies-a45180a574
Aug 24, 2026
Merged

deps(ts): bump the npm-dependencies group in /typescript with 3 updates#825
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript/npm-dependencies-a45180a574

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group in /typescript with 3 updates: @vitest/coverage-v8, oxlint and vitest.

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates oxlint from 1.78.0 to 1.79.0

Changelog

Sourced from oxlint's changelog.

[1.79.0] - 2026-08-18

💥 BREAKING CHANGES

  • 8c4552d linter: [BREAKING] Split react/react-compiler into per-category rules (#25500) (Boshen)

🐛 Bug Fixes

  • 228e8e0 linter: Resolve inactive React compiler rules (#25830) (Boshen)
  • aa49d86 linter: Allow spread rule options in config types (#25675) (ch3rry)
  • 36f8451 linter/eslint/no-eval: Align indirect default with ESLint (#25656) (camc314)
  • beb724d linter/eslint/no-unused-vars: Report bare underscore parameters (#25663) (camc314)
  • 4004c10 linter/eslint/no-irregular-whitespace: Check comments by default (#25660) (camc314)
  • 285820e linter/no-large-snapshots: Precompile and document allowed snapshot matchers (#25611) (Mikhail Baev)
  • 4df5835 linter: Allow capitalized built-in calls (#25516) (Boshen)
Commits
  • 0db127c release(apps): oxlint v1.79.0 && oxfmt v0.64.0 (#25866)
  • 228e8e0 fix(linter): resolve inactive React compiler rules (#25830)
  • aa49d86 fix(linter): allow spread rule options in config types (#25675)
  • 8922381 refactor(linter): remove inactive react config rule (#25740)
  • 8c4552d feat(linter)!: split react/react-compiler into per-category rules (#25500)
  • 36f8451 fix(linter/eslint/no-eval): align indirect default with ESLint (#25656)
  • beb724d fix(linter/eslint/no-unused-vars): report bare underscore parameters (#25663)
  • 4004c10 fix(linter/eslint/no-irregular-whitespace): check comments by default (#25660)
  • 285820e fix(linter/no-large-snapshots): precompile and document allowed snapshot matc...
  • 4df5835 fix(linter): allow capitalized built-in calls (#25516)
  • See full diff in compare view

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Summary by cubic

Update vitest and @vitest/coverage-v8 to 4.1.11 and oxlint to 1.79.0 to pick up test runner fixes and the latest linter rules. This may change test concurrency and introduce new lint findings due to oxlint breaking changes.

  • oxlint 1.79.0: The react/react-compiler umbrella rule was split into per-category rules. Action: remove react/react-compiler from your config and enable the specific react-compiler/* categories you use. Expect new findings from tightened defaults (e.g., eslint/no-irregular-whitespace now checks comments; eslint/no-unused-vars reports bare _ params).
  • vitest 4.1.11: Restores a global test lifecycle concurrency limit and restricts redirect mocks to the fs allowlist. Action: if tests mock redirects outside allowed paths, add those paths to the fs allowlist or adjust the mocks.

Written for commit d91e402. Summary will update on new commits.

Review in cubic

Bumps the npm-dependencies group in /typescript with 3 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `oxlint` from 1.78.0 to 1.79.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.79.0/npm/oxlint)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: oxlint
  dependency-version: 1.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file typescript Pull requests that update TypeScript code labels Aug 24, 2026
Copilot AI balanced review requested due to automatic review settings August 24, 2026 11:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file typescript Pull requests that update TypeScript code labels Aug 24, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • typescript/package-lock.json: Generated file

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions
github-actions Bot merged commit 9be0f5e into main Aug 24, 2026
45 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript/npm-dependencies-a45180a574 branch August 24, 2026 11:15
jeremy added a commit that referenced this pull request Aug 24, 2026
* origin/main:
  deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825)
  deps(smithy): bump gradle-wrapper (#824)
  deps(kotlin): bump gradle-wrapper (#823)
  deps(go): bump github.com/oapi-codegen/runtime (#821)
  deps(conformance-ruby): bump webmock (#822)
  deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820)
  Bump version to 0.15.0
  Make the release guide and guards tell the truth before v0.15.0 (#808)

# Conflicts:
#	go/go.mod
jeremy added a commit that referenced this pull request Aug 24, 2026
…nt-feed-go-connector

* origin/event-feed-foundations:
  deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825)
  deps(smithy): bump gradle-wrapper (#824)
  deps(kotlin): bump gradle-wrapper (#823)
  deps(go): bump github.com/oapi-codegen/runtime (#821)
  deps(conformance-ruby): bump webmock (#822)
  deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820)
  Bump version to 0.15.0
  Make the release guide and guards tell the truth before v0.15.0 (#808)
jeremy added a commit that referenced this pull request Aug 24, 2026
…ent-feed-conformance-driver

* origin/event-feed-go-connector:
  Event feed: the ring the buffer needed, the parser parity it claimed, and two honest declines
  deps(ts): bump the npm-dependencies group in /typescript with 3 updates (#825)
  deps(smithy): bump gradle-wrapper (#824)
  deps(kotlin): bump gradle-wrapper (#823)
  deps(go): bump github.com/oapi-codegen/runtime (#821)
  deps(conformance-ruby): bump webmock (#822)
  deps(ruby): bump webmock in /ruby in the bundler-dependencies group (#820)
  Bump version to 0.15.0
  Make the release guide and guards tell the truth before v0.15.0 (#808)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file typescript Pull requests that update TypeScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant