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 10 updates #135

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 10 updates:

Package From To
@antfu/eslint-config 2.9.0 2.13.0
@inquirer/prompts 4.3.0 4.3.2
@shikijs/vitepress-twoslash 1.2.0 1.2.4
@swc/core 1.4.8 1.4.13
@swc/helpers 0.5.7 0.5.8
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.55
typescript 5.4.3 5.4.4
vitepress 1.0.1 1.1.0

Updates @antfu/eslint-config from 2.9.0 to 2.13.0

Release notes

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

v2.13.0

   🚀 Features

    View changes on GitHub

v2.12.2

   🚀 Features

    View changes on GitHub

v2.12.1

   🐞 Bug Fixes

    View changes on GitHub

v2.12.0

   🚀 Features

    View changes on GitHub

v2.11.6

   🚀 Features

    View changes on GitHub

v2.11.5

   🐞 Bug Fixes

    View changes on GitHub

v2.11.4

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits

Updates @inquirer/prompts from 4.3.0 to 4.3.2

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​4.3.2

  • Performance improvements (less flickering mainly noticeable on select/checkbox)
Commits

Updates @shikijs/vitepress-twoslash from 1.2.0 to 1.2.4

Release notes

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

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

Updates @swc/core from 1.4.8 to 1.4.13

Changelog

Sourced from @​swc/core's changelog.

[1.4.13] - 2024-04-09

Bug Fixes

  • (es/decorators) Fix capacity overflow with decorators (#8818) (9ed93c1)

  • (es/minifier) Respect top_retain for top-level functions (#8814) (811308c)

  • (es/minifier) Abort IIFE invoker in function parameters (#8828) (ebb68db)

  • (es/module) Respect module.resolveFully in more cases (#8820) (e1f7704)

  • (es/transforms) Fix capacity overflow with decorators (#8815) (974f5c7)

  • (plugin/runner) Pin version of virtual-fs (#8827) (089f61b)

  • (visit) Improve Map implementation for Box (#8819) (dc04657)

[1.4.12] - 2024-04-04

Bug Fixes

  • (common) Fix source index for inputSourceMap (#8800) (4f9ab81)

  • (es) Change default value of inputSourceMap to true (#8801) (9ffcd18)

  • (es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)

  • (es/helpers) Fix metadata of decorators being undefined (#8768) (263ce6e)

  • (es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)

  • (es/module) Fix jsc.paths with resolveFully (#8784) (4961bb0)

... (truncated)

Commits
  • 1a5b2f7 chore: Publish 1.4.13 with swc_core v0.90.30
  • 487992d chore: Bump crates
  • ebb68db fix(es/minifier): Abort IIFE invoker in function parameters (#8828)
  • 7fcfc74 chore: Publish 1.4.13-nightly-20240409.1
  • bc9c903 chore: Bump crates
  • 9ed93c1 fix(es/decorators): Fix capacity overflow with decorators (#8818)
  • 8f9aadd chore: Bump crates
  • dc04657 fix(visit): Improve Map implementation for Box (#8819)
  • aa4ed06 chore: Allow gist.github.com for repros
  • e63b39b chore: Bump crates
  • Additional commits viewable in compare view

Updates @swc/helpers from 0.5.7 to 0.5.8

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

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Patch Changes

  • Added flattenOutputFiles option.
  • Lowercased Object keyword.
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.0.0-next.55

Patch Changes

  • Added flattenOutputFiles option.
  • Lowercased Object keyword.
Commits

Updates typescript from 5.4.3 to 5.4.4

Release notes

Sourced from typescript's releases.

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
  • 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 (#...
  • 1c25c7f 🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...
  • 3caec2c Cherry pick PR 57887 into release-5.4 (#57898)
  • 896947e 🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...
  • 521d3fb 🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)
  • See full diff in compare view

Updates vitepress from 1.0.1 to 1.1.0

Release notes

Sourced from vitepress's releases.

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.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
  • 32e105c release: v1.1.0
  • 9de2593 chore: bump deps, lock mdit to v2.0
  • 2a9fc2a fix: hashchange should only be triggered for same page navigations (#3768)
  • 5f28e74 fix(theme): remove small layout shift on On this page button (#3767)
  • b45217c docs(ru): update translations (#3765)
  • 229c168 docs: make vue as peer dependency section clearer (#3687)
  • c4ae9d3 docs: update default-theme sidebar type (#3715)
  • 54c46e7 docs: adjust install and init commands
  • 5832402 docs(ru): add Russian translation (#3709)
  • 3113dad docs: add Stormkit as deployment platform (#3751)
  • 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 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `2.9.0` | `2.13.0` |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `4.3.0` | `4.3.2` |
| [@shikijs/vitepress-twoslash](https://github.com/shikijs/shiki/tree/HEAD/packages/vitepress-twoslash) | `1.2.0` | `1.2.4` |
| [@swc/core](https://github.com/swc-project/swc) | `1.4.8` | `1.4.13` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.7` | `0.5.8` |
| [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.55` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.4` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.0.1` | `1.1.0` |


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

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

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

Updates `@swc/helpers` from 0.5.7 to 0.5.8
- [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.55
- [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.4
- [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.4)

Updates `vitepress` from 1.0.1 to 1.1.0
- [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.0)

---
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-patch
  dependency-group: development-dependencies
- dependency-name: "@shikijs/vitepress-twoslash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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
...

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

dependabot bot commented on behalf of github Apr 15, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-3110c0216a branch April 15, 2024 20:32
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