Skip to content

Bump loader-utils and @angular-devkit/build-angular in /Other/AngularTest - #161

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Other/AngularTest/loader-utils-and-angular-devkit/build-angular-3.2.0
Closed

Bump loader-utils and @angular-devkit/build-angular in /Other/AngularTest#161
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Other/AngularTest/loader-utils-and-angular-devkit/build-angular-3.2.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubNov 9, 2022

Copy link
Copy Markdown
Contributor

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.7 to 14.2.9

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v14.2.9

14.2.9 (2022-11-09)

@​angular-devkit/architect

CommitDescription
fix - e3e787767default to failure if no builder result is provided

@​angular-devkit/build-angular

CommitDescription
fix - 12b2dc5a2isolate zone.js usage when rendering server bundles

Special Thanks

Alan Agius and Charles Lyding

v14.2.8

14.2.8 (2022-11-02)

@​schematics/angular

CommitDescription
fix - 4b0ee8ad1guard schematics should include all guards (CanMatch)

Special Thanks

Andrew Scott

v14.2.7

14.2.7 (2022-10-26)

@​angular/cli

CommitDescription
fix - 91b5bcbb3disable version check during auto completion
fix - 02a3d7b71skip node.js compatibility checks when running completion

@​angular-devkit/build-angular

CommitDescription
fix - bebed9df8issue 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

CommitDescription
fix - 1c9cf594fhandle missing which binary in path
fix - 28b2cd18eskip downloading temp CLI when running ng update without package names

@​angular-devkit/core

CommitDescription

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

14.2.9 (2022-11-09)

@​angular-devkit/architect

CommitTypeDescription
e3e787767fixdefault to failure if no builder result is provided

@​angular-devkit/build-angular

CommitTypeDescription
12b2dc5a2fixisolate zone.js usage when rendering server bundles

Special Thanks

Alan Agius and Charles Lyding

15.0.0-rc.2 (2022-11-02)

@​angular/cli

CommitTypeDescription
35e5f4278fixexclude @angular/localize@<10.0.0 from ng add pa… (#24152)

@​schematics/angular

CommitTypeDescription
c33cc0a7afixguard schematics should include all guards (CanMatch)

@​angular-devkit/build-angular

CommitTypeDescription
192e0e6d7fixcorrect escaping of target warning text in esbuild builder
8b84c18edfixprovide workaround for V8 object spread performance defect
fb4ead2cefixwait during file watching to improve multi-save rebuilds for esbuild builder
9d83fb91bperfuse Sass worker pool for Sass support in esbuild builder

Special Thanks

Alan Agius, Andrew Scott and Charles Lyding

... (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](https://github.com/webpack/loader-utils) to 3.2.0 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.
Updates `loader-utils` from 1.1.0 to 3.2.0
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.1.0...v3.2.0)
Updates `@angular-devkit/build-angular` from 0.10.7 to 14.2.9
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/14.2.9)
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2022
@dependabot@github

dependabotBot commented on behalf of githubNov 17, 2022

Copy link
Copy Markdown
ContributorAuthor

Superseded by #162.

@dependabotdependabotBot closed this Nov 17, 2022
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/Other/AngularTest/loader-utils-and-angular-devkit/build-angular-3.2.0 branch November 17, 2022 00:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants