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 webpack and @angular-devkit/build-angular #93

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps webpack to 5.76.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Updates webpack from 5.75.0 to 5.76.1

Release notes

Sourced from webpack's releases.

v5.76.1

Fixed

  • Added assert/strict built-in to NodeTargetPlugin

Revert

v5.76.0

Bugfixes

Features

Security

Repo Changes

New Contributors

Full Changelog: webpack/webpack@v5.75.0...v5.76.0

Commits
  • 21be52b Merge pull request #16804 from webpack/chore-patch-release
  • 1cce945 chore(release): 5.76.1
  • e76ad9e Merge pull request #16803 from ryanwilsonperkin/revert-16759-real-content-has...
  • 52b1b0e Revert "Improve performance of hashRegExp lookup"
  • c989143 Merge pull request #16766 from piranna/patch-1
  • 710eaf4 Merge pull request #16789 from dmichon-msft/contenthash-hashsalt
  • 5d64468 Merge pull request #16792 from webpack/update-version
  • 67af5ec chore(release): 5.76.0
  • 97b1718 Merge pull request #16781 from askoufis/loader-context-target-type
  • b84efe6 Merge pull request #16759 from ryanwilsonperkin/real-content-hash-regex-perf
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.


Updates @angular-devkit/build-angular from 15.1.6 to 15.2.8

Release notes

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

v15.2.8

15.2.8 (2023-05-03)

v15.2.7

15.2.7 (2023-04-26)

@​schematics/angular

Commit Description
fix - d9aefd6da replace vscode launch type from pwa-chrome to chrome

@​angular/cli

Commit Description
fix - f4a6dac87 process keeps running when analytics are enabled
perf - f9b2fb1c4 register CLI commands lazily

v15.2.6

15.2.6 (2023-04-12)

@​schematics/angular

Commit Description
fix - f0b257ef4 ignore hidden directories when running browserlist migration

v15.2.5

15.2.5 (2023-04-05)

@​angular/cli

Commit Description
fix - db173d7ed collect tech information

Special Thanks

Alan Agius

v15.2.4

15.2.4 (2023-03-16)

@​angular-devkit/build-angular

Commit Description
fix - f74bfea24 update webpack dependency to 5.76.1

Special Thanks

Alan Agius

v15.2.3

15.2.3 (2023-03-15)

@​angular-devkit/build-angular

| Commit | Description |

... (truncated)

Changelog

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

15.2.8 (2023-05-03)

@​angular/cli

Commit Type Description
069dcdf0c docs improve wording in doc command version description

15.2.7 (2023-04-26)

@​angular/cli

Commit Type Description
f4a6dac87 fix process keeps running when analytics are enabled
f9b2fb1c4 perf register CLI commands lazily

@​schematics/angular

Commit Type Description
d9aefd6da fix replace vscode launch type from pwa-chrome to chrome

15.2.6 (2023-04-12)

@​schematics/angular

Commit Type Description
f0b257ef4 fix ignore hidden directories when running browserlist migration

15.2.5 (2023-04-05)

@​angular/cli

Commit Type Description
db173d7ed fix collect tech information

... (truncated)

Commits
  • cdb34b5 release: cut the v15.2.8 release
  • 069dcdf docs: improve wording in doc command version description
  • 51cf97f release: cut the v15.2.7 release
  • d9aefd6 fix(@​schematics/angular): replace vscode launch type from pwa-chrome to `ch...
  • f4a6dac fix(@​angular/cli): process keeps running when analytics are enabled
  • d9e9f74 refactor(@​angular/cli): update E2E command alias
  • 037d84a ci: update CI .bazelrc to better support CI systems.
  • f9b2fb1 perf(@​angular/cli): register CLI commands lazily
  • 4d81cb4 release: cut the v15.2.6 release
  • f0b257e fix(@​schematics/angular): ignore hidden directories when running browserlist ...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [webpack](https://github.com/webpack/webpack) to 5.76.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


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

Updates `@angular-devkit/build-angular` from 15.1.6 to 15.2.8
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@15.1.6...15.2.8)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:production
...

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

0 participants