An open index of dependabot pull requests across open source projects.

Bump the all-dependencies group with 40 updates

Open
Number: #36
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: October 01, 2025 at 06:17 AM UTC
(about 17 hours ago)
Updated: October 01, 2025 at 06:17 AM UTC
(about 17 hours ago)
Labels:
dependencies javascript
Description:

Bumps the all-dependencies group with 40 updates:

Package From To
eslint 9.34.0 9.36.0
next 15.5.2 15.5.4
@types/node 24.3.0 24.6.1
@types/react 19.1.12 19.1.16
eslint-config-next 15.5.2 15.5.4
prettier-plugin-classnames 0.8.2 0.8.4
tailwindcss 4.1.12 4.1.13
typescript 5.9.2 5.9.3
@eslint-community/eslint-utils 4.7.0 4.9.0
@eslint/js 9.34.0 9.36.0
@humanfs/node 0.16.6 0.16.7
@humanwhocodes/retry 0.3.1 0.4.2
@next/env 15.5.2 15.5.4
@next/eslint-plugin-next 15.5.2 15.5.4
@next/swc-darwin-arm64 15.5.2 15.5.4
@next/swc-darwin-x64 15.5.2 15.5.4
@next/swc-linux-arm64-gnu 15.5.2 15.5.4
@next/swc-linux-arm64-musl 15.5.2 15.5.4
@next/swc-linux-x64-gnu 15.5.2 15.5.4
@next/swc-linux-x64-musl 15.5.2 15.5.4
@next/swc-win32-arm64-msvc 15.5.2 15.5.4
@next/swc-win32-x64-msvc 15.5.2 15.5.4
@tybys/wasm-util 0.10.0 0.10.1
@typescript-eslint/eslint-plugin 8.41.0 8.45.0
@typescript-eslint/parser 8.41.0 8.45.0
@typescript-eslint/project-service 8.41.0 8.45.0
@typescript-eslint/scope-manager 8.41.0 8.45.0
@typescript-eslint/tsconfig-utils 8.41.0 8.45.0
@typescript-eslint/type-utils 8.41.0 8.45.0
@typescript-eslint/types 8.41.0 8.45.0
@typescript-eslint/typescript-estree 8.41.0 8.45.0
@typescript-eslint/utils 8.41.0 8.45.0
@typescript-eslint/visitor-keys 8.41.0 8.45.0
caniuse-lite 1.0.30001739 1.0.30001746
detect-libc 2.0.4 2.1.1
is-arrayish 0.3.2 0.3.4
is-generator-function 1.1.0 1.1.2
sharp 0.34.3 0.34.4
tinyglobby 0.2.14 0.2.15
undici-types 7.10.0 7.13.0

Updates eslint from 9.34.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates next from 15.5.2 to 15.5.4

Release notes

Sourced from next's releases.

v15.5.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)
  • docs: september improvements and fixes (#83997)

Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: validation return types of pages API routes (#83069)
  • fix: relative paths in dev in validator.ts (#83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)

Credits

Huge thanks to @​bgub for helping!

Commits
  • 40f1d78 v15.5.4
  • cb30f0a [backport] docs: september improvements and fixes (#83997)
  • b6a32bb [backport] [CNA] use linter preference (#83194) (#84087)
  • 26d61f1 [backport] Turbopack: flush Node.js worker IPC on error (#84079)
  • e11e87a [backport] fix: error overlay not closing when backdrop clicked (#83981) (#83...
  • 0a29888 [backport] fix: devtools initial position should be from next config (#83571)...
  • 7a53950 [backport] Turbopack: don't treat metadata routes as RSC (#83804)
  • 050bdf1 [backport] Turbopack: throw large static metadata error earlier (#83816)
  • 1f6ea09 [backport] Turbopack: Improve handling of symlink resolution errors (#83805)
  • c7d1855 [backport] CI: use KV for test timing data (#83860)
  • Additional commits viewable in compare view

Updates @types/node from 24.3.0 to 24.6.1

Commits

Updates @types/react from 19.1.12 to 19.1.16

Commits

Updates eslint-config-next from 15.5.2 to 15.5.4

Release notes

Sourced from eslint-config-next's releases.

v15.5.4

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: ensure onRequestError is invoked when otel enabled (#83343)
  • fix: devtools initial position should be from next config (#83571)
  • [devtool] fix overlay styles are missing (#83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#83176)
  • Turbopack: don't treat metadata routes as RSC (#82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
  • Turbopack: throw large static metadata error earlier (#82939)
  • fix: error overlay not closing when backdrop clicked (#83981)
  • Turbopack: flush Node.js worker IPC on error (#84077)

Misc Changes

  • [CNA] use linter preference (#83194)
  • CI: use KV for test timing data (#83745)
  • docs: september improvements and fixes (#83997)

Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: validation return types of pages API routes (#83069)
  • fix: relative paths in dev in validator.ts (#83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#83071)

Credits

Huge thanks to @​bgub for helping!

Commits

Updates prettier-plugin-classnames from 0.8.2 to 0.8.4

Release notes

Sourced from prettier-plugin-classnames's releases.

v0.8.4

What's Changed

Full Changelog: https://github.com/ony3000/prettier-plugin-classnames/compare/v0.8.3...v0.8.4

v0.8.3

What's Changed

New Contributors

Full Changelog: https://github.com/ony3000/prettier-plugin-classnames/compare/v0.8.2...v0.8.3

Commits
  • c436414 chore: release 0.8.4
  • 073e728 Merge pull request #120 from ony3000/fix-svelte-script
  • bcb070d chore: rename variable
  • 7aac547 fix: correctly calculate line positions of nodes located after script tag
  • 7d73623 test: add tests that reproduce #119
  • c2b2c02 chore: release 0.8.3
  • ca415fa Merge pull request #116 from openaitx-system/Auto_translate_README_and_Wiki
  • 609b119 Merge pull request #118 from ony3000/angular-control-flow
  • 44279bf fix: add property needed to recursively traverse control flow block
  • c5e36da test: add tests that reproduce #117
  • Additional commits viewable in compare view

Updates tailwindcss from 4.1.12 to 4.1.13

Release notes

Sourced from tailwindcss's releases.

v4.1.13

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)
Changelog

Sourced from tailwindcss's changelog.

[4.1.13] - 2025-09-03

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)
Commits

Updates typescript from 5.9.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Commits

Updates @eslint-community/eslint-utils from 4.7.0 to 4.9.0

Release notes

Sourced from @​eslint-community/eslint-utils's releases.

v4.9.0

4.9.0 (2025-09-08)

Features

  • isParenthesized: support the latest typescript-eslint (#261) (e872dbd)

v4.8.0

4.8.0 (2025-09-03)

Bug Fixes

  • get-static-value: incorrect return when variable has object mutation (#257) (161ffe1)

Features

  • add support for typescript AST to isParenthesized (#258) (692ce08)
Commits
  • e872dbd feat(isParenthesized): support the latest typescript-eslint (#261)
  • 161ffe1 fix(get-static-value): incorrect return when variable has object mutation (#257)
  • 692ce08 feat: add support for typescript AST to isParenthesized (#258)
  • See full diff in compare view

Updates @eslint/js from 9.34.0 to 9.36.0

Release notes

Sourced from @​eslint/js's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

Package Dependencies
Ecosystem:
npm
Version Change:
9.34.0 → 9.36.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
24.3.0 → 24.6.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.12 → 19.1.16
Update Type:
Patch
Package:
next
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.9.2 → 5.9.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.12 → 4.1.13
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.34.0 → 9.36.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001739 → 1.0.30001746
Update Type:
Patch
Package:
sharp
Ecosystem:
npm
Version Change:
0.34.3 → 0.34.4
Update Type:
Patch
Package:
tinyglobby
Ecosystem:
npm
Version Change:
0.2.14 → 0.2.15
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.41.0 → 8.45.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.7.0 → 4.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.10.0 → 7.13.0
Update Type:
Minor
Package:
@next/env
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Package:
detect-libc
Ecosystem:
npm
Version Change:
2.0.4 → 2.1.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.8.2 → 0.8.4
Update Type:
Patch
Package:
is-arrayish
Ecosystem:
npm
Version Change:
0.3.2 → 0.3.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.1.0 → 1.1.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.2 → 15.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.1 → 0.4.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.10.0 → 0.10.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.16.6 → 0.16.7
Update Type:
Patch
Technical Details
ID: 8948573
UUID: 2877009548
Node ID: PR_kwDOM7lxl86re66M
Host: GitHub
Repository: Timdatabase/Timdatabase.github.io
Merge State: Unknown