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

chore(deps-dev): bump the development-dependencies group across 1 directory with 11 updates #140

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the development-dependencies group with 11 updates in the / directory:

Package From To
@antfu/eslint-config 2.9.0 2.16.1
@inquirer/prompts 4.3.0 5.0.2
@shikijs/vitepress-twoslash 1.2.0 1.4.0
@swc/core 1.4.8 1.5.3
@swc/helpers 0.5.7 0.5.11
tsx 4.7.1 4.9.3
typedoc 0.25.12 0.25.13
typedoc-plugin-markdown 4.0.0-next.54 4.0.0
typescript 5.4.3 5.4.5
vitepress 1.0.1 1.1.4
vue 3.4.21 3.4.26

Updates @antfu/eslint-config from 2.9.0 to 2.16.1

Release notes

Sourced from @​antfu/eslint-config's releases.

v2.16.1

   🐞 Bug Fixes

    View changes on GitHub

v2.16.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.15.0

   🚨 Breaking Changes

    View changes on GitHub

v2.14.0

   🚀 Features

    View changes on GitHub

v2.13.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.13.3

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • cae6ba1 chore: release v2.16.1
  • 844ffc4 fix: lock ts-eslint to 7.7 for now
  • cc35e25 chore: release v2.16.0
  • 20ea295 feat: add eslint-plugin-command
  • 24d4f14 fix(react): improve option for react-refresh, aware Remix and Next.js (#461)
  • e9bcb8a chore: update deps
  • 2367977 chore: release v2.15.0
  • 46b597f chore: update deps
  • 86a74c9 refactor!: migrate from eslint-plugin-react to eslint react (#453)
  • 2ffa95a chore: release v2.14.0
  • Additional commits viewable in compare view

Updates @inquirer/prompts from 4.3.0 to 5.0.2

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​5.0.1

  • Fix: breaking change wrongly removed the Separator export.

@​inquirer/prompts@​5.0.0

  • [Breaking #1384] @inquirer/core isn't exported from @inquirer/prompts anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of @inquirer/* packages.

@​inquirer/prompts@​4.3.3

  • On windows, we will now use unicode characters whenever possible

@​inquirer/prompts@​4.3.2

  • Performance improvements (less flickering mainly noticeable on select/checkbox)
Commits
  • d0e9290 Publish
  • 5903329 Eslint v9 & flat configs (#1397)
  • 760274f Chore: Fix ts error
  • 04d82c3 Chore: Bump dev dependencies
  • ec60ab0 Chore(all): Stricter linting rules from unicorn
  • b2f13eb Chore(all): Tidy up RegExp
  • fe0ebdb Chore(all): Enforce usage of replaceAll instead of replace
  • 018d4d5 Chore (checkbox): Replace Boolean(find()) with native some()
  • 55ff070 Feat(inquirer): Make Choices class iterable + add .some() support (#1399)
  • c34cfec Feat(core): Allow useState/useRef to initialize empty (#1398)
  • Additional commits viewable in compare view

Updates @shikijs/vitepress-twoslash from 1.2.0 to 1.4.0

Release notes

Sourced from @​shikijs/vitepress-twoslash's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

   🚀 Features

    View changes on GitHub

v1.2.4

No significant changes

    View changes on GitHub

v1.2.3

   🐞 Bug Fixes

    View changes on GitHub

v1.2.2

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.2.1

   🐞 Bug Fixes

... (truncated)

Commits
  • 044181d chore: release v1.4.0
  • 26f37f0 feat: upgrade deps, new langs and themes
  • fc33b7f chore: release v1.3.0
  • ae516ae feat(core): new structure: inline option for codeToHast (#653)
  • 3b83f92 chore: release v1.2.4
  • 8653f88 chore: release v1.2.3
  • f254653 chore: release v1.2.2
  • 93d7127 chore: release v1.2.1
  • 4a52aa5 chore: update deps
  • 75832e1 fix(vitepress-twoslash): pass options.twoslashOptions to createTwoslasher...
  • See full diff in compare view

Updates @swc/core from 1.4.8 to 1.5.3

Changelog

Sourced from @​swc/core's changelog.

Changelog

[1.5.4] - 2024-05-06

Bug Fixes

  • (es/decorators) Handle ref of decorated class (#8905) (af96e39)

  • (es/minifier) Increment ref_count while invoking IIFE (#8904) (86e2bb0)

  • (es/proposal) Fix scoping of explicit resource management pass (#8903) (762b0d4)

Miscellaneous Tasks

[1.5.1] - 2024-04-27

Bug Fixes

  • (es/decorator) Support for legacy decorators in class expressions (#8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#8888) (be359fa)

[1.5.0] - 2024-04-24

Bug Fixes

  • (es/minifier) Abort seq inline on recursive usage (#8887) (cd4548f)

Features

  • (es/ast) Support abstract auto-accessors (#8736) (1155ac7)

[1.4.17] - 2024-04-23

... (truncated)

Commits
  • bcd3afa chore: Publish 1.5.3 with swc_core v0.91.2
  • 579a1de chore: Publish 1.5.3-nightly-20240429.2
  • 04de507 chore: Publish 1.5.3-nightly-20240429.1
  • 9fdb385 chore: Bump crates
  • 65ea99e chore(ci): Fix macOS x64 build & publish job (#8901)
  • 7ac3b0a chore: Bump crates
  • 0dcdae9 chore: Bump crates
  • cc1432a chore: Apply cargo autoinherit (#8902)
  • 7114530 chore: Update changelog
  • 501ae8b chore: Publish 1.5.2 with swc_core v0.91.1
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.7 to 0.5.11

Commits

Updates tsx from 4.7.1 to 4.9.3

Release notes

Sourced from tsx's releases.

v4.9.3

4.9.3 (2024-05-06)

Bug Fixes

  • import implicit extensions from packages (8022fcf), closes #542

This release is also available on:

v4.9.2

4.9.2 (2024-05-06)

Bug Fixes


This release is also available on:

v4.9.1

4.9.1 (2024-05-04)

Bug Fixes

  • tsImport: handle importing packages (#14) (96bc596)

This release is also available on:

v4.9.0

4.9.0 (2024-05-03)

Features

... (truncated)

Commits
  • 8022fcf fix: import implicit extensions from packages
  • 3a0ea18 fix(esm): resolve absolute paths (#544)
  • b407435 docs: remove extraneous path from vscode usage (#539)
  • 96bc596 fix(tsImport): handle importing packages (#14)
  • 63631ac chore(package.json): update keywords
  • 4f515ab feat: register() & tsImport() via esm/api (#12)
  • 8eb1674 test: node 22 (#13)
  • 4c8646a test(api): CLI usage (#11)
  • 933eb7a refactor: remove unused source map logic (#10)
  • 625e6c3 chore(tsconfig): use module: preserve
  • Additional commits viewable in compare view

Updates typedoc from 0.25.12 to 0.25.13

Release notes

Sourced from typedoc's releases.

v0.25.13

Features

  • Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to using the non-short git revision.
  • Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end render hooks for use by custom plugins, #2532.

Bug Fixes

  • Fixed conversion of NoInfer missing type parameter reference, #2539.
  • Linking to a member on a page no longer incorrectly claims that "This member is normally hidden due to your filter settings" for every member.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.25.13 (2024-04-07)

Features

  • Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to using the non-short git revision.
  • Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end render hooks for use by custom plugins, #2532.

Bug Fixes

  • Fixed conversion of NoInfer missing type parameter reference, #2539.
  • Linking to a member on a page no longer incorrectly claims that "This member is normally hidden due to your filter settings" for every member.

Thanks!

Commits

Updates typedoc-plugin-markdown from 4.0.0-next.54 to 4.0.0

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Changelog

4.0.0 (2024-05-03)

v4 is a major release that includes a number of bug fixes, new features and UI improvements.

Architectural Changes

  • Handlebars as a dependency has been removed.
  • Updated customization model with the ability to set hooks, events and custom theming.
  • Exposed navigation structure.

Features

  • Updated output file structure.
  • Improved and cleaner UI.
  • A set of updated and additional new options with comprehensive documentation.
  • Exported option types and JSON schema.

Structural Changes

  • Each module member is now output to its own file by default. See option --outputFileStrategy. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the option membersWithOwnFile option.
  • Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option --parametersFormat=table.

Breaking Changes

  • Because the file structure has changed you may need to update any cross references to files in your documentation.
  • Setting theme to "markdown" is no longer required and should be removed.
  • The option indexTitle has been removed. Please use the "title.indexPage" key with option --textContentMappings.
  • The option allReflectionsHaveOwnDocument has been removed (this behaviour is now the default). Please see option outputFileStrategy.
  • The option entryDocument has been renamed to entryFileName to better reflect its purpose.
  • The option namedAnchors has been renamed to useHTMLAnchors to better reflect its purpose.
  • The option hideInPageTOC has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by using typedoc-plugin-remark and the remark-toc plugin.
  • The option objectLiteralTypeDeclarationStyle has been removed. Please use option --typeDeclarationFormat=list.

Bug Fixes

  • Duplication in callback/callable/function properties. (#581).
  • @experimental / @internal annotations. (#556)
  • Fix events output and strike-through deprecated items. (#534)
  • Class static functions are no longer marked. (#533)
  • @example block not rendered with Headline (#501)
  • Support for categories (#499)
  • Correctly resolve packge readme urls from member pages. (#483)
  • Add the ability to add a separate frontmatter for readme file. (#469)
  • Items in tables are not linkable. (#463)
  • Custom i18n texts. (#458)
  • How to improve the formatting for types?. (#456)
  • How to change title format. (#450)

... (truncated)

Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.0.0 (2024-05-03)

v4 is a major release that includes a number of bug fixes, new features and UI improvements.

Architectural Changes

  • Handlebars as a dependency has been removed.
  • Updated customization model with the ability to set hooks, events and custom theming.
  • Exposed navigation structure.

Features

  • Updated output file structure.
  • Improved and cleaner UI.
  • A set of updated and additional new options with comprehensive documentation.
  • Exported option types and JSON schema.

Structural Changes

  • Each module member is now output to its own file by default. See option --outputFileStrategy. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the option membersWithOwnFile option.
  • Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use option --parametersFormat=table.

Breaking Changes

  • Because the file structure has changed you may need to update any cross references to files in your documentation.
  • Setting theme to "markdown" is no longer required and should be removed.
  • The option indexTitle has been removed. Please use the "title.indexPage" key with option --textContentMappings.
  • The option allReflectionsHaveOwnDocument has been removed (this behaviour is now the default). Please see option outputFileStrategy](/docs/options#outputfilestrategy).
  • The option entryDocument has been renamed to entryFileName to better reflect its purpose.
  • The option namedAnchors has been renamed to useHTMLAnchors to better reflect its purpose.
  • The option hideInPageTOC has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by using typedoc-plugin-remark and the remark-toc plugin.
  • The option objectLiteralTypeDeclarationStyle has been removed. Please use option --typeDeclarationFormat=list.

Bug Fixes

  • Duplication in callback/callable/function properties. (#581).
  • @​experimental / @​internal annotations. (#556)
  • Fix events output and strike-through deprecated items. (#534)
  • Class static functions are no longer marked. (#533)
  • @​example block not rendered with Headline (#501)
  • Support for categories (#499)
  • Correctly resolve package readme urls from member pages. (#483)
  • Add the ability to add a separate frontmatter for readme file. (#469)
  • Items in tables are not linkable. (#463)
  • Custom i18n texts. (#458)
  • How to improve the formatting for types?. (#456)
  • How to change title format. (#450)
  • Export Docusaurus plugin options type. (#440)
  • How to export interface as a table. (#403)
  • Broken Link caused by Typescript class being defined in an index file. (#402)

... (truncated)

Commits

Updates typescript from 5.4.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates vitepress from 1.0.1 to 1.1.4

Release notes

Sourced from vitepress's releases.

v1.1.4

Please refer to CHANGELOG.md for details.

v1.1.3

Please refer to CHANGELOG.md for details.

v1.1.1

Please refer to CHANGELOG.md for details.

v1.1.0

Please refer to CHANGELOG.md for details.

v1.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.1.4 (2024-04-27)

Bug Fixes

  • dev: multiple server instances being created when editing config too quickly (#3835) (729a890)
  • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
  • theme/a11y: remove duplicate assistive text from outline nav (#3803) (733d986)
  • theme/i18n: 404 page not showing localized text (#3833) (cc11b8e)
  • theme: disable keypress effect on search button (ccc37bb)
  • theme: don't use Chinese quotes on non-Chinese documents (#3834) (75115f4)
  • theme: leaking event listener when going back/forward on Safari on iOS (#3658) (#3671) (1a72181)

1.1.3 (2024-04-18)

Bug Fixes

  • build/regression: markdown backslash escapes not working (d02d1e9), closes #3808

1.1.1 (2024-04-18)

Bug Fixes

  • client: don't reload page on hash change (#3777) (74b725a)
  • let vue compiler handle entity decoding (f86ac56)
  • hot updating config file suppresses error logs (#3592) (cd5adf3)

1.1.0 (2024-04-09)

Bug Fixes

  • client: hashchange should only be triggered for same page navigations (#3768) (2a9fc2a)
  • client: emit correct Event instance in hashchange event
  • theme: remove small layout shift on On this page button (#3767) (5f28e74)

Features

  • client: add hash property to useData()
  • theme: update Inter to version 4 (#3693) (#3694) (ffafa31)

1.0.2 (2024-04-01)

Bug Fixes

  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)
Commits
  • a0f7b94 release: v1.1.4
  • efa4abf chore: bump deps
  • 729a890 fix(dev): multiple server instances being created when editing config too qui...
  • 75115f4 fix(theme): don't use Chinese quotes on non-Chinese documents (#3834)
  • 1174060 chore: remove duplicate font-family entries
  • 1a72181 fix(theme): leaking event listener when going back/forward on Safari on iOS (...
  • e60c101 fix(theme/a11y): add unique name to footer prev / next navigation landmark
  • 733d986 fix(theme/a11y): remove duplicate assistive text from outline nav #3800 (#3...
  • cc11b8e fix(theme/i18n): 404 page not showing localized text (#3833)
  • 0048787 docs: update ZH translation (#3817)
  • Additional commits viewable in compare view

Updates vue from 3.4.21 to 3.4.26

Release notes

Sourced from vue's releases.

v3.4.26

Please refer to CHANGELOG.md for details.

v3.4.25

Please refer to CHANGELOG.md for details.

v3.4.24

Please refer to CHANGELOG.md for details.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.26 (2024-04-29)

Bug Fixes

3.4.25 (2024-04-24)

Bug Fixes

3.4.24 (2024-04-22)

Bug Fixes

  • compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
  • deps: update compiler (#10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
  • transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)

3.4.23 (2024-04-16)

Bug Fixes

  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #10709

... (truncated)

Commits
  • 2417909 release: v3.4.26
  • fefce06 fix(compiler-core): fix bail constant for globals
  • 638a79f fix(runtime-core): properly handle inherit transition during clone VNode (#10...
  • e8fd644 fix(runtime-core): attrs should be readonly in functional components (#10767)
  • 2d56816 refactor: simplify traverse() for deep watchers (#10795)
  • b01be66 chore(deps): update lint (#10831)
  • d00632b refactor: remove ...

    Description has been truncated

…ectory with 11 updates

Bumps the development-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `2.9.0` | `2.16.1` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `4.3.0` | `5.0.2` |
| [@shikijs/vitepress-twoslash](https://github.com/shikijs/shiki/tree/HEAD/packages/vitepress-twoslash) | `1.2.0` | `1.4.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.8` | `1.5.3` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.7` | `0.5.11` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.1` | `4.9.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.12` | `0.25.13` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.0.0-next.54` | `4.0.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.1` | `1.1.4` |
| [vue](https://github.com/vuejs/core) | `3.4.21` | `3.4.26` |



Updates `@antfu/eslint-config` from 2.9.0 to 2.16.1
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v2.9.0...v2.16.1)

Updates `@inquirer/prompts` from 4.3.0 to 5.0.2
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `@shikijs/vitepress-twoslash` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shikijs/shiki/commits/v1.4.0/packages/vitepress-twoslash)

Updates `@swc/core` from 1.4.8 to 1.5.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.4.8...v1.5.3)

Updates `@swc/helpers` from 0.5.7 to 0.5.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `tsx` from 4.7.1 to 4.9.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.1...v4.9.3)

Updates `typedoc` from 0.25.12 to 0.25.13
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.12...v0.25.13)

Updates `typedoc-plugin-markdown` from 4.0.0-next.54 to 4.0.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/[email protected]/packages/typedoc-plugin-markdown)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

Updates `vitepress` from 1.0.1 to 1.1.4
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.1...v1.1.4)

Updates `vue` from 3.4.21 to 3.4.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.21...v3.4.26)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@shikijs/vitepress-twoslash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@swc/helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typedoc-plugin-markdown
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #141.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-82c06ed56c branch May 13, 2024 20:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants