emoji-mart-vue
emoji-mart-vue copied to clipboard
Bump vue-loader from 15.9.8 to 17.2.2
Bumps vue-loader from 15.9.8 to 17.2.2.
Release notes
Sourced from vue-loader's releases.
v17.2.2
Bug Fixes
- fix: windows path for
experiments.css
by@h-a-n-a
in vuejs/vue-loader#2049v17.2.1
Features
- A new
experimentalInlineMatchResource
option (webpack 5 only), which leverages webpack 5's inline matchResource feature in the underlying implementation, and works well with theexperiments.css
feature (#2046) (3149f6d)Note: v17.2.0 was released by accident; it has the same content as v17.1.2, therefore not included in the Releases page.
v17.1.2
Bug Fixes
- keep build stable when run in a different path (#2040) (a81dc0f)
- properly close the watcher after webpack 4 tests (40b93b9)
v17.1.1
Bug Fixes
- support experimental
propsDestructure
anddefineModel
options (6269698)v17.1.0
Bug Fixes
- fix: reference project compiler, fixes #2031 by
@heywhy
in vuejs/vue-loader#2038- fix: do not throw when
Rule.layer
is used by@nolimitdev
in vuejs/vue-loader#2000Features
- support 3.3 imported types hmr (bbd98fc)
Full Changelog: https://github.com/vuejs/vue-loader/compare/v17.0.1...v17.1.0
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
... (truncated)
Changelog
Sourced from vue-loader's changelog.
17.2.2 (2023-06-02)
Bug Fixes
17.2.1 (2023-06-01)
Features
- A new
experimentalInlineMatchResource
option (webpack 5 only), which leverages webpack 5's inline match resource feature and works well with theexperiments.css
feature (#2046) (3149f6d)Note: v17.2.0 was released by accident, it has the same content as v17.1.2, therefore not included in the changelog.
17.1.2 (2023-05-29)
Bug Fixes
- keep build stable when run in a different path (#2040) (a81dc0f)
- properly close the watcher after tests (40b93b9)
17.1.1 (2023-05-11)
Bug Fixes
- support propsDestructure and defineModel options (6269698)
17.1.0 (2023-04-26)
Bug Fixes
17.1.0-beta.0 (2023-04-19)
... (truncated)
Commits
790ef9d
17.2.2f3f45df
fix: windows path forexperiments.css
(#2049)6968b38
chore: update readme (#2047)4a6c103
chore: v17.2.1 changelog [skip ci]27026ac
17.2.1659d51f
chore: remove duplicate entries in CHANGELOG.md3149f6d
feat: support experimental inline match resource (#2046)6ad8056
chore: 17.1.2 changelog4b72633
17.1.240b93b9
fix: properly close the watcher after tests- 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)
@dependabot rebase