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

Bump the angular group with 15 updates #3432

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps the angular group with 15 updates:

Package From To
@angular/animations 15.2.8 15.2.10
@angular/cdk 15.2.8 15.2.9
@angular/common 15.2.8 15.2.10
@angular/compiler 15.2.8 15.2.10
@angular/core 15.2.8 15.2.10
@angular/forms 15.2.8 15.2.10
@angular/localize 15.2.8 15.2.10
@angular/platform-browser 15.2.8 15.2.10
@angular/platform-browser-dynamic 15.2.8 15.2.10
@angular/platform-server 15.2.8 15.2.10
@angular/router 15.2.8 15.2.10
@angular-devkit/build-angular 15.2.6 15.2.11
@angular/cli 16.2.12 16.2.16
@angular/compiler-cli 15.2.8 15.2.10
@angular/language-service 15.2.8 15.2.10

Updates @angular/animations from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/animations's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/cdk from 15.2.8 to 15.2.9

Changelog

Sourced from @​angular/cdk's changelog.

15.2.9 "vinyl-violin" (2023-05-03)

material

Commit Type Description
4804b0230c fix chips: avoid double emit of changed event on blur (#26963)
757a45685e fix datepicker: date range input incorrectly inheriting text color (#26988)
95066faf3d fix dialog: opening animation sometimes being skipped (#26971)

Commits
  • d593195 release: cut the v15.2.9 release
  • 95066fa fix(material/dialog): opening animation sometimes being skipped (#26971)
  • 757a456 fix(material/datepicker): date range input incorrectly inheriting text color ...
  • 4804b02 fix(material/chips): avoid double emit of changed event on blur (#26963)
  • See full diff in compare view

Updates @angular/common from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/common's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/compiler from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/compiler's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/core from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/core's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits
  • 9d66548 test(common): test rounding problems in image distortion detection (#49889)
  • 6764fb6 test(common): show ngOptimizedImage distortion detection failure on padded im...
  • See full diff in compare view

Updates @angular/forms from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/forms's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/localize from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/localize's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits
  • 035aee0 release: cut the v15.2.10 release
  • 9fe0896 fix(service-worker): throw a critical error when handleFetch fail (#51989)
  • 21eb5ee fix(docs-infra): replace use of turbo on StackBlitz with npm (#50576)
  • 2d68de5 release: cut the v15.2.9 release
  • 8b34482 docs: Make links out of @​see tags (#50098)
  • eb048fd docs(docs-infra): hide Debugging the errorsection. (#50074)
  • 7f9b4d2 docs(docs-infra): fix the search-results label color on the dark theme. (#50083)
  • 7f369e3 docs: cleanup team page (#50044)
  • 8eae40d docs: fix a typo (#50092)
  • 7c58885 fix(compiler-cli): catch fatal diagnostic when getting diagnostics for compon...
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 15.2.8 to 15.2.10

Changelog

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

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 15.2.8 to 15.2.10

Changelog

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

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/platform-server from 15.2.8 to 15.2.10

Changelog

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

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular/router from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/router's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits

Updates @angular-devkit/build-angular from 15.2.6 to 15.2.11

Release notes

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

v15.2.11

15.2.11 (2024-03-25)

@​angular-devkit/build-angular

Commit Description
fix - c6feb0bb0 update webpack-dev-middleware to 6.1.2
Changelog

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

15.2.11 (2024-03-25)

@​angular-devkit/build-angular

Commit Type Description
c6feb0bb0 fix update webpack-dev-middleware to 6.1.2

17.3.1 (2024-03-20)

@​schematics/angular

Commit Type Description
198ca9afc fix improve Sass format clarity for application style option

@​angular-devkit/build-angular

Commit Type Description
2809971a5 fix only generate server directory when SSR is enabled
3f601a14e fix typo in allowedHosts warning for unsupported vite options
79c44adac perf avoid transforming empty component stylesheets
cc3167f30 perf reduce build times for apps with a large number of components when utilizing esbuild-based builders

17.3.0 (2024-03-13)

@​schematics/angular

Commit Type Description
5ab71fc92 feat update CSS/Sass import/use specifiers in application migration

@​angular-devkit/build-angular

Commit Type Description
9ca3a5450 feat add deployUrl to application builder
3821344da fix ensure proper display of build logs in the presence of warnings or errors
de2d05049 fix provide better error message when server option is required but missing

... (truncated)

Commits
  • 69c4624 release: cut the v15.2.11 release
  • 61f92fd build: update ng-dev config to work with Node.js 18.19
  • a398d2f test: disable failing test
  • c6feb0b fix(@​angular-devkit/build-angular): update webpack-dev-middleware to 6.1.2
  • b479063 release: cut the v15.2.10 release
  • bfc1f0f test: install specific npm version in npm version E2E test
  • 05213c9 fix(@​angular-devkit/build-angular): update dependency postcss to v8.4.31
  • 00d9708 release: cut the v15.2.9 release
  • f36e38a fix(@​angular/cli): update direct semver dependencies to 7.5.3
  • cdb34b5 release: cut the v15.2.8 release
  • Additional commits viewable in compare view

Updates @angular/cli from 16.2.12 to 16.2.16

Release notes

Sourced from @​angular/cli's releases.

v16.2.16

16.2.16 (2024-09-18)

@​angular-devkit/build-angular

Commit Description
fix - 12aca0060 update vite to 4.5.5

v16.2.15

16.2.15 (2024-08-29)

@​angular-devkit/build-angular

Commit Description
fix - f596a3d5d clear context in Karma by default for single run executions
fix - 56fa051bd upgrade webpack to 5.94.0

v16.2.14

16.2.14 (2024-04-11)

@​angular-devkit/build-angular

Commit Description
fix - 1068c3c73 update vite to 4.5.3

v16.2.13

16.2.13 (2024-03-25)

@​angular-devkit/build-angular

Commit Description
fix - 5ad507e3d update webpack-dev-middleware to 6.1.2
Changelog

Sourced from @​angular/cli's changelog.

16.2.16 (2024-09-18)

@​angular-devkit/build-angular

Commit Type Description
12aca0060 fix update vite to 4.5.5

19.0.0-next.6 (2024-09-13)

@​angular/cli

Commit Type Description
de17cbcb8 fix Revert commit enable Node.js compile code cache when available

@​angular/ssr

Commit Type Description
d66aaa3ca feat add server routing configuration API

19.0.0-next.5 (2024-09-12)

@​angular-devkit/architect

Commit Type Description
78f76485f feat merge object options from CLI

@​angular/ssr

Commit Type Description
85df4011b fix resolve bootstrap is not a function error

19.0.0-next.4 (2024-09-11)

... (truncated)

Commits
  • 88a2ef5 release: cut the v16.2.16 release
  • 12aca00 fix(@​angular-devkit/build-angular): update vite to 4.5.5
  • 8460cec release: cut the v16.2.15 release
  • f596a3d fix(@​angular-devkit/build-angular): clear context in Karma by default for sin...
  • 56fa051 fix(@​angular-devkit/build-angular): upgrade webpack to 5.94.0
  • 01bd959 release: cut the v16.2.14 release
  • 1068c3c fix(@​angular-devkit/build-angular): update vite to 4.5.3
  • b951c58 release: cut the v16.2.13 release
  • 882fff3 test: update Safari 15 private property E2E for babel changes
  • bdcc5a1 test: disable failing test
  • Additional commits viewable in compare view

Updates @angular/compiler-cli from 15.2.8 to 15.2.10

Changelog

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

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (#51554)

compiler-cli

Commit Type Description
dbd761f528 fix correct incomplete escaping (#51557)

... (truncated)

Commits
  • 7c58885 fix(compiler-cli): catch fatal diagnostic when getting diagnostics for compon...
  • See full diff in compare view

Updates @angular/language-service from 15.2.8 to 15.2.10

Changelog

Sourced from @​angular/language-service's changelog.

15.2.10 (2023-10-04)

service-worker

Commit Type Description
9fe08968b8 fix throw a critical error when handleFetch fail (#51989)

16.2.7 (2023-09-27)

core

Commit Type Description
39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892)

service-worker

Commit Type Description
c3d901eacf fix throw a critical error when handleFetch fails (#51885)

16.2.6 (2023-09-20)

core

Commit Type Description
82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772)

16.2.5 (2023-09-13)

16.2.4 (2023-09-06)

16.2.3 (2023-08-30)

animations

Commit Type Description
04c6574280 fix remove unnecessary escaping in regex expressions (

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@tdonohue
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dspace-7_x/angular-99dae2292d branch from 9586ff6 to 069ea19 Compare October 16, 2024 21:49
@tdonohue
Copy link
Member

@dependabot rebase

Bumps the angular group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `15.2.8` | `15.2.10` |
| [@angular/cdk](https://github.com/angular/components) | `15.2.8` | `15.2.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `15.2.8` | `15.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `15.2.8` | `15.2.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `15.2.8` | `15.2.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `15.2.8` | `15.2.10` |
| [@angular/localize](https://github.com/angular/angular) | `15.2.8` | `15.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `15.2.8` | `15.2.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `15.2.8` | `15.2.10` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `15.2.8` | `15.2.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `15.2.8` | `15.2.10` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `15.2.6` | `15.2.11` |
| [@angular/cli](https://github.com/angular/angular-cli) | `16.2.12` | `16.2.16` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `15.2.8` | `15.2.10` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `15.2.8` | `15.2.10` |


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

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

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

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

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

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

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

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

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

Updates `@angular/platform-server` from 15.2.8 to 15.2.10
- [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/15.2.10/packages/platform-server)

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

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

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

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

Updates `@angular/language-service` from 15.2.8 to 15.2.10
- [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/15.2.10/packages/language-service)

---
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/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  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/platform-server"
  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: "@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
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dspace-7_x/angular-99dae2292d branch from 069ea19 to 3459bf6 Compare October 17, 2024 19:59
@tdonohue tdonohue added this to the 7.6.3 milestone Oct 18, 2024
Copy link
Member

@tdonohue tdonohue left a comment

Choose a reason for hiding this comment

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

👍 Tested locally and this minor Angular update works well. No issues found in UI.

@tdonohue tdonohue merged commit 9410114 into dspace-7_x Oct 18, 2024
16 checks passed
@tdonohue tdonohue deleted the dependabot/npm_and_yarn/dspace-7_x/angular-99dae2292d branch October 18, 2024 16:53
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
Development

Successfully merging this pull request may close these issues.

1 participant