Skip to content

Commit ecdd5f1

Browse files
meta: bump the lint group across 1 directory with 5 updates
Bumps the lint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.2.1` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.2` | `8.59.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.1` | `7.1.1` | | [stylelint](https://github.com/stylelint/stylelint) | `17.5.0` | `17.9.0` | Updates `eslint` from 10.1.0 to 10.2.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.1.0...v10.2.1) Updates `prettier` from 3.8.1 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.3) Updates `typescript-eslint` from 8.57.2 to 8.59.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.0/packages/typescript-eslint) Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `stylelint` from 17.5.0 to 17.9.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@17.5.0...17.9.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: stylelint dependency-version: 17.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b52ad6 commit ecdd5f1

4 files changed

Lines changed: 599 additions & 743 deletions

File tree

apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
100100
"mdast-util-from-markdown": "^2.0.3",
101101
"nock": "^14.0.11",
102102
"remark-frontmatter": "^5.0.0",
103-
"stylelint": "17.6.0",
103+
"stylelint": "17.9.0",
104104
"stylelint-config-standard": "40.0.0",
105105
"stylelint-order": "8.1.1",
106106
"stylelint-selector-bem-pattern": "4.0.1",
107107
"tsx": "^4.21.0",
108108
"typescript": "catalog:",
109-
"typescript-eslint": "~8.57.2",
109+
"typescript-eslint": "~8.59.0",
110110
"user-agent-data-types": "0.4.2",
111111
"wrangler": "^4.77.0"
112112
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"@reporters/github": "^1.12.0",
4545
"@testing-library/react": "~16.3.2",
4646
"cross-env": "^10.1.0",
47-
"eslint": "~10.1.0",
47+
"eslint": "~10.2.1",
4848
"eslint-import-resolver-typescript": "~4.4.4",
4949
"eslint-plugin-import-x": "~4.16.2",
5050
"globals": "^17.4.0",
51-
"prettier": "3.8.1",
51+
"prettier": "3.8.3",
5252
"prettier-plugin-tailwindcss": "0.7.2",
5353
"typescript": "catalog:",
54-
"typescript-eslint": "~8.57.2"
54+
"typescript-eslint": "~8.59.0"
5555
},
5656
"packageManager": "pnpm@10.33.2",
5757
"devEngines": {

packages/ui-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
"cross-env": "catalog:",
7878
"css-loader": "7.1.4",
7979
"eslint-plugin-react": "7.37.5",
80-
"eslint-plugin-react-hooks": "7.0.1",
80+
"eslint-plugin-react-hooks": "7.1.1",
8181
"eslint-plugin-storybook": "10.3.3",
8282
"global-jsdom": "29.0.0",
8383
"postcss-loader": "8.2.1",
8484
"storybook": "~10.3.3",
8585
"style-loader": "4.0.0",
86-
"stylelint": "17.5.0",
86+
"stylelint": "17.9.0",
8787
"stylelint-config-standard": "40.0.0",
8888
"stylelint-order": "8.1.1",
8989
"stylelint-selector-bem-pattern": "4.0.1",

0 commit comments

Comments
 (0)