Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps loader-utils to 3.2.0 and updates ancestor dependencies loader-utils, @angular-devkit/build-angular and @nguniversal/builders. These dependencies need to be updated together.

Updates loader-utils from 1.2.3 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

Updates @angular-devkit/build-angular from 0.1102.10 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/[email protected] 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

Updates @nguniversal/builders from 11.2.1 to 14.2.1

Release notes

Sourced from @​nguniversal/builders's releases.

v14.2.1

14.2.1 (2022-11-03)

@​nguniversal/express-engine

Commit Description
fix - eab35cff replace zone.js import

@​nguniversal/builders

Commit Description
fix - 8f47c59e address method Promise.prototype.then called on incompatible receiver error

Special Thanks

Alan Agius

v14.2.0

14.2.0 (2022-09-07)

@​nguniversal/express-engine

Commit Description
fix - d9a13469 remove default value of appDir option

@​nguniversal/common

Commit Description
fix - 6dcce858 handle cookies with localhost domain as path

Special Thanks

Alan Agius, Charles Lyding and angular-robot[bot]

v14.2.0-rc.0

14.2.0-rc.0 (2022-09-07)

@​nguniversal/express-engine

Commit Description
fix - d9a13469 remove default value of appDir option

@​nguniversal/common

Commit Description
fix - 6dcce858 handle cookies with localhost domain as path

Special Thanks

Alan Agius and angular-robot[bot]

v14.2.0-next.0

14.2.0-next.0 (2022-08-17)

Special Thanks

Alan Agius, Charles Lyding and angular-robot[bot]

v14.1.0

... (truncated)

Changelog

Sourced from @​nguniversal/builders's changelog.

14.2.1 (2022-11-03)

@​nguniversal/builders

Commit Type Description
8f47c59e fix address method Promise.prototype.then called on incompatible receiver error

@​nguniversal/express-engine

Commit Type Description
eab35cff fix replace zone.js import

Special Thanks

Alan Agius

15.0.0-next.0 (2022-10-13)

Breaking Changes

@​nguniversal/common

  • Angular universal no longer supports Node.js versions 14.[15-19].x and 16.[10-12].x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.

@​nguniversal/express-engine

  • deprecated appDir option was removed from the express-engine ng add schematic. This option was previously unused.

@​nguniversal/express-engine

Commit Type Description
905c0ae1 refactor remove deprecated appDir option

@​nguniversal/builders

Commit Type Description
fef00f90 feat add ng-server-context for SSG pages
08979337 feat add sourcemap mapping support for dev-server

@​nguniversal/common

| Commit | Type | Description |

... (truncated)

Commits
  • 709a39e release: cut the v14.2.1 release
  • eab35cf fix(@​nguniversal/express-engine): replace zone.js import
  • 8f47c59 fix(@​nguniversal/builders): address method Promise.prototype.then called on i...
  • 691e2fe release: cut the v14.2.0 release
  • 1ce9a6f release: cut the v14.2.0-rc.0 release
  • 898a0c7 build: update Angular to version 14.2 and TypeScript to 4.8
  • e474c7b build: update SECURITY.md to match the content of angular/.github
  • 192c00d build: update all non-major dependencies
  • 66a701e build: update github/codeql-action action to v2.1.21
  • d9a1346 fix(@​nguniversal/express-engine): remove default value of appDir option
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​nguniversal/builders 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.

…universal/builders

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 3.2.0 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@nguniversal/builders](https://github.com/angular/universal). These dependencies need to be updated together.


Updates `loader-utils` from 1.2.3 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.2.3...v3.2.0)

Updates `@angular-devkit/build-angular` from 0.1102.10 to 14.2.8
- [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.8)

Updates `@nguniversal/builders` from 11.2.1 to 14.2.1
- [Release notes](https://github.com/angular/universal/releases)
- [Changelog](https://github.com/angular/universal/blob/main/CHANGELOG.md)
- [Commits](angular/universal@v11.2.1...14.2.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
- dependency-name: "@nguniversal/builders"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2022

Superseded by #289.

@dependabot dependabot bot closed this Nov 18, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/loader-utils-and-angular-devkit/build-angular-and-nguniversal/builders-3.2.0 branch November 18, 2022 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant