Skip to content

Bump vue from 3.3.4 to 3.3.5 in /frontend

Dependabot requested to merge dependabot-npm_and_yarn-frontend-vue-3.3.5 into master

Bumps vue from 3.3.4 to 3.3.5.

Release notes

Sourced from vue's releases.

v3.3.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.5 (2023-10-20)

Bug Fixes

  • add isGloballyWhitelisted back, but deprecated (#8556) (63dfe8e), closes #8416
  • build: disable useDefineForClassFields in esbuild (#9252) (6d14fa8)
  • compat: return value of vue compat set() (#9377) (e3c2d69)
  • compiler-sfc: don't hoist props and emit (#8535) (24db951), closes #7805 #7812
  • compiler-sfc: don't registerTS when bundling for browsers (#8582) (6f45f76)
  • compiler-sfc: fix using imported ref as template ref during dev (#7593) (776ebf2), closes #7567
  • compiler-sfc: handle dynamic directive arguments in template usage check (#8538) (e404a69), closes #8537
  • compiler-sfc: ignore style v-bind in double slash comments (#5409) (381b497)
  • compiler-sfc: pass options directly to stylus (#3848) (d6446a6)
  • compiler-sfc: support resolve multiple re-export /w same source type name (#8365) (4fa8da8), closes #8364
  • compiler-sfc: typo in experimental feature warnings (#8513) (fd1a3f9)
  • deps: update dependency monaco-editor to ^0.44.0 (#9237) (8611874)
  • deps: update playground (#9154) (c8566a2)
  • playground: fix github button style (#7722) (5ee992c)
  • runtime-core: swap client/server debug labels (#9089) (8f311c6)
  • ssr: render correct initial selected state for select with v-model (#7432) (201c46d), closes #7392
  • ssr: reset current instance if setting up options component errors (#7743) (020851e), closes #7733
  • teleport: handle target change while disabled (#7837) (140a89b), closes #7835
  • transition: handle possible auto value for transition/animation durations (96c76fa), closes #8409
  • types/jsx: add inert attribute and missing hidden values (#8090) (ceb0732)
  • types/jsx: add missing loading attr for img element (#6160) (68d6b43)
  • types: correct withDefaults return type for boolean prop with undefined default value (#8602) (f07cb18)
  • types: ensure nextTick return type reflect correct Promise value (#8406) (6a22b1f)
  • types: support correct types for style on svg elements (#6322) (364dc53)

Performance Improvements

  • compiler-sfc: lazy require typescript (d2c3d8b)
  • custom-element: cancel MutationObserver listener when disconnected (#8666) (24d98f0)
  • mark defineComponent as side-effects-free (#8512) (438027c)
Commits
  • 5ebb459 release: v3.3.5
  • e5844aa chore: avoid unncessary print on release script exit [ci skip]
  • 9058853 chore: fix sfc-playground build
  • 13d8b06 chore: bump postcss from 8.4.30 to 8.4.31 (#9354)
  • 93b79e6 chore(deps): update compiler (#9322)
  • 2ac9051 chore(deps): update all non-major dependencies (#9286)
  • 36a72c2 chore(deps): update dependency lint-staged to v15 (#9407)
  • beb487e chore: bump min node version requirement for development
  • 51dfa65 chore(deps): update autofix-ci/action digest to d3e5915 (#9406)
  • b7d2c0b chore(deps): update lint (#9287)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports