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-dev): bump the angular-deps group across 1 directory with 11 updates #902

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular-deps group with 11 updates in the / directory:

Package From To
@angular-devkit/build-angular 17.3.7 18.1.4
@angular/animations 17.3.9 18.1.4
@angular/cli 17.3.7 18.1.4
@angular/common 17.3.9 18.1.4
@angular/compiler 17.3.9 18.1.4
@angular/compiler-cli 17.3.9 18.1.4
@angular/core 17.3.9 18.1.4
@angular/forms 17.3.9 18.1.4
@angular/platform-browser 17.3.9 18.1.4
@angular/platform-browser-dynamic 17.3.9 18.1.4
@angular/router 17.3.9 18.1.4

Updates @angular-devkit/build-angular from 17.3.7 to 18.1.4

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

@​angular/build

Commit Description
fix - f8b092711 allow explicitly disabling TypeScript incremental mode
fix - f3a5970fc lazy load Node.js inspector for dev server

v18.1.3

18.1.3 (2024-07-31)

@​angular/build

Commit Description
fix - a28615d7d add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 747a1447c prevent build failures with remote CSS imports when Tailwind is configured
fix - c0933f2c0 resolve error with extract-i18n builder for libraries

v18.1.2

18.1.2 (2024-07-24)

@​angular/build

Commit Description
fix - 5b9378a3b account for HTML base HREF for dev-server externals
fix - 3e4ea77d7 correctly detect comma in Sass URL lexer
fix - d868270f1 prevent redirection loop
fix - 3573ac655 serve HTML files directly

v18.1.1

18.1.1 (2024-07-17)

@​angular-devkit/build-angular

Commit Description
fix - 4f6cee272 skip undefined files when generating budget stats

@​angular/build

Commit Description
fix - 96dc7e6ed remove Vite "/@id/" prefix for explicit external dependencies
fix - bdef39801 resolve only ".wasm" files

v18.1.0

18.1.0 (2024-07-10)

@​schematics/angular

Commit Description
fix - 22e05dcb4 generate new projects with ECMAScript standard class field behavior

... (truncated)

Changelog

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

18.1.4 (2024-08-07)

@​angular/build

Commit Type Description
f8b092711 fix allow explicitly disabling TypeScript incremental mode
f3a5970fc fix lazy load Node.js inspector for dev server

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

@​angular/build

Commit Type Description
636cb6932 fix add CSP nonce attribute to script tags when inline critical CSS is disabled
7d52941a2 fix prevent build failures with remote CSS imports when Tailwind is configured
0466fb74a fix resolve error with extract-i18n builder for libraries

18.1.3 (2024-07-31)

@​angular/build

Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries

18.2.0-next.2 (2024-07-24)

@​angular/build

Commit Type Description
37a2138cb fix account for HTML base HREF for dev-server externals
8ff687d03 fix correctly detect comma in Sass URL lexer
6d6937587 fix prevent redirection loop

... (truncated)

Commits
  • 5cbeede release: cut the v18.1.4 release
  • f3a5970 fix(@​angular/build): lazy load Node.js inspector for dev server
  • f8b0927 fix(@​angular/build): allow explicitly disabling TypeScript incremental mode
  • bfdfce4 release: cut the v18.1.3 release
  • 747a144 fix(@​angular/build): prevent build failures with remote CSS imports when Tail...
  • a28615d fix(@​angular/build): add CSP nonce attribute to script tags when inline cri...
  • c0933f2 fix(@​angular/build): resolve error with extract-i18n builder for libraries
  • fa7eeb7 release: cut the v18.1.2 release
  • 3e4ea77 fix(@​angular/build): correctly detect comma in Sass URL lexer
  • 3573ac6 fix(@​angular/build): serve HTML files directly
  • Additional commits viewable in compare view

Updates @angular/animations from 17.3.9 to 18.1.4

Release notes

Sourced from @​angular/animations's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

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

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 3d0ee73 docs(docs-infra): Use shiki for code highlighting (#57059)
  • ba325c5 docs: remove private symbol from docs (#56851)
  • 0bd55a6 refactor(docs-infra): complete removal of aio directory (#56496)
  • 01172b8 build: update Node.js to match Angular CLI engines (#56187)
  • fb35130 build: update to latest dev infra code (#56128)
  • 024e9bf refactor(core): Ensure animations are flushed before running render hooks (#5...
  • bf8814c refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • 28905ab Revert "refactor(animations): Ensure async animations applies changes when lo...
  • Additional commits viewable in compare view

Updates @angular/cli from 17.3.7 to 18.1.4

Release notes

Sourced from @​angular/cli's releases.

v18.1.4

18.1.4 (2024-08-07)

@​angular/build

Commit Description
fix - f8b092711 allow explicitly disabling TypeScript incremental mode
fix - f3a5970fc lazy load Node.js inspector for dev server

v18.1.3

18.1.3 (2024-07-31)

@​angular/build

Commit Description
fix - a28615d7d add CSP nonce attribute to script tags when inline critical CSS is disabled
fix - 747a1447c prevent build failures with remote CSS imports when Tailwind is configured
fix - c0933f2c0 resolve error with extract-i18n builder for libraries

v18.1.2

18.1.2 (2024-07-24)

@​angular/build

Commit Description
fix - 5b9378a3b account for HTML base HREF for dev-server externals
fix - 3e4ea77d7 correctly detect comma in Sass URL lexer
fix - d868270f1 prevent redirection loop
fix - 3573ac655 serve HTML files directly

v18.1.1

18.1.1 (2024-07-17)

@​angular-devkit/build-angular

Commit Description
fix - 4f6cee272 skip undefined files when generating budget stats

@​angular/build

Commit Description
fix - 96dc7e6ed remove Vite "/@id/" prefix for explicit external dependencies
fix - bdef39801 resolve only ".wasm" files

v18.1.0

18.1.0 (2024-07-10)

@​schematics/angular

Commit Description
fix - 22e05dcb4 generate new projects with ECMAScript standard class field behavior

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

18.1.4 (2024-08-07)

@​angular/build

Commit Type Description
f8b092711 fix allow explicitly disabling TypeScript incremental mode
f3a5970fc fix lazy load Node.js inspector for dev server

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

@​angular/build

Commit Type Description
636cb6932 fix add CSP nonce attribute to script tags when inline critical CSS is disabled
7d52941a2 fix prevent build failures with remote CSS imports when Tailwind is configured
0466fb74a fix resolve error with extract-i18n builder for libraries

18.1.3 (2024-07-31)

@​angular/build

Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries

18.2.0-next.2 (2024-07-24)

@​angular/build

Commit Type Description
37a2138cb fix account for HTML base HREF for dev-server externals
8ff687d03 fix correctly detect comma in Sass URL lexer
6d6937587 fix prevent redirection loop

... (truncated)

Commits
  • 5cbeede release: cut the v18.1.4 release
  • f3a5970 fix(@​angular/build): lazy load Node.js inspector for dev server
  • f8b0927 fix(@​angular/build): allow explicitly disabling TypeScript incremental mode
  • bfdfce4 release: cut the v18.1.3 release
  • 747a144 fix(@​angular/build): prevent build failures with remote CSS imports when Tail...
  • a28615d fix(@​angular/build): add CSP nonce attribute to script tags when inline cri...
  • c0933f2 fix(@​angular/build): resolve error with extract-i18n builder for libraries
  • fa7eeb7 release: cut the v18.1.2 release
  • 3e4ea77 fix(@​angular/build): correctly detect comma in Sass URL lexer
  • 3573ac6 fix(@​angular/build): serve HTML files directly
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.9 to 18.1.4

Release notes

Sourced from @​angular/common's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

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

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 6eac1b3 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 81b30dc refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • a1cb9df fix(common): Don't run preconnect assertion on the server. (#56213)
  • 9b35726 fix(common): typo in warning for NgOptimizedDirective (#56817)
  • ecc5644 perf(http): execute fetch outside of Angular zone (#56820)
  • 1ee64a5 refactor(common): Fire priority check on stable. (#56776)
  • 9cc4dbe refactor(common): remove remaining code for NgSwitch equality patch (#56806)
  • f407e3c refactor(common): allow string urls in NgOptimizedImage input (#54901)
  • f25653e fix(common): typo in NgOptimizedImage warning (#56756)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.3.9 to 18.1.4

Release notes

Sourced from @​angular/compiler's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

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

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • 6a99f83 fix(compiler): reduce chance of conflicts between generated factory and local...
  • ad29621 Revert "fix(compiler): reduce chance of conflicts between generated factory a...
  • 31dea06 fix(compiler): reduce chance of conflicts between generated factory and local...
  • 4639450 fix(compiler): limit the number of chained instructions (#57069)
  • daf0317 fix(compiler): JIT mode incorrectly interpreting host directive configuration...
  • d7dca6d fix(compiler): use strict equality for 'code' comparison (#56944)
  • aef166f fix(compiler): fix CSS animation rule scope (#56800)
  • 341a116 fix(compiler): allow more characters in let declaration name (#56764)
  • 2a1291e fix(compiler): give precedence to local let declarations over parent ones (#5...
  • 0a48d58 feat(core): add support for let syntax (#56715)
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 17.3.9 to 18.1.4

Release notesDescription has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2024
Copy link

vercel bot commented Aug 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 7:43pm

Copy link

stackblitz bot commented Aug 11, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Aug 11, 2024

⚠️ No Changeset found

Latest commit: f51200d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.06%. Comparing base (fa65218) to head (f51200d).
Report is 31 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #902   +/-   ##
=======================================
  Coverage   67.06%   67.06%           
=======================================
  Files          87       87           
  Lines       10547    10547           
  Branches      838      838           
=======================================
  Hits         7073     7073           
  Misses       3470     3470           
  Partials        4        4           
Flag Coverage Δ
unittests 67.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch from 9aaca5e to e0874c4 Compare August 12, 2024 04:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch from e0874c4 to 62b21d6 Compare August 12, 2024 04:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch from 62b21d6 to 1c004cd Compare August 13, 2024 04:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch from 1c004cd to ec47e1c Compare August 13, 2024 13:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch from ec47e1c to 1ba3893 Compare August 13, 2024 13:57
…11 updates

Bumps the angular-deps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.3.7` | `18.1.4` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.9` | `18.1.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.7` | `18.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.9` | `18.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.9` | `18.1.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.3.9` | `18.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.9` | `18.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.9` | `18.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.9` | `18.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.9` | `18.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.9` | `18.1.4` |



Updates `@angular-devkit/build-angular` from 17.3.7 to 18.1.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@17.3.7...18.1.4)

Updates `@angular/animations` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/animations)

Updates `@angular/cli` from 17.3.7 to 18.1.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@17.3.7...18.1.4)

Updates `@angular/common` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/common)

Updates `@angular/compiler` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/compiler)

Updates `@angular/compiler-cli` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/compiler-cli)

Updates `@angular/core` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/core)

Updates `@angular/forms` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/forms)

Updates `@angular/platform-browser` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.9 to 18.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.4/packages/router)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/animations"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/common"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/forms"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/router"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch from 1ba3893 to f51200d Compare August 13, 2024 19:43
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

Superseded by #958.

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-deps-ff653e6134 branch August 19, 2024 03:42
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