Bumps loader-utils to 3.2.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates loader-utils
from 1.1.0 to 3.2.0
Release notes
Sourced from loader-utils's releases.
v3.2.0
3.2.0 (2021年11月11日)
Features
- hash uniformity for base digests (451858b)
v3.1.3
3.1.3 (2021年11月04日)
Bug Fixes
v3.1.2
3.1.2 (2021年11月04日)
Bug Fixes
v3.1.1
3.1.1 (2021年11月04日)
Bug Fixes
- base64 and unicode characters (02b1f3f)
v3.1.0
3.1.0 (2021年10月29日)
Features
- added
md4
(wasm version) and md4-native
(crypto
module version) algorithms (cbf9d1d)
v3.0.0
3.0.0 (2021年10月20日)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
12.13.0
(93a87ce)
- use
xxhash64
by default for [hash]
/[contenthash]
and getHashDigest
API
[emoji]
was removed without replacements, please use custom function if you need this
- removed
getOptions
in favor loaderContext.getOptions
(loaderContext
is this
inside loader function), note - special query parameters like ?something=true
is not supported anymore, if you need this please do it on loader
side, but we strongly recommend avoid it, as alternative you can use ?something=1
and handle 1
as true
... (truncated)
Changelog
Sourced from loader-utils's changelog.
3.2.0 (2021年11月11日)
Features
- hash uniformity for base digests (451858b)
3.1.3 (2021年11月04日)
Bug Fixes
3.1.2 (2021年11月04日)
Bug Fixes
3.1.1 (2021年11月04日)
Bug Fixes
- base64 and unicode characters (02b1f3f)
3.1.0 (2021年10月29日)
Features
- added
md4
(wasm version) and md4-native
(crypto
module version) algorithms (cbf9d1d)
3.0.0 (2021年10月20日)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
12.13.0
(93a87ce)
- use
xxhash64
by default for [hash]
/[contenthash]
and getHashDigest
API
[emoji]
was removed without replacements, please use custom function if you need this
- removed
getOptions
in favor loaderContext.getOptions
(loaderContext
is this
inside loader function), note - special query parameters like ?something=true
is not supported anymore, if you need this please do it on loader
side, but we strongly recommend avoid it, as alternative you can use ?something=1
and handle 1
as true
- removed
getRemainingRequest
in favor loaderContext.remainingRequest
(loaderContext
is this
inside loader function)
- removed
getCurrentRequest
in favor loaderContext.currentRequest
(loaderContext
is this
inside loader function)
- removed
parseString
in favor JSON.parse
- removed
parseQuery
in favor new URLSearchParams(loaderContext.resourceQuery.slice(1))
where loaderContext
is this
in loader function
- removed
stringifyRequest
in favor JSON.stringify(loaderContext.utils.contextify(loaderContext.context || loaderContext.rootContext, request))
(loaderContext
is this
inside loader function), also it will be cachable and faster
isUrlRequest
ignores only absolute URLs and #hash
requests, data URI
and root relative request are handled as requestable due webpack v5 support them
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates @angular-devkit/build-angular
from 0.10.5 to 14.2.8
Release notes
Sourced from @angular-devkit/build-angular
's releases.
v14.2.8
14.2.8 (2022年11月02日)
@schematics/angular
Commit |
Description |
fix - 4b0ee8ad1 |
guard schematics should include all guards (CanMatch) |
Special Thanks
Andrew Scott
v14.2.7
14.2.7 (2022年10月26日)
@angular/cli
Commit |
Description |
fix - 91b5bcbb3 |
disable version check during auto completion |
fix - 02a3d7b71 |
skip node.js compatibility checks when running completion |
@angular-devkit/build-angular
Commit |
Description |
fix - bebed9df8 |
issue dev-server support warning when using esbuild builder |
Special Thanks
Alan Agius and Charles Lyding
v14.2.6
14.2.6 (2022年10月12日)
@angular/cli
Commit |
Description |
fix - 1c9cf594f |
handle missing which binary in path |
fix - 28b2cd18e |
skip downloading temp CLI when running ng update without package names |
@angular-devkit/core
Commit |
Description |
fix - ad6928184 |
project extension warning message should identify concerned project |
Special Thanks
AgentEnder and Alan Agius
v14.2.5
14.2.5 (2022年10月05日)
@angular-devkit/schematics
Commit |
Description |
fix - 17eb20c77 |
throw more relevant error when Rule returns invalid null value |
Special Thanks
Alan Agius and Charles Lyding
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular
's changelog.
14.2.8 (2022年11月02日)
@schematics/angular
Commit |
Type |
Description |
4b0ee8ad1 |
fix |
guard schematics should include all guards (CanMatch) |
Special Thanks
Andrew Scott
15.0.0-rc.1 (2022年10月26日)
@angular/cli
Commit |
Type |
Description |
83524f625 |
fix |
allow ng add to find prerelease versions when CLI is prerelease |
948cc4da5 |
fix |
disable version check during auto completion |
1a584364e |
fix |
exclude @angular/material@7.x from ng add package discovery |
952fe7fbc |
fix |
skip node.js compatibility checks when running completion |
@schematics/angular
Commit |
Type |
Description |
4e69e8050 |
fix |
add @angular/localize as type when localize package is installed |
316a50d75 |
fix |
remove TypeScript target from universal schematic |
@angular-devkit/build-angular
Commit |
Type |
Description |
0ee7625d6 |
fix |
ignore cache path when watching with esbuild builder |
84f1f638a |
fix |
issue dev-server support warning when using esbuild builder |
919fe2148 |
perf |
avoid extra TypeScript emits with esbuild rebuilds |
92145c4a7 |
perf |
avoid template diagnostics for declaration files in esbuild builder |
Special Thanks
Alan Agius, Charles Lyding and Günhan Gülsoy
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for @angular-devkit/build-angular
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)
@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.
Bumps loader-utils to 3.2.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
loader-utils
from 1.1.0 to 3.2.0Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
a282654
chore(release): 3.2.0f2a524b
chore(deps): update (#200)451858b
feat: hash uniformity for base digestsf7dbfe1
chore(release): 3.1.3ef084d4
fix: crash with md4 hash (#198)097f5c3
chore(release): 3.1.20426405
fix: bug with unicode characters (#196)5ecf7da
chore(release): 3.1.102b1f3f
fix: base64 and unicode charactersa30b4b7
docs: update (#194)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for loader-utils since your current version.
Updates
@angular-devkit/build-angular
from 0.10.5 to 14.2.8Release notes
Sourced from
@angular-devkit/build-angular
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular
's changelog.... (truncated)
Commits
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for
@angular-devkit/build-angular
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)@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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.