Skip to content

chore(deps): Bump the dependencies-angular group in /springwolf-ui with 12 updates #1265

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the dependencies-angular group in /springwolf-ui with 12 updates:

Package From To
@angular/animations 19.2.4 19.2.5
@angular/cdk 19.2.7 19.2.8
@angular/common 19.2.4 19.2.5
@angular/compiler 19.2.4 19.2.5
@angular/core 19.2.4 19.2.5
@angular/material 19.2.7 19.2.8
@angular/platform-browser 19.2.4 19.2.5
@angular/platform-browser-dynamic 19.2.4 19.2.5
@angular/router 19.2.4 19.2.5
@angular/build 19.2.5 19.2.6
@angular/cli 19.2.5 19.2.6
@angular/compiler-cli 19.2.4 19.2.5

Updates @angular/animations from 19.2.4 to 19.2.5

Release notes

Sourced from @​angular/animations's releases.

19.2.5

Commit Description
fix - e61d06afb5 step 6 tutorial docs (#60630)

animations

Commit Description
fix - fa48f98d9f add missing peer dependency on @angular/common (#60660)

compiler

Commit Description
fix - ca5aa4d55b throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Description
fix - f4c4b10ea8 Produce fatal diagnostic on duplicate decorated properties (#60376)
fix - 22a0e54ac4 support relative imports to symbols outside rootDir (#60555)

core

Commit Description
fix - 64da69f7b6 check ngDevMode for undefined (#60565)
fix - 8f68d1bec3 fix ng generate @​angular/core:output-migration (#60626)
fix - bc79985c65 fix regexp for event types (#60592)
fix - 006ac7f22f fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
fix - da6e93f434 preserve comments in internal inject migration (#60588)
fix - dbbddd1617 prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Description
fix - 0e9e0348dd Update adapter to log instead of throw errors (#60651)

migrations

Commit Description
fix - 15f53f035b handle shorthand assignments in super call (#60602)
fix - 4b161e6234 inject migration not handling super parameter referenced via this (#60602)

router

Commit Description
fix - 958e98e4f7 Add missing types to transition (#60307)

service-worker

Commit Description
fix - 7cd89ad2c6 assign initializing client's app version, when a request is for worker script (#58131)
Changelog

Sourced from @​angular/animations's changelog.

19.2.5 (2025-04-02)

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#60630)

animations

Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#60660)

compiler

Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#60555)

core

Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#60626)
bc79985c65 fix fix regexp for event types (#60592)
006ac7f22f fix fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
da6e93f434 fix preserve comments in internal inject migration (#60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#60651)

migrations

Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#60602)

router

Commit Type Description
958e98e4f7 fix Add missing types to transition (#60307)

service-worker

Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#58131)

20.0.0-next.4 (2025-03-26)

common

... (truncated)

Commits
  • fa48f98 fix(animations): add missing peer dependency on @angular/common (#60660)
  • c2ef280 refactor(animations): convert scripts within packages/animations to relativ...
  • See full diff in compare view

Updates @angular/cdk from 19.2.7 to 19.2.8

Release notes

Sourced from @​angular/cdk's releases.

v19.2.8

19.2.8 "sapphire-kraken" (2025-04-02)

cdk-experimental

Commit Description
perf - bc99b420b2 column-resize: improve hover responsiveness of… (#30708)

material

Commit Description
fix - 491fce2aa7 form-field: move error aria-live to parent container (#30678)
fix - bdbf32af29 tabs: allow ID to be set on tab (#30768)

cdk

Commit Description
perf - 0ee159390f drag-drop: fix performance regression when destroying items (#30751)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.8 "sapphire-kraken" (2025-04-02)

cdk

Commit Type Description
0ee159390f perf drag-drop: fix performance regression when destroying items (#30751)

material

Commit Type Description
491fce2aa7 fix form-field: move error aria-live to parent container (#30678)
bdbf32af29 fix tabs: allow ID to be set on tab (#30768)

cdk-experimental

Commit Type Description
bc99b420b2 perf column-resize: improve hover responsiveness of… (#30708)

20.0.0-next.4 "bohrium-beans" (2025-03-26)

cdk

Commit Type Description
985721c5d fix menu: not clearing aria-controls on context menu (#30680)

material

Commit Type Description
3aecb3521 fix button: tonal touch target token transgression (#30688)
2d7da0ac7 fix sort: set cursor on entire clickable area (#30696)

Commits
  • c5c5d13 release: cut the v19.2.8 release
  • 15fac0d test: fix broken autocomplete test (#30782)
  • d8aafee Add a null check to autocomplete options (#30734)
  • bc99b42 perf(cdk-experimental/column-resize): improve hover responsiveness of… (#30708)
  • bdbf32a fix(material/tabs): allow ID to be set on tab (#30768)
  • f154d49 [Patch] build: update angular shared dev-infra code to b3b3466 (#30777)
  • 7f9b7de ci: update to latest dev-infra action versions (#30760)
  • 0ee1593 perf(cdk/drag-drop): fix performance regression when destroying items (#30751)
  • c14ff14 docs: fix incorrect guide links after recent collision change (#30745)
  • 491fce2 fix(material/form-field): move error aria-live to parent container (#30678)
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.4 to 19.2.5

Release notes

Sourced from @​angular/common's releases.

19.2.5

Commit Description
fix - e61d06afb5 step 6 tutorial docs (#60630)

animations

Commit Description
fix - fa48f98d9f add missing peer dependency on @angular/common (#60660)

compiler

Commit Description
fix - ca5aa4d55b throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Description
fix - f4c4b10ea8 Produce fatal diagnostic on duplicate decorated properties (#60376)
fix - 22a0e54ac4 support relative imports to symbols outside rootDir (#60555)

core

Commit Description
fix - 64da69f7b6 check ngDevMode for undefined (#60565)
fix - 8f68d1bec3 fix ng generate @​angular/core:output-migration (#60626)
fix - bc79985c65 fix regexp for event types (#60592)
fix - 006ac7f22f fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
fix - da6e93f434 preserve comments in internal inject migration (#60588)
fix - dbbddd1617 prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Description
fix - 0e9e0348dd Update adapter to log instead of throw errors (#60651)

migrations

Commit Description
fix - 15f53f035b handle shorthand assignments in super call (#60602)
fix - 4b161e6234 inject migration not handling super parameter referenced via this (#60602)

router

Commit Description
fix - 958e98e4f7 Add missing types to transition (#60307)

service-worker

Commit Description
fix - 7cd89ad2c6 assign initializing client's app version, when a request is for worker script (#58131)
Changelog

Sourced from @​angular/common's changelog.

19.2.5 (2025-04-02)

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#60630)

animations

Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#60660)

compiler

Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#60555)

core

Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#60626)
bc79985c65 fix fix regexp for event types (#60592)
006ac7f22f fix fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
da6e93f434 fix preserve comments in internal inject migration (#60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#60651)

migrations

Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#60602)

router

Commit Type Description
958e98e4f7 fix Add missing types to transition (#60307)

service-worker

Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#58131)

20.0.0-next.4 (2025-03-26)

common

... (truncated)

Commits

Updates @angular/compiler from 19.2.4 to 19.2.5

Release notes

Sourced from @​angular/compiler's releases.

19.2.5

Commit Description
fix - e61d06afb5 step 6 tutorial docs (#60630)

animations

Commit Description
fix - fa48f98d9f add missing peer dependency on @angular/common (#60660)

compiler

Commit Description
fix - ca5aa4d55b throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Description
fix - f4c4b10ea8 Produce fatal diagnostic on duplicate decorated properties (#60376)
fix - 22a0e54ac4 support relative imports to symbols outside rootDir (#60555)

core

Commit Description
fix - 64da69f7b6 check ngDevMode for undefined (#60565)
fix - 8f68d1bec3 fix ng generate @​angular/core:output-migration (#60626)
fix - bc79985c65 fix regexp for event types (#60592)
fix - 006ac7f22f fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
fix - da6e93f434 preserve comments in internal inject migration (#60588)
fix - dbbddd1617 prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Description
fix - 0e9e0348dd Update adapter to log instead of throw errors (#60651)

migrations

Commit Description
fix - 15f53f035b handle shorthand assignments in super call (#60602)
fix - 4b161e6234 inject migration not handling super parameter referenced via this (#60602)

router

Commit Description
fix - 958e98e4f7 Add missing types to transition (#60307)

service-worker

Commit Description
fix - 7cd89ad2c6 assign initializing client's app version, when a request is for worker script (#58131)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.5 (2025-04-02)

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#60630)

animations

Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#60660)

compiler

Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#60555)

core

Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#60626)
bc79985c65 fix fix regexp for event types (#60592)
006ac7f22f fix fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
da6e93f434 fix preserve comments in internal inject migration (#60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#60651)

migrations

Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#60602)

router

Commit Type Description
958e98e4f7 fix Add missing types to transition (#60307)

service-worker

Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#58131)

20.0.0-next.4 (2025-03-26)

common

... (truncated)

Commits
  • 9604ec6 refactor(compiler): prevent object methods being recognised as entities (#58100)
  • 9eaeffd refactor(compiler): convert scripts within packages/compiler to relative im...
  • ca5aa4d fix(compiler): throw for invalid "as" expression in if block (#60580)
  • See full diff in compare view

Updates @angular/core from 19.2.4 to 19.2.5

Release notes

Sourced from @​angular/core's releases.

19.2.5

Commit Description
fix - e61d06afb5 step 6 tutorial docs (#60630)

animations

Commit Description
fix - fa48f98d9f add missing peer dependency on @angular/common (#60660)

compiler

Commit Description
fix - ca5aa4d55b throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Description
fix - f4c4b10ea8 Produce fatal diagnostic on duplicate decorated properties (#60376)
fix - 22a0e54ac4 support relative imports to symbols outside rootDir (#60555)

core

Commit Description
fix - 64da69f7b6 check ngDevMode for undefined (#60565)
fix - 8f68d1bec3 fix ng generate @​angular/core:output-migration (#60626)
fix - bc79985c65 fix regexp for event types (#60592)
fix - 006ac7f22f fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
fix - da6e93f434 preserve comments in internal inject migration (#60588)
fix - dbbddd1617 prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Description
fix - 0e9e0348dd Update adapter to log instead of throw errors (#60651)

migrations

Commit Description
fix - 15f53f035b handle shorthand assignments in super call (#60602)
fix - 4b161e6234 inject migration not handling super parameter referenced via this (#60602)

router

Commit Description
fix - 958e98e4f7 Add missing types to transition (#60307)

service-worker

Commit Description
fix - 7cd89ad2c6 assign initializing client's app version, when a request is for worker script (#58131)
Changelog

Sourced from @​angular/core's changelog.

19.2.5 (2025-04-02)

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#60630)

animations

Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#60660)

compiler

Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#60580)

compiler-cli

Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#60555)

core

Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#60626)
bc79985c65 fix fix regexp for event types (#60592)
006ac7f22f fix fixes #592882 ng generate @​angular/core:signal-queries-migration (#60688)
da6e93f434 fix preserve comments in internal inject migration (#60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#60571)

language-service

Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#60651)

migrations

Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#60602)

router

Commit Type Description
958e98e4f7 fix Add missing types to transition (#60307)

service-worker

Description has been truncated

Commit Type Description
7cd89ad2c6

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
Copy link

netlify bot commented Apr 7, 2025

Deploy Preview for springwolf-ui failed.

Name Link
🔨 Latest commit f54f837
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/67fd8ef27d87f60008e9115e

Bumps the dependencies-angular group in /springwolf-ui with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.4` | `19.2.5` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.7` | `19.2.8` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.4` | `19.2.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.4` | `19.2.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.4` | `19.2.5` |
| [@angular/material](https://github.com/angular/components) | `19.2.7` | `19.2.8` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.4` | `19.2.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.4` | `19.2.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.4` | `19.2.5` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.2.5` | `19.2.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.5` | `19.2.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.4` | `19.2.5` |


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

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

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

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

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

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

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

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

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

Updates `@angular/build` from 19.2.5 to 19.2.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@19.2.5...19.2.6)

Updates `@angular/cli` from 19.2.5 to 19.2.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@19.2.5...19.2.6)

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

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cdk"
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/common"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/core"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/material"
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/router"
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/build"
  dependency-version: 19.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cli"
  dependency-version: 19.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 19.2.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-b9f95a9e24 branch from b621b4c to f54f837 Compare April 14, 2025 22:40
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.

0 participants