Skip to content

Commit 4186337

Browse files
meta: bump the lint group with 8 updates
Bumps the lint group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.21.0` | `9.23.0` | | [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.23.0` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.6.1` | `4.10.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.0` | `15.2.4` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.8.7` | `4.3.1` | | [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.1.5` | `3.3.1` | | [stylelint](https://github.com/stylelint/stylelint) | `16.15.0` | `16.17.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.25.0` | `8.29.0` | Updates `@eslint/js` from 9.21.0 to 9.23.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.23.0/packages/js) Updates `eslint` from 9.21.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.21.0...v9.23.0) Updates `eslint-plugin-import-x` from 4.6.1 to 4.10.0 - [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases) - [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md) - [Commits](un-ts/eslint-plugin-import-x@v4.6.1...v4.10.0) Updates `eslint-config-next` from 15.2.0 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.4/packages/eslint-config-next) Updates `eslint-import-resolver-typescript` from 3.8.7 to 4.3.1 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.8.7...v4.3.1) Updates `eslint-plugin-mdx` from 3.1.5 to 3.3.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.1.5...eslint-plugin-mdx@3.3.1) Updates `stylelint` from 16.15.0 to 16.17.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.15.0...16.17.0) Updates `typescript-eslint` from 8.25.0 to 8.29.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.29.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-plugin-import-x dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5230197 commit 4186337

File tree

5 files changed

+665
-886
lines changed

5 files changed

+665
-886
lines changed

apps/site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"@testing-library/user-event": "~14.6.1",
7474
"@types/jest": "29.5.14",
7575
"@types/semver": "~7.5.8",
76-
"eslint-config-next": "15.2.0",
77-
"eslint-import-resolver-typescript": "~3.8.3",
78-
"eslint-plugin-mdx": "~3.1.5",
76+
"eslint-config-next": "15.2.4",
77+
"eslint-import-resolver-typescript": "~4.3.1",
78+
"eslint-plugin-mdx": "~3.3.1",
7979
"eslint-plugin-react": "~7.37.4",
8080
"eslint-plugin-react-hooks": "5.2.0",
8181
"handlebars": "4.7.8",
@@ -84,12 +84,12 @@
8484
"jest-junit": "16.0.0",
8585
"remark-frontmatter": "5.0.0",
8686
"remark-preset-lint-node": "5.1.2",
87-
"stylelint": "16.15.0",
87+
"stylelint": "16.17.0",
8888
"stylelint-config-standard": "37.0.0",
8989
"stylelint-order": "6.0.4",
9090
"stylelint-selector-bem-pattern": "4.0.1",
9191
"typescript": "~5.7.2",
92-
"typescript-eslint": "~8.25.0",
92+
"typescript-eslint": "~8.29.0",
9393
"user-agent-data-types": "0.4.2"
9494
}
9595
}

0 commit comments

Comments
 (0)