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

Bump json5, @angular/cli and webpack #34

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 Dec 29, 2022

Removes json5. It's no longer used after updating ancestor dependencies json5, @angular/cli and webpack. These dependencies need to be updated together.

Removes json5

Updates @angular/cli from 1.6.0 to 15.0.4

Release notes

Sourced from @​angular/cli'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/cli'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
  • 8771258 release: cut the v15.0.4 release
  • 8e85f47 fix(@​angular-devkit/build-angular): update css-loader to 6.7.3
  • 9fd3562 fix(@​angular-devkit/build-angular): only set ngDevMode when script optimizati...
  • ccc8e03 fix(@​angular-devkit/build-angular): display actionable error when a style doe...
  • 507f756 fix(@​angular-devkit/build-angular): downlevel class private methods when targ...
  • b2d4415 fix(@​angular-devkit/build-angular): update locale setting snippet to use `glo...
  • a0da91d fix(@​angular-devkit/build-angular): include sources in generated
  • eb2a73a release: cut the v15.0.3 release
  • 3d9971e fix(@​angular-devkit/build-angular): default preserve symlinks to Node.js valu...
  • 24f4b51 fix(@​angular-devkit/build-angular): downlevel class fields with Safari <= v15...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/cli since your current version.


Updates webpack from 3.10.0 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.

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [@angular/cli](https://github.com/angular/angular-cli) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.


Removes `json5`

Updates `@angular/cli` from 1.6.0 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](angular/angular-cli@v1.6.0...15.0.4)

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

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@angular/cli"
  dependency-type: direct:development
- dependency-name: webpack
  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 Dec 29, 2022
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