Skip to content

Commit

Permalink
build(deps-dev): bump the types group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the types group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [typescript](https://github.com/microsoft/TypeScript).

Updates `@typescript-eslint/eslint-plugin` from 8.19.0 to 8.19.1
- [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/v8.19.1/packages/eslint-plugin)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and GitHub Workflow committed Jan 12, 2025
1 parent 4fc09be commit 7079eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 75 files
+77 −67 .package-lock.json
+2 −2 .package.json
+1 −1 @typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js
+1 −1 @typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js.map
+1 −1 @typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js
+1 −1 @typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js.map
+23 −12 @typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-base-to-string.js.map
+5 −2 @typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-deprecated.js.map
+4 −0 @typescript-eslint/eslint-plugin/dist/rules/no-shadow.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-shadow.js.map
+2 −13 @typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-condition.js.map
+10 −6 @typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-template-expression.js.map
+0 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/no-unnecessary-type-parameters.js.map
+0 −1 @typescript-eslint/eslint-plugin/dist/rules/return-await.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/return-await.js.map
+44 −23 @typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js
+1 −1 @typescript-eslint/eslint-plugin/dist/rules/strict-boolean-expressions.js.map
+1 −1 @typescript-eslint/eslint-plugin/docs/rules/no-unnecessary-condition.mdx
+5 −5 @typescript-eslint/eslint-plugin/docs/rules/prefer-nullish-coalescing.mdx
+16 −5 @typescript-eslint/eslint-plugin/docs/rules/return-await.mdx
+0 −32 @typescript-eslint/eslint-plugin/docs/rules/strict-boolean-expressions.mdx
+8 −8 @typescript-eslint/eslint-plugin/package.json
+5 −5 @typescript-eslint/parser/package.json
+4 −4 @typescript-eslint/scope-manager/package.json
+1 −1 @typescript-eslint/type-utils/dist/builtinSymbolLikes.d.ts.map
+0 −1 @typescript-eslint/type-utils/dist/builtinSymbolLikes.js
+1 −1 @typescript-eslint/type-utils/dist/builtinSymbolLikes.js.map
+5 −5 @typescript-eslint/type-utils/package.json
+1 −1 @typescript-eslint/types/package.json
+4 −4 @typescript-eslint/typescript-estree/package.json
+4 −4 @typescript-eslint/utils/package.json
+2 −2 @typescript-eslint/visitor-keys/package.json
+1 −1 fast-glob/README.md
+2 −1 fast-glob/out/providers/filters/entry.d.ts
+35 −13 fast-glob/out/providers/filters/entry.js
+2 −0 fast-glob/out/utils/pattern.d.ts
+19 −1 fast-glob/out/utils/pattern.js
+4 −4 fast-glob/package.json
+18 −13 fast-uri/README.md
+6 −0 fast-uri/eslint.config.js
+5 −5 fast-uri/index.js
+6 −4 fast-uri/lib/utils.js
+38 −9 fast-uri/package.json
+9 −9 fast-uri/types/index.d.ts
+9 −9 fast-uri/types/index.test-d.ts
+5 −3 readable-stream/lib/internal/streams/end-of-stream.js
+9 −7 readable-stream/lib/internal/streams/readable.js
+0 −2 readable-stream/lib/internal/streams/utils.js
+8 −6 readable-stream/lib/internal/streams/writable.js
+5 −3 readable-stream/lib/ours/errors.js
+19 −2 readable-stream/lib/ours/primordials.js
+9 −61 readable-stream/lib/ours/util.js
+55 −0 readable-stream/lib/ours/util/inspect.js
+8 −6 readable-stream/lib/stream.js
+4 −2 readable-stream/package.json
+2 −3 sass/node_modules/readdirp/README.md
+57 −16 sass/node_modules/readdirp/esm/index.d.ts
+59 −38 sass/node_modules/readdirp/esm/index.js
+57 −16 sass/node_modules/readdirp/index.d.ts
+65 −44 sass/node_modules/readdirp/index.js
+10 −18 sass/node_modules/readdirp/package.json
+1 −0 ts-api-utils/README.md
+721 −754 ts-api-utils/lib/index.cjs
+308 −368 ts-api-utils/lib/index.d.cts
+308 −368 ts-api-utils/lib/index.d.ts
+722 −750 ts-api-utils/lib/index.js
+38 −40 ts-api-utils/package.json
+35 −22 typescript/lib/_tsc.js
+35 −22 typescript/lib/typescript.js
+2 −2 typescript/package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/throttle-debounce": "5.0.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"argparse": "2.0.1",
"esbuild": "0.24.2",
"esbuild-plugin-copy": "2.1.1",
Expand Down Expand Up @@ -53,7 +53,7 @@
"stylelint-formatter-pretty": "4.0.1",
"stylelint-use-logical-spec": "^5.0.1",
"tsx": "4.19.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"@patternfly/patternfly": "5.4.2",
Expand Down

0 comments on commit 7079eca

Please sign in to comment.