Skip to content

Commit 4e2841b

Browse files
committed
chore: bump version
1 parent ff52009 commit 4e2841b

8 files changed

Lines changed: 669 additions & 492 deletions

File tree

.changeset/clear-bugs-float.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tailwindcss-patch": patch
3+
"@tailwindcss-mangle/core": patch
4+
---
5+
6+
chore(deps): upgrade

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: pnpm/action-setup@v4
3535

3636
- name: Setup Node.js environment
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: pnpm/action-setup@v4
2828

2929
- name: Setup Node.js environment
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
node-version: 22
3333
cache: pnpm

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"source.fixAll.eslint": "explicit",
88
"source.organizeImports": "never"
99
},
10+
"eslint.options": {
11+
"flags": ["v10_config_lookup_from_file"]
12+
},
1013
// Silent the stylistic rules in you IDE, but still auto fix them
1114
"eslint.rules.customizations": [
1215
// close "style/* off"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@commitlint/config-conventional": "^19.8.1",
4040
"@commitlint/prompt-cli": "^19.8.1",
4141
"@commitlint/types": "^19.8.1",
42-
"@icebreakers/eslint-config": "^1.3.6",
43-
"@icebreakers/monorepo": "^1.1.2",
42+
"@icebreakers/eslint-config": "^1.4.0",
43+
"@icebreakers/monorepo": "^1.1.4",
4444
"@icebreakers/stylelint-config": "^1.1.2",
4545
"@rollup/pluginutils": "^5.3.0",
4646
"@tailwindcss-mangle/core": "workspace:*",
@@ -56,7 +56,7 @@
5656
"@types/lodash": "^4.17.20",
5757
"@types/lodash-es": "^4.17.12",
5858
"@types/micromatch": "^4.0.9",
59-
"@types/node": "^24.3.0",
59+
"@types/node": "^24.3.1",
6060
"@types/resolve": "^1.20.6",
6161
"@types/semver": "^7.7.1",
6262
"@types/set-value": "^4.0.3",
@@ -71,7 +71,7 @@
7171
"del": "^8.0.0",
7272
"dotenv": "^17.2.2",
7373
"es-toolkit": "^1.39.10",
74-
"eslint": "^9.34.0",
74+
"eslint": "^9.35.0",
7575
"execa": "^9.6.0",
7676
"fast-glob": "^3.3.3",
7777
"fdir": "^6.5.0",
@@ -98,7 +98,7 @@
9898
"postcss7": "npm:postcss@7",
9999
"prettier": "^3.6.2",
100100
"rimraf": "^6.0.1",
101-
"rollup": "^4.50.0",
101+
"rollup": "^4.50.1",
102102
"set-value": "^4.1.0",
103103
"tailwindcss": "catalog:tailwindcss3",
104104
"tailwindcss-patch": "workspace:*",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"dependencies": {
6666
"@ast-core/escape": "^1.0.1",
67-
"@babel/parser": "^7.28.3",
68-
"@babel/traverse": "^7.28.3",
69-
"@babel/types": "^7.28.2",
67+
"@babel/parser": "^7.28.4",
68+
"@babel/traverse": "^7.28.4",
69+
"@babel/types": "^7.28.4",
7070
"@tailwindcss-mangle/config": "workspace:^",
7171
"@tailwindcss-mangle/shared": "workspace:^",
7272
"fast-sort": "^3.4.1",

packages/tailwindcss-patch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
},
7575
"dependencies": {
7676
"@babel/generator": "^7.28.3",
77-
"@babel/parser": "^7.28.3",
78-
"@babel/traverse": "^7.28.3",
79-
"@babel/types": "^7.28.2",
77+
"@babel/parser": "^7.28.4",
78+
"@babel/traverse": "^7.28.4",
79+
"@babel/types": "^7.28.4",
8080
"@tailwindcss-mangle/config": "workspace:^",
8181
"cac": "^6.7.14",
8282
"consola": "^3.4.2",

0 commit comments

Comments
 (0)