Skip to content

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

Merged
43081j merged 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-9134de92b7
Sep 7, 2026
Merged

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 5 updates:

Package From To
@types/node 26.4.0 26.4.1
eslint 10.9.1 10.10.0
pkg-types 2.3.1 2.3.2
typescript-eslint 8.68.0 8.69.0
vitest 4.1.11 5.0.0

Updates @types/node from 26.4.0 to 26.4.1

Commits

Updates eslint from 10.9.1 to 10.10.0

Release notes

Sourced from eslint's releases.

v10.10.0

Features

  • 264b434 feat: add d and v flags to no-unexpected-multiline (#21305) (Gihyeon Jeong / 정기현)
  • c6cc6c5 feat: check Object.prototype property names in new-cap (#21269) (crimsonjay0)
  • 5661fa6 feat: no-extra-bind false negatives with class fields and static blocks (#21260) (synthex-byte)

Bug Fixes

  • bb47dc6 fix: update dependency file-entry-cache to v11 (#20801) (Milos Djermanovic)
  • 427ac0a fix: use format strings in debug calls (#21247) (Francesco Trotta)
  • 9d81532 fix: support __proto__ in /* exported */ comments (#21261) (sethamus)
  • 87e0a08 fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282) (김채영)
  • 8e2cb14 fix: new-cap false positive for UTC calls with properties: false (#21275) (Pixel)
  • 9f4a364 fix: Ignore static imports in no-unreachable (#21276) (Taha Kotil)

Documentation

  • 2417cad docs: Update README (GitHub Actions Bot)
  • 9cecb8a docs: document \c control letter escapes in no-control-regex (#21286) (한국)
  • 8724829 docs: update compat table links (#21263) (fnx)
  • 5634542 docs: Clarify eqeqeq suggestion behavior (#21256) (Müslüm Yılmaz)

Chores

  • b3d876b chore: disable npm audit in ecosystem tests (#21306) (Francesco Trotta)
  • 1696682 ci: restore EMFILE test on Node.js 26 (#21297) (Marry (Subin Yang))
  • 2c7f5d6 chore: update github/codeql-action action to v4.37.9 (#21296) (renovate[bot])
  • 3c753f1 chore: update eslint (#21289) (renovate[bot])
  • 1c73469 chore: update ecosystem plugins (#21280) (ESLint Bot)
  • 08a02be test: add error locations to no-extra-boolean-cast (#21266) (lumir)
  • 77bb1db chore: update github/codeql-action action to v4.37.8 (#21270) (renovate[bot])
  • 007e81a ci: skip EMFILE test on Node.js 26 (#21265) (lumir)
  • 0430280 chore: improve ecosystem tests compatibility on Windows (#21178) (crimsonjay0)
Commits

Updates pkg-types from 2.3.1 to 2.3.2

Release notes

Sourced from pkg-types's releases.

v2.3.2

compare changes

🔥 Performance

  • Load each format's parser only when a file needs it (#280)

🩹 Fixes

  • Inline tsconfig compiler option types (#281)
  • gitconfig: Resolve file URLs in resolveGitConfig (#273)

✅ Tests

  • tsconfig: Ensure key-optional compiler options preserve their types (#253)

❤️ Contributors

Changelog

Sourced from pkg-types's changelog.

v2.3.2

compare changes

🔥 Performance

  • Load each format's parser only when a file needs it (#280)

🩹 Fixes

  • Inline tsconfig compiler option types (#281)
  • gitconfig: Resolve file URLs in resolveGitConfig (#273)

🏡 Chore

✅ Tests

  • tsconfig: Ensure key-optional compiler options preserve their types (#253)

❤️ Contributors

Commits
  • 5dd3f8c chore(release): v2.3.2
  • 68d1a68 test(tsconfig): ensure key-optional compiler options preserve their types (#253)
  • 834a824 perf: load each format's parser only when a file needs it (#280)
  • da7c96a fix(gitconfig): resolve file URLs in resolveGitConfig (#273)
  • aa8d843 fix: inline tsconfig compiler option types (#281)
  • 4166604 chore: update deps
  • a6b0ae1 chore(deps): update github-actions to v7 (#272)
  • See full diff in compare view

Updates typescript-eslint from 8.68.0 to 8.69.0

Release notes

Sourced from typescript-eslint's releases.

v8.69.0

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • website: respect allowJs playground config (#12744)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.69.0 (2026-08-31)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 4.1.11 to 5.0.0

Release notes

Sourced from vitest's releases.

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking Changes

... (truncated)

Commits
  • f441c6f chore: release v5.0.0 (#11130)
  • d46a747 fix: treat test.describe as a suite during static collection (#11128)
  • 584cf30 fix: add a warning if inline project has duplicate plugins due to unexpected ...
  • f08ce4b fix: apply queued mocks from doMock() in queue order (fixes #10706) (#11127)
  • 897f51f chore: release v5.0.0-rc.4 (#11107)
  • 1339b06 chore(deps): update all non-major dependencies (#11104)
  • 51e9494 feat!: parse files statically in vitest list by default (#11088)
  • 2122ffd fix: propagate --maxWorkers to projects (#11102)
  • dc10f5f fix(browser): report the action error when a task times out (#11101)
  • d4fe198 feat: promote clearCache out of experimental (#11086)
  • 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 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) | `26.4.0` | `26.4.1` |
| [eslint](https://github.com/eslint/eslint) | `10.9.1` | `10.10.0` |
| [pkg-types](https://github.com/unjs/pkg-types) | `2.3.1` | `2.3.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.68.0` | `8.69.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.11` | `5.0.0` |


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

Updates `eslint` from 10.9.1 to 10.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.9.1...v10.10.0)

Updates `pkg-types` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/unjs/pkg-types/releases)
- [Changelog](https://github.com/unjs/pkg-types/blob/main/CHANGELOG.md)
- [Commits](unjs/pkg-types@v2.3.1...v2.3.2)

Updates `typescript-eslint` from 8.68.0 to 8.69.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.69.0/packages/typescript-eslint)

Updates `vitest` from 4.1.11 to 5.0.0
- [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/v5.0.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pkg-types
  dependency-version: 2.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.69.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

⚠️ New Duplicate Dependencies (found: 1, threshold: 1)

📦 Package 📋 Versions
hookified
2 versions
  • @e18e/action-dependency-diff@0.0.1
    • eslint@10.10.0
      • ...
        • @cacheable/utils@2.5.0
          • hashery@1.5.1
            • hookified@1.15.1

  • @e18e/action-dependency-diff@0.0.1
    • eslint@10.10.0
      • ...
        • cacheable@2.5.0
          • qified@0.10.1
            • hookified@2.2.0

💡 To find out what depends on a specific package, run: npm ls example-package

📊 Dependency Size Changes

Warning

This PR adds 1.5 MB of new dependencies, which exceeds the threshold of 100 kB.

📦 Package 📏 Size
vitest@4.1.11 → vitest@5.0.0 826.2 kB
@rolldown/binding-linux-x64-gnu@1.2.5 → @rolldown/binding-linux-x64-gnu@1.2.7 -598 kB
magic-string@0.30.21 → magic-string@1.2.3 -386.2 kB
hookified@2.2.0 345.9 kB
hashery@1.5.1 336 kB
hookified@1.15.1 239.5 kB
cacheable@2.5.0 229.8 kB
@cacheable/utils@2.5.0 208.4 kB
@vitest/runner@4.1.11 -194 kB
@vitest/utils@4.1.11 -168.2 kB
@jridgewell/trace-mapping@0.3.31 146.7 kB
@cacheable/memory@2.2.0 118.9 kB
qified@0.10.1 108.2 kB
@vitest/expect@4.1.11 -106.8 kB
keyv@4.5.4 → keyv@5.6.0 89.6 kB
es-module-lexer@2.0.0 → es-module-lexer@2.3.2 78.1 kB
file-entry-cache@8.0.0 → file-entry-cache@11.1.5 73.3 kB
@vitest/snapshot@4.1.11 -59.3 kB
@jridgewell/resolve-uri@3.1.2 53.2 kB
@vitest/pretty-format@4.1.11 -49.8 kB
ignore@7.0.6 → ignore@7.0.8 48.7 kB
@keyv/bigmap@1.3.1 45.3 kB
tinybench@2.9.0 → tinybench@6.1.4 35.6 kB
flat-cache@4.0.1 → flat-cache@6.1.23 27.2 kB
@standard-schema/spec@1.1.0 -22.6 kB
expect-type@1.3.0 → expect-type@1.4.0 18.3 kB
convert-source-map@2.0.0 -15.9 kB
@jridgewell/sourcemap-codec@1.5.5 → @jridgewell/sourcemap-codec@1.6.0 9.6 kB
@keyv/serialize@1.1.1 8.1 kB
@vitest/mocker@4.1.11 → @vitest/mocker@5.0.0 7.9 kB
tinyrainbow@3.1.1 -7.5 kB
rolldown@1.2.5 → rolldown@1.2.7 7.1 kB
flatted@3.3.3 → flatted@3.4.4 7 kB
@typescript-eslint/eslint-plugin@8.68.0 → @typescript-eslint/eslint-plugin@8.69.0 6.6 kB
obug@2.1.1 → obug@2.1.4 6 kB
json-buffer@3.0.1 -5.4 kB
confbox@0.2.4 → confbox@0.3.1 -3.8 kB
@vitest/spy@4.1.11 → @vitest/spy@5.0.0 3.2 kB
pkg-types@2.3.1 → pkg-types@2.3.2 3.1 kB
exsolve@1.0.8 → exsolve@1.1.1 -1.1 kB
eslint@10.9.1 → eslint@10.10.0 906 B
@eslint/plugin-kit@0.7.2 → @eslint/plugin-kit@0.7.3 784 B
picomatch@4.0.5 → picomatch@4.0.7 770 B
tinyexec@1.0.2 → tinyexec@1.3.0 644 B
postcss@8.5.26 → postcss@8.5.28 515 B
@typescript-eslint/typescript-estree@8.68.0 → @typescript-eslint/typescript-estree@8.69.0 428 B
typescript-eslint@8.68.0 → typescript-eslint@8.69.0 428 B
@typescript-eslint/project-service@8.68.0 → @typescript-eslint/project-service@8.69.0 426 B
@typescript-eslint/tsconfig-utils@8.68.0 → @typescript-eslint/tsconfig-utils@8.69.0 425 B
@typescript-eslint/scope-manager@8.68.0 → @typescript-eslint/scope-manager@8.69.0 424 B
@typescript-eslint/visitor-keys@8.68.0 → @typescript-eslint/visitor-keys@8.69.0 423 B
@typescript-eslint/type-utils@8.68.0 → @typescript-eslint/type-utils@8.69.0 421 B
@typescript-eslint/parser@8.68.0 → @typescript-eslint/parser@8.69.0 417 B
@typescript-eslint/types@8.68.0 → @typescript-eslint/types@8.69.0 416 B
@typescript-eslint/utils@8.68.0 → @typescript-eslint/utils@8.69.0 416 B
std-env@4.0.0 → std-env@4.2.0 -26 B
@types/node@26.4.0 → @types/node@26.4.1 -7 B
@oxc-project/types@0.146.0 → @oxc-project/types@0.148.0 5 B

Total size change: 1.5 MB

@43081j
43081j merged commit 9c54f5a into main Sep 7, 2026
4 checks passed
@43081j
43081j deleted the dependabot/npm_and_yarn/development-dependencies-9134de92b7 branch September 7, 2026 20:49
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