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

Bump the all group across 1 directory with 67 updates

Closed
Number: #4
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 1
Created: September 04, 2025 at 06:54 PM UTC
(2 days ago)
Updated: September 05, 2025 at 09:57 PM UTC
(1 day ago)
Closed: September 05, 2025 at 09:57 PM UTC
(1 day ago)
Time to Close: 1 day
Labels:
dependencies javascript
Description:

Bumps the all group with 18 updates in the / directory:

Package From To
next 15.5.0 15.5.2
@next/eslint-plugin-next 15.5.0 15.5.2
@tailwindcss/postcss 4.1.12 4.1.13
@tauri-apps/cli 2.8.3 2.8.4
@types/node 24.3.0 24.3.1
@types/react 19.1.11 19.1.12
@types/react-dom 19.1.7 19.1.9
@typescript-eslint/eslint-plugin 8.40.0 8.42.0
@typescript-eslint/parser 8.40.0 8.42.0
@vitejs/plugin-react 5.0.1 5.0.2
eslint-config-next 15.5.0 15.5.2
tailwindcss 4.1.12 4.1.13
typescript-eslint 8.40.0 8.42.0
@eslint-community/eslint-utils 4.7.0 4.8.0
@humanfs/node 0.16.6 0.16.7
browserslist 4.25.3 4.25.4
rollup 4.48.1 4.50.0
vite 7.1.3 7.1.4

Updates next from 15.5.0 to 15.5.2

Release notes

Sourced from next's releases.

v15.5.2

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

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

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

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.27

Core Changes

  • Revert "Revert "[Breaking] Bump minimum Node.js version to >=20.9.0" ( #83243)": #83411
  • Turbopack: refactor segment config parsing: #83297
  • Turbopack: Remove passing jsConfig: #83331
  • Always log the used bundler, even for webpack: #83418
  • build: error on different root folder: #83416

Misc Changes

  • docs: Middleware explicit runtime differences: #83348
  • update .node-version to v20: #83413
  • Tests: Don't use next/dist for test/e2e/streaming-ssr: #83262
  • Cleanup stray package-lock after CI run: #83419
  • Tests: Mirror arguments and environment between next.build() and next.start(): #83393
  • Turbopack: skip next-server.js.nft.json for Vercel: #83299
  • [test] Improve debug logs for Playwright tests: #83431

... (truncated)

Commits

Updates @next/eslint-plugin-next from 15.5.0 to 15.5.2

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v15.5.2

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

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

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

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.27

Core Changes

  • Revert "Revert "[Breaking] Bump minimum Node.js version to >=20.9.0" ( #83243)": #83411
  • Turbopack: refactor segment config parsing: #83297
  • Turbopack: Remove passing jsConfig: #83331
  • Always log the used bundler, even for webpack: #83418
  • build: error on different root folder: #83416

Misc Changes

  • docs: Middleware explicit runtime differences: #83348
  • update .node-version to v20: #83413
  • Tests: Don't use next/dist for test/e2e/streaming-ssr: #83262
  • Cleanup stray package-lock after CI run: #83419
  • Tests: Mirror arguments and environment between next.build() and next.start(): #83393
  • Turbopack: skip next-server.js.nft.json for Vercel: #83299
  • [test] Improve debug logs for Playwright tests: #83431

... (truncated)

Commits

Updates @tailwindcss/postcss from 4.1.12 to 4.1.13

Release notes

Sourced from @​tailwindcss/postcss'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/postcss'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 @tauri-apps/cli from 2.8.3 to 2.8.4

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v2.8.4

[2.8.4]

Enhancements

Bug Fixes

Dependencies

  • Upgraded to tauri-cli@2.8.4
Commits

Updates @types/node from 24.3.0 to 24.3.1

Commits

Updates @types/react from 19.1.11 to 19.1.12

Commits

Updates @types/react-dom from 19.1.7 to 19.1.9

Commits

Updates @typescript-eslint/eslint-plugin from 8.40.0 to 8.42.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.42.0 (2025-09-02)

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)

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

8.41.0 (2025-08-25)

🩹 Fixes

  • deps: update dependency prettier to v3.6.2 (#11496)

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

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​typescript-eslint/eslint-plugin since your current version.


Updates @typescript-eslint/parser from 8.40.0 to 8.42.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.42.0 (2025-09-02)

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

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

8.41.0 (2025-08-25)

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

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

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​typescript-eslint/parser since your current version.


Updates @vitejs/plugin-react from 5.0.1 to 5.0.2

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@5.0.2

Skip transform hook completely in rolldown-vite in dev if possible (#783)

Changelog

Sourced from @​vitejs/plugin-react's changelog.

5.0.2 (2025-08-28)

Skip transform hook completely in rolldown-vite in dev if possible (#783)

Commits
  • 1f4b4d9 release: plugin-react@5.0.2
  • c719e5d perf(react): skip transform hook completely in rolldown-vite in dev if possib...
  • 9989897 fix(deps): update all non-major dependencies (#773)
  • 1ab2666 build: watch common package (#748)
  • See full diff in compare view

Updates eslint-config-next from 15.5.0 to 15.5.2

Release notes

Sourced from eslint-config-next's releases.

v15.5.2

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

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

Huge thanks to @​bgub and @​ztanner for helping!

v15.5.1

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

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.27

Core Changes

  • Revert "Revert "[Breaking] Bump minimum Node.js version to >=20.9.0" ( #83243)": #83411
  • Turbopack: refactor segment config parsing: #83297
  • Turbopack: Remove passing jsConfig: #83331
  • Always log the used bundler, even for webpack: #83418
  • build: error on different root folder: #83416

Misc Changes

  • docs: Middleware explicit runtime differences: #83348
  • update .node-version to v20: #83413
  • Tests: Don't use next/dist for test/e2e/streaming-ssr: #83262
  • Cleanup stray package-lock after CI run: #83419
  • Tests: Mirror arguments and environment between next.build() and next.start(): #83393
  • Turbopack: skip next-server.js.nft.json for Vercel: #83299
  • [test] Improve debug logs for Playwright tests: #83431

... (truncated)

Commits

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-eslint from 8.40.0 to 8.42.0

Release notes

Sourced from typescript-eslint's releases.

v8.42.0

8.42.0 (2025-09-02)

🚀 Features

🩹 Fixes

  • deps: update eslint monorepo to v9.33.0 (#11482)
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.42.0 (2025-09-02)

🚀 Features

  • deprecate tseslint.config() (#11531)

🩹 Fixes

  • typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)

❤️ Thank You

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

8.41.0 (2025-08-25)

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

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

Commits
  • d135909 chore(release): publish 8.42.0
  • fa15645 fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...
  • d7614a7 feat: deprecate tseslint.config() (#11531)
  • 31a7336 chore(release): publish 8.41.0
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.


Updates @emnapi/core from 1.4.5 to 1.5.0

Release notes

Sourced from @​emnapi/core's releases.

v1.5.0

What's Changed

Prebuilt libraries are built by LLVM clang 20.

Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0

Commits
  • 61628bd fix ci
  • 800dbee fix ci
  • 3a1cf8d 1.5.0
  • af1a9cf [Backport] build: backport emscripten parse tools changes to v1 (#165)
  • c3768ac fix: signature mismatch
  • 3b85957 [Backport] fix(wasi): avoid deadlock caused by child thread abort when the ma...
  • 94e9198 [Backport] fix: env undefined after emitting beforeExit event (#162)
  • See full diff in compare view

Updates @emnapi/runtime from 1.4.5 to 1.5.0

Release notes

Sourced from @​emnapi/runtime's releases.

v1.5.0

What's Changed

Prebuilt libraries are built by LLVM clang 20.

Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0

Commits
  • 61628bd fix ci
  • 800dbee fix ci
  • 3a1cf8d 1.5.0
  • af1a9cf [Backport] build: backport emscripten parse tools changes to v1 (#165)
  • c3768ac fix: signature mismatch
  • 3b85957 [Backport] fix(wasi): avoid deadlock caused by child thread abort when the ma...
  • 94e9198 [Backport] fix: env undefined after emitting beforeExit event (#162)
  • See full diff in compare view

Updates @emnapi/wasi-threads from 1.0.4 to 1.1.0

Release notes

Sourced from @​emnapi/wasi-threads's releases.

v1.1.0

What's Changed

  • test: make napi_get_buffer_i...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+560
Deletions:
-557
Package Dependencies
Ecosystem:
npm
Version Change:
5.0.1 → 5.0.2
Update Type:
Patch
Package:
@types/node
Ecosystem:
npm
Version Change:
24.3.0 → 24.3.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.11 → 19.1.12
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
7.1.3 → 7.1.4
Update Type:
Patch
Package:
next
Ecosystem:
npm
Version Change:
15.5.0 → 15.5.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.7 → 19.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.12 → 4.1.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
15.5.0 → 15.5.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.12 → 4.1.13
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.48.1 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.5.0 → 15.5.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.40.0 → 8.42.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.25.3 → 4.25.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.8.3 → 2.8.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.7.0 → 4.8.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.16.6 → 0.16.7
Update Type:
Patch
Technical Details
ID: 6975719
UUID: 2800500246
Node ID: PR_kwDOPoIRaM6m7D4W
Host: GitHub
Repository: InterstellarMist/Project-Value
Merge State: Dirty