Skip to content

Commit fa41aa3

Browse files
npm(deps-dev): bump the code-quality group with 4 updates
Bumps the code-quality group with 4 updates: [prettier](https://github.com/prettier/prettier), [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo). Updates `prettier` from 3.7.4 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.1) Updates `eslint-plugin-storybook` from 10.1.11 to 10.2.3 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.2.3/code/lib/eslint-plugin) Updates `eslint-plugin-jest` from 29.12.0 to 29.12.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.12.0...v29.12.1) Updates `eslint-config-turbo` from 2.7.2 to 2.8.1 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.8.1/packages/eslint-config-turbo) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: code-quality - dependency-name: eslint-plugin-storybook dependency-version: 10.2.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: code-quality - dependency-name: eslint-plugin-jest dependency-version: 29.12.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: code-quality - dependency-name: eslint-config-turbo dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: code-quality ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69ce465 commit fa41aa3

9 files changed

Lines changed: 116 additions & 93 deletions

File tree

apps/example-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"autoprefixer": "^10.4.23",
4747
"eslint": "^9.39.2",
4848
"eslint-plugin-import": "^2.32.0",
49-
"eslint-plugin-storybook": "^10.1.11",
49+
"eslint-plugin-storybook": "^10.2.4",
5050
"jsdom": "^27.4.0",
5151
"playwright": "^1.58.1",
5252
"postcss-nesting": "^14.0.0",

crates/stylex-css-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@taplo/cli": "^0.7.0",
3737
"npm-run-all2": "^8.0.4",
38-
"prettier": "^3.7.4"
38+
"prettier": "^3.8.1"
3939
},
4040
"keywords": [
4141
"stylex",

crates/stylex-path-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@taplo/cli": "^0.7.0",
3737
"npm-run-all2": "^8.0.4",
38-
"prettier": "^3.7.4"
38+
"prettier": "^3.8.1"
3939
},
4040
"keywords": [
4141
"stylex",

crates/stylex-rs-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"lint-staged": "^16.2.7",
5757
"npm-run-all2": "^8.0.4",
5858
"oxlint": "^1.32.0",
59-
"prettier": "^3.7.4",
59+
"prettier": "^3.8.1",
6060
"tinybench": "^5.1.0",
6161
"typescript": "^5.9.3"
6262
},

crates/stylex-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@stylexswc/path-resolver": "0.14.2",
4141
"@taplo/cli": "^0.7.0",
4242
"npm-run-all2": "^8.0.4",
43-
"prettier": "^3.7.4"
43+
"prettier": "^3.8.1"
4444
},
4545
"keywords": [
4646
"napi",

crates/stylex-test-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@taplo/cli": "^0.7.0",
4040
"npm-run-all2": "^8.0.4",
41-
"prettier": "^3.7.4"
41+
"prettier": "^3.8.1"
4242
},
4343
"keywords": [
4444
"swc-plugin"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-jsonc": "^2.21.0",
3737
"husky": "^9.1.7",
3838
"lint-staged": "^16.2.7",
39-
"prettier": "^3.7.4",
39+
"prettier": "^3.8.1",
4040
"shellcheck": "^4.1.0",
4141
"syncpack": "^13.0.4",
4242
"turbo": "^2.8.1",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@typescript-eslint/parser": "^8.54.0",
1616
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
1717
"typescript-eslint": "^8.51.0",
18-
"eslint-plugin-jest": "^29.12.0",
18+
"eslint-plugin-jest": "^29.12.2",
1919
"eslint-config-prettier": "^10.1.8",
20-
"eslint-config-turbo": "^2.7.2",
20+
"eslint-config-turbo": "^2.8.2",
2121
"globals": "^16.5.0",
2222
"typescript": "^5.9.3"
2323
},

pnpm-lock.yaml

Lines changed: 107 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)