Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump json5, @angular-devkit/build-angular, @nguniversal/builders, tsconfig-paths and webpack #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, @angular-devkit/build-angular, @nguniversal/builders, tsconfig-paths and webpack. These dependencies need to be updated together.

Updates json5 from 2.1.2 to 2.2.3

Release notes

Sourced from json5's releases.

v2.2.3

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1

v2.2.0

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1 [code, diff]

v2.2.0 [code, diff]

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)
Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 0.1102.10 to 15.0.4

Release notes

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

v15.0.4

15.0.4 (2022-12-14)

@​angular-devkit/build-angular

Commit Description
fix - ccc8e0350 display actionable error when a style does not exist in Karma builder
fix - 507f756c3 downlevel class private methods when targeting Safari <=v15
fix - a0da91dba include sources in generated Sass source maps
fix - 9fd356234 only set ngDevMode when script optimizations are enabled
fix - 8e85f4728 update css-loader to 6.7.3
fix - b2d4415ca update locale setting snippet to use globalThis.

Special Thanks

Alan Agius and Charles Lyding

v15.0.3

15.0.3 (2022-12-07)

@​angular-devkit/build-angular

Commit Description
fix - 3d9971edb default preserve symlinks to Node.js value for esbuild
fix - 24f4b51d2 downlevel class fields with Safari <= v15 for esbuild
fix - 45afc42db downlevel class properties when targeting Safari <=v15
fix - e6461badf prevent optimization adding unsupported ECMASCript features

Special Thanks

Charles Lyding, Dominic Elm and Paul Gschwendtner

v15.0.2

15.0.2 (2022-11-30)

@​angular-devkit/build-angular

Commit Description
fix - 2891d5bc9 correctly set Sass quietDeps and verbose options

@​ngtools/webpack

Commit Description
fix - d9cc4b028 elide unused type references

Special Thanks

Alan Agius and Juuso Valkeejärvi

v15.0.1

15.0.1 (2022-11-23)

@​schematics/angular

Commit Description
fix - 48426852b show warning when a TS Config is not found during migrations

@​angular/cli

... (truncated)

Changelog

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

15.0.4 (2022-12-14)

@​angular-devkit/build-angular

Commit Type Description
ccc8e0350 fix display actionable error when a style does not exist in Karma builder
507f756c3 fix downlevel class private methods when targeting Safari <=v15
a0da91dba fix include sources in generated
9fd356234 fix only set ngDevMode when script optimizations are enabled
8e85f4728 fix update css-loader to 6.7.3
b2d4415ca fix update locale setting snippet to use globalThis.

Special Thanks

Alan Agius and Charles Lyding

15.1.0-next.2 (2022-12-08)

@​schematics/angular

Commit Type Description
5b18ce154 feat add guardType as an alias of implements in guard schematic
49b313f27 fix add missing import for functional interceptor spec
2f92fe7e5 fix add missing semicolon in functional guard/resolver/interceptor

@​angular-devkit/build-angular

Commit Type Description
97716969c fix default preserve symlinks to Node.js value for esbuild
cf2f30afc fix downlevel class fields with Safari <= v15 for esbuild
25eaaa24b fix downlevel class properties when targeting Safari <=v15
7a063238b fix explicitly send options to JS transformer workers
ef99a68b4 fix prevent optimization adding unsupported ECMASCript features

Special Thanks

Alan Agius, Charles Lyding, Cédric Exbrayat, Dominic Elm, Doug Parker and Paul Gschwendtner

15.0.3 (2022-12-07)

... (truncated)

Commits

Updates @nguniversal/builders from 11.2.1 to 15.0.0

Release notes

Sourced from @​nguniversal/builders's releases.

v15.0.0

15.0.0 (2022-11-16)

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 Description
fix - 6d5500d7 fix formatting in generated server.ts
refactor - 905c0ae1 remove deprecated appDir option

@​nguniversal/builders

Commit Description
feat - fef00f90 add ng-server-context for SSG pages
feat - 08979337 add sourcemap mapping support for dev-server
fix - 654c23c8 import zone.js in worker during prerendering

@​nguniversal/common

Commit Description
feat - a62d3d3b add ng-server-context for SSR pages
feat - 78cf7b7f add support for Node.js version 18

Special Thanks

Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot]

v15.0.0-rc.1

15.0.0-rc.1 (2022-11-15)

@​nguniversal/express-engine

Commit Description
fix - 6d5500d7 fix formatting in generated server.ts

Special Thanks

Alan Agius

v15.0.0-rc.0

15.0.0-rc.0 (2022-11-09)

@​nguniversal/common

Commit Description
fix - fb904948 mark bootstrap in RenderOptions as non required

Special Thanks

Alan Agius

v15.0.0-next.1

15.0.0-next.1 (2022-11-03)

... (truncated)

Changelog

Sourced from @​nguniversal/builders's changelog.

15.0.0 (2022-11-16)

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
6d5500d7 fix fix formatting in generated server.ts
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
654c23c8 fix import zone.js in worker during prerendering

@​nguniversal/common

Commit Type Description
a62d3d3b feat add ng-server-context for SSR pages
78cf7b7f feat add support for Node.js version 18

Special Thanks

Alan Agius, Carlos Torrecillas, Doug Parker, Greg Magolan and angular-robot[bot]

14.2.1 (2022-11-03)

@​nguniversal/builders

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

... (truncated)

Commits
  • 404b878 release: cut the v15.0.0 release
  • adac2fa release: cut the v15.0.0-rc.1 release
  • 6d5500d fix(@​nguniversal/express-engine): fix formatting in generated server.ts
  • 3352347 build: update all non-major dependencies to v5.42.1
  • 37486db build: update dependency zone.js to ^0.12.0
  • 58d5ea3 release: cut the v15.0.0-rc.0 release
  • fb90494 fix(@​nguniversal/common): mark bootstrap in RenderOptions as non required
  • b0ea8f9 build: update all non-major dependencies
  • 5f00acf release: cut the v15.0.0-next.1 release
  • b4030a1 docs: release notes for the v14.2.1 release
  • 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.


Updates tsconfig-paths from 3.8.0 to 3.10.1

Changelog

Sourced from tsconfig-paths's changelog.

[3.10.1] - 2021-07-06

Fixed

  • Add register.js to published files

[3.10.0] - 2021-07-06

Added

  • feat(tsconfig-loader): extends config from node_modules (#106). Thanks to @​zorji for this PR!

Fixed

[3.9.0] - 2019-09-12

Added

  • Make extension config override instead of deep merge. See PR #95 and issue #94. Thanks to @​OliverJAsh for this addition!
Commits

Updates webpack from 4.44.2 to 5.75.0

Release notes

Sourced from webpack's releases.

v5.75.0

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

v5.74.0

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

... (truncated)

Commits

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.

…builders, tsconfig-paths and webpack

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


Updates `json5` from 2.1.2 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.1.2...v2.2.3)

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

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

Updates `tsconfig-paths` from 3.8.0 to 3.10.1
- [Release notes](https://github.com/dividab/tsconfig-paths/releases)
- [Changelog](https://github.com/dividab/tsconfig-paths/blob/master/CHANGELOG.md)
- [Commits](dividab/tsconfig-paths@v3.8.0...v3.10.1)

Updates `webpack` from 4.44.2 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.44.2...v5.75.0)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
- dependency-name: "@nguniversal/builders"
  dependency-type: direct:development
- dependency-name: tsconfig-paths
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2023
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.

None yet

0 participants