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 with 11 updates #137

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the development-dependencies group with 11 updates:

Package From To
@antfu/eslint-config 2.9.0 2.15.0
@inquirer/prompts 4.3.0 5.0.1
@shikijs/vitepress-twoslash 1.2.0 1.3.0
@swc/core 1.4.8 1.4.16
@swc/helpers 0.5.7 0.5.10
tsx 4.7.1 4.7.2
typedoc 0.25.12 0.25.13
typedoc-plugin-markdown 4.0.0-next.54 4.0.0-next.58
typescript 5.4.3 5.4.5
vitepress 1.0.1 1.1.3
vue 3.4.21 3.4.24

Updates @antfu/eslint-config from 2.9.0 to 2.15.0

Release notes

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

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

v2.13.2

   🐞 Bug Fixes

    View changes on GitHub

v2.13.1

   🚀 Features

    View changes on GitHub

v2.13.0

   🚀 Features

... (truncated)

Commits

Updates @inquirer/prompts from 4.3.0 to 5.0.1

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
  • e986c9a Publish
  • b1b175c Fix (@​inquirer/prompts): Fix missing Separator from the export
  • 3ae4ddd Add test for figures package (#1390)
  • bb5b6b8 Publish
  • 025f1f7 Chore: bump dependencies (#1391)
  • 196f954 Feat: Expose customization options for Select/Checkbox prompts help tips (#1381)
  • fedcd16 BREAKING: Stop exporting core APIs from @​inquirer/prompts (#1384)
  • 0d17b90 Try to not have to compile app to get eslint to pass (#1389)
  • 6bfbdfc Publish
  • 7596270 Fork figures package so it can be published for esm/cjs (#1388)
  • Additional commits viewable in compare view

Updates @shikijs/vitepress-twoslash from 1.2.0 to 1.3.0

Release notes

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

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

    View changes on GitHub
Commits
  • 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.4.16

Changelog

Sourced from @​swc/core's changelog.

[1.4.16] - 2024-04-18

Bug Fixes

  • (es/helpers) Fix resolving of usingCtx helper (#8874) (6e9d1a4)

[1.4.15] - 2024-04-17

Bug Fixes

  • (es/codegen) Fix ascii_only for identifiers (#8866) (2075a23)

  • (es/minifier) Remove raw of strings after modification (#8865) (740c0bb)

  • (es/parser) Fix span of BindingIdent (#8859) (fbd32fb)

  • (es/proposal) Update explicit resource management to match spec (#8860) (6d24076)

Features

  • (es/transforms) Allocate stacks dynamically (#8867) (a1c5415)

Refactor

Build

  • (cargo) Update rustc to nightly-2024-04-03 (#8821) (ca9c76b)

  • (cargo) Update rustc to nightly-2024-04-16 (#8870) (f9459a8)

[1.4.14] - 2024-04-15

Bug Fixes

... (truncated)

Commits
  • f58b95a chore: Publish 1.4.16 with swc_core v0.90.35
  • 0036f74 chore: Bump crates
  • 6e9d1a4 fix(es/helpers): Fix resolving of usingCtx helper (#8874)
  • 10bb67a chore: Update changelog
  • ba9f33b chore: Publish 1.4.15 with swc_core v0.90.34
  • 0594398 chore: Publish 1.4.15-nightly-20240417.1
  • 4410d62 chore: Bump crates
  • f9459a8 build(cargo): Update rustc to nightly-2024-04-16 (#8870)
  • 036414a chore: Publish 1.4.15-nightly-20240416.4
  • 2ec3282 chore: Pin version of proc-macro2 to v1.0.79
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.7 to 0.5.10

Commits

Updates tsx from 4.7.1 to 4.7.2

Release notes

Sourced from tsx's releases.

v4.7.2

4.7.2 (2024-04-04)

Bug Fixes

  • source maps in Node v21.6.0+ & v20.12.0+ (#518) (1a10da7)

This release is also available on:

Commits

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-next.58

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Patch Changes

  • Fixed navigation type error (#595)

[email protected]

Patch Changes

  • Fix broken links in packages index.
  • Added navigationModel option.

[email protected]

Patch Changes

  • Expose 'Default value` column to properties table.
  • Added sanitizeComments option.
  • Navigation structure updates.

[email protected]

Patch Changes

  • Added flattenOutputFiles option.
  • Lowercased Object keyword.
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.0.0-next.58

Patch Changes

  • Fixed navigation type error (#595)

4.0.0-next.57

Patch Changes

  • Fix broken links in packages index.
  • Added navigationModel option.

4.0.0-next.56

Patch Changes

  • Expose 'Default value` column to properties table.
  • Added sanitizeComments option.
  • Navigation structure updates.

4.0.0-next.55 (2024-04-05)

Patch Changes

  • Added flattenOutputFiles option.
  • Lowercased Object keyword.
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.3

Release notes

Sourced from vitepress's releases.

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.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
  • 7ed5148 release: v1.1.3
  • 576e43a refactor: simplify code
  • a481ebe release: v1.1.2
  • d02d1e9 fix(build/regression): markdown backslash escapes not working
  • f30b848 docs(ru): update translation guide/deploy.md (#3807)
  • 47570a1 chore: bump deps
  • 3f551ea release: v1.1.1
  • a1ced36 chore: override text renderer before calling user config
  • f86ac56 fix: let vue compiler handle entity decoding
  • 469ff38 chore: remove missing type
  • Additional commits viewable in compare view

Updates vue from 3.4.21 to 3.4.24

Release notes

Sourced from vue's releases.

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.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

3.4.22 (2024-04-15)

Bug Fixes

  • compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
  • compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
  • compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
  • compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
  • compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
  • compiler-sfc: also search for .tsx when type import's extension is omitted (#10637) (34106bc), closes #10635
  • compiler-sfc: fix defineModel coercion for boolean + string union types (#9603) (0cef65c), closes #9587 #10676
  • compiler-sfc: fix universal selector scope (#10551) (54a6afa), closes #10548
  • compiler-sfc: use options module name if options provide runtimeModuleName options (#10457) (e76d743), closes #10454
  • custom-element: avoid setting attr to null if it is removed (#9012) (b49306a), closes #9006 #10324
  • hydration: properly handle optimized mode during hydrate node (#10638) (2ec06fd), closes #10607
  • reactivity: computed should not be detected as true by isProxy (#10401) (9da34d7)
  • reactivity: fix hasOwnProperty key coercion edge cases (969c5fb)
  • reactivity: fix tracking when hasOwnProperty is called with non-string value (c3c5dc9), closes #10455 #10464
  • runtime-core: fix errorHandler causes an infinite loop during execution (#9575) (ab59bed)
  • runtime-core: handle invalid values in callWithAsyncErrorHandling (53d15d3)
  • runtime-core: show hydration mismatch details for non-rectified mismatches too when PROD_HYDRATION_MISMATCH_DETAILS is set (#10599) (0dea7f9)

... (truncated)

Commits
  • 958286e release: v3.4.24
  • b92c25f fix(compiler-core): properly parse await expressions in edge cases
  • 173ec65 test: revert to threads
  • f12c81e fix(compiler-ssr): fix hydration mismatch for conditional slot in transition
  • c8e87a1 test: use pool: vmThreads
  • a7cf742 test: fix test case broken by b93f264
  • b93f264 fix(runtime-core): props should be readonly via direct template access
  • da7adef fix(compiler-core): handle template ref bound via v-bind object on v-for (#10...
  • 5cef52a fix(compiler-sfc): handle readonly operator and ReadonlyArray/Map/Set types
  • 65109a7 fix(transition): transition is breaking/flickering when enter is canceled (#1...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `2.9.0` | `2.15.0` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `4.3.0` | `5.0.1` |
| [@shikijs/vitepress-twoslash](https://github.com/shikijs/shiki/tree/HEAD/packages/vitepress-twoslash) | `1.2.0` | `1.3.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.8` | `1.4.16` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.7` | `0.5.10` |
| [tsx](https://github.com/privatenumber/tsx) | `4.7.1` | `4.7.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.12` | `0.25.13` |
| [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.0.0-next.54` | `4.0.0-next.58` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.1` | `1.1.3` |
| [vue](https://github.com/vuejs/core) | `3.4.21` | `3.4.24` |


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

Updates `@inquirer/prompts` from 4.3.0 to 5.0.1
- [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.3.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.3.0/packages/vitepress-twoslash)

Updates `@swc/core` from 1.4.8 to 1.4.16
- [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.4.16)

Updates `@swc/helpers` from 0.5.7 to 0.5.10
- [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.7.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v4.7.1...v4.7.2)

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-next.58
- [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/[email protected]/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/tgreyuk/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.3
- [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.3)

Updates `vue` from 3.4.21 to 3.4.24
- [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.24)

---
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-patch
  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-patch
  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 Apr 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #139.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-aa77d3b1fc branch April 29, 2024 20:52
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