Skip to content

Commit db582e3

Browse files
committed
chore: update deps and expand tailwindcss-patch coverage
1 parent 6aae4a4 commit db582e3

15 files changed

Lines changed: 1252 additions & 834 deletions

File tree

.changeset/sixty-weeks-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tailwindcss-patch': patch
3+
---
4+
5+
test(tailwindcss-patch): add broader unit coverage for @tailwindcss/node@4.2.0 utility families, variants, fallback base loading, and `@source inline()` parsing.

apps/astro-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"preview": "astro preview"
1515
},
1616
"dependencies": {
17-
"astro": "^5.17.2"
17+
"astro": "^5.17.3"
1818
}
1919
}

apps/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.2.4"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^25.2.3",
18+
"@types/node": "^25.3.0",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
2121
"eslint": "^10.0.0",

apps/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"tw-extract": "tw-patch extract"
1212
},
1313
"dependencies": {
14-
"@types/node": "25.2.3",
14+
"@types/node": "25.3.0",
1515
"@types/react": "19.2.14",
1616
"@types/react-dom": "19.2.3",
1717
"autoprefixer": "10.4.24",

apps/nuxt-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"tw-extract": "tw-patch extract"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^25.2.3",
15+
"@types/node": "^25.3.0",
1616
"autoprefixer": "^10.4.24",
1717
"nuxt": "^4.3.1",
1818
"postcss": "^8.4.47",

apps/vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nextui-org/react": "^2.4.8",
1616
"@nextui-org/system": "^2.2.6",
1717
"@nextui-org/theme": "^2.2.11",
18-
"framer-motion": "^12.34.0",
18+
"framer-motion": "^12.34.2",
1919
"react": "^19.2.4",
2020
"react-dom": "^19.2.4",
2121
"react-router-dom": "^7.13.0"

apps/vite-svelte/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"devDependencies": {
1515
"@sveltejs/vite-plugin-svelte": "^6.2.4",
16-
"@tsconfig/svelte": "^5.0.4",
16+
"@tsconfig/svelte": "^5.0.8",
1717
"autoprefixer": "^10.4.24",
1818
"postcss": "^8.4.47",
19-
"svelte": "^5.0.5",
20-
"svelte-check": "^4.0.5",
19+
"svelte": "^5.53.0",
20+
"svelte-check": "^4.4.1",
2121
"tailwindcss": "^3.4.14",
2222
"tslib": "^2.8.0",
2323
"typescript": "^5.9.3",

apps/webpack5-vue3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"vue-router": "^5.0.2"
1717
},
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^8.11.0",
20-
"@typescript-eslint/parser": "^8.11.0",
19+
"@typescript-eslint/eslint-plugin": "^8.56.0",
20+
"@typescript-eslint/parser": "^8.56.0",
2121
"@vue/cli-plugin-babel": "~5.0.8",
2222
"@vue/cli-plugin-eslint": "~5.0.8",
2323
"@vue/cli-plugin-router": "~5.0.8",
2424
"@vue/cli-plugin-typescript": "~5.0.8",
2525
"@vue/cli-service": "~5.0.8",
2626
"@vue/eslint-config-standard": "^9.0.1",
27-
"@vue/eslint-config-typescript": "^14.1.2",
27+
"@vue/eslint-config-typescript": "^14.7.0",
2828
"autoprefixer": "^10.4.24",
2929
"eslint": "^10.0.0",
3030
"eslint-plugin-import": "^2.31.0",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"devDependencies": {
3636
"@changesets/changelog-github": "^0.5.2",
3737
"@changesets/cli": "^2.29.8",
38-
"@commitlint/cli": "^20.4.1",
39-
"@commitlint/config-conventional": "^20.4.1",
40-
"@commitlint/prompt-cli": "^20.4.1",
38+
"@commitlint/cli": "^20.4.2",
39+
"@commitlint/config-conventional": "^20.4.2",
40+
"@commitlint/prompt-cli": "^20.4.2",
4141
"@commitlint/types": "^20.4.0",
4242
"@icebreakers/changelog-github": "^0.2.0",
4343
"@icebreakers/commitlint-config": "^1.2.7",
@@ -47,7 +47,7 @@
4747
"@rollup/pluginutils": "^5.3.0",
4848
"@tailwindcss-mangle/core": "workspace:*",
4949
"@tailwindcss-mangle/shared": "workspace:*",
50-
"@tailwindcss/postcss": "^4.1.18",
50+
"@tailwindcss/postcss": "^4.2.0",
5151
"@tsconfig/recommended": "^1.0.13",
5252
"@types/babel__generator": "^7.27.0",
5353
"@types/babel__helper-plugin-utils": "^7.10.3",
@@ -59,16 +59,16 @@
5959
"@types/lodash": "^4.17.23",
6060
"@types/lodash-es": "^4.17.12",
6161
"@types/micromatch": "^4.0.10",
62-
"@types/node": "^25.2.3",
62+
"@types/node": "^25.3.0",
6363
"@types/resolve": "^1.20.6",
6464
"@types/semver": "^7.7.1",
6565
"@types/set-value": "^4.0.3",
6666
"@vitest/coverage-v8": "~4.0.18",
67-
"astro": "^5.17.2",
67+
"astro": "^5.17.3",
6868
"ci-info": "^4.4.0",
6969
"comment-json": "^4.5.1",
7070
"cross-env": "^10.1.0",
71-
"css-loader": "^7.1.3",
71+
"css-loader": "^7.1.4",
7272
"dedent": "^1.7.1",
7373
"defu": "^6.1.4",
7474
"del": "^8.0.1",
@@ -96,10 +96,10 @@
9696
"picomatch": "^4.0.3",
9797
"pkg-types": "^2.3.0",
9898
"postcss": "^8.5.6",
99-
"postcss-loader": "^8.2.0",
99+
"postcss-loader": "^8.2.1",
100100
"postcss7": "npm:postcss@7",
101101
"prettier": "^3.8.1",
102-
"rimraf": "^6.1.2",
102+
"rimraf": "^6.1.3",
103103
"rollup": "^4.57.1",
104104
"set-value": "^4.1.0",
105105
"stylelint": "^17.3.0",
@@ -110,7 +110,7 @@
110110
"tslib": "^2.8.1",
111111
"tsup": "^8.5.1",
112112
"tsx": "^4.21.0",
113-
"turbo": "^2.8.9",
113+
"turbo": "^2.8.10",
114114
"type-fest": "^5.4.4",
115115
"typescript": "^5.9.3",
116116
"unbuild": "^3.6.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"pathe": "^2.0.3",
7979
"postcss": "^8.5.6",
8080
"postcss-selector-parser": "^7.1.1",
81-
"svelte": "^5.51.1"
81+
"svelte": "^5.53.0"
8282
},
8383
"devDependencies": {
8484
"@types/parse5": "^7.0.0"

0 commit comments

Comments
 (0)