Skip to content

Commit

Permalink
chore: bump typescript-eslint from 8.13.0 to 8.14.0
Browse files Browse the repository at this point in the history
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.13.0 to 8.14.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.14.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 0f2324b commit 14ad7a4
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 102 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"ts2mjs": "^3.0.0",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"mocha": "^10.8.2",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"yaml-eslint-parser": "^1.2.3"
},
"dependencies": {
Expand Down
131 changes: 33 additions & 98 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.3.12",
"eslint": "^9.14.0",
"eslint-plugin-n": "^17.13.1",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.14.0"
},
"dependencies": {
"react": "^18.3.1"
Expand Down

0 comments on commit 14ad7a4

Please sign in to comment.