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

build(deps): bump the angular group across 1 directory with 22 updates #155

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 21 updates in the / directory:

Package From To
@angular-architects/module-federation 18.0.4 18.0.6
@angular/animations 18.2.2 18.2.10
@angular/cdk 18.2.2 18.2.10
@angular/common 18.2.2 18.2.10
@angular/compiler 18.2.2 18.2.10
@angular/core 18.2.2 18.2.10
@angular/elements 18.2.2 18.2.10
@angular/forms 18.2.2 18.2.10
@angular/platform-browser 18.2.2 18.2.10
@angular/platform-browser-dynamic 18.2.2 18.2.10
@angular/router 18.2.2 18.2.10
@angular-devkit/core 18.2.2 18.2.11
@angular-devkit/schematics 18.2.2 18.2.11
@angular-eslint/builder 18.3.0 18.4.0
@angular-eslint/eslint-plugin 18.3.0 18.4.0
@angular-eslint/eslint-plugin-template 18.3.0 18.4.0
@angular-eslint/schematics 18.3.0 18.4.0
@angular-eslint/template-parser 18.3.0 18.4.0
@angular/cli 18.2.2 18.2.11
@angular/compiler-cli 18.2.2 18.2.10
@angular/language-service 18.2.2 18.2.10

Updates @angular-architects/module-federation from 18.0.4 to 18.0.6

Release notes

Sourced from @​angular-architects/module-federation's releases.

Native Federation 17.1.

CLI-Integration

Since 17.1, Native Federation for Angular uses the Angular CLI's esbuild-based Application Builder and the CLI's Dev Server to keep track with all the innovations and performance-improvements in that space.

Commits

Updates @angular/animations from 18.2.2 to 18.2.10

Release notes

Sourced from @​angular/animations's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRender after it is executed (#58119)

platform-server

Commit Description
fix - b40875a2cc destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135)

v18.2.7

18.2.7 (2024-10-02)

common

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.2.10 (2024-10-30)

compiler

Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#58287)

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#58231)

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 18.2.2 to 18.2.10

Release notes

Sourced from @​angular/cdk's releases.

v18.2.10

18.2.10 "plastic-monkey" (2024-10-23)

material

Commit Description
fix - 501faa9a54 chips: emitting end event multiple times when holding down key (#29894)
fix - 4a0397a1c7 tabs: remove IE animation workaround (#29899)

v18.2.9

18.2.9 "curite-castle" (2024-10-17)

material

Commit Description
fix - 80bfac26b badge: content incorrectly truncated in M3 (#29854)
fix - 2d7519178 card: elevated card container color (#29835)
fix - 6ce574731 dialog: updates dialog max-height in landscape (#29853)
fix - ddb55e2c2 form-field: account in cols attribute on textarea (#29836)
fix - afc6b9db1 radio: use tokens for focused border color (#29716)

v18.2.8

18.2.8 "actinium-angle" (2024-10-09)

material

Commit Description
feat - 104b5932c core: expose styling information to the docs site
fix - 7ebfbeb6c schematics: treat lower dependency builder as default builder (#29833)

cdk

Commit Description
fix - fa43a2456 stepper: remove mock of forms type
fix - 5bed0943a stepper: reset submitted state when resetting stepper

v18.2.7

18.2.7 "lava-labyrinth" (2024-10-03)

material

Commit Description
fix - 9280ad3948 chips: chip grid not re-focusing first item
fix - 7a5c1dfb46 chips: chip set overwriting disabled state (#29795)
fix - 0fabf52036 chips: focus escape not working consistently
fix - da55ad02bc core: infer first day of week in native date adapter (#29802)

cdk

Commit Description
fix - 3e1faec2aa drag-drop: positioning thrown off with align-self (#29813)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.2.10 "plastic-monkey" (2024-10-23)

material

Commit Type Description
501faa9a54 fix chips: emitting end event multiple times when holding down key (#29894)
4a0397a1c7 fix tabs: remove IE animation workaround (#29899)

18.2.9 "curite-castle" (2024-10-17)

material

Commit Type Description
80bfac26b fix badge: content incorrectly truncated in M3 (#29854)
2d7519178 fix card: elevated card container color (#29835)
6ce574731 fix dialog: updates dialog max-height in landscape (#29853)
ddb55e2c2 fix form-field: account in cols attribute on textarea (#29836)
afc6b9db1 fix radio: use tokens for focused border color (#29716)

19.0.0-next.9 "howlite-headband" (2024-10-17)

Breaking Changes

google-maps

    • The new @​googlemaps/markerclusterer API should be imported instead of the old one. Read more at: https://github.com/googlemaps/js-markerclusterer
    • The MapMarkerClusterer class has been renamed to DeprecatedMapMarkerClusterer.
    • The map-marker-clusterer selector has been changed to deprecated-map-marker-clusterer.

google-maps

Commit Type Description
a05475e76 feat deprecate marker cluster component
c70aae15b feat implement new marker clusterer
b9deeee85 fix add schematic to switch to the new clusterer name

material

Commit Type Description
a58e6f671 feat core: add theme-overrides mixin (#29858)
486990912 feat core: rename theme mixin (#29857)
9c3af284f feat schematics: Switch custom theme schematic to use theme mixin instead of define-theme and add high contrast override mixins (#29642)
371446a7c feat theming: Disambiguate token names in theme overrides (#29859)
cc0532bb2 fix badge: content incorrectly truncated in M3 (#29854)
9262a018b fix card: elevated card container color (#29835)
613cf5406 fix core: rename sys vars from mat-app to mat-sys (#29879)
da9cb714e fix dialog: updates dialog max-height in landscape (#29853)
48b2680f6 fix form-field: account in cols attribute on textarea (#29836)
e975bb949 fix radio: use tokens for focused border color (#29716)

cdk

| Commit | Type | Description |

... (truncated)

Commits
  • 809f927 release: cut the v18.2.10 release
  • 4a0397a fix(material/tabs): remove IE animation workaround (#29899)
  • 501faa9 fix(material/chips): emitting end event multiple times when holding down key ...
  • 474f0c1 docs: use new components stackblitz issue starter (#29891)
  • ec4e13b release: cut the v18.2.9 release
  • afc6b9d fix(material/radio): use tokens for focused border color (#29716)
  • e3fdd44 build: default the dev app to M3 (#29871)
  • 82d9fe2 docs(cdk/tree): fix several live example issues (#29875)
  • b5ff571 build: remove usages of CommonModule in the dev app (#29869)
  • 2d75191 fix(material/card): elevated card container color (#29835)
  • Additional commits viewable in compare view

Updates @angular/common from 18.2.2 to 18.2.10

Release notes

Sourced from @​angular/common's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRender after it is executed (#58119)

platform-server

Commit Description
fix - b40875a2cc destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135)

v18.2.7

18.2.7 (2024-10-02)

common

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.2.10 (2024-10-30)

compiler

Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#58287)

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#58231)

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits
  • 4746794 docs: move JSDoc below constructor (#57187)
  • 10081a9 docs: move JSDoc before functions (#58087)
  • ccf2c7f docs(common): Minor typo in code example (#58085)
  • 42eb096 docs: update comments to use consistent code formatting for boolean values (#...
  • ca637fe fix(http): cleanup JSONP script listeners once loading completed (#57877)
  • 9d5b1ec docs: correct HashLocationStrategy example url (#57908)
  • 249d026 fix(common): execute checks and remove placeholder when image is already load...
  • 03ac3c2 refactor: update license text to point to angular.dev (#57902)
  • af4e39a docs: update template in-depth guide (#57676)
  • de68e04 fix(http): Dynamicaly call the global fetch implementation (#57531)
  • See full diff in compare view

Updates @angular/compiler from 18.2.2 to 18.2.10

Release notes

Sourced from @​angular/compiler's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Description
fix - 3b989ac5bd9 Adding arb format to the list of valid formats in the localization extractor cli (#58287)

v18.2.9

18.2.9 (2024-10-23)

compiler-cli

Commit Description
fix - b0ab653965 report when NgModule imports or exports itself (#58231)

v18.2.8

18.2.8 (2024-10-10)

compiler

Commit Description
fix - 11692c8dab add multiple :host and nested selectors support (#57796)
fix - 66dcc691f5 allow combinators inside pseudo selectors (#57796)
fix - 48a1437e77 fix comment typo (#57796)
fix - d325f9b55f fix parsing of the :host-context with pseudo selectors (#57796)
fix - aea747ab3b preserve attributes attached to :host selector (#57796)
fix - 21be258be6 scope :host-context inside pseudo selectors, do not decrease specificity (#57796)
fix - 7a6fd427d5 transform pseudo selectors correctly for the encapsulated view (#57796)

compiler-cli

Commit Description
fix - f187c3abf8 defer symbols only used in types (#58104)

core

Commit Description
fix - 46bafb0b0a clean up afterRender after it is executed (#58119)

platform-server

Commit Description
fix - b40875a2cc destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135)

v18.2.7

18.2.7 (2024-10-02)

common

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.2.10 (2024-10-30)

compiler

Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#58417)

localize

Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#58287)

19.0.0-next.11 (2024-10-23)

common

Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#57487)

compiler-cli

Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#58231)

core

Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#56533)
19edf2c057 feat add syntactic sugar for initializers (#53152)
ab25a192ba feat allow running output migration on a subset of paths (#58299)
18d8d44b1f feat experimental resource() API for async dependencies (#58255)
9762b24b5e feat experimental impl of rxResource() (#58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#57073)
8311f00faa feat introduce the reactive linkedSignal (#58189)

forms

Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#50750)
18b6f3339f fix fix FormRecord type inference (#50750)

http

Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#58221)

language-service

Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#58263)

migrations

Commit Type Description

... (truncated)

Commits
  • 69dce38 Revert fix(compiler): transform pseudo selectors correctly for the encapsulat...
  • 21be258 fix(compiler): scope :host-context inside pseudo selectors, do not decrease s...
  • d325f9b fix(compiler): fix parsing of the :host-context with pseudo selectors (#57796)
  • aea747a fix(compiler): preserve attributes attached to :host selector (#57796)
  • 11692c8 fix(compiler): add multiple :host and nested selectors support (#57796)
  • 48a1437 fix(compiler): fix comment typo (#57796)
  • 66dcc69 fix(compiler): allow combinators inside pseudo selectors (#57796)
  • 7a6fd42 fix(compiler): transform pseudo selectors correctly for the encapsulated view...
  • 03ac3c2 refactor: update license text to point to angular.dev (#57902)
  • b619d69 fix(compiler): produce less noisy errors when parsing control flow (#57711)
  • See full diff in compare view

Updates @angular/core from 18.2.2 to 18.2.10

Release notes

Sourced from @​angular/core's releases.

v18.2.10

18.2.10 (2024-10-30)

compiler

Commit Description
fix - 69dce38e778 transform pseudo selectors correctly for the encapsulated view. (

Bumps the angular group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular-architects/module-federation](https://github.com/angular-architects/module-federation-plugin) | `18.0.4` | `18.0.6` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.2` | `18.2.10` |
| [@angular/cdk](https://github.com/angular/components) | `18.2.2` | `18.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.2` | `18.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.2` | `18.2.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.2` | `18.2.10` |
| [@angular/elements](https://github.com/angular/angular/tree/HEAD/packages/elements) | `18.2.2` | `18.2.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.2` | `18.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.2` | `18.2.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.2` | `18.2.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.2` | `18.2.10` |
| [@angular-devkit/core](https://github.com/angular/angular-cli) | `18.2.2` | `18.2.11` |
| [@angular-devkit/schematics](https://github.com/angular/angular-cli) | `18.2.2` | `18.2.11` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `18.3.0` | `18.4.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `18.3.0` | `18.4.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `18.3.0` | `18.4.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `18.3.0` | `18.4.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `18.3.0` | `18.4.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.2` | `18.2.11` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.2` | `18.2.10` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `18.2.2` | `18.2.10` |



Updates `@angular-architects/module-federation` from 18.0.4 to 18.0.6
- [Release notes](https://github.com/angular-architects/module-federation-plugin/releases)
- [Changelog](https://github.com/angular-architects/module-federation-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular-architects/module-federation-plugin/commits)

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

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

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

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

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

Updates `@angular/elements` from 18.2.2 to 18.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/18.2.10/packages/elements)

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

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

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

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

Updates `@angular-devkit/build-angular` from 18.2.2 to 18.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@18.2.2...18.2.11)

Updates `@angular-devkit/core` from 18.2.2 to 18.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@18.2.2...18.2.11)

Updates `@angular-devkit/schematics` from 18.2.2 to 18.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@18.2.2...18.2.11)

Updates `@angular-eslint/builder` from 18.3.0 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 18.3.0 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 18.3.0 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 18.3.0 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 18.3.0 to 18.4.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v18.4.0/packages/template-parser)

Updates `@angular/cli` from 18.2.2 to 18.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@18.2.2...18.2.11)

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

Updates `@angular/language-service` from 18.2.2 to 18.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/18.2.10/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular-architects/module-federation"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- 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/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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]>
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #156.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-360145828a branch November 1, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants