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 the angular group with 12 updates #1525

Merged
merged 1 commit into from May 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the angular group with 12 updates:

Package From To
@angular/animations 17.3.4 17.3.6
@angular/common 17.3.4 17.3.6
@angular/compiler 17.3.4 17.3.6
@angular/core 17.3.4 17.3.6
@angular/forms 17.3.4 17.3.6
@angular/platform-browser 17.3.4 17.3.6
@angular/platform-browser-dynamic 17.3.4 17.3.6
@angular/router 17.3.4 17.3.6
zone.js 0.14.4 0.14.5
@angular-devkit/build-angular 17.3.4 17.3.6
@angular/cli 17.3.4 17.3.6
@angular/compiler-cli 17.3.4 17.3.6

Updates @angular/animations from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/animations's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/animations's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits

Updates @angular/common from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/common's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/common's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits
  • 051c140 build(http): Mark the http tests as flaky because of one particular transfe...
  • See full diff in compare view

Updates @angular/compiler from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/compiler's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/compiler's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits

Updates @angular/core from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/core's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/core's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits
  • 826861b fix(core): DeferBlockFixture.render should not wait for stability (#55271)
  • eda03d4 docs: Fix typo in waitForAsync example (#55407)
  • 8979fba fix(core): skip defer timers on the server (#55480)
  • 5cf14da fix(core): make ActivatedRoute inject correct instance inside @defer bloc...
  • afdcff3 test(core): fix expectations that accidentally used incorrect matchers (#55294)
  • c77ebb6 docs(core): add missing space (#55287)
  • See full diff in compare view

Updates @angular/forms from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/forms's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/forms's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits

Updates @angular/platform-browser from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/platform-browser's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/platform-browser's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits

Updates @angular/router from 17.3.4 to 17.3.6

Release notes

Sourced from @​angular/router's releases.

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

Changelog

Sourced from @​angular/router's changelog.

17.3.6 (2024-04-25)

core

Commit Type Description
826861b1fa fix DeferBlockFixture.render should not wait for stability (#55271)
5cf14da35c fix make ActivatedRoute inject correct instance inside @defer blocks (#55374)
8979fba2c5 fix skip defer timers on the server (#55480)

18.0.0-next.5 (2024-04-17)

Breaking Changes

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

core

  • Angular will ensure change detection runs, even when the state update originates from outside the zone, tests may observe additional rounds of change detection compared to the previous behavior.

    This change will be more likely to impact existing unit tests. This should usually be seen as more correct and the test should be updated, but in cases where it is too much effort to debug, the test can revert to the old behavior by adding provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the TestBed providers.

    Similarly, applications which may want to update state outside the zone and not trigger change detection can add provideZoneChangeDetection({schedulingMode: NgZoneSchedulingMode.NgZoneOnly}) to the providers in bootstrapApplication or add schedulingMode: NgZoneSchedulingMode.NgZoneOnly to the BootstrapOptions of bootstrapModule.

  • Testability methods increasePendingRequestCount, decreasePendingRequestCount and getPendingRequestCount have been removed. This information is tracked with zones.

common

Commit Type Description
3b0de30b37 refactor remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Type Description
7d5bc1c628 fix remove container index from conditional instruction (#55190)
4eb0165750 fix remove support for unassignable expressions in two-way bindings (#55342)

core

Commit Type Description
fdd560ea14 feat Add ability to configure zone change detection to use zoneless scheduler (#55252)

... (truncated)

Commits
  • 5cf14da fix(core): make ActivatedRoute inject correct instance inside @defer bloc...
  • See full diff in compare view

Updates zone.js from 0.14.4 to 0.14.5

Changelog

Sourced from zone.js's changelog.

0.14.5 (2024-04-30)

Bug Fixes

  • zone.js: Add 'declare' to each interface to prevent renaming (#54966) (b3d045b)
  • zone.js: make sure fakeasync use the same id pool with native (#54600) (ddbf6bb), closes #54323
  • zone.js: should not clear onhandler when remove capture listener (#54602) (e44b077), closes #54581
Commits

Updates @angular-devkit/build-angular from 17.3.4 to 17.3.6

Release notes

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

v17.3.6

17.3.6 (2024-04-25)

@​angular-devkit/build-angular

Commit Description
fix - dcec59799 properly configure headers for media resources and HTML page

v17.3.5

17.3.5 (2024-04-17)

@​angular-devkit/build-angular

Commit Description
fix - 6191d06ca address Unable to deserialize cloned data issue with Yarn PnP
fix - 0335d6a5d remove type="text/css" from style tag
Changelog

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

17.3.6 (2024-04-25)

@​angular-devkit/build-angular

Commit Type Description
dcec59799 fix properly configure headers for media resources and HTML page

18.0.0-next.3 (2024-04-17)

Breaking Changes

@​angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev

@​angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }

@​angular/cli

Commit Type Description
03eee0545 refactor remove ng doc command

@​angular-devkit/build-angular

Commit Type Description
83d1d233a feat enhance Sass rebasing importer for resources URL defined in variables and handling of external paths

... (truncated)

Commits
  • c6b82f6 release: cut the v17.3.6 release
  • 6f1906f docs: add explanation of how to set up a new NPM package in Wombat
  • dcec597 fix(@​angular-devkit/build-angular): properly configure headers for media reso...
  • c5f20a3 release: cut the v17.3.5 release
  • 6191d06 fix(@​angular-devkit/build-angular): address `Unable to deserialize cloned dat...
  • 0335d6a fix(@​angular-devkit/build-angular): remove type="text/css" from style tag
  • See full diff in compare viewDescription has been truncated

Bumps the angular group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.4` | `17.3.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.4` | `17.3.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.4` | `17.3.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.4` | `17.3.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.4` | `17.3.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.4` | `17.3.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.4` | `17.3.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.4` | `17.3.6` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.4` | `0.14.5` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.3.4` | `17.3.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.4` | `17.3.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.3.4` | `17.3.6` |


Updates `@angular/animations` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/animations)

Updates `@angular/common` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/common)

Updates `@angular/compiler` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/compiler)

Updates `@angular/core` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/core)

Updates `@angular/forms` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/forms)

Updates `@angular/platform-browser` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/router)

Updates `zone.js` from 0.14.4 to 0.14.5
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.5/packages/zone.js)

Updates `@angular-devkit/build-angular` from 17.3.4 to 17.3.6
- [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.4...17.3.6)

Updates `@angular/cli` from 17.3.4 to 17.3.6
- [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.4...17.3.6)

Updates `@angular/compiler-cli` from 17.3.4 to 17.3.6
- [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/17.3.6/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from k3nsei as a code owner May 1, 2024 04:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2024
Copy link

vercel bot commented May 1, 2024

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

Name Status Preview Comments Updated (UTC)
ng-in-viewport ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2024 4:58am

@k3nsei k3nsei merged commit 29a3e4b into develop May 2, 2024
5 checks passed
@k3nsei k3nsei deleted the dependabot/npm_and_yarn/develop/angular-51ddd48937 branch May 2, 2024 07: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.

None yet

1 participant