vue-collection-cluster
vue-collection-cluster copied to clipboard
Bump postcss and vue-loader
Removes postcss. It's no longer used after updating ancestor dependency vue-loader. These dependencies need to be updated together.
Removes postcss
Updates vue-loader
from 14.0.3 to 17.0.1
Release notes
Sourced from vue-loader's releases.
v17.0.1
Bug Fixes
- add
vue
and@vue/compiler-sfc
to optional peerDependencies (df0ded5), closes #1944- merge custom queries rather than appending (#1911) (9e4249a)
v17.0.0
Features
- support
reactivityTransform
option (e07490e)BREAKING CHANGES
- remove
refSugar
option, requirevue@^3.2.13
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)
... (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.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
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by soda, a new releaser for vue-loader since your current version.
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) You can disable automated security fix PRs for this repo from the Security Alerts page.