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/GeoffZhu/vue-event-calendar/network/alerts).
Bumps loader-utils to 1.4.1 and updates ancestor dependencies loader-utils, babel-loader, css-loader, file-loader, less-loader, vue-loader and webpack. These dependencies need to be updated together.
Updates
loader-utils
from 1.1.0 to 1.4.1Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
8f082b3
chore(release): 1.4.14504e34
fix: security problem (#220)d95b8b5
chore(release): 1.4.0cd0e428
feat: theresourceQuery
is passed to theinterpolateName
method (#163)06d36cf
chore(release): 1.3.0469eeba
feat: support the[query]
template for theinterpolatedName
method (#162)909c99d
chore: funding.yml config and CI fix (#159)b5b74f0
Set up CI with Azure Pipelines7970c48
docs: small grammar change (#144)b91a76c
chore(release): 1.2.3Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates
babel-loader
from 6.4.1 to 9.1.0Release notes
Sourced from babel-loader's releases.
... (truncated)
Changelog
Sourced from babel-loader's changelog.
Commits
15fbacf
9.1.06348e1c
Pass external dependencies from Babel to Webpack (#971)457b9ad
Update webpackf42ac9b
9.0.14f9c0bf
remove "node:" builtin prefix (#970)9ff288f
9.0.0006a3dc
Update README.mddaed88a
Update README.md0ed5fd6
Bump ini from 1.3.5 to 1.3.8 (#968)b1749e3
Bump y18n from 4.0.0 to 4.0.3 (#967)Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version.
Updates
css-loader
from 0.25.0 to 6.7.1Release notes
Sourced from css-loader's releases.
... (truncated)
Changelog
Sourced from css-loader's changelog.
... (truncated)
Commits
830fe2c
chore(release): 6.7.174dac1e
fix: defaultGetLocalIdent export (#1427)84b552a
chore(release): 6.7.0207cf36
feat: re-export defaultGetLocalIdent (#1423)f0e20e6
chore: upgrade dependencies to the latest version (#1425)4dede55
docs(readme): added types (#1418)e16ba4d
chore(deps): bump nanoid from 3.1.30 to 3.2.0 (#1412)76ad29f
docs: add yarn and pnpm installation commands (#1417)67bb937
chore: upgrade dependencies to the latest version (#1416)5d6be09
chore(release): v6.6.0Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for css-loader since your current version.
Updates
file-loader
from 0.9.0 to 6.2.0Release notes
Sourced from file-loader's releases.
... (truncated)
Changelog
Sourced from file-loader's changelog.
... (truncated)
Commits
c423008
chore(release): 6.2.0654e0d6
feat: added thesourceFilename
property to asset info with original filenam...381d8bd
fix: immutable flag when thename
option have hash in query string (#392)14ed4c9
ci: updated webpack versions (#389)6fadfbe
chore(release): 6.1.160508cf
chore(deps): update25e2668
chore(release): 6.1.06e22f6e
test: fix40fcde8
feat: pass immutable flag to asset info (#383)718aef5
chore(deps): update (#375)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for file-loader since your current version.
Updates
less-loader
from 2.2.3 to 11.1.0Release notes
Sourced from less-loader's releases.
... (truncated)
Changelog
Sourced from less-loader's changelog.
... (truncated)
Commits
21caa3e
chore(release): 11.1.043cd20c
feat: allow to extendconditionNames
(#488)c1aa4f5
chore: update dependencies to the latest version (#487)2dcfe42
chore: update commitlint action (#486)60d6a29
chore: run cancel workflow on pull request (#485)4e81ee0
chore: update jest to the latest version (#483)965f5d8
ci: update github workflow security permissions (#482)454e187
chore: upgrade dependencies to the latest version (#481)bb799d1
ci: add job to cancel previous runs (#480)d292548
chore: update dependencies to the latest version (#479)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for less-loader since your current version.
Updates
vue-loader
from 10.3.0 to 17.0.1Release notes
Sourced from vue-loader's releases.
... (truncated)
Changelog
Sourced from vue-loader's changelog.
... (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 logMaintainer changes
This version was pushed to npm by soda, a new releaser for vue-loader since your current version.
Updates
webpack
from 2.7.0 to 5.74.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
8f87b50
5.74.03e1f244
Merge pull request #16071 from devinan/patch-1c7e14e2
Merge pull request #15910 from ludofischer/fix-message7b63346
Merge pull request #15627 from webpack/feat/issue-12441402d152
Merge pull request #15642 from webpack/set-use-credentials-without-origin-checkfcb0e35
Merge pull request #15996 from webdiscus/main6dc6a19
Merge pull request #16031 from evantd/main52351a6
Merge pull request #16033 from varunsh-coder/token-perms555915b
Merge pull request #16065 from webpack/fix/issue-16054d4cab5b
Merge pull request #16077 from webpack/fix-schemeDependabot 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/GeoffZhu/vue-event-calendar/network/alerts).