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

build(deps-dev): bump @vitejs/plugin-vue from 4.1.0 to 4.3.4 #309

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps @vitejs/plugin-vue from 4.1.0 to 4.3.4.

Release notes

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

plugin-vue@4.3.4

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.3

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.3.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.3

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.0

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.0-beta.3

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.0-beta.2

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.0-beta.1

Please refer to CHANGELOG.md for details.

plugin-vue@4.2.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

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

4.3.4 (2023-08-28)

  • chore(deps): update typescript-eslint monorepo to v6 (major) (#210) (fb07b5b), closes #210
  • feat(plugin-vue): expose options in api (#177) (269121e), closes #177

4.3.3 (2023-08-22)

4.3.2 (2023-08-21)

  • fix(plugin-vue): distinguish HMR and transform descriptor (#232) (9119d4d), closes #232

4.3.1 (2023-08-17)

  • fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#227)" (0c28448), closes #227

4.3.0 (2023-08-17)

  • docs: add example for transforming custom blocks (#221) (a6e013e), closes #221
  • fix: make it work when a default lang was specified (#223) (ff68ed3), closes #223 #17
  • fix: missing typescript declaration for globalTypeFiles (#189) (1e8d16e), closes #189
  • fix(build): ensure correct typing for node esm (#179) (8a19ee4), closes #179
  • fix(deps): update all non-major dependencies (#163) (3c8193d), closes #163
  • fix(deps): update all non-major dependencies (#205) (e014680), closes #205
  • fix(plugin-vue): distinguish HMR and transform descriptor (#227) (aa2b59d), closes #227
  • fix(plugin-vue): hmr not working when updating script+template at the same time with a template prep (93c444c), closes #106 #28 #76
  • feat(types): expose hoistStatic option for script compilation (#198) (7466b4f), closes #198

4.2.3 (2023-05-12)

  • fix(types): widen allowed script options for 3.3 features (3ac08e4)

4.2.2 (2023-05-11)

  • fix: ignore generic attribute when generating script import (3170af1)
  • chore: bump vite (ffe74e5)
  • chore: bump vue version (799d875)

... (truncated)

Commits
  • 1ae5daa release: plugin-vue@4.3.4
  • fb07b5b chore(deps): update typescript-eslint monorepo to v6 (major) (#210)
  • 269121e feat(plugin-vue): expose options in api (#177)
  • 75bec03 release: plugin-vue@4.3.3
  • b7b1383 fix: conditionally get descriptor on hmr (#236)
  • 833a7a6 release: plugin-vue@4.3.2
  • 9119d4d fix(plugin-vue): distinguish HMR and transform descriptor (#232)
  • 76ffd55 release: plugin-vue@4.3.1
  • 0c28448 fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#227)"
  • f00bcb4 release: plugin-vue@4.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.1.0 to 4.3.4.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.3.4/packages/plugin-vue)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2023
@Rezrazi Rezrazi merged commit 5908a34 into main Oct 8, 2023
2 of 11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vitejs/plugin-vue-4.3.4 branch October 8, 2023 13:16
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