Skip to content

Commit b2d4fae

Browse files
meta: bump the lint group with 5 updates (#8027)
Bumps the lint group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.30.1` | `9.31.0` | | [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.31.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.35.1` | `8.38.0` | | [stylelint](https://github.com/stylelint/stylelint) | `16.21.1` | `16.22.0` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.6.0` | `3.6.2` | Updates `@eslint/js` from 9.30.1 to 9.31.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.31.0/packages/js) Updates `eslint` from 9.30.1 to 9.31.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.1...v9.31.0) Updates `typescript-eslint` from 8.35.1 to 8.38.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.38.0/packages/typescript-eslint) Updates `stylelint` from 16.21.1 to 16.22.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.21.1...16.22.0) Updates `eslint-plugin-mdx` from 3.6.0 to 3.6.2 - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.6.0...eslint-plugin-mdx@3.6.2) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint dependency-version: 9.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-version: 16.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-mdx dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad571d4 commit b2d4fae

File tree

5 files changed

+330
-205
lines changed

5 files changed

+330
-205
lines changed

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/semver": "~7.7.0",
8686
"eslint-config-next": "15.4.3",
8787
"eslint-import-resolver-typescript": "~4.4.4",
88-
"eslint-plugin-mdx": "~3.6.0",
88+
"eslint-plugin-mdx": "~3.6.2",
8989
"eslint-plugin-react": "~7.37.4",
9090
"eslint-plugin-react-hooks": "5.2.0",
9191
"global-jsdom": "^26.0.0",
@@ -102,13 +102,13 @@
102102
"remark-lint-prohibited-strings": "^4.0.0",
103103
"remark-lint-unordered-list-marker-style": "^4.0.1",
104104
"remark-preset-lint-node": "5.1.2",
105-
"stylelint": "16.21.1",
105+
"stylelint": "16.22.0",
106106
"stylelint-config-standard": "38.0.0",
107107
"stylelint-order": "7.0.0",
108108
"stylelint-selector-bem-pattern": "4.0.1",
109109
"tsx": "^4.20.3",
110110
"typescript": "catalog:",
111-
"typescript-eslint": "~8.35.1",
111+
"typescript-eslint": "~8.38.0",
112112
"user-agent-data-types": "0.4.2",
113113
"wrangler": "^4.25.1"
114114
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"turbo": "2.5.4"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "~9.30.1",
42+
"@eslint/js": "~9.31.0",
4343
"@reporters/github": "^1.7.2",
4444
"@testing-library/react": "~16.3.0",
4545
"cross-env": "^7.0.3",
46-
"eslint": "~9.30.1",
46+
"eslint": "~9.31.0",
4747
"eslint-plugin-import-x": "~4.16.1",
4848
"prettier": "3.6.2",
4949
"prettier-plugin-tailwindcss": "0.6.13"

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"eslint-import-resolver-typescript": "~4.4.4",
2222
"typescript": "catalog:",
23-
"typescript-eslint": "~8.35.1"
23+
"typescript-eslint": "~8.38.0"
2424
}
2525
}

packages/ui-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"react": "catalog:",
6363
"storybook": "^9.0.15",
6464
"style-loader": "~4.0.0",
65-
"stylelint": "^16.21.1",
65+
"stylelint": "^16.22.0",
6666
"stylelint-config-standard": "^38.0.0",
6767
"stylelint-order": "7.0.0",
6868
"stylelint-selector-bem-pattern": "4.0.1",
6969
"tailwindcss": "catalog:",
7070
"tsx": "^4.20.3",
7171
"typescript": "catalog:",
72-
"typescript-eslint": "~8.35.1"
72+
"typescript-eslint": "~8.38.0"
7373
},
7474
"imports": {
7575
"#ui/*": [

0 commit comments

Comments
 (0)