Bump the all group across 1 directory with 67 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(2 days ago)
(1 day ago)
(1 day ago)
dependencies javascript
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()
andnext.start()
: #83393- Turbopack: skip next-server.js.nft.json for Vercel: #83299
- [test] Improve debug logs for Playwright tests: #83431
... (truncated)
Commits
497ec6a
v15.5.2bc72f41
[backport] revert: add ?dpl to fonts in/_next/static/media
(#83062) (#83066)c8faf68
[backport] fix: disable unknownatrules lint rule entirely (#83059) (#83060)cc68ced
v15.5.11ce9857
[backport] fix: update validation return types (#82854) (#83027)b93c894
[backport] fix: update the config.api.responseLimit type (#82852) (#83028)8a92f28
[backport] fix: avoid importing types that will be unused (#82856) (#83026)19617ab
[backport] feat: add typesafety with config.typedRoutes to redirect() and per...822e4c0
[backport] fix: add path normalization to getRelativePath for Windows (#82918...bb67ca9
[backport] fix: change "noUnknownAtRules" to "warn" for Biome (#82974) (#83022)- Additional commits viewable in compare view
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()
andnext.start()
: #83393- Turbopack: skip next-server.js.nft.json for Vercel: #83299
- [test] Improve debug logs for Playwright tests: #83431
... (truncated)
Commits
497ec6a
v15.5.2cc68ced
v15.5.1- See full diff in compare view
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 usingtransition
(#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
withclip-path
insr-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 usingtransition
(#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
withclip-path
insr-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
1334c99
Prepare v4.1.13 release (#18868)- See full diff in compare view
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
f70b28529
(#14093 by@lucasfernog
) Ensure Rust targets for mobile are installed when running the dev and build commands (previously only checked on init).a9b342125
(#14114 by@lucasfernog
) Fix iOS dev and build targeting the simulator on Intel machines.61b9b681e
(#14111 by@lucasfernog
) RetainRUST_*
environment variables when running the mobile commands.c23bec62d
(#14083 by@FabianLars
) Tauri now ignoresmacOS.minimumSystemVersion
intauri dev
to prevent forced rebuilds of macOS specific dependencies when using something likerust-analyzer
at the same time astauri dev
.Bug Fixes
c37a29833
(#14112 by@lucasfernog
) Fix usage with Deno failing withReferenceError: require is not defined
.bcf000c0a
(#14110 by@lucasfernog
) Fixes runningios
commands withdeno
crashing due to incorrect current working directory resolution.7db7142f9
(#14119 by@lucasfernog
) Fixes empty device name when using an Android emulator causing the emulator to never be detected as running.956b4fd6f
(#14106 by@lucasfernog
) Use the correct export method on Xcode < 15.4.Dependencies
- Upgraded to
tauri-cli@2.8.4
Commits
80eadb7
apply version updates (#14100)346a420
docs: improve resources docs (#14136)5239d39
chore(deps): update dependency rollup to v4.50.0 (#14127)0b1da30
chore(tauri): update documentation for home_dir on iOS (#14121)7db7142
fix(cli): empty Android emulator name (#14119)a9b3421
fix(cli): iOS simulator dev/build on Apple Intel, closes #13456 (#14114)bcf000c
fix(cli): ios command failing when running with deno, closes #13547 (#14110)61b9b68
feat(cli): retain all RUST_* env vars on mobile commands (#14111)c37a298
fix(cli): set package type for Deno (#14112)b8b866f
fix(examples): update tauri-plugin-log- Additional commits viewable in compare view
Updates @types/node
from 24.3.0 to 24.3.1
Commits
- See full diff in compare view
Updates @types/react
from 19.1.11 to 19.1.12
Commits
- See full diff in compare view
Updates @types/react-dom
from 19.1.7 to 19.1.9
Commits
- See full diff in compare view
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
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
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
- Kirk Waiblinger
@kirkwaiblinger
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
d135909
chore(release): publish 8.42.00daf303
chore: use new ESLint rules internally (#11558)ee3efa7
feat(typescript-estree): forbid invalid keys inEnumMember
(#11497)264ca2f
fix(deps): update eslint monorepo to v9.33.0 (#11482)31a7336
chore(release): publish 8.41.0a4526b3
chore: skip failing tests to fix CI (#11505)03e21eb
fix(deps): update dependency prettier to v3.6.2 (#11496)- 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/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
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
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
- Kirk Waiblinger
@kirkwaiblinger
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
d135909
chore(release): publish 8.42.031a7336
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/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
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()
andnext.start()
: #83393- Turbopack: skip next-server.js.nft.json for Vercel: #83299
- [test] Improve debug logs for Playwright tests: #83431
... (truncated)
Commits
497ec6a
v15.5.2cc68ced
v15.5.1- See full diff 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 usingtransition
(#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
withclip-path
insr-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 usingtransition
(#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
withclip-path
insr-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
1334c99
Prepare v4.1.13 release (#18868)65dc530
Do not allow variants to end with-
or_
(#18872)54c3f30
Do not allow variants to start with-
(#18867)494051c
Consider variants starting with@-
to be invalid (e.g.@-2xl:flex
) (#18869)c318329
chore: remove redundant words (#18853)ddc84b0
update test after prettier changef1331a8
run prettiere5513b6
Fix missing code block delimiters in comment blocks (#18837)5e2a160
Drop exact duplicate declarations from output CSS within a style rule (#18809)b1fb02a
Hide internal fields from completions inmatchUtilities
(#18820)- Additional commits viewable in compare view
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
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
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
- Kirk Waiblinger
@kirkwaiblinger
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
- Kirk Waiblinger
@kirkwaiblinger
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
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.
- fix: env undefined after emitting beforeExit event by
@toyobayashi
in toyobayashi/emnapi#162- fix(wasi): avoid deadlock caused by child thread abort when the main thread is in
Atomics.wait
and allow blocking calls on browser main thread (requires wasi-sdk 26+ and--export=emnapi_thread_crashed
) by@toyobayashi
in toyobayashi/emnapi#163- build: backport emscripten parse tools changes to v1 by
@toyobayashi
in toyobayashi/emnapi#165Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0
Commits
61628bd
fix ci800dbee
fix ci3a1cf8d
1.5.0af1a9cf
[Backport] build: backport emscripten parse tools changes to v1 (#165)c3768ac
fix: signature mismatch3b85957
[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.
- fix: env undefined after emitting beforeExit event by
@toyobayashi
in toyobayashi/emnapi#162- fix(wasi): avoid deadlock caused by child thread abort when the main thread is in
Atomics.wait
and allow blocking calls on browser main thread (requires wasi-sdk 26+ and--export=emnapi_thread_crashed
) by@toyobayashi
in toyobayashi/emnapi#163- build: backport emscripten parse tools changes to v1 by
@toyobayashi
in toyobayashi/emnapi#165Full Changelog: https://github.com/toyobayashi/emnapi/compare/v1.4.5...v1.5.0
Commits
61628bd
fix ci800dbee
fix ci3a1cf8d
1.5.0af1a9cf
[Backport] build: backport emscripten parse tools changes to v1 (#165)c3768ac
fix: signature mismatch3b85957
[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
1
2
+560
-557
Package Dependencies
@typescript-eslint/parser
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/eslint-plugin
npm
8.40.0 → 8.42.0
Minor
@eslint-community/eslint-utils
npm
4.7.0 → 4.8.0
Minor
Technical Details
ID: | 6975719 |
UUID: | 2800500246 |
Node ID: | PR_kwDOPoIRaM6m7D4W |
Host: | GitHub |
Repository: | InterstellarMist/Project-Value |
Merge State: | Dirty |