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 7 updates #160

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

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

Package From To
@antfu/eslint-config 2.25.2 2.27.2
@shikijs/vitepress-twoslash 1.13.0 1.14.1
@swc/core 1.7.11 1.7.18
tsx 4.17.0 4.18.0
typedoc 0.26.5 0.26.6
typedoc-plugin-markdown 4.2.5 4.2.6
vitepress 1.3.2 1.3.4

Updates @antfu/eslint-config from 2.25.2 to 2.27.2

Release notes

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

v2.27.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.27.1

   🐞 Bug Fixes

    View changes on GitHub

v2.27.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.26.1

No significant changes

    View changes on GitHub

v2.26.0

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ed23ea0 chore: release v2.27.2
  • 78d5234 fix: use fork of eslint-plugin-import-x
  • 12718a4 feat: formatters support SVG (#591)
  • 8f08fb5 chore: release v2.27.1
  • bba1172 chore: update deps
  • 35f6763 fix: override type-aware rules properly (#585)
  • e638315 chore: release v2.27.0
  • b60bfd3 fix: isInEditorEnv should be false when in git hooks, close #589
  • c62102b feat: print hint message when running in editor
  • a50f787 chore: release v2.26.1
  • Additional commits viewable in compare view

Updates @shikijs/vitepress-twoslash from 1.13.0 to 1.14.1

Release notes

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

v1.14.1

   🚀 Features

    View changes on GitHub

v1.14.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @swc/core from 1.7.11 to 1.7.18

Changelog

Sourced from @​swc/core's changelog.

Changelog

[1.7.17] - 2024-08-23

Bug Fixes

  • (bindings/wasm) Fix typing (#9469) (8c007c4)

  • (ci) FIx pattern for actions/download-artifact (ac7bd31)

  • (es/minifier) Force rename synthesized identifiers (#9473) (c72b5f8)

  • (es/minifier) Mark LHS of for-in/of as update (#9474) (ac432c4)

  • (es/typescript) Correctly handle deep import chains (#9487) (50d70d3)

  • (es/typescript) Correctly handle ESM context (#9490) (fc0483c)

  • (html) Fix html binding (eefae1c)

Features

  • (bindings/html) Allow using lightningcss as minfiier (#9462) (74d6478)

  • (es/minifier) Drop more patterns with PURE marker (#9478) (ede1a52)

  • (es/parser) Disallow let let (#9484) (1121bc0)

  • (visit) Add experimental traverse APIs (#9464) (3ee8980)

Miscellaneous Tasks

  • (html) Use binding_html_node instead of html_node (bdea5cb)

  • (html) Fix publish action (f30fd4f)

... (truncated)

Commits
  • 54f99a2 chore: Publish 1.7.18 with swc_core v0.101.6
  • f500dd4 chore: Update changelog
  • 6a47580 chore: Publish 1.7.18-nightly-20240824.1 with swc_core v0.101.6
  • 92dee82 chore: Fix publish action
  • ef74760 chore: Update changelog
  • b73cadc chore: Publish 1.7.17 with swc_core v0.101.6
  • efa38b0 chore: Update changelog
  • 58fe9a4 chore: Publish 1.7.17-nightly-20240823.1 with swc_core v0.101.6
  • d84720c chore: Disable html publish pipeline
  • 82fa400 chore: Publish crates with swc_core v0.101.6
  • Additional commits viewable in compare view

Updates tsx from 4.17.0 to 4.18.0

Release notes

Sourced from tsx's releases.

v4.18.0

4.18.0 (2024-08-24)

Features

  • watch: --include CLI flag to watch additional files (#625) (474ea71)

This release is also available on:

v4.17.1

4.17.1 (2024-08-24)

Bug Fixes

  • esm: package entry TS resolution for Node 20.17 & 22.6 (af370e7)

This release is also available on:

Commits
  • 474ea71 feat(watch): --include CLI flag to watch additional files (#625)
  • af370e7 fix(esm): package entry TS resolution for Node 20.17 & 22.6
  • 1b80d5d docs: add premium sponsors
  • 6c8eae0 chore: upgrade lintroll
  • See full diff in compare view

Updates typedoc from 0.26.5 to 0.26.6

Release notes

Sourced from typedoc's releases.

v0.26.6

Features

  • Use of the @extends block tag no longer produces warnings, #2659. This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #2667.

Bug Fixes

  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #2647.
  • Restored re-exports in the page navigation menu, #2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod0.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.
Changelog

Sourced from typedoc's changelog.

v0.26.6 (2024-08-18)

Features

  • Use of the @extends block tag no longer produces warnings, #2659. This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #2667.

Bug Fixes

  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #2647.
  • Restored re-exports in the page navigation menu, #2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod0.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.
Commits
  • f0f3d96 Update changelog for release
  • 182adbb Fix lint
  • aa2b4a9 Conditionally serialize media->reflection entries
  • 73e1dd6 Add navigation.compactFolders option
  • 3673a4d Include re-exports in page navigation menu
  • 3e13dc1 Merge pull request #2664 from nick-ls/master
  • f0de38c Merge pull request #2665 from waynemwashuma/master
  • dfb19e6 Add support for "none" group
  • ec1f863 Add support for @augments
  • ce7b3b4 Add support for "none" category
  • Additional commits viewable in compare view

Updates typedoc-plugin-markdown from 4.2.5 to 4.2.6

Release notes

Sourced from typedoc-plugin-markdown's releases.

[email protected]

Patch Changes

  • Expose missing entrypoints to navigation (#663)
  • Fix missing function descriptions in indexes
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.2.6 (2024-08-25)

Patch Changes

  • Expose missing entrypoints to navigation (#663)
  • Fix missing function descriptions in indexes
Commits

Updates vitepress from 1.3.2 to 1.3.4

Release notes

Sourced from vitepress's releases.

v1.3.4

Please refer to CHANGELOG.md for details.

v1.3.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.3.4 (2024-08-24)

Bug Fixes

  • check if _importGlobMap (vite internal) exists before using it (612d66f)

1.3.3 (2024-08-17)

Miscellaneous

Commits
  • 8fc2e48 release: v1.3.4
  • 8286316 chore: skip data loader hmr test
  • 612d66f chore: add tests for data loader hmr
  • d062732 ci: prevent multiple cr runs
  • a532fd3 ci: use gh cli instead of action-add-labels
  • eed9a94 release: v1.3.3
  • a20db24 chore: bump deps
  • 2bda116 chore: include node types for client
  • 3c40e9d docs(ko): re-translation of korean documents (reference/*) (#4120)
  • df27e44 docs: fix wrong link
  • 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

…ectory with 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [@antfu/eslint-config](https://github.com/antfu/eslint-config) | `2.25.2` | `2.27.2` |
| [@shikijs/vitepress-twoslash](https://github.com/shikijs/shiki/tree/HEAD/packages/vitepress-twoslash) | `1.13.0` | `1.14.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.11` | `1.7.18` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.18.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.5` | `0.26.6` |
| [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.2.5` | `4.2.6` |
| [vitepress](https://github.com/vuejs/vitepress) | `1.3.2` | `1.3.4` |



Updates `@antfu/eslint-config` from 2.25.2 to 2.27.2
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v2.25.2...v2.27.2)

Updates `@shikijs/vitepress-twoslash` from 1.13.0 to 1.14.1
- [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.14.1/packages/vitepress-twoslash)

Updates `@swc/core` from 1.7.11 to 1.7.18
- [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.7.11...v1.7.18)

Updates `tsx` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.17.0...v4.18.0)

Updates `typedoc` from 0.26.5 to 0.26.6
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.5...v0.26.6)

Updates `typedoc-plugin-markdown` from 4.2.5 to 4.2.6
- [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 `vitepress` from 1.3.2 to 1.3.4
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.3.2...v1.3.4)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: 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: vitepress
  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 Aug 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #162.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-cf4ea7995d branch September 2, 2024 20:12
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