Skip to content

Commit bc38d87

Browse files
chore(deps): update all non-major dependencies
1 parent 2c42133 commit bc38d87

File tree

32 files changed

+7294
-6567
lines changed

32 files changed

+7294
-6567
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,33 @@
3737
"license": "MIT",
3838
"dependencies": {
3939
"@changesets/changelog-github": "0.5.1",
40-
"@changesets/cli": "2.29.5",
40+
"@changesets/cli": "2.29.7",
4141
"@projectwallace/format-css": "^2.0.0",
4242
"chokidar": "4.0.3",
4343
"concurrently": "8.2.2",
4444
"cross-env": "10.1.0",
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",
5252
"tsx": "4.20.6",
53-
"typescript": "5.8.3",
53+
"typescript": "5.9.3",
5454
"vite-tsconfig-paths": "5.1.4",
5555
"vitest": "3.2.4"
5656
},
5757
"devDependencies": {
5858
"@eslint/js": "^9.37.0",
5959
"@types/eslint": "9.6.1",
60-
"@types/node": "24.8.1",
61-
"@typescript-eslint/eslint-plugin": "8.46.1",
62-
"@typescript-eslint/parser": "8.46.1",
63-
"eslint": "9.37.0",
60+
"@types/node": "24.9.1",
61+
"@typescript-eslint/eslint-plugin": "8.46.2",
62+
"@typescript-eslint/parser": "8.46.2",
63+
"eslint": "9.38.0",
6464
"eslint-config-prettier": "10.1.8",
6565
"globals": "^16.4.0",
66-
"prettier": "3.2.5",
66+
"prettier": "3.6.2",
6767
"typescript-eslint": "^8.46.1",
6868
"vite-plugin-virtual": "^0.4.0"
6969
},
@@ -74,10 +74,10 @@
7474
"git add --all packages/studio/"
7575
]
7676
},
77-
"packageManager": "pnpm@10.19.0",
77+
"packageManager": "pnpm@10.20.0",
7878
"pnpm": {
7979
"overrides": {
80-
"@swc/helpers@~0.4": "0.4.36"
80+
"@swc/helpers@~0.4": "0.5.17"
8181
}
8282
}
8383
}

packages/astro-plugin-studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"javascript-stringify": "2.1.0"
4444
},
4545
"devDependencies": {
46-
"astro": "5.5.5",
47-
"vite": "7.0.6"
46+
"astro": "5.15.2",
47+
"vite": "7.1.12"
4848
},
4949
"peerDependencies": {
5050
"astro": ">=4"

packages/cli/package.json

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

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"@pandacss/shared": "workspace:*",
8181
"@pandacss/types": "workspace:*",
8282
"bundle-n-require": "1.1.2",
83-
"escalade": "3.1.2",
83+
"escalade": "3.2.0",
8484
"merge-anything": "5.1.7",
8585
"microdiff": "1.5.0",
86-
"typescript": "5.8.3"
86+
"typescript": "5.9.3"
8787
},
8888
"devDependencies": {
8989
"pkg-types": "2.3.0"

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@pandacss/shared": "workspace:*",
4545
"@pandacss/token-dictionary": "workspace:*",
4646
"@pandacss/types": "workspace:*",
47-
"browserslist": "4.24.4",
47+
"browserslist": "4.27.0",
4848
"hookable": "5.5.3",
49-
"lightningcss": "1.25.1",
49+
"lightningcss": "1.30.2",
5050
"lodash.merge": "4.6.2",
5151
"outdent": "0.8.0",
5252
"postcss": "8.5.6",
@@ -57,7 +57,7 @@
5757
"postcss-nested": "7.0.2",
5858
"postcss-normalize-whitespace": "7.0.1",
5959
"postcss-selector-parser": "7.1.0",
60-
"ts-pattern": "5.8.0"
60+
"ts-pattern": "5.9.0"
6161
},
6262
"devDependencies": {
6363
"@types/lodash.merge": "4.6.9"

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"outdent": " ^0.8.0",
4949
"pluralize": "8.0.0",
5050
"postcss": "8.5.6",
51-
"ts-pattern": "5.8.0"
51+
"ts-pattern": "5.9.0"
5252
},
5353
"devDependencies": {
5454
"@types/pluralize": "0.0.33"

packages/node/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747
"@pandacss/shared": "workspace:*",
4848
"@pandacss/token-dictionary": "workspace:*",
4949
"@pandacss/types": "workspace:*",
50-
"browserslist": "4.24.4",
50+
"browserslist": "4.27.0",
5151
"chokidar": "4.0.3",
5252
"fast-glob": "3.3.3",
53-
"fs-extra": "11.2.0",
53+
"fs-extra": "11.3.2",
5454
"glob-parent": "6.0.2",
5555
"is-glob": "4.0.3",
5656
"lodash.merge": "4.6.2",
5757
"look-it-up": "2.1.0",
5858
"outdent": " ^0.8.0",
59-
"package-manager-detector": "0.1.0",
59+
"package-manager-detector": "0.2.11",
6060
"perfect-debounce": "1.0.0",
6161
"pkg-types": "2.3.0",
6262
"picomatch": "4.0.3",
6363
"pluralize": "8.0.0",
6464
"postcss": "8.5.6",
65-
"prettier": "3.2.5",
65+
"prettier": "3.6.2",
6666
"ts-morph": "26.0.0",
67-
"ts-pattern": "5.8.0",
67+
"ts-pattern": "5.9.0",
6868
"tsconfck": "3.1.6"
6969
},
7070
"devDependencies": {

packages/parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"@pandacss/shared": "workspace:*",
4242
"@pandacss/types": "workspace:*",
4343
"@vue/compiler-sfc": "3.5.22",
44-
"magic-string": "0.30.19",
44+
"magic-string": "0.30.21",
4545
"ts-morph": "26.0.0",
46-
"ts-pattern": "5.8.0"
46+
"ts-pattern": "5.9.0"
4747
},
4848
"devDependencies": {
4949
"@pandacss/generator": "workspace:*",

packages/preset-open-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@pandacss/types": "workspace:*",
4242
"css": "3.0.0",
43-
"open-props": "1.6.18"
43+
"open-props": "1.7.16"
4444
},
4545
"devDependencies": {
4646
"@types/css": "0.0.38"

packages/reporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@pandacss/shared": "workspace:*",
4545
"@pandacss/types": "workspace:*",
4646
"table": "6.9.0",
47-
"wordwrapjs": "5.1.0"
47+
"wordwrapjs": "5.1.1"
4848
},
4949
"devDependencies": {
5050
"markdown-table": "3.0.4"

0 commit comments

Comments
 (0)