Skip to content

chore(deps-dev): bump the development-dependencies group with 5 updates#14

Merged
43081j merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-c37b700b8c
Nov 3, 2025
Merged

chore(deps-dev): bump the development-dependencies group with 5 updates#14
43081j merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-c37b700b8c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 5 updates:

Package From To
@types/node 24.9.1 24.10.0
@vitest/coverage-v8 4.0.3 4.0.6
oxlint 1.24.0 1.25.0
oxlint-tsgolint 0.3.0 0.4.0
vitest 4.0.3 4.0.6

Updates @types/node from 24.9.1 to 24.10.0

Commits

Updates @vitest/coverage-v8 from 4.0.3 to 4.0.6

Release notes

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

v4.0.6

   🐞 Bug Fixes

    View changes on GitHub

v4.0.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.4

   🐞 Bug Fixes

... (truncated)

Commits
  • 2e7b2b8 chore: release v4.0.6
  • e3b7775 fix(coverage): prevent filtering out virtual files before remapping to source...
  • ed9fc71 chore: release v4.0.5
  • 9b75ec5 chore: release v4.0.4
  • See full diff in compare view

Updates oxlint from 1.24.0 to 1.25.0

Release notes

Sourced from oxlint's releases.

oxlint v1.25.0

[1.25.0] - 2025-10-30

💥 BREAKING CHANGES

  • 659fd37 linter: [BREAKING] tsgolint: request fixes when necessary (#15048) (camchenry)

🚀 Features

  • ed24d60 linter: Expose tsgolint program diagnostics (#15080) (camc314)
  • 23660c9 linter: tsgolint: handle omitted fixes and suggestions (#15047) (camchenry)
  • f7bef73 linter/plugins: Scope manager API (#14890) (Arsh)
  • 3e15cdd linter/strict-boolean-expression: Add rule (#14930) (camc314)
  • bd74603 linter: Add support for vitest/valid-title rule (#12085) (Tyler Earls)

🐛 Bug Fixes

  • e41dee5 linter/consistent-type-definition: Skip comments when looking for token (#14909) (camc314)
  • 806f9ba linter: Search system PATH for tsgolint executable (#14861) (magic-akari)
  • ee68089 linter: Normalize JS plugin names (#15010) (Peter Wagenet)
  • 597340e ast-tools: Use oxfmt to format generated code (#15064) (camc314)
  • 5eaaa8e linter: Prevent underflow in count_comment_lines for JSX files (#15026) (ityuany)
  • 88577a8 import/no-namespace: Remove dot special case (#15032) (Arsh)
  • 55ee962 linter/vars-on-top: False positive with typescript declare block (#14952) (Hamir Mahal)
  • 2de9f39 linter/plugins: Fall back to package name if meta.name is missing (#14938) (Peter Wagenet)
  • 5ace84b linter/no-empty-object-type: Parse "allowWithName" as regular expressions (#14943) (Arsh)
  • 5a2832d editor: Stop client when delete .oxlintrc.json with oxc.requireConfig (#14897) (Liang Mi)
  • 3e29d23 linter: Use aliases when parsing cli rules (#14912) (Arsh)
  • b94b6aa linter/explicit-module-boundary-types: False negative with export default function (#14905) (camc314)
  • 7060863 linter/no-standaline-expect: False positive with expect in callback (#14902) (camc314)
  • dc5a71b linter/no-accumulating-spread: False positive in nested callbacks within reduce (#14898) (camc314)

🚜 Refactor

  • 8d8d508 editor: Flatten flags options (#15006) (Sysix)
  • b1e1531 language_server: Extract library interface from main.rs (#15036) (Boshen)
  • 5de99c2 formatter: Export unified way to get_parse_options (#15027) (leaysgur)
  • b55df7f language_server: Move sub option for flags to the root + deprecate flags (#14933) (Sysix)

📚 Documentation

  • e15c91c linter: Add configuration option docs for eslint/init-declarations rule. (#15085) (Connor Shea)
  • f4505bc linter: Add configuration option docs for eslint/id-length rule. (#15083) (Connor Shea)
  • dd4c9d2 linter: Add configuration option docs for eslint/getter-return rule. (#15081) (Connor Shea)
  • 008e67a linter: Add configuration option docs for jest/no-large-snapshots rule. (#15079) (Connor Shea)
  • 31daf79 linter: Add configuration option docs for import/no-commonjs rule. (#15077) (Connor Shea)
  • 9bf8ebe linter: Add configuration option docs for jsdoc/check-tag-names rule. (#15076) (Connor Shea)
  • 491ab5e linter: Add configuration option docs for jsdoc/no-defaults rule. (#15074) (Connor Shea)
  • 2602d7e linter: Add configuration option docs for jsdoc/empty-tags rule. (#15072) (Connor Shea)
  • c3a92e0 linter: Add configuration option docs for oxc/no-rest-spread-properties rule. (#15070) (Connor Shea)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.25.0] - 2025-10-30

🚀 Features

  • bd74603 linter: Add support for vitest/valid-title rule (#12085) (Tyler Earls)
Commits

Updates oxlint-tsgolint from 0.3.0 to 0.4.0

Release notes

Sourced from oxlint-tsgolint's releases.

v0.4.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.3.0...v0.4.0

Commits
  • de67876 feat: expose program diagnostics (#343)
  • 60dc0df perf: no-duplicate-type-constituents: only build fixes when needed (#324)
  • d2ab1e8 perf: no-confusing-void-expression: only generate fixes and suggestions whe...
  • 589352b perf: no-array-delete: only get token ranges when fixing (#320)
  • f430beb feat!: make fixes/suggestions opt-in (#317)
  • f14b4c9 feat(overlayfs): implement overlay filesystem with source overrides support (...
  • cf9737c chore(deps): update typescript-go digest to 6642b0a (#342)
  • ea27947 refactor: allow suggestions/fixes to be generated lazily (#313)
  • f170d45 chore(deps): update typescript-go digest to 4037f3a (#340)
  • f935236 chore(deps): update typescript-go digest to ca68e0b (#339)
  • Additional commits viewable in compare view

Updates vitest from 4.0.3 to 4.0.6

Release notes

Sourced from vitest's releases.

v4.0.6

   🐞 Bug Fixes

    View changes on GitHub

v4.0.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.4

   🐞 Bug Fixes

... (truncated)

Commits
  • 2e7b2b8 chore: release v4.0.6
  • 31706df fix: reuse the same environment when isolate and fileParallelism are fals...
  • 10a06d8 fix(happy-dom): properly teardown additional keys (#8888)
  • 197caf2 fix(jsdom): pass down Node.js FormData to Request (#8880)
  • ca041f5 fix: improve spying types (#8878)
  • e3b7775 fix(coverage): prevent filtering out virtual files before remapping to source...
  • 7e6c37a fix: do not throw when importing a type from an external package (#8875)
  • 3e19f27 fix: don't merge errors with different diffs for reporting (#8871)
  • ed9fc71 chore: release v4.0.5
  • b9521e0 fix: allow module in --config (#8864)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.10.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.3` | `4.0.6` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.24.0` | `1.25.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.3.0` | `0.4.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.3` | `4.0.6` |


Updates `@types/node` from 24.9.1 to 24.10.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 4.0.3 to 4.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/coverage-v8)

Updates `oxlint` from 1.24.0 to 1.25.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.25.0/npm/oxlint)

Updates `oxlint-tsgolint` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/oxc-project/tsgolint/releases)
- [Commits](oxc-project/tsgolint@v0.3.0...v0.4.0)

Updates `vitest` from 4.0.3 to 4.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: oxlint
  dependency-version: 1.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: oxlint-tsgolint
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 3, 2025
@github-actions

github-actions Bot commented Nov 3, 2025

Copy link
Copy Markdown

📊 Dependency Size Changes

📦 Package 📏 Size
@oxlint-tsgolint/linux-x64@0.4.0 23.5 MB
@oxlint/linux-x64-gnu@1.25.0 20.8 MB
@esbuild/linux-x64@0.25.12 10.4 MB
@types/node@24.10.0 2.5 MB
vitest@4.0.6 1.4 MB
oxlint@1.25.0 488.8 kB
@vitest/utils@4.0.6 178.6 kB
esbuild@0.25.12 135.3 kB
@vitest/runner@4.0.6 127 kB
@vitest/mocker@4.0.6 125.1 kB
@vitest/expect@4.0.6 99.2 kB
@vitest/snapshot@4.0.6 62.7 kB
@vitest/pretty-format@4.0.6 45.1 kB
@vitest/spy@4.0.6 34.1 kB
@vitest/coverage-v8@4.0.6 23 kB
oxlint-tsgolint@0.4.0 11.8 kB
oxlint-tsgolint@0.3.0 -11.8 kB
@vitest/coverage-v8@4.0.3 -22.9 kB
@vitest/spy@4.0.3 -33.5 kB
@vitest/pretty-format@4.0.3 -45.1 kB
@vitest/snapshot@4.0.3 -62.7 kB
@vitest/expect@4.0.3 -99.2 kB
@vitest/mocker@4.0.3 -125.1 kB
@vitest/runner@4.0.3 -127 kB
esbuild@0.25.11 -135.3 kB
@vitest/utils@4.0.3 -178.6 kB
oxlint@1.24.0 -485 kB
vitest@4.0.3 -1.4 MB
@types/node@24.9.1 -2.5 MB
@esbuild/linux-x64@0.25.11 -10.4 MB
@oxlint/linux-x64-gnu@1.24.0 -20.8 MB
@oxlint-tsgolint/linux-x64@0.3.0 -23.3 MB

Total size change: 191.8 kB

@43081j 43081j merged commit 8b79d75 into main Nov 3, 2025
5 checks passed
@43081j 43081j deleted the dependabot/npm_and_yarn/development-dependencies-c37b700b8c branch November 3, 2025 11:05
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant