vue-simple-suggest
vue-simple-suggest copied to clipboard
Bump vue-loader from 15.9.7 to 17.0.1
Bumps vue-loader from 15.9.7 to 17.0.1.
Release notes
Sourced from vue-loader's releases.
v16.8.3
Bug Fixes
v16.8.2
Bug Fixes
- should allow chaining with loaders for non-vue files (#1889) (f32f953), closes #1879 #1883 #1890
- plugin: use compiler.webpack when possible (#1884) (820d23c)
v16.8.1
Bug Fixes
- fix template options resolving for ts (91f581b)
v16.8.0
Bug Fixes
- hmr: fix hmr regression (bacc6a9)
Features
enableTsInTemplate option (7613534)
When used with
ts-loader
, due tots-loader
's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option tofalse
(and avoid using TS expressions in templates).Alternatively, leave this option on (by default) and use
esbuild-loader
to transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE orvue-tsc
).v16.7.1
Bug Fixes
- remove pure annotation for custom blocks (cd891e5)
v16.7.0
Features
- support optional
@vue/compiler-sfc
peer dep (21725a4)v16.6.0
Bug Fixes
- generate treeshaking friendly code (11e3cb8)
Features
- support ts in template expressions (573fbd2)
... (truncated)
Changelog
Sourced from vue-loader's changelog.
17.0.1 (2022-10-28)
Bug Fixes
- add
vue
and@vue/compiler-sfc
to optional peerDependencies (df0ded5), closes #1944- merge custom queries rather than appending (#1911) (9e4249a)
17.0.0 (2021-12-12)
Features
- support
reactivityTransform
option (e07490e)BREAKING CHANGES
- remove
refSugar
option, requirevue@^3.2.13
16.8.3 (2021-11-04)
Bug Fixes
16.8.3 (2021-11-04)
Bug Fixes
16.8.2 (2021-10-26)
Bug Fixes
... (truncated)
Commits
75d2b5d
17.0.1df0ded5
fix: addvue
and@vue/compiler-sfc
to optional peerDependenciesb3265c9
chore: addrepository
property to package.json (#1934)0a02377
chore: fix typo (#2010)9e4249a
fix: merge custom queries rather than appending (#1911)6a293df
chore: changelog [ci skip]e5c7ab4
v17.0.0e931434
chore: lockfilee07490e
feat: supportreactivityTransform
optionb391b04
chore: remove unncessary log- 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 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)