Skip to content

Commit a3942cd

Browse files
meta: bump the lint group across 1 directory with 6 updates
Bumps the lint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.4.0` | `17.0.5` | | [eslint](https://github.com/eslint/eslint) | `10.2.1` | `10.4.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.60.0` | | [stylelint](https://github.com/stylelint/stylelint) | `17.9.1` | `17.12.0` | | [stylelint-selector-bem-pattern](https://github.com/simonsmith/stylelint-selector-bem-pattern) | `4.0.1` | `5.0.0` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.7.0` | `3.7.1` | Updates `lint-staged` from 16.4.0 to 17.0.5 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.4.0...v17.0.5) Updates `eslint` from 10.2.1 to 10.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.1...v10.4.0) Updates `typescript-eslint` from 8.59.1 to 8.60.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.60.0/packages/typescript-eslint) Updates `stylelint` from 17.9.1 to 17.12.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@17.9.1...17.12.0) Updates `stylelint-selector-bem-pattern` from 4.0.1 to 5.0.0 - [Changelog](https://github.com/simonsmith/stylelint-selector-bem-pattern/blob/master/CHANGELOG.md) - [Commits](simonsmith/stylelint-selector-bem-pattern@4.0.1...5.0.0) Updates `eslint-plugin-mdx` from 3.7.0 to 3.7.1 - [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.7.0...eslint-plugin-mdx@3.7.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-mdx dependency-version: 3.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: lint-staged dependency-version: 17.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: lint - dependency-name: stylelint dependency-version: 17.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint-selector-bem-pattern dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.60.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a785b8e commit a3942cd

4 files changed

Lines changed: 718 additions & 462 deletions

File tree

apps/site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,20 @@
9595
"@types/semver": "~7.7.1",
9696
"babel-plugin-react-compiler": "^1.0.0",
9797
"dedent": "^1.7.2",
98-
"eslint-plugin-mdx": "~3.7.0",
98+
"eslint-plugin-mdx": "~3.7.1",
9999
"global-jsdom": "^29.0.0",
100100
"handlebars": "4.7.9",
101101
"jsdom": "^29.1.1",
102102
"mdast-util-from-markdown": "^2.0.3",
103103
"nock": "^14.0.15",
104104
"remark-frontmatter": "^5.0.0",
105-
"stylelint": "17.9.1",
105+
"stylelint": "17.12.0",
106106
"stylelint-config-standard": "40.0.0",
107107
"stylelint-order": "8.1.1",
108-
"stylelint-selector-bem-pattern": "4.0.1",
108+
"stylelint-selector-bem-pattern": "5.0.0",
109109
"tsx": "^4.22.3",
110110
"typescript": "catalog:",
111-
"typescript-eslint": "~8.59.1",
111+
"typescript-eslint": "~8.60.0",
112112
"user-agent-data-types": "0.4.2",
113113
"wrangler": "^4.77.0"
114114
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@
3636
},
3737
"dependencies": {
3838
"husky": "9.1.7",
39-
"lint-staged": "16.4.0",
39+
"lint-staged": "17.0.5",
4040
"turbo": "2.9.14"
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "~10.0.1",
4444
"@reporters/github": "^2.0.0",
4545
"@testing-library/react": "~16.3.2",
4646
"cross-env": "^10.1.0",
47-
"eslint": "~10.2.1",
47+
"eslint": "~10.4.0",
4848
"eslint-import-resolver-typescript": "~4.4.4",
4949
"eslint-plugin-import-x": "~4.16.2",
5050
"globals": "^17.5.0",
5151
"prettier": "3.8.3",
5252
"prettier-plugin-tailwindcss": "0.8.0",
5353
"typescript": "catalog:",
54-
"typescript-eslint": "~8.59.1"
54+
"typescript-eslint": "~8.60.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
@@ -83,10 +83,10 @@
8383
"postcss-loader": "8.2.1",
8484
"storybook": "~10.4.1",
8585
"style-loader": "4.0.0",
86-
"stylelint": "17.9.1",
86+
"stylelint": "17.12.0",
8787
"stylelint-config-standard": "40.0.0",
8888
"stylelint-order": "8.1.1",
89-
"stylelint-selector-bem-pattern": "4.0.1",
89+
"stylelint-selector-bem-pattern": "5.0.0",
9090
"tsx": "4.22.3"
9191
},
9292
"imports": {

0 commit comments

Comments
 (0)