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)
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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Geocene/trainset/network/alerts).
Bumps postcss to 8.4.19 and updates ancestor dependencies postcss, autoprefixer, postcss-import, postcss-loader, postcss-url and vue-loader. These dependencies need to be updated together.
Updates
postcss
from 6.0.23 to 8.4.19Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
c26baf3
Release 8.4.19 versioned5103d
Update dependencies8086ea3
Merge pull request #1790 from romainmenke/fix-whitespace-bug--passionate-afri...4b38845
fix whitespace bugcf9425a
Merge pull request #1789 from eduardopilati/patch-1ca04e0a
Update plugins.mdfe63768
Update dependencies3b6ba56
Add Node.js 19d33f272
Release 8.4.18 version75d6556
Update dependenciesUpdates
autoprefixer
from 7.2.6 to 10.4.13Release notes
Sourced from autoprefixer's releases.
... (truncated)
Changelog
Sourced from autoprefixer's changelog.
... (truncated)
Commits
1895e98
Release 10.4.13 version8caf491
Update dependencies878d82c
Ignore CSS Custom Properties on prefix in value lookupa16e12f
Update dependencies959554b
Add Node.js 19 to CI933052d
update tests results for postcss 8.4.17 (#1481)0d799e8
Release 10.4.12 version542bd85
Fix gradients cleaning2d286dd
fix: unitless zero for\<angle>
values are allowed in CSS gradients (#1479)c338165
Update dependenciesUpdates
postcss-import
from 11.1.0 to 15.0.0Release notes
Sourced from postcss-import's releases.
Changelog
Sourced from postcss-import's changelog.
Commits
4e8feca
15.0.0e2ed483
Disable package-lock.json5493a61
Use optional chaining syntax3a36a19
Update dependency ava to v4 (#478)2ee943e
Update eslint & eslint-config-problems (#474)9aa378a
BREAKING: Require Node v14+ (#497)64dd1c2
Fix import with layer; add nameLayer option (#496)64867f4
Update dependency prettier to ~2.7.0 (#494)ee6063f
Update readme with layer example (#489)1c215c0
14.1.0Updates
postcss-loader
from 2.1.6 to 7.0.1Release notes
Sourced from postcss-loader's releases.
... (truncated)
Changelog
Sourced from postcss-loader's changelog.
... (truncated)
Commits
f1729f8
chore(release): 7.0.1888d72e
fix: unexpected failing on CSS syntax error (#593)004334a
chore: update dependencies to the latest version (#591)ca51b83
docs: update note in README.md (#589)229ebc7
chore: disable commit message length check (#588)024b04a
chore: update dependencies to the latest version (#587)7cb51fc
docs: remove old badge (#586)cacc4b3
chore(release): 7.0.08a2e706
chore(deps): update (#585)bc66435
refactor!: minimum supportedNode.js
version is14.15.0
(#582)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 14.2.4 to 17.0.1Release notes
Sourced from vue-loader's releases.
... (truncated)
Changelog
Sourced from vue-loader's changelog.
... (truncated)
Commits
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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Geocene/trainset/network/alerts).