Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the packages group with 16 updates:

Package From To
typescript-eslint 8.16.0 8.17.0
vite 6.0.1 6.0.2
@typescript-eslint/eslint-plugin 8.16.0 8.17.0
@typescript-eslint/parser 8.16.0 8.17.0
@typescript-eslint/type-utils 8.16.0 8.17.0
@typescript-eslint/utils 8.16.0 8.17.0
@typescript-eslint/visitor-keys 8.16.0 8.17.0
caniuse-lite 1.0.30001684 1.0.30001685
electron-to-chromium 1.5.67 1.5.68
has-symbols 1.0.3 1.1.0
is-bigint 1.0.4 1.1.0
is-boolean-object 1.1.2 1.2.0
is-number-object 1.0.7 1.1.0
is-string 1.0.7 1.1.0
is-symbol 1.0.4 1.1.0
which-boxed-primitive 1.0.2 1.1.0

Updates typescript-eslint from 8.16.0 to 8.17.0

Release notes

Sourced from typescript-eslint's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.17.0 (2024-12-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 6.0.1 to 6.0.2

Release notes

Sourced from vite's releases.

v6.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.2 (2024-12-02)

Commits
  • c7af14d release: v6.0.2
  • 49f20bb chore: run typecheck in unit tests (#18858)
  • b39e696 fix(ssr): set ssr.target: 'webworker' defaults as fallback (#18827)
  • 2250ffa fix(resolve): don't set builtinModules to external by default (#18821)
  • d6e6194 fix(optimizer): resolve all promises when cancelled (#18826)
  • a20267b fix: don't store temporary vite config file in node_modules if deno (#18823)
  • ae68958 fix(css): referencing aliased svg asset with lightningcss enabled errored (#1...
  • dac7992 feat(css): format lightningcss error (#18818)
  • ec51115 fix(manifest): use style.css as a key for the style file for `cssCodesplit:...
  • 51a5569 refactor: make properties of ResolvedServerOptions and ResolvedPreviewOptions...
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.16.0 to 8.17.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)

🩹 Fixes

  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 2c8a75e chore(release): publish 8.17.0
  • 670df27 feat(eslint-plugin): [prefer-promise-reject-errors] options to allow any and ...
  • 68311ee fix(eslint-plugin): [promise-function-async] handle function overloading (#10...
  • 9dbb4f9 fix(eslint-plugin): remove references to "extendDefaults" in no-restricted-ty...
  • fcd6cf0 fix(eslint-plugin): [no-unnecessary-template-expressions] allow template expr...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.16.0 to 8.17.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.17.0 (2024-12-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/type-utils from 8.16.0 to 8.17.0

Release notes

Sourced from @​typescript-eslint/type-utils's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.17.0 (2024-12-02)

This was a version bump only for type-utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/utils from 8.16.0 to 8.17.0

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.17.0 (2024-12-02)

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/visitor-keys from 8.16.0 to 8.17.0

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.17.0 (2024-12-02)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates caniuse-lite from 1.0.30001684 to 1.0.30001685

Commits

Updates electron-to-chromium from 1.5.67 to 1.5.68

Commits

Updates has-symbols from 1.0.3 to 1.1.0

Changelog

Sourced from has-symbols's changelog.

v1.1.0 - 2024-12-02

Commits

  • [actions] update workflows 548c0bf
  • [actions] further shard; update action deps bec56bb
  • [meta] use npmignore to autogenerate an npmignore file ac81032
  • [New] add types 6469cbf
  • [actions] update rebase action to use reusable workflow 9c9d4d0
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, tape adb5887
  • [Dev Deps] update @ljharb/eslint-config, aud, tape 13ec198
  • [Dev Deps] update auto-changelog, core-js, tape 941be52
  • [Tests] replace aud with npm audit 74f49e9
  • [Dev Deps] update npmignore 9c0ac04
  • [Dev Deps] add missing peer dep 52337a5
Commits
  • 270f0a6 v1.1.0
  • 6469cbf [New] add types
  • 52337a5 [Dev Deps] add missing peer dep
  • 941be52 [Dev Deps] update auto-changelog, core-js, tape
  • 548c0bf [actions] update workflows
  • 74f49e9 [Tests] replace aud with npm audit
  • bec56bb [actions] further shard; update action deps
  • 13ec198 [Dev Deps] update @ljharb/eslint-config, aud, tape
  • 9c0ac04 [Dev Deps] update npmignore
  • ac81032 [meta] use npmignore to autogenerate an npmignore file
  • Additional commits viewable in compare view

Updates is-bigint from 1.0.4 to 1.1.0

Changelog

Sourced from is-bigint's changelog.

v1.1.0 - 2024-12-02

Commits

  • [actions] reuse common workflows 0e63a44
  • [meta] use npmignore to autogenerate an npmignore file 47584ee
  • [Tests] use for-each and es-value-fixtures f226864
  • [New] add types 78e2c47
  • [actions] split out node 10-20, and 20+ 4395a8d
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, has-symbols, object-inspect, tape c188501
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, safe-publish-latest, tape 5360d32
  • [actions] update rebase action to use reusable workflow d5c1775
  • [actions] update codecov uploader c7478c7
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, object-inspect, tape 6fbce66
  • [meta] add missing engines.node 6f9ed42
  • [Tests] replace aud with npm audit 21846c3
  • [Dev Deps] remove unused has-symbols, add missing has-tostringtag b378d94
  • [Deps] update has-bigints f46c35b
  • [Dev Deps] add missing peer dep 2b9be16
Commits
  • a9153e8 v1.1.0
  • b378d94 [Dev Deps] remove unused has-symbols, add missing has-tostringtag
  • 6f9ed42 [meta] add missing engines.node
  • 78e2c47 [New] add types
  • f226864 [Tests] use for-each and es-value-fixtures
  • 2b9be16 [Dev Deps] add missing peer dep
  • 6fbce66 [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, `ob...
  • 4395a8d [actions] split out node 10-20, and 20+
  • 21846c3 [Tests] replace aud with npm audit
  • f46c35b [Deps] update has-bigints
  • Additional commits viewable in compare view

Updates is-boolean-object from 1.1.2 to 1.2.0

Changelog

Sourced from is-boolean-object's changelog.

v1.2.0 - 2024-12-01

Commits

  • [actions] reuse common workflows 380fa25
  • [meta] use npmignore to autogenerate an npmignore file befa203
  • [actions] split out node 10-20, and 20+ ca31663
  • [New] add types 6d58609
  • [Dev Deps] update eslint, @ljharb/eslint-config, core-js, safe-publish-latest, tape 06cc67e
  • [actions] update codecov uploader 0722346
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape 100acdf
  • [actions] update rebase action to use reusable workflow 26333ff
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, core-js, tape fde97ee
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, core-js, npmignore, tape f5ed3c8
  • [Deps] update call-bind, has-tostringtag 61912e2
  • [Tests] replace aud with npm audit c6a0db5
  • [meta] better eccheck command 3a59ec6
  • [Dev Deps] add missing peer dep c0e10db
Commits
  • 380f974 v1.2.0
  • 6d58609 [New] add types
  • 61912e2 [Deps] update call-bind, has-tostringtag
  • c0e10db [Dev Deps] add missing peer dep
  • f5ed3c8 [Dev Deps] update @ljharb/eslint-config, auto-changelog, core-js, `npmi...
  • ca31663 [actions] split out node 10-20, and 20+
  • c6a0db5 [Tests] replace aud with npm audit
  • befa203 [meta] use npmignore to autogenerate an npmignore file
  • 100acdf [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog,...
  • 26333ff [actions] update rebase action to use reusable workflow
  • Additional commits viewable in compare view

Updates is-number-object from 1.0.7 to 1.1.0

Changelog

Sourced from is-number-object's changelog.

v1.1.0 - 2024-12-01

Commits

  • [meta] use npmignore to autogenerate an npmignore file cb8423c
  • [New] add types 273e406
  • [actions] split out node 10-20, and 20+ 3da6267
  • [Robustness] use call-bind 834c098
  • [actions] update rebase action to use reusable workflow 84a8a9f
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, core-js, npmignore, tape 7275bca
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, core-js, tape 49a83aa
  • [Tests] replace aud with npm audit 061492b
  • [Refactor] avoid an expensive check, for null 08d29a8
  • [Deps] update has-tostringtag 4e2ad65
  • [Dev Deps] add missing peer dep 8228bfa
Commits
  • d90d4c5 v1.1.0
  • 273e406 [New] add types
  • 08d29a8 [Refactor] avoid an expensive check, for null
  • 834c098 [Robustness] use call-bind
  • 4e2ad65 [Deps] update has-tostringtag
  • 8228bfa [Dev Deps] add missing peer dep
  • 7275bca [Dev Deps] update @ljharb/eslint-config, auto-changelog, core-js, `npmi...
  • 3da6267 [actions] split out node 10-20, and 20+
  • 061492b [Tests] replace aud with npm audit
  • cb8423c [meta] use npmignore to autogenerate an npmignore file
  • Additional commits viewable in compare view

Updates is-string from 1.0.7 to 1.1.0

Changelog

Sourced from is-string's changelog.

v1.1.0 - 2024-12-01

Commits

  • [actions] reuse common workflows 12aa75b
  • [meta] use npmignore to autogenerate an npmignore file 6401572
  • [actions] split out node 10-20, and 20+ 223540c
  • [New] add types 7e83d67
  • [Dev Deps] update eslint, @ljharb/eslint-config, core-js, safe-publish-latest, tape febd26e
  • [readme] add github actions/codecov badges; update URLs f6bf065
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, core-js, tape 8afc37a
  • [Robustness] use call-bind ac86dd7
  • [actions] update rebase action to use reusable workflow 77058c8
  • [actions] update codecov uploader 4312be5
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, core-js, tape 98c3779
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, core-js, npmignore, tape 7d8e0e5
  • [Dev Deps] update eslint, @ljharb/eslint-config, core-js, safe-publish-latest, tape 3284ad1
  • [Tests] replace aud with npm audit 8cb7ea7
  • [Refactor] skip expensive check, for null 20fde50
  • [Deps] update has-tostringtag b67a78d
  • [meta] fix repo URL 1a2ee6b
  • [meta] better eccheck command 6913c75
  • [Dev Deps] add missing peer dep 8ac8551
Commits
  • 9621fdc v1.1.0
  • 7e83d67 [New] add types
  • ac86dd7 [Robustness] use call-bind
  • 20fde50 [Refactor] skip expensive check, for null
  • b67a78d [Deps] update has-tostringtag
  • 8ac8551 [Dev Deps] add missing peer dep
  • 7d8e0e5 [Dev Deps] update @ljharb/eslint-config, auto-changelog, core-js, `npmi...
  • 223540c [actions] split out node 10-20, and 20+
  • 8cb7ea7 [Tests] replace aud with npm audit
  • 6401572 [meta] use npmignore to autogenerate an npmignore file
  • Additional commits viewable in compare view

Updates is-symbol from 1.0.4 to 1.1.0

Changelog

Sourced from is-symbol's changelog.

v1.1.0 - 2024-12-02

Commits

  • [actions] reuse common workflows acf85f0
  • [meta] use npmignore to autogenerate an npmignore file 77c818e
  • [Tests] use for-each and es-value-fixtures 93dfed0
  • [New] add types ed6a057
  • [actions] split out node 10-20, and 20+ 7f81ccc
  • [Robustness] use call-bind and safe-regex-test dc7e142
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect, tape 70f87c2
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, safe-publish-latest, tape 3f02ff4
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, has-tostringtag, npmignore, object-inspect, tape 9588872
  • [actions] update rebase action to use reusable workflow 59e2f68
  • [actions] update codecov uploader e4759f8
  • [Dev Deps] update eslint, auto-changelog, object-inspect, tape 33990c0
  • [Tests] use has-tostringtag for more robust Symbol.toStringTag detection d6154e1
  • [Tests] replace aud with npm audit 3215a60
  • [Refactor] avoid an expensive check, for primitives 59f1a42
  • [Deps] update has-symbols 06be1a9
  • [Dev Deps] add missing peer dep 799b0da
Commits
  • 2b9dc79 v1.1.0
  • ed6a057 [New] add types
  • 93dfed0 [Tests] use for-each and es-value-fixtures
  • 59f1a42 [Refactor] avoid an expensive check, for primitives
  • dc7e142 [Robustness] use call-bind and safe-regex-test
  • 799b0da [Dev Deps] add missing peer dep
  • 9588872 [Dev Deps] update @ljharb/eslint-config, auto-changelog, `has-tostringtag...
  • 7f81ccc [actions] split out node 10-20, and 20+
  • 3215a60 [Tests] replace aud with npm audit
  • 06be1a9 [Deps] update has-symbols
  • Additional commits viewable in compare view

Updates which-boxed-primitive from 1.0.2 to 1.1.0

Changelog

Sourced from which-boxed-primitive's changelog.

Bumps the packages group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.1` | `6.0.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.16.0` | `8.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.16.0` | `8.17.0` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.16.0` | `8.17.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.16.0` | `8.17.0` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.16.0` | `8.17.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001684` | `1.0.30001685` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.67` | `1.5.68` |
| [has-symbols](https://github.com/inspect-js/has-symbols) | `1.0.3` | `1.1.0` |
| [is-bigint](https://github.com/inspect-js/is-bigint) | `1.0.4` | `1.1.0` |
| [is-boolean-object](https://github.com/inspect-js/is-boolean-object) | `1.1.2` | `1.2.0` |
| [is-number-object](https://github.com/inspect-js/is-number-object) | `1.0.7` | `1.1.0` |
| [is-string](https://github.com/inspect-js/is-string) | `1.0.7` | `1.1.0` |
| [is-symbol](https://github.com/inspect-js/is-symbol) | `1.0.4` | `1.1.0` |
| [which-boxed-primitive](https://github.com/inspect-js/which-boxed-primitive) | `1.0.2` | `1.1.0` |


Updates `typescript-eslint` from 8.16.0 to 8.17.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.17.0/packages/typescript-eslint)

Updates `vite` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.2/packages/vite)

Updates `@typescript-eslint/eslint-plugin` from 8.16.0 to 8.17.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/v8.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.16.0 to 8.17.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/v8.17.0/packages/parser)

Updates `@typescript-eslint/type-utils` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/visitor-keys)

Updates `caniuse-lite` from 1.0.30001684 to 1.0.30001685
- [Commits](browserslist/caniuse-lite@1.0.30001684...1.0.30001685)

Updates `electron-to-chromium` from 1.5.67 to 1.5.68
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.67...v1.5.68)

Updates `has-symbols` from 1.0.3 to 1.1.0
- [Changelog](https://github.com/inspect-js/has-symbols/blob/main/CHANGELOG.md)
- [Commits](inspect-js/has-symbols@v1.0.3...v1.1.0)

Updates `is-bigint` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/inspect-js/is-bigint/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-bigint@v1.0.4...v1.1.0)

Updates `is-boolean-object` from 1.1.2 to 1.2.0
- [Changelog](https://github.com/inspect-js/is-boolean-object/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-boolean-object@v1.1.2...v1.2.0)

Updates `is-number-object` from 1.0.7 to 1.1.0
- [Changelog](https://github.com/inspect-js/is-number-object/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-number-object@v1.0.7...v1.1.0)

Updates `is-string` from 1.0.7 to 1.1.0
- [Changelog](https://github.com/inspect-js/is-string/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-string@v1.0.7...v1.1.0)

Updates `is-symbol` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/inspect-js/is-symbol/blob/main/CHANGELOG.md)
- [Commits](inspect-js/is-symbol@v1.0.4...v1.1.0)

Updates `which-boxed-primitive` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/inspect-js/which-boxed-primitive/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-boxed-primitive@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/parser"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/type-utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: has-symbols
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: is-bigint
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: is-boolean-object
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: is-number-object
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: is-string
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: is-symbol
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: which-boxed-primitive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
@dependabot dependabot bot assigned poad Dec 2, 2024
@vercel
Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-rest-api-executor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 2, 2024 11:24pm

@github-actions github-actions bot merged commit f6e58ff into main Dec 2, 2024
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-3a4163e8d8 branch December 2, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants