Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 5047d8b

Browse files
Bump the linters group with 4 updates (#77)
Bumps the linters group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [prettier](https://github.com/prettier/prettier) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.19.0 to 9.20.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.20.0/packages/js) Updates `eslint` from 9.19.0 to 9.20.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.20.0) Updates `prettier` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.0) Updates `typescript-eslint` from 8.23.0 to 8.24.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.24.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linters ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 221987d commit 5047d8b

File tree

2 files changed

+80
-67
lines changed

2 files changed

+80
-67
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"@docusaurus/module-type-aliases": "3.7.0",
3838
"@docusaurus/tsconfig": "3.7.0",
3939
"@docusaurus/types": "3.7.0",
40-
"@eslint/js": "^9.19.0",
41-
"eslint": "^9.19.0",
40+
"@eslint/js": "^9.20.0",
41+
"eslint": "^9.20.0",
4242
"eslint-config-prettier": "^10.0.1",
4343
"eslint-plugin-mdx": "^3.1.5",
4444
"eslint-plugin-react": "^7.37.4",
4545
"globals": "^15.14.0",
4646
"husky": "^9.1.7",
4747
"lint-staged": "^15.4.3",
4848
"markdownlint-cli2": "^0.17.2",
49-
"prettier": "^3.4.2",
49+
"prettier": "^3.5.0",
5050
"typescript": "~5.7.3",
51-
"typescript-eslint": "^8.23.0"
51+
"typescript-eslint": "^8.24.0"
5252
},
5353
"browserslist": {
5454
"production": [

0 commit comments

Comments
 (0)