Skip to content

Commit 532c190

Browse files
chore(deps): update all non-major dependencies
1 parent 3f030a2 commit 532c190

File tree

34 files changed

+9145
-6696
lines changed

34 files changed

+9145
-6696
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,31 @@
3737
"license": "MIT",
3838
"dependencies": {
3939
"@changesets/changelog-github": "0.5.1",
40-
"@changesets/cli": "2.29.5",
40+
"@changesets/cli": "2.29.6",
4141
"@projectwallace/format-css": "^2.0.0",
4242
"chokidar": "4.0.3",
4343
"concurrently": "8.2.2",
4444
"cross-env": "7.0.3",
45-
"happy-dom": "15.10.2",
46-
"husky": "9.0.11",
47-
"lint-staged": "15.2.11",
45+
"happy-dom": "15.11.7",
46+
"husky": "9.1.7",
47+
"lint-staged": "15.5.2",
4848
"mdx-local-link-checker": "2.1.1",
4949
"rimraf": "5.0.10",
5050
"ts-morph": "26.0.0",
5151
"tsup": "8.5.0",
52-
"tsx": "4.20.3",
53-
"typescript": "5.8.3",
52+
"tsx": "4.20.5",
53+
"typescript": "5.9.2",
5454
"vite-tsconfig-paths": "5.1.4",
5555
"vitest": "3.2.4"
5656
},
5757
"devDependencies": {
5858
"@types/eslint": "8.56.12",
59-
"@types/node": "20.11.30",
60-
"@typescript-eslint/eslint-plugin": "7.0.1",
61-
"@typescript-eslint/parser": "7.0.1",
62-
"eslint": "8.56.0",
63-
"eslint-config-prettier": "9.1.0",
64-
"prettier": "3.2.5",
59+
"@types/node": "20.19.11",
60+
"@typescript-eslint/eslint-plugin": "7.18.0",
61+
"@typescript-eslint/parser": "7.18.0",
62+
"eslint": "8.57.1",
63+
"eslint-config-prettier": "9.1.2",
64+
"prettier": "3.6.2",
6565
"vite-plugin-virtual": "^0.4.0"
6666
},
6767
"lint-staged": {
@@ -71,10 +71,10 @@
7171
"git add --all packages/studio/"
7272
]
7373
},
74-
"packageManager": "pnpm@10.14.0",
74+
"packageManager": "pnpm@10.15.0",
7575
"pnpm": {
7676
"overrides": {
77-
"@swc/helpers@~0.4": "0.4.36"
77+
"@swc/helpers@~0.4": "0.5.17"
7878
}
7979
}
8080
}

packages/astro-plugin-studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"javascript-stringify": "2.1.0"
4343
},
4444
"devDependencies": {
45-
"astro": "5.5.5",
46-
"vite": "7.0.6"
45+
"astro": "5.13.5",
46+
"vite": "7.1.3"
4747
},
4848
"peerDependencies": {
4949
"astro": ">=4"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"postcss.js"
5757
],
5858
"dependencies": {
59-
"@clack/prompts": "0.9.1",
59+
"@clack/prompts": "0.11.0",
6060
"@pandacss/config": "workspace:*",
6161
"@pandacss/logger": "workspace:*",
6262
"@pandacss/node": "workspace:*",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"@pandacss/shared": "workspace:*",
8080
"@pandacss/types": "workspace:*",
8181
"bundle-n-require": "1.1.2",
82-
"escalade": "3.1.2",
82+
"escalade": "3.2.0",
8383
"merge-anything": "5.1.7",
84-
"microdiff": "1.3.2",
85-
"typescript": "5.8.3"
84+
"microdiff": "1.5.0",
85+
"typescript": "5.9.2"
8686
},
8787
"devDependencies": {
88-
"pkg-types": "2.2.0"
88+
"pkg-types": "2.3.0"
8989
}
9090
}

packages/core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"@pandacss/shared": "workspace:*",
4444
"@pandacss/token-dictionary": "workspace:*",
4545
"@pandacss/types": "workspace:*",
46-
"browserslist": "4.23.3",
46+
"browserslist": "4.25.4",
4747
"hookable": "5.5.3",
48-
"lightningcss": "1.25.1",
48+
"lightningcss": "1.30.1",
4949
"lodash.merge": "4.6.2",
5050
"outdent": "0.8.0",
51-
"postcss": "8.4.49",
52-
"postcss-discard-duplicates": "7.0.1",
53-
"postcss-discard-empty": "7.0.0",
54-
"postcss-merge-rules": "7.0.4",
55-
"postcss-minify-selectors": "7.0.4",
56-
"postcss-nested": "6.0.1",
57-
"postcss-normalize-whitespace": "7.0.0",
51+
"postcss": "8.5.6",
52+
"postcss-discard-duplicates": "7.0.2",
53+
"postcss-discard-empty": "7.0.1",
54+
"postcss-merge-rules": "7.0.6",
55+
"postcss-minify-selectors": "7.0.5",
56+
"postcss-nested": "6.2.0",
57+
"postcss-normalize-whitespace": "7.0.1",
5858
"postcss-selector-parser": "6.1.2",
5959
"ts-pattern": "5.8.0"
6060
},

packages/fixture/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@pandacss/shared": "workspace:^",
1717
"@pandacss/token-dictionary": "workspace:^",
1818
"@pandacss/types": "workspace:*",
19-
"postcss": "8.4.49"
19+
"postcss": "8.5.6"
2020
}
2121
}

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"javascript-stringify": "2.1.0",
4747
"outdent": " ^0.8.0",
4848
"pluralize": "8.0.0",
49-
"postcss": "8.4.49",
49+
"postcss": "8.5.6",
5050
"ts-pattern": "5.8.0"
5151
},
5252
"devDependencies": {

packages/node/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
"@pandacss/shared": "workspace:*",
4747
"@pandacss/token-dictionary": "workspace:*",
4848
"@pandacss/types": "workspace:*",
49-
"browserslist": "4.23.3",
49+
"browserslist": "4.25.4",
5050
"chokidar": "4.0.3",
5151
"fast-glob": "3.3.3",
52-
"fs-extra": "11.2.0",
52+
"fs-extra": "11.3.1",
5353
"glob-parent": "6.0.2",
5454
"is-glob": "4.0.3",
5555
"lodash.merge": "4.6.2",
5656
"look-it-up": "2.1.0",
5757
"outdent": " ^0.8.0",
58-
"package-manager-detector": "0.1.0",
58+
"package-manager-detector": "0.2.11",
5959
"perfect-debounce": "1.0.0",
60-
"pkg-types": "2.2.0",
60+
"pkg-types": "2.3.0",
6161
"picomatch": "4.0.3",
6262
"pluralize": "8.0.0",
63-
"postcss": "8.4.49",
64-
"prettier": "3.2.5",
63+
"postcss": "8.5.6",
64+
"prettier": "3.6.2",
6565
"ts-morph": "26.0.0",
6666
"ts-pattern": "5.8.0",
6767
"tsconfck": "3.1.6"

packages/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"@pandacss/logger": "workspace:*",
4040
"@pandacss/shared": "workspace:*",
4141
"@pandacss/types": "workspace:*",
42-
"@vue/compiler-sfc": "3.4.19",
43-
"magic-string": "0.30.17",
42+
"@vue/compiler-sfc": "3.5.20",
43+
"magic-string": "0.30.18",
4444
"ts-morph": "26.0.0",
4545
"ts-pattern": "5.8.0"
4646
},
4747
"devDependencies": {
4848
"@pandacss/generator": "workspace:*",
49-
"@vue/compiler-core": "3.4.19"
49+
"@vue/compiler-core": "3.5.20"
5050
},
5151
"files": [
5252
"dist"

packages/postcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"@pandacss/node": "workspace:*",
41-
"postcss": "8.4.49"
41+
"postcss": "8.5.6"
4242
},
4343
"devDependencies": {
4444
"@pandacss/logger": "workspace:*"

0 commit comments

Comments
 (0)