Skip to content

Commit

Permalink
⬆️ Bump @typescript-eslint/parser from 6.7.4 to 6.12.0
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.4 to 6.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.12.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tiulpin committed Dec 1, 2023
1 parent ca7f3f0 commit 29f22af
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"devDependencies": {
"@types/node": "^20.8.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.50.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
Expand Down
92 changes: 83 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/node": "^20.8.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/parser": "^6.12.0",
"esbuild": "0.19.4",
"eslint": "^8.50.0",
"eslint-plugin-github": "^4.10.1",
Expand Down

0 comments on commit 29f22af

Please sign in to comment.