Skip to content

chore(deps-dev): bump @vitejs/plugin-vue-jsx from 4.2.0 to 5.0.1 - #3823

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/vitejs/plugin-vue-jsx-5.0.1
Closed

chore(deps-dev): bump @vitejs/plugin-vue-jsx from 4.2.0 to 5.0.1#3823
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/vitejs/plugin-vue-jsx-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

Copy link
Copy Markdown
Contributor

Bumps @vitejs/plugin-vue-jsx from 4.2.0 to 5.0.1.

Release notes

Sourced from @​vitejs/plugin-vue-jsx's releases.

plugin-vue@5.0.1

Please refer to CHANGELOG.md for details.

plugin-vue-jsx@5.0.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0

Please refer to CHANGELOG.md for details.

plugin-vue-jsx@5.0.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-beta.0

Please refer to CHANGELOG.md for details.

plugin-vue-jsx@5.0.0-beta.0

Please refer to CHANGELOG.md for details.

plugin-vue@5.0.0-alpha.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.6.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.5.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.5.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.5.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.4.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.4.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.4

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from @​vitejs/plugin-vue-jsx's changelog.

5.0.1 (2025-07-03)

Bug Fixes

  • deps: update all non-major dependencies (#618) (46f6c99)
  • vue-jsx: handle type asserted export default defineComponent (#615) (3602d4d)

5.0.0 (2025-06-24)

Bug Fixes

  • deps: update all non-major dependencies (#590) (43426c8)
  • deps: update all non-major dependencies (#600) (a4c32a8)
  • deps: update all non-major dependencies (#605) (67534e5)
  • deps: update all non-major dependencies (#609) (98c52eb)
  • vue-jsx: replace export default defineComponent with babel (#348) (5feb9a2)

Miscellaneous Chores

  • add description and keywords field to package.json (#604) (67ab76b)
  • remove Vite 7 beta from supported range (#598) (c7ddd62)

5.0.0-beta.0 (2025-06-06)

⚠ BREAKING CHANGES

  • bump required node version to 20.19+, 22.12+ and drop CJS build (#596)

Features

Code Refactoring

  • bump required node version to 20.19+, 22.12+ and drop CJS build (#596) (56df545)
Commits
  • 0fbc4a4 feat: provide default value for VUE_PROD_HYDRATION_MISMATCH_DETAILS (new ...
  • db4cf1c chore: upgrade vitest
  • cad0825 fix(deps): update all non-major dependencies (#298)
  • 9c93426 chore(deps): update upstream (#302)
  • fcabfa5 refactor!: drop vite 4
  • f5d8a29 chore(deps): update upstream (major) (#295)
  • 4b7be52 refactor!: drop node 14&16 (#296)
  • 3b654cd release: plugin-vue-jsx@3.1.0
  • a13cfbd refactor(plugin-vue-jsx): improve the readability (#289)
  • c316d43 fix(deps): update all non-major dependencies (#262)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2025
@pkg-pr-new

pkg-pr-new Bot commented Aug 1, 2025

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/tdesign-miniprogram@3823

commit: e4f9eed

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-vue-jsx-5.0.1 branch from 9daca57 to d39f23c Compare August 29, 2025 02:40
Bumps [@vitejs/plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue-jsx) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue-jsx/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.0.1/packages/plugin-vue-jsx)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue-jsx"
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vitejs/plugin-vue-jsx-5.0.1 branch from d39f23c to e4f9eed Compare August 29, 2025 08:30
@anlyyao anlyyao closed this Sep 17, 2025
@anlyyao
anlyyao deleted the dependabot/npm_and_yarn/vitejs/plugin-vue-jsx-5.0.1 branch September 17, 2025 09:06
@dependabot @github

dependabot Bot commented on behalf of github Sep 17, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant