Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

⬆️ Bump vite-plugin-vue2 from 1.3.2 to 1.4.0 #2

Merged
merged 1 commit into from Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps vite-plugin-vue2 from 1.3.2 to 1.4.0.

Changelog

Sourced from vite-plugin-vue2's changelog.

1.4.0 (2021-03-13)

Bug Fixes

  • add default doctype option for pug (65bcf92)
  • add typescript support for jsx (ee72c09), closes #49 #44
  • remove @vue/compiler-sfc dep (4146ef1), closes #45
  • start serve with vite preview (ec972fd)
  • support jsx script blocks within sfc (#53) (ec3f329)
  • use import rather than dynamic require (#51) (650e7f5)

1.2.2 (2021-02-27)

Bug Fixes

  • playground: move alias into resolve (6e03e2c)
  • add '\0' for virtual module (b3c4a1b), closes #24
  • add miss dependency (8e9d089), closes #14
  • copy sfc descriptor to prevent caching issues (#9) (0e13938)
  • disable vite internal rollup-plugin-vue (26f39d2)
  • fallback assets resolve + bump @vue/component-compiler-utils (0d04c91)
  • fix assets alias handling (fed3acf), closes #26 #21
  • fix dev type error + update package.json (958ba81)
  • fix playground (ba74992)
  • fix some importer from vite (c52e513)
  • fix sourcemap (9d59723), closes #4
  • fix test (194f37e)
  • fix test (660eb5c)
  • fix vue block src hmr (606e01b)
  • ignore empty style block (0dd5e0a)
  • none vue script block sourcemap (09259cc)
  • pass transform with jsx is truly (97c0916), closes vitejs/vite#970
  • reslove alias assets (813c89c), closes #21 #20
  • sfc src import respect alias (4a834b7)
  • skip rewrite url for id refrence at xlink:href at use tag (71b4263), closes #36
  • special handling for class default export in sfc (#29) (3be490d)
  • build: resolve template assets reference on build (94b3899), closes #15
  • dev: script gencode should place top to reflect sourcemap (#8) (6ea995d)
  • hmr: normalize dev path for hmr (4ffb851)
  • sourcemap: ignore sourceRoot before merge sourcemap (2572aaa), closes #11
  • rewrite default for vue script block (360b4dd)
  • update client path + bump vite (ea635d2)
  • update test (cd5a360)
  • use esbuild for ts lang block script (ee09922)

... (truncated)

Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@viniciuskneves viniciuskneves merged commit 6d2a984 into main Mar 15, 2021
@viniciuskneves viniciuskneves deleted the dependabot/npm_and_yarn/vite-plugin-vue2-1.4.0 branch March 15, 2021 08:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.