Skip to content

Commit 47bad19

Browse files
npm(deps): bump the core-dependencies group across 1 directory with 4 updates
Bumps the core-dependencies group with 4 updates in the / directory: [@stylexjs/stylex](https://github.com/facebook/stylex), [@stylexjs/eslint-plugin](https://github.com/facebook/stylex), [postcss](https://github.com/postcss/postcss) and [@stylexjs/babel-plugin](https://github.com/facebook/stylex). Updates `@stylexjs/stylex` from 0.18.2 to 0.18.3 - [Release notes](https://github.com/facebook/stylex/releases) - [Changelog](https://github.com/facebook/stylex/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/stylex/commits) Updates `@stylexjs/eslint-plugin` from 0.18.2 to 0.18.3 - [Release notes](https://github.com/facebook/stylex/releases) - [Changelog](https://github.com/facebook/stylex/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/stylex/commits) Updates `postcss` from 8.5.10 to 8.5.13 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.10...8.5.13) Updates `@stylexjs/babel-plugin` from 0.18.2 to 0.18.3 - [Release notes](https://github.com/facebook/stylex/releases) - [Changelog](https://github.com/facebook/stylex/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/stylex/commits) --- updated-dependencies: - dependency-name: "@stylexjs/babel-plugin" dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-dependencies - dependency-name: "@stylexjs/eslint-plugin" dependency-version: 0.18.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: core-dependencies - dependency-name: "@stylexjs/stylex" dependency-version: 0.18.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-dependencies - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbb3647 commit 47bad19

29 files changed

Lines changed: 248 additions & 301 deletions

File tree

apps/esbuild-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@stylexjs/open-props": "^0.11.1",
21-
"@stylexjs/stylex": "^0.18.2",
21+
"@stylexjs/stylex": "^0.18.3",
2222
"@stylexswc/design-system": "0.15.5",
2323
"@stylexswc/rs-compiler": "0.15.5",
2424
"@stylexswc/unplugin": "0.15.5",

apps/example-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@storybook/addon-vitest": "^10.3.3",
3131
"@storybook/react": "^10.3.3",
3232
"@storybook/react-vite": "^10.3.6",
33-
"@stylexjs/stylex": "^0.18.2",
33+
"@stylexjs/stylex": "^0.18.3",
3434
"@stylexswc/playwright": "0.15.5",
3535
"@stylexswc/postcss-plugin": "0.15.5",
3636
"@stylexswc/unplugin": "0.15.5",

apps/farm-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@stylexjs/open-props": "^0.11.1",
15-
"@stylexjs/stylex": "^0.18.2",
15+
"@stylexjs/stylex": "^0.18.3",
1616
"@stylexswc/design-system": "0.15.5",
1717
"@stylexswc/rs-compiler": "0.15.5",
1818
"@stylexswc/unplugin": "0.15.5",

apps/nextjs-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
24-
"@stylexjs/stylex": "^0.18.2",
24+
"@stylexjs/stylex": "^0.18.3",
2525
"@stylexswc/design-system": "0.15.5",
2626
"@stylexswc/nextjs-plugin": "0.15.5",
2727
"next": "^16.2.4",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@playwright/test": "^1.59.1",
33-
"@stylexjs/eslint-plugin": "^0.18.2",
33+
"@stylexjs/eslint-plugin": "^0.18.3",
3434
"@stylexswc/jest": "0.15.5",
3535
"@stylexswc/playwright": "0.15.5",
3636
"@stylexswc/rs-compiler": "0.15.5",

apps/nextjs-postcss-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
24-
"@stylexjs/stylex": "^0.18.2",
24+
"@stylexjs/stylex": "^0.18.3",
2525
"@stylexswc/design-system": "0.15.5",
2626
"@stylexswc/nextjs-plugin": "0.15.5",
2727
"@stylexswc/postcss-plugin": "0.15.5",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.59.1",
34-
"@stylexjs/eslint-plugin": "^0.18.2",
34+
"@stylexjs/eslint-plugin": "^0.18.3",
3535
"@stylexswc/jest": "0.15.5",
3636
"@stylexswc/playwright": "0.15.5",
3737
"@stylexswc/rs-compiler": "0.15.5",

apps/nextjs-turbopack-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@stylexjs/open-props": "^0.11.1",
24-
"@stylexjs/stylex": "^0.18.2",
24+
"@stylexjs/stylex": "^0.18.3",
2525
"@stylexswc/design-system": "0.15.5",
2626
"@stylexswc/nextjs-plugin": "0.15.5",
2727
"@stylexswc/postcss-plugin": "0.15.5",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "^1.59.1",
34-
"@stylexjs/eslint-plugin": "^0.18.2",
34+
"@stylexjs/eslint-plugin": "^0.18.3",
3535
"@stylexswc/jest": "0.15.5",
3636
"@stylexswc/playwright": "0.15.5",
3737
"@stylexswc/rs-compiler": "0.15.5",

apps/rollup-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:visual": "playwright test"
1212
},
1313
"dependencies": {
14-
"@stylexjs/stylex": "^0.18.2",
14+
"@stylexjs/stylex": "^0.18.3",
1515
"react": "^19.2.5",
1616
"react-dom": "^19.2.5"
1717
},

apps/rollup-large-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "pnpx rollup --config ./rollup.config.mjs --watch"
1010
},
1111
"dependencies": {
12-
"@stylexjs/stylex": "^0.18.2",
12+
"@stylexjs/stylex": "^0.18.3",
1313
"@stylexswc/rollup-plugin": "0.15.5"
1414
}
1515
}

apps/rollup-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@stylexjs/open-props": "^0.11.1",
15-
"@stylexjs/stylex": "^0.18.2",
15+
"@stylexjs/stylex": "^0.18.3",
1616
"@stylexswc/design-system": "0.15.5",
1717
"@stylexswc/rs-compiler": "0.15.5",
1818
"@stylexswc/unplugin": "0.15.5",

apps/rsbuild-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@stylexjs/open-props": "^0.11.1",
15-
"@stylexjs/stylex": "^0.18.2",
15+
"@stylexjs/stylex": "^0.18.3",
1616
"@stylexswc/design-system": "0.15.5",
1717
"@stylexswc/rs-compiler": "0.15.5",
1818
"@stylexswc/unplugin": "0.15.5",

0 commit comments

Comments
 (0)