Skip to content

Commit

Permalink
build(deps-dev): bump eslint and @types/eslint
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 8.57.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.14.0)

Updates `@types/eslint` from 8.56.10 to 9.6.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 964b20d commit f76dbfb
Show file tree
Hide file tree
Showing 8 changed files with 266 additions and 220 deletions.
470 changes: 258 additions & 212 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint": "^9",
"eslint-config-next": "14.2.15",
"typescript": "^5"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/next-mdx-dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint": "^9",
"eslint-config-next": "14.2.15",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint": "^9",
"eslint-config-next": "14.2.15",
"typescript": "^5"
}
Expand Down
4 changes: 2 additions & 2 deletions samples/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@builder.io/qwik-city": "^1.9.1",
"@content-collections/core": "0.7.3",
"@content-collections/vite": "0.2.3",
"@types/eslint": "^8.56.7",
"@types/eslint": "^9.6.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-plugin-qwik": "^1.9.1",
"typescript": "5.5.4",
"undici": "^6.19.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/remix-mdx-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint": "^9",
"eslint-config-next": "14.2.15",
"github-slugger": "^2.0.0",
"hast-util-select": "^6.0.2",
Expand Down

0 comments on commit f76dbfb

Please sign in to comment.