Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Conversation

Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

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

Commit Description
fix - e3e787767 default to failure if no builder result is provided

@​angular-devkit/build-angular

Commit Description
fix - 12b2dc5a2 isolate 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

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

... (truncated)

Changelog

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

14.2.9 (2022年11月09日)

@​angular-devkit/architect

Commit Type Description
e3e787767 fix default to failure if no builder result is provided

@​angular-devkit/build-angular

Commit Type Description
12b2dc5a2 fix isolate zone.js usage when rendering server bundles

Special Thanks

Alan Agius and Charles Lyding

15.0.0-rc.2 (2022年11月02日)

@​angular/cli

Commit Type Description
35e5f4278 fix exclude @angular/localize@<10.0.0 from ng add pa... (#24152)

@​schematics/angular

Commit Type Description
c33cc0a7a fix guard schematics should include all guards (CanMatch)

@​angular-devkit/build-angular

Commit Type Description
192e0e6d7 fix correct escaping of target warning text in esbuild builder
8b84c18ed fix provide workaround for V8 object spread performance defect
fb4ead2ce fix wait during file watching to improve multi-save rebuilds for esbuild builder
9d83fb91b perf use 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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2022

Superseded by #31.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/editing/loader-utils-and-angular-devkit/build-angular-3.2.0 branch November 17, 2022 17:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependencies Pull requests that update a dependency file
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /