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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 11 updates in the /webapp directory:

Package From To
@angular/animations 17.3.2 17.3.9
@angular/cdk 17.3.2 17.3.9
@angular/common 17.3.2 17.3.9
@angular/compiler 17.3.2 17.3.9
@angular/core 17.3.2 17.3.9
@angular/elements 17.3.2 17.3.9
@angular/forms 17.3.2 17.3.9
@angular/material 17.3.2 17.3.9
@angular/platform-browser 17.3.2 17.3.9
@angular/platform-browser-dynamic 17.3.2 17.3.9
@angular/router 17.3.2 17.3.9

Updates @angular/animations from 17.3.2 to 17.3.9

Release notes

Sourced from @​angular/animations's releases.

v17.3.9

17.3.9 (2024-05-15)

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

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)

v17.3.4

17.3.4 (2024-04-10)

common

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.3.9 (2024-05-15)

18.0.0-rc.1 (2024-05-08)

compiler

Commit Type Description
91b007e58f fix add math elements to schema (#55631)
a040fb720a fix maintain multiline CSS selectors during CSS scoping (#55509)

core

Commit Type Description
d5edfde6ee fix afterRender hooks registered outside change detection can mark views dirty (#55623)
36130b2e72 fix don't schedule timer triggers on the server (#55605)
0510930a25 fix TestBed should not override NgZone from initTestEnvironment (#55226)

http

Commit Type Description
d9b339fdbc fix resolve withRequestsMadeViaParent behavior with withFetch (#55652)

migrations

Commit Type Description
8459ee46cb fix handle more cases in HttpClientModule migration (#55640)

platform-browser

Commit Type Description
23f914f101 fix Use the right namespace for mathML. (#55622)

platform-server

Commit Type Description
e71e869112 fix remove event dispatch script from HTML when hydration is disabled (#55681)

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

... (truncated)

Commits

Updates @angular/cdk from 17.3.2 to 17.3.9

Release notes

Sourced from @​angular/cdk's releases.

v17.3.9

17.3.9 "orange-ornament" (2024-05-15)

material

Commit Description
fix - 0b30688d3 core: ripple element not destroyed after trigger change (#29010) (#29012)

cdk

Commit Description
fix - ba8137dfa observers: logs "ResizeObserver loop limit exceeded" errors (#29036)
fix - 6d9c2e7b3 overlay: skip trigger interactions in outside click event (#29044)

v17.3.8

17.3.8 "rock-rope" (2024-05-08)

material

Commit Description
fix - f20105d87e button: incorrect template for icon button anchor (#28996)
fix - 72baa7cff2 chips: highlighted not working in M3 (#29001)
fix - cf0785cd67 tooltip: Tooltip should mark for check when visibility changes (#29000)

cdk

Commit Description
fix - 23dc148e7f menu: allow for scroll strategy to be configured (#29005)

v17.3.7

17.3.7 "plastic-deer" (2024-05-02)

cdk

Commit Description
fix - 3c8abfb990 drag-drop: remove preview wrapper
fix - a03a47c938 drag-drop: reset user agent color on preview popover
fix - 8e3dfd2e5b drag-drop: resolve incompatibility with property minification (#28980)

v17.3.6

17.3.6 "onyx-whisper" (2024-04-24)

material

Commit Description
fix - d78c7706c6 progress-bar: avoid CSP issues for apps not using buffer mode (#28946)

cdk

Commit Description
fix - c2dc2da71e a11y: handle signal based items in list key manager (#28854)
fix - e33c436c73 drag-drop: use native popover to avoid stacking issues with preview

multiple

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.3.9 "orange-ornament" (2024-05-15)

cdk

Commit Type Description
ba8137dfa fix observers: logs "ResizeObserver loop limit exceeded" errors (#29036)
6d9c2e7b3 fix overlay: skip trigger interactions in outside click event (#29044)

material

Commit Type Description
0b30688d3 fix core: ripple element not destroyed after trigger change (#29010) (#29012)

18.0.0-rc.1 "ruby-river" (2024-05-08)

cdk

Commit Type Description
f6864dcdb5 fix menu: allow for scroll strategy to be configured (#29005)

material

Commit Type Description
641a575af1 fix button: incorrect template for icon button anchor (#28996)
e024c12a5c fix chips: highlighted not working in M3 (#29001)
bdb17c6b34 fix schematics: Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic (#28997)
f80ab1f54f fix tooltip: Tooltip should mark for check when visibility changes (#29000)
a332146ff5 perf core: speed up M3 compilation (#29009)

17.3.8 "rock-rope" (2024-05-08)

cdk

Commit Type Description
23dc148e7f fix menu: allow for scroll strategy to be configured (#29005)

material

Commit Type Description
f20105d87e fix button: incorrect template for icon button anchor (#28996)
72baa7cff2 fix chips: highlighted not working in M3 (#29001)
cf0785cd67 fix tooltip: Tooltip should mark for check when visibility changes (#29000)

17.3.7 "plastic-deer" (2024-05-02)

cdk

Commit Type Description

... (truncated)

Commits
  • e26afa9 release: cut the v17.3.9 release
  • 6d9c2e7 fix(cdk/overlay): skip trigger interactions in outside click event (#29044)
  • ba8137d fix(cdk/observers): logs "ResizeObserver loop limit exceeded" errors (#29036)
  • 0b30688 fix(material/core): ripple element not destroyed after trigger change (#29010...
  • 0eb256a build: temporarily force local spawn strategy during release builds (#29021)
  • b6dd1a8 release: cut the v17.3.8 release
  • cf0785c fix(material/tooltip): Tooltip should mark for check when visibility changes ...
  • 23dc148 fix(cdk/menu): allow for scroll strategy to be configured (#29005)
  • 72baa7c fix(material/chips): highlighted not working in M3 (#29001)
  • f20105d fix(material/button): incorrect template for icon button anchor (#28996)
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.2 to 17.3.9

Release notes

Sourced from @​angular/common's releases.

v17.3.9

17.3.9 (2024-05-15)

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

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)

v17.3.4

17.3.4 (2024-04-10)

common

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.3.9 (2024-05-15)

18.0.0-rc.1 (2024-05-08)

compiler

Commit Type Description
91b007e58f fix add math elements to schema (#55631)
a040fb720a fix maintain multiline CSS selectors during CSS scoping (#55509)

core

Commit Type Description
d5edfde6ee fix afterRender hooks registered outside change detection can mark views dirty (#55623)
36130b2e72 fix don't schedule timer triggers on the server (#55605)
0510930a25 fix TestBed should not override NgZone from initTestEnvironment (#55226)

http

Commit Type Description
d9b339fdbc fix resolve withRequestsMadeViaParent behavior with withFetch (#55652)

migrations

Commit Type Description
8459ee46cb fix handle more cases in HttpClientModule migration (#55640)

platform-browser

Commit Type Description
23f914f101 fix Use the right namespace for mathML. (#55622)

platform-server

Commit Type Description
e71e869112 fix remove event dispatch script from HTML when hydration is disabled (#55681)

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

... (truncated)

Commits

Updates @angular/compiler from 17.3.2 to 17.3.9

Release notes

Sourced from @​angular/compiler's releases.

v17.3.9

17.3.9 (2024-05-15)

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

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)

v17.3.4

17.3.4 (2024-04-10)

common

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.3.9 (2024-05-15)

18.0.0-rc.1 (2024-05-08)

compiler

Commit Type Description
91b007e58f fix add math elements to schema (#55631)
a040fb720a fix maintain multiline CSS selectors during CSS scoping (#55509)

core

Commit Type Description
d5edfde6ee fix afterRender hooks registered outside change detection can mark views dirty (#55623)
36130b2e72 fix don't schedule timer triggers on the server (#55605)
0510930a25 fix TestBed should not override NgZone from initTestEnvironment (#55226)

http

Commit Type Description
d9b339fdbc fix resolve withRequestsMadeViaParent behavior with withFetch (#55652)

migrations

Commit Type Description
8459ee46cb fix handle more cases in HttpClientModule migration (#55640)

platform-browser

Commit Type Description
23f914f101 fix Use the right namespace for mathML. (#55622)

platform-server

Commit Type Description
e71e869112 fix remove event dispatch script from HTML when hydration is disabled (#55681)

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

... (truncated)

Commits

Updates @angular/core from 17.3.2 to 17.3.9

Release notes

Sourced from @​angular/core's releases.

v17.3.9

17.3.9 (2024-05-15)

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

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)

v17.3.4

17.3.4 (2024-04-10)

common

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

17.3.9 (2024-05-15)

18.0.0-rc.1 (2024-05-08)

compiler

Commit Type Description
91b007e58f fix add math elements to schema (#55631)
a040fb720a fix maintain multiline CSS selectors during CSS scoping (#55509)

core

Commit Type Description
d5edfde6ee fix afterRender hooks registered outside change detection can mark views dirty (#55623)
36130b2e72 fix don't schedule timer triggers on the server (#55605)
0510930a25 fix TestBed should not override NgZone from initTestEnvironment (#55226)

http

Commit Type Description
d9b339fdbc fix resolve withRequestsMadeViaParent behavior with withFetch (#55652)

migrations

Commit Type Description
8459ee46cb fix handle more cases in HttpClientModule migration (#55640)

platform-browser

Commit Type Description
23f914f101 fix Use the right namespace for mathML. (#55622)

platform-server

Commit Type Description
e71e869112 fix remove event dispatch script from HTML when hydration is disabled (#55681)

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

... (truncated)

Commits
  • 760e284 Revert "fix(core): render hooks should not specifically run outside the Angul...
  • 3818436 fix(core): don't schedule timer triggers on the server (#55605)
  • ac4e8f7 docs: remove non existing link (#55562)
  • 9bb3446 docs: update ChangeDetectionStrategy links (#55553)
  • 3ee8618 refactor(core): set up framework injector profile exclusively in browser envi...
  • af0eb84 fix(core): render hooks should not specifically run outside the Angular zone ...
  • 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...
  • Additional commits viewable in compare view

Updates @angular/elements from 17.3.2 to 17.3.9

Release notes

Sourced from @​angular/elements's releases.

v17.3.9

17.3.9 (2024-05-15)

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

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)

v17.3.4

17.3.4 (2024-04-10)

common

... (truncated)

Changelog

Sourced from @​angular/elements's changelog.

17.3.9 (2024-05-15)

18.0.0-rc.1 (2024-05-08)

compiler

Commit Type Description
91b007e58f fix add math elements to schema (#55631)
a040fb720a fix maintain multiline CSS selectors during CSS scoping (#55509)

core

Commit Type Description

Bumps the angular group with 11 updates in the /webapp directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.2` | `17.3.9` |
| [@angular/cdk](https://github.com/angular/components) | `17.3.2` | `17.3.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.2` | `17.3.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.2` | `17.3.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.2` | `17.3.9` |
| [@angular/elements](https://github.com/angular/angular/tree/HEAD/packages/elements) | `17.3.2` | `17.3.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.2` | `17.3.9` |
| [@angular/material](https://github.com/angular/components) | `17.3.2` | `17.3.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.2` | `17.3.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.2` | `17.3.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.2` | `17.3.9` |



Updates `@angular/animations` from 17.3.2 to 17.3.9
- [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.9/packages/animations)

Updates `@angular/cdk` from 17.3.2 to 17.3.9
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@17.3.2...17.3.9)

Updates `@angular/common` from 17.3.2 to 17.3.9
- [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.9/packages/common)

Updates `@angular/compiler` from 17.3.2 to 17.3.9
- [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.9/packages/compiler)

Updates `@angular/core` from 17.3.2 to 17.3.9
- [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.9/packages/core)

Updates `@angular/elements` from 17.3.2 to 17.3.9
- [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.9/packages/elements)

Updates `@angular/forms` from 17.3.2 to 17.3.9
- [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.9/packages/forms)

Updates `@angular/material` from 17.3.2 to 17.3.9
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@17.3.2...17.3.9)

Updates `@angular/platform-browser` from 17.3.2 to 17.3.9
- [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.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.3.2 to 17.3.9
- [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.9/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.2 to 17.3.9
- [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.9/packages/router)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  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/elements"
  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/material"
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies Update the project's dependencies/libraries label May 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2024

Superseded by #9145.

@dependabot dependabot bot closed this May 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webapp/angular-b1a866d120 branch May 25, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Update the project's dependencies/libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants