Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin in the types group
Browse files Browse the repository at this point in the history
Bumps the types group with 1 update: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin).

Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinpitt committed Apr 30, 2024
1 parent 3c59210 commit 1bc79c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 62 files
+52 −52 .package-lock.json
+1 −1 .package.json
+1 −1 @babel/helper-validator-identifier/lib/identifier.js.map
+1 −1 @babel/helper-validator-identifier/lib/index.js.map
+1 −1 @babel/helper-validator-identifier/lib/keyword.js.map
+1 −1 @babel/helper-validator-identifier/package.json
+4 −4 @babel/helper-validator-identifier/scripts/generate-identifier-regex.js
+2 −2 @babel/highlight/lib/index.js
+1 −1 @babel/highlight/lib/index.js.map
+2 −2 @babel/highlight/package.json
+5 −6 @babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
+7 −4 @babel/runtime/helpers/esm/usingCtx.js
+5 −6 @babel/runtime/helpers/objectWithoutPropertiesLoose.js
+7 −4 @babel/runtime/helpers/usingCtx.js
+1 −1 @babel/runtime/package.json
+4 −1 @typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/consistent-type-assertions.js.map
+89 −82 @typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unsafe-argument.js.map
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unsafe-return.js.map
+13 −3 @typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unused-vars.js.map
+13 −5 @typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/prefer-optional-chain-utils/analyzeChain.js.map
+7 −7 @typescript-eslint/eslint-plugin/package.json
+5 −5 @typescript-eslint/parser/package.json
+4 −4 @typescript-eslint/scope-manager/package.json
+1 −0 @typescript-eslint/type-utils/dist/requiresQuoting.d.ts
+1 −1 @typescript-eslint/type-utils/dist/requiresQuoting.d.ts.map
+1 −0 @typescript-eslint/type-utils/dist/requiresQuoting.js
+1 −1 @typescript-eslint/type-utils/dist/requiresQuoting.js.map
+4 −4 @typescript-eslint/type-utils/package.json
+1 −1 @typescript-eslint/types/package.json
+1 −1 @typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map
+1 −0 @typescript-eslint/typescript-estree/dist/clear-caches.js
+1 −1 @typescript-eslint/typescript-estree/dist/clear-caches.js.map
+2 −1 @typescript-eslint/typescript-estree/dist/create-program/createProjectService.d.ts
+1 −1 @typescript-eslint/typescript-estree/dist/create-program/createProjectService.d.ts.map
+9 −5 @typescript-eslint/typescript-estree/dist/create-program/createProjectService.js
+1 −1 @typescript-eslint/typescript-estree/dist/create-program/createProjectService.js.map
+4 −0 @typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.d.ts
+1 −0 @typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.d.ts.map
+24 −0 @typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js
+1 −0 @typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js.map
+8 −0 @typescript-eslint/typescript-estree/dist/parser-options.d.ts
+1 −1 @typescript-eslint/typescript-estree/dist/parser-options.d.ts.map
+2 −1 @typescript-eslint/typescript-estree/dist/parser.d.ts
+1 −1 @typescript-eslint/typescript-estree/dist/parser.d.ts.map
+7 −2 @typescript-eslint/typescript-estree/dist/parser.js
+1 −1 @typescript-eslint/typescript-estree/dist/parser.js.map
+1 −1 @typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts
+1 −1 @typescript-eslint/typescript-estree/dist/useProgramFromProjectService.d.ts.map
+13 −1 @typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js
+1 −1 @typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js.map
+3 −3 @typescript-eslint/typescript-estree/package.json
+1 −0 @typescript-eslint/utils/dist/eslint-utils/index.d.ts
+1 −1 @typescript-eslint/utils/dist/eslint-utils/index.d.ts.map
+1 −0 @typescript-eslint/utils/dist/eslint-utils/index.js
+1 −1 @typescript-eslint/utils/dist/eslint-utils/index.js.map
+5 −5 @typescript-eslint/utils/package.json
+2 −2 @typescript-eslint/visitor-keys/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/qunit": "^2.19.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"argparse": "2.0.1",
"chrome-remote-interface": "0.33.0",
"esbuild": "0.20.2",
Expand Down

0 comments on commit 1bc79c0

Please sign in to comment.