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-all-deps group in /test/angular with 13 updates #254

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps the angular-all-deps group in /test/angular with 13 updates:

Package From To
@angular/animations 18.2.2 18.2.3
@angular/common 18.2.2 18.2.3
@angular/compiler 18.2.2 18.2.3
@angular/core 18.2.2 18.2.3
@angular/forms 18.2.2 18.2.3
@angular/platform-browser 18.2.2 18.2.3
@angular/platform-browser-dynamic 18.2.2 18.2.3
@angular/router 18.2.2 18.2.3
zone.js 0.14.10 0.15.0
@angular-devkit/build-angular 18.2.2 18.2.3
@angular/cli 18.2.2 18.2.3
@angular/compiler-cli 18.2.2 18.2.3
jasmine-core 5.2.0 5.3.0

Updates @angular/animations from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/animations's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/animations's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates @angular/common from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/common's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/common's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates @angular/compiler from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/compiler's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates @angular/core from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/core's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/core's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits
  • 93bdbbc docs(docs-infra): Add dev-mode only mention for core/global (#57365)
  • d9c1004 refactor(migrations): ensure control flow analysis of signal input migration ...
  • bb29c8b refactor(migrations): cleanup TODOs in signal input migration (#57566)
  • 3b7162d docs: Add mention to ENVIRONMENT_INITIALIZER (#57464)
  • 3bc2867 docs(docs-infra): remove hash before link (#57351)
  • See full diff in compare view

Updates @angular/forms from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/forms's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/forms's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates @angular/platform-browser from 18.2.2 to 18.2.3

Release notes

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

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

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

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 18.2.2 to 18.2.3

Release notes

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

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

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

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates @angular/router from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/router's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/router's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits

Updates zone.js from 0.14.10 to 0.15.0

Changelog

Sourced from zone.js's changelog.

0.15.0 (2024-08-15)

Bug Fixes

  • zone.js: Add support for addition jest functions. (#57280) (e1240c6), closes #57277
  • zone.js: Update the default behavior of fakeAsync to flush after the test (#57240) (70e8b40)

BREAKING CHANGES

  • zone.js: fakeAsync will now flush pending timers at the end of the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync
Commits
  • d1d4adc release: cut the zone.js-0.15.0 release (#57418)
  • 24cd1c8 build: lock file maintenance (#57340)
  • e1240c6 fix(zone.js): Add support for addition jest functions. (#57280)
  • 70e8b40 fix(zone.js): Update the default behavior of fakeAsync to flush after the tes...
  • See full diff in compare view

Updates @angular-devkit/build-angular from 18.2.2 to 18.2.3

Release notes

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

v18.2.3

18.2.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Description
fix - 482076612 update webpack-dev-middleware to 7.4.2
Changelog

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

18.2.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Type Description
482076612 fix update webpack-dev-middleware to 7.4.2

Commits
  • f4db482 release: cut the v18.2.3 release
  • 4820766 fix(@​angular-devkit/build-angular): update webpack-dev-middleware to 7.4.2
  • See full diff in compare view

Updates @angular/cli from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/cli's releases.

v18.2.3

18.2.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Description
fix - 482076612 update webpack-dev-middleware to 7.4.2
Changelog

Sourced from @​angular/cli's changelog.

18.2.3 (2024-09-04)

@​angular-devkit/build-angular

Commit Type Description
482076612 fix update webpack-dev-middleware to 7.4.2

Commits
  • f4db482 release: cut the v18.2.3 release
  • 4820766 fix(@​angular-devkit/build-angular): update webpack-dev-middleware to 7.4.2
  • See full diff in compare view

Updates @angular/compiler-cli from 18.2.2 to 18.2.3

Release notes

Sourced from @​angular/compiler-cli's releases.

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)
Changelog

Sourced from @​angular/compiler-cli's changelog.

18.2.3 (2024-09-04)

http

Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#57531)

19.0.0-next.2 (2024-08-28)

Breaking Changes

core

  • Render default fallback with empty projectableNodes.

    When passing an empty array to projectableNodes in the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });

  • The timers that are used for zone coalescing and hybrid mode scheduling (which schedules an application state synchronization when changes happen outside the Angular zone) will now run in the zone above Angular rather than the root zone. This will mostly affect tests which use fakeAsync: these timers will now be visible to fakeAsync and can be affected by tick or flush.

elements

  • as part of switching away from custom CD behavior to the hybrid scheduler, timing of change detection around custom elements has changed subtly. These changes make elements more efficient, but can cause tests which encoded assumptions about how or when elements would be checked to require updating.

common

Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#57479)

compiler-cli

Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#57502)

core

Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#57546)

... (truncated)

Commits
  • 582aac4 refactor(compiler-cli): Add support for inheritance in API extraction (#57588)
  • 4d8da40 Revert "refactor(compiler-cli): extract function overload separatly (#56489)"...
  • c068045 docs(docs-infra): Add support for cross-links on API pages (#57346)
  • 9814767 refactor(compiler-cli): Add a map of every symbols used inside a package (#57...
  • 93bdbbc docs(docs-infra): Add dev-mode only mention for core/global (#57365)
  • 8e1d6c7 refactor(compiler-cli): extract function overload separatly (#56489)
  • See full diff in compare view

Updates jasmine-core from 5.2.0 to 5.3.0

Release notes

Sourced from jasmine-core's releases.

v5.3.0

Please see the release notes.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the angular-all-deps group in /test/angular with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.2` | `18.2.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.2` | `18.2.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.2` | `18.2.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.2` | `18.2.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.2` | `18.2.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.2` | `18.2.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.2` | `18.2.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.2` | `18.2.3` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.10` | `0.15.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.2.2` | `18.2.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.2` | `18.2.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.2` | `18.2.3` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.2.0` | `5.3.0` |


Updates `@angular/animations` from 18.2.2 to 18.2.3
- [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.2.3/packages/animations)

Updates `@angular/common` from 18.2.2 to 18.2.3
- [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.2.3/packages/common)

Updates `@angular/compiler` from 18.2.2 to 18.2.3
- [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.2.3/packages/compiler)

Updates `@angular/core` from 18.2.2 to 18.2.3
- [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.2.3/packages/core)

Updates `@angular/forms` from 18.2.2 to 18.2.3
- [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.2.3/packages/forms)

Updates `@angular/platform-browser` from 18.2.2 to 18.2.3
- [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.2.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.2.2 to 18.2.3
- [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.2.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.2.2 to 18.2.3
- [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.2.3/packages/router)

Updates `zone.js` from 0.14.10 to 0.15.0
- [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.15.0/packages/zone.js)

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

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

Updates `@angular/compiler-cli` from 18.2.2 to 18.2.3
- [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.2.3/packages/compiler-cli)

Updates `jasmine-core` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
Copy link

netlify bot commented Sep 10, 2024

Deploy Preview for iotmapcomponent ready!

Name Link
🔨 Latest commit fd4766c
🔍 Latest deploy log https://app.netlify.com/sites/iotmapcomponent/deploys/66e02006f856e70008b89e1c
😎 Deploy Preview https://deploy-preview-254--iotmapcomponent.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@julien-deramond julien-deramond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted zone.js bump.

@julien-deramond julien-deramond merged commit 998c0e5 into main Sep 10, 2024
5 checks passed
@julien-deramond julien-deramond deleted the dependabot/npm_and_yarn/test/angular/angular-all-deps-1c3e4e07ed branch September 10, 2024 10:32
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.

1 participant