When used with ts-loader, due to ts-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 to false (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 or vue-tsc).
v16.7.1
Bug Fixes
remove pure annotation for custom blocks (cd891e5)
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](https://github.com/githublitao/api_automation_test/network/alerts).
Bumps postcss to 8.4.23 and updates ancestor dependencies postcss, autoprefixer, css-loader, optimize-css-assets-webpack-plugin, postcss-import, postcss-loader, postcss-url and vue-loader. These dependencies need to be updated together.
Updates
postcss
from 5.2.18 to 8.4.23Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
Updates
autoprefixer
from 7.2.6 to 10.4.14Release notes
Sourced from autoprefixer's releases.
... (truncated)
Changelog
Sourced from autoprefixer's changelog.
... (truncated)
Commits
db162a1
Release 10.4.14 versionb385c2e
Update dependencies48010ae
Improves startup time by requiring specific caniuse files (#1492) (#1493)c5a86ab
Fix package manager info (#1489)3e0ef96
Update dependenciese07754b
Remove old CI config3c6f9f1
Update dependencies4782f79
update postcss to 8.4.19 (#1485)1895e98
Release 10.4.13 version8caf491
Update dependenciesUpdates
css-loader
from 0.28.11 to 6.7.3Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
ef749f2
chore(release): 6.7.336fb945
chore: fix cspell962924c
fix: removesourceURL
from emitted CSS (#1487)3f3f302
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#1486)04ca713
chore: update dependencies to the latest version (#1485)9449827
chore: update styfle/cancel-workflow-action (#1484)6c67af8
chore: add cSpell to check spelling issues (#1482)239b9ac
chore(deps): bump loader-utils from 2.0.3 to 2.0.4 (#1481)394d200
chore(release): 6.7.22f4c273
fix: css modules generation with inline syntax (#1480)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for css-loader since your current version.
Updates
optimize-css-assets-webpack-plugin
from 3.2.0 to 3.2.1Commits
662dfb7
3.2.17ab5e15
Upgrade cssnano dependencyUpdates
postcss-import
from 11.1.0 to 15.1.0Release notes
Sourced from postcss-import's releases.
Changelog
Sourced from postcss-import's changelog.
Commits
3f06816
15.1.090e035b
add data url support (#515)2c0c3e9
15.0.12db3239
Correctly sort media queries before joining them (#513)2780457
Preserve layer in ignored import statements (#511)13376a6
Update dependency prettier to ~2.8.0 (#508)22864f1
Update test results for PostCSS 8.4.19 (#507)99d755b
Update dependency ava to v5 (#506)9f6376b
Update dependency eslint-config-problems to v7 (#504)11922cd
Update tests results for postcss v8.4.17 (#503)Updates
postcss-loader
from 2.1.6 to 7.2.4Release notes
Sourced from postcss-loader's releases.
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
... (truncated)
Commits
ef332db
chore(release): 7.2.47ab3b59
fix: memory leak (#642)e4212a3
chore(release): 7.2.338b1992
fix:ts-node
loading (#640)76c75a8
chore(release): 7.2.2ab4d16a
fix: cannot find module 'ts-node' (#639)2112904
chore(release): 7.2.1129f5be
fix: cosmiconfig typescript loader (#635)1504cba
chore(release): 7.2.068c1b9c
chore(deps): update (#633)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for postcss-loader since your current version.
Updates
postcss-url
from 7.3.2 to 10.1.3Release notes
Sourced from postcss-url's releases.
Changelog
Sourced from postcss-url's changelog.
Commits
c2523fb
chore: update changelogfc52c88
10.1.36c061a2
fix: sync package-lock87db4b7
Merge pull request #158 from realityking/mimefdff9b1
Upgrade mime to 2.5 againa843ca0
Correctly configure save-prefix301e572
chore: update changelog806bb25
10.1.2fd22c87
chore: update package-lockf74e3bd
Merge pull request #156 from realityking/depsUpdates
vue-loader
from 13.7.3 to 17.0.1Release notes
Sourced from vue-loader's releases.
... (truncated)
Changelog
Sourced from vue-loader's changelog.
... (truncated)
Commits
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](https://github.com/githublitao/api_automation_test/network/alerts).