Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the deps-major group with 9 updates #3228

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the deps-major group with 9 updates:

Package From To
@typescript-eslint/eslint-plugin 6.9.1 8.7.0
@typescript-eslint/parser 6.21.0 8.7.0
eslint 8.57.0 9.11.1
eslint-config-airbnb-typescript 17.1.0 18.0.0
eslint-plugin-jsdoc 46.8.2 50.3.0
tsup 6.7.0 8.3.0
@vue/devtools-api 6.6.3 7.4.6
ora 5.4.1 8.1.0
chokidar 3.6.0 4.0.1

Updates @typescript-eslint/eslint-plugin from 6.9.1 to 8.7.0

Release notes

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

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

... (truncated)

Changelog

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

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

... (truncated)

Commits
  • b88ea33 chore(release): publish 8.7.0
  • cdd93f6 docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...
  • d0e35d9 feat(eslint-plugin): [consistent-type-exports] check export * exports to se...
  • dc1c6d3 docs: [no-unnecessary-type-parameters] add FAQ section (#9975)
  • e8555a0 feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)
  • 8293546 fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...
  • b75d42b fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...
  • c5dc755 docs: [no-floating-promises] clarify that void does not resolve promises (#9949)
  • 1c183ab fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...
  • 7b149b9 docs: [strict-boolean-expressions] fix adominition (#10033)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 8.7.0

Release notes

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

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

... (truncated)

Changelog

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

8.7.0 (2024-09-23)

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.

8.6.0 (2024-09-16)

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.

8.5.0 (2024-09-09)

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.

8.4.0 (2024-09-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.

8.3.0 (2024-08-26)

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.

8.2.0 (2024-08-19)

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.

8.1.0 (2024-08-12)

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.

8.0.1 (2024-08-05)

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.

8.0.0 (2024-07-31)

... (truncated)

Commits
  • b88ea33 chore(release): publish 8.7.0
  • 343710e chore(release): publish 8.6.0
  • 4d31ebe chore(release): publish 8.5.0
  • 4bc801e chore: enable unicorn/no-array-reduce (#9640)
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • ef2eab1 chore(release): publish 8.3.0
  • 9612d81 chore: enable eslint-plugin-perfectionist on parser package (#9845)
  • 7440e14 chore(release): publish 8.2.0
  • 382e87b chore: enable unicorn/prefer-node-protocol (#9742)
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.11.1

Release notes

Sourced from eslint's releases.

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)

v9.11.0

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

Chores

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

v8.57.1 - September 16, 2024

... (truncated)

Commits
  • 69e9459 9.11.1
  • fcdac44 Build: changelog update for 9.11.1
  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943)
  • 36d8095 chore: package.json update for @​eslint/js release
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931)
  • Additional commits viewable in compare view

Updates eslint-config-airbnb-typescript from 17.1.0 to 18.0.0

Release notes

Sourced from eslint-config-airbnb-typescript's releases.

v18.0.0

18.0.0 (2024-03-02)

chore

BREAKING CHANGES

Commits

Updates eslint-plugin-jsdoc from 46.8.2 to 50.3.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.3.0

50.3.0 (2024-09-26)

Features

  • require-param: add ignoreWhenAllParamsMissing option; fixes #1317 (3b18435)

v50.2.5

50.2.5 (2024-09-25)

Bug Fixes

  • require-jsdoc: allow TSTypeAliasDeclaration to be detected for export; fixes #1319 (909de73)
  • force release (6970456)
  • force release (20e0805)
  • update semantic-release (baaf8c3)
  • update semantic-release/github (8e565e0)

v50.2.4

50.2.4 (2024-09-18)

Bug Fixes

  • require-returns-check: allow infinite for loops to have only one branch to return; fixes #1315 (e7ab475)

v50.2.3

50.2.3 (2024-09-13)

Bug Fixes

  • require-jsdoc: avoid erring on static blocks (8222262)

v50.2.2

50.2.2 (2024-08-14)

Bug Fixes

  • check-param-names: check against whitelist of acceptable function nodes so that non-function global contexts do not err; fixes #1303 (288f0ae)

v50.2.1

50.2.1 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 3b18435 feat(require-param): add ignoreWhenAllParamsMissing option; fixes #1317
  • 51c68b1 Revert "Enable Publish Attestation"
  • 6970456 fix: force release
  • baaf8c3 fix: update semantic-release
  • 20e0805 fix: force release
  • 8e565e0 fix: update semantic-release/github
  • 909de73 fix(require-jsdoc): allow TSTypeAliasDeclaration to be detected for expor...
  • 239d69a Enable Publish Attestation
  • e7ab475 fix(require-returns-check): allow infinite for loops to have only one branc...
  • 8222262 fix(require-jsdoc): avoid erring on static blocks
  • Additional commits viewable in compare view

Updates tsup from 6.7.0 to 8.3.0

Release notes

Sourced from tsup's releases.

v8.3.0

8.3.0 (2024-09-17)

Bug Fixes

  • fix experimentalDts file cleaning and watching (#1199) (76dc18b)

Features

v8.2.4

8.2.4 (2024-08-02)

Bug Fixes

v8.2.3

8.2.3 (2024-07-24)

Bug Fixes

  • get metafile on windows (048c93b)

v8.2.2

8.2.2 (2024-07-22)

Bug Fixes

  • Revert "refactor: replace globby with faster alternative (#1158)" (2de6dd5)

v8.2.1

8.2.1 (2024-07-20)

Bug Fixes

v8.2.0

8.2.0 (2024-07-19)

... (truncated)

Commits

Updates @vue/devtools-api from 6.6.3 to 7.4.6

Release notes

Sourced from @​vue/devtools-api's releases.

v7.4.6

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.4.5

   🚀 Features

    View changes on GitHub

v7.4.4

   🐞 Bug Fixes

    View changes on GitHub

v7.4.3

No significant changes

    View changes on GitHub

v7.4.2

No significant changes

    View changes on GitHub

v7.4.1

   🐞 Bug Fixes

    View changes on GitHub

v7.4.0

   🚀 Features

... (truncated)

Commits

Updates ora from 5.4.1 to 8.1.0

Release notes

Sourced from ora's releases.

v8.1.0

  • Update dependencies fb0fced

sindresorhus/ora@v8.0.1...v8.1.0

v8.0.1

  • Fix the process not exiting 89a1f31

sindresorhus/ora@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 18 675590f

Improvements

  • Update dependencies 675590f

sindresorhus/ora@v7.0.1...v8.0.0

v7.0.1

  • Fix missing dependency (#228) 1dc1ece

sindresorhus/ora@v7.0.0...v7.0.1

v7.0.0

Breaking

  • Require Node.js 16 0e96acd

sindresorhus/ora@v6.3.1...v7.0.0

v6.3.1

  • Fix Node.js 12 compatibility 4b1c2be

sindresorhus/ora@v6.3.0...v6.3.1

v6.3.0

sindresorhus/ora@v6.2.0...v6.3.0

v6.2.0

  • Add spinners export to be able to access all available spinners (#222) f2ac111

sindresorhus/ora@v6.1.2...v6.2.0

v6.1.2

  • Revert "Fix preserving stdin's pause state (#210)" f4e03ea

... (truncated)

Commits

Bumps the deps-major group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.9.1` | `8.7.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `8.7.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.11.1` |
| [eslint-config-airbnb-typescript](https://github.com/iamturns/eslint-config-airbnb-typescript) | `17.1.0` | `18.0.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.8.2` | `50.3.0` |
| [tsup](https://github.com/egoist/tsup) | `6.7.0` | `8.3.0` |
| [@vue/devtools-api](https://github.com/vuejs/devtools-next/tree/HEAD/packages/devtools-api) | `6.6.3` | `7.4.6` |
| [ora](https://github.com/sindresorhus/ora) | `5.4.1` | `8.1.0` |
| [chokidar](https://github.com/paulmillr/chokidar) | `3.6.0` | `4.0.1` |


Updates `@typescript-eslint/eslint-plugin` from 6.9.1 to 8.7.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.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.21.0 to 8.7.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.7.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.11.1)

Updates `eslint-config-airbnb-typescript` from 17.1.0 to 18.0.0
- [Release notes](https://github.com/iamturns/eslint-config-airbnb-typescript/releases)
- [Changelog](https://github.com/iamturns/eslint-config-airbnb-typescript/blob/master/CHANGELOG.md)
- [Commits](iamturns/eslint-config-airbnb-typescript@v17.1.0...v18.0.0)

Updates `eslint-plugin-jsdoc` from 46.8.2 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v46.8.2...v50.3.0)

Updates `tsup` from 6.7.0 to 8.3.0
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v6.7.0...v8.3.0)

Updates `@vue/devtools-api` from 6.6.3 to 7.4.6
- [Release notes](https://github.com/vuejs/devtools-next/releases)
- [Commits](https://github.com/vuejs/devtools-next/commits/v7.4.6/packages/devtools-api)

Updates `ora` from 5.4.1 to 8.1.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v5.4.1...v8.1.0)

Updates `chokidar` from 3.6.0 to 4.0.1
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@3.6.0...4.0.1)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: eslint-config-airbnb-typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: "@vue/devtools-api"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps-major
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

vercel bot commented Sep 29, 2024

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

Name Status Preview Comments Updated (UTC)
fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 7:42pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 7:42pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
create-fuels-counter-example ⬜️ Ignored (Inspect) Sep 29, 2024 7:42pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants