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 webpack and @angular/cli in /e2e/a5es5 #9845

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2024

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

Removes webpack

Updates @angular/cli from 1.7.4 to 18.2.1

Release notes

Sourced from @​angular/cli's releases.

v18.2.1

18.2.1 (2024-08-21)

@​angular-devkit/schematics-cli

Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure

@​angular/cli

Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning

@​angular/build

Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction

v18.2.0

18.2.0 (2024-08-14)

@​schematics/angular

Commit Description
feat - 4da922e4f use isolatedModules in generated project

@​angular/build

Commit Description
feat - 24aaf1e37 support import attribute based loader configuration

v18.2.0-rc.0

18.2.0-rc.0 (2024-08-07)

@​angular/build

Commit Description
fix - 182ecbd18 allow explicitly disabling TypeScript incremental mode
fix - 34908a3fc lazy load Node.js inspector for dev server

v18.2.0-next.3

18.2.0-next.3 (2024-07-31)

@​angular/build

Commit Description
fix - 636cb6932 add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 7d52941a2 prevent build failures with remote CSS imports when Tailwind is configured

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.2.1 (2024-08-21)

@​angular/cli

Commit Type Description
05a274a01 fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/schematics-cli

Commit Type Description
94e27c88b fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/build-angular

Commit Type Description
ddeb2b2b9 fix remove outdated browser-esbuild option warning

@​angular/build

Commit Type Description
83b2699ab fix improve error message when an unhandled exception occurs during prerendering
0be4038a5 fix support reading on-disk files during i18n extraction

19.0.0-next.0 (2024-08-14)

@​angular/cli

Commit Type Description
c5ed0b124 fix prevent bypassing select/checkbox prompts on validation failure

@​angular-devkit/schematics-cli

Commit Type Description
37693c40e feat add package manager option to blank schematic
73c243796 fix prevent bypassing select/checkbox prompts on validation failure

@​angular/ssr

Commit Type Description

... (truncated)

Commits
  • 15f3d5a release: cut the v18.2.1 release
  • ddeb2b2 fix(@​angular-devkit/build-angular): remove outdated browser-esbuild option wa...
  • 0be4038 fix(@​angular/build): support reading on-disk files during i18n extraction
  • a655b92 build: downgrade sass version
  • 83b2699 fix(@​angular/build): improve error message when an unhandled exception occurs...
  • 94e27c8 fix(@​angular-devkit/schematics-cli): prevent bypassing select/checkbox prompt...
  • 05a274a fix(@​angular/cli): prevent bypassing select/checkbox prompts on validation fa...
  • ff5a0fe release: cut the v18.2.0 release
  • 1a876a3 build: update Angular versions to 18.2 stable
  • eb9c7fe build: remove unnecessary excludes from tsconfig.json
  • 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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

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


Removes `webpack`

Updates `@angular/cli` from 1.7.4 to 18.2.1
- [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.7.4...18.2.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
- dependency-name: "@angular/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 27, 2024
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (825215a) to head (4430a13).
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #9845   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          227       227           
  Lines         4946      4946           
  Branches      1148      1148           
=========================================
  Hits          4946      4946           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@satanTime satanTime closed this Aug 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/e2e/a5es5/multi-6e37da76e9 branch August 28, 2024 05:22
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant