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

build(deps-dev): bump the dev-deps group across 1 directory with 7 updates

Open
Number: #268
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 16, 2025 at 12:16 PM UTC
(3 months ago)
Updated: June 16, 2025 at 01:04 PM UTC
(3 months ago)
Labels:
dependencies javascript
Description:

Bumps the dev-deps group with 7 updates in the / directory:

Package From To
@tailwindcss/postcss 4.1.8 4.1.10
@types/react 19.1.6 19.1.8
@vitejs/plugin-react 4.5.1 4.5.2
@vitest/coverage-v8 3.2.2 3.2.3
lefthook 1.11.13 1.11.14
tailwindcss 4.1.8 4.1.10
vitest 3.2.2 3.2.3

Updates @tailwindcss/postcss from 4.1.8 to 4.1.10

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates @types/react from 19.1.6 to 19.1.8

Commits

Updates @vitejs/plugin-react from 4.5.1 to 4.5.2

Release notes

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

plugin-react@4.5.2

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

Changelog

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

4.5.2 (2025-06-10)

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

Commits
  • bfb45ad release: plugin-react@4.5.2
  • 6ea9398 feat: add Vite 7-beta to peerDependencies range (#497)
  • 6db7e7c fix(deps): update all non-major dependencies (#469)
  • c450133 feat: suggest vite-plugin-react-oxc when using rolldown-vite (#491)
  • 4bec551 fix: use optimizeDeps.rollupOptions for rolldown-vite (#489)
  • See full diff in compare view

Updates @vitest/coverage-v8 from 3.2.2 to 3.2.3

Release notes

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

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates lefthook from 1.11.13 to 1.11.14

Release notes

Sourced from lefthook's releases.

v1.11.14

Changelog

  • 35da657a27bf0d29a87bbdd50584908774f8e2f7 chore: regexp use improvements (#1034)
  • d1eb3be2522a2afa0da6cfa255d7843935af6812 chore: upgrade golangci-lint to v2, address findings (#1027)
  • 975f9d68fd4cfb90edf97f7280e9e1758fbfecba ci: update GoReleaser configurations (#1040)
  • 01fafb89b57f952f4b61d330ee401af89f2c8878 feat: show time for jobs (#1044)
  • e8dca0cfcb2671d53d480020ec30973e9c84ccd5 feat: support devbox (#1031)
  • cae61732d9579feadb8383803c2ea1f54c7aeba0 fix: bump goreleaser
  • 12430c52bd89b55054b53b7d864aa2f3ef2f50fb v1.11.14
Changelog

Sourced from lefthook's changelog.

1.11.14 (2025-06-16)

Commits

Updates tailwindcss from 4.1.8 to 4.1.10

Release notes

Sourced from tailwindcss's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from tailwindcss's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Updates vitest from 3.2.2 to 3.2.3

Release notes

Sourced from vitest's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b87ee3e chore: release v3.2.3
  • 83862d4 fix: run only the name plugin last, not all config plugins (#8130)
  • dc469f2 fix(runner): comments between fixture destructures (#8127)
  • 1d8ebf9 feat(browser): use base url instead of vitest (#8126)
  • dfe81a6 fix(pool): throw if user's tests use process.send() (#8125)
  • 0f33506 fix: rerun tests when project's setup file is changed (#8097)
  • See full diff 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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.5.1 → 4.5.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.6 → 19.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Package:
tailwindcss
Ecosystem:
npm
Version Change:
4.1.8 → 4.1.10
Update Type:
Patch
Package:
lefthook
Ecosystem:
npm
Version Change:
1.11.13 → 1.11.14
Update Type:
Patch
Technical Details
ID: 1696765
UUID: 3149797423
Node ID: PR_kwDOAStzNM6atPJD
Host: GitHub
Repository: nicholasdevries/nicholasdevries.github.io