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

[desktop]: Bump the angular group in /desktop with 13 updates #426

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the angular group in /desktop with 13 updates:

Package From To
@angular/animations 17.3.9 18.0.1
@angular/cdk 17.3.9 18.0.1
@angular/common 17.3.9 18.0.1
@angular/compiler 17.3.9 18.0.1
@angular/core 17.3.9 18.0.1
@angular/forms 17.3.9 18.0.1
@angular/platform-browser 17.3.9 18.0.1
@angular/platform-browser-dynamic 17.3.9 18.0.1
@angular/router 17.3.9 18.0.1
@angular-devkit/build-angular 17.3.7 18.0.2
@angular/cli 17.3.7 18.0.2
@angular/compiler-cli 17.3.9 18.0.1
@angular/language-service 17.3.9 18.0.1

Updates @angular/animations from 17.3.9 to 18.0.1

Release notes

Sourced from @​angular/animations's releases.

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Description
fix - 91b007e58f add math elements to schema (#55631)
fix - 33d0102304 allow comments between connected blocks (#55966)
fix - 7fc7f3f05f capture all control flow branches for content projection in if blocks (#54921)
fix - a369f43fbd capture switch block cases for content projection (#54921)
fix - eb625d3783 declare for loop aliases in addition to new name (#54942)
fix - f824911510 For FatalDiagnosticError, hide the message field without affecting the emit (#55160)
fix - a040fb720a maintain multiline CSS selectors during CSS scoping (#55509)
fix - 39624c6b12 output input flags as a literal (#55215)
fix - eba92cfa55 prevent usage of reserved control flow symbol in custom interpolation context. (#55809)
fix - 7d5bc1c628 remove container index from conditional instruction (#55190)
fix - 4eb0165750 remove support for unassignable expressions in two-way bindings (#55342)
fix - e1650e3b13 throw error if item name and context variables conflict (#55045)

compiler-cli

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

18.0.0 (2024-05-22)

Blog post "Angular v18 is now available".

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

compiler-cli

    • Angular no longer supports TypeScript versions older than 5.4.

core

  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.
  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.

... (truncated)

Commits
  • 0b6018b build: update to latest dev infra code (#56128)
  • 122478c refactor(core): Ensure animations are flushed before running render hooks (#5...
  • a80fa8d refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • 28905ab Revert "refactor(animations): Ensure async animations applies changes when lo...
  • 9ab36cf refactor(animations): Ensure async animations applies changes when loaded in ...
  • a07ea06 refactor(core): Ensure DOM removal happens when no app views need refresh (#5...
  • bcce85a refactor(animations): remove deprecated matchesElement from `AnimationDrive...
  • 457d02c docs: Use new Urls to drop the docs url mapper (#55043)
  • See full diff in compare view

Updates @angular/cdk from 17.3.9 to 18.0.1

Release notes

Sourced from @​angular/cdk's releases.

v18.0.1

18.0.1 "plastic-baby" (2024-05-29)

youtube-player

Commit Description
fix - 466e249cd1 error when interacting with the player before the API has been loaded (#29127)

material

Commit Description
fix - d96b5e39e0 core: M3 themes not inserting loaded marker
fix - b7c0a6ef56 form-field: outline label position (#29123)
fix - 24de3d4884 menu: prevent divider styles from bleeding out (#29111)
fix - 2110f2c97e tabs: avoid pagination infinite loop in safari (#29121)

v18.0.0

18.0.0 "satin-sasquatch" (2024-05-22)

cdk

Commit Description
fix - d8a6c3edd observers: don't observe content of comments (#28858)
fix - 81fe8f322 observers: Run content changed callback in NgZone (#28870)
fix - 108cce33b overlay: Remove use of zone onStable to detach content (#28740)
fix - d91d0d424 scrolling: fix virtual scrolling jankiness with run coalescing (#28846)
fix - c8b62a154 scrolling: fix virtual scrolling jankiness with run coalescing (#28968)

material

Commit Description
feat - 4473a379f core: add prebuilt themes based on M3
feat - e2a45bf1e core: Allow namespacing ripple-loader event handler (#28699)
feat - d679024de core: move Material 3 support into stable (#28913)
feat - 4ba4689dc core: namespace m2-specific theming APIs (#28892)
feat - 295fd67fa schematics: Add custom M3 theme schematic (#28766)
feat - b312b9491 schematics: use M3 themes in schematics
feat - f8bd658df theming: add ability to use sys variables (#28898)
fix - 49901c640 button-toggle: use radio pattern for single select Mat toggle button group (#28548)
fix - 5501d9b40 core: add migration for M2 theming APIs (#28927)
fix - 0ccc52830 core: export all available M3 palettes (#28975)
fix - a5ad288bf core: ripple loader not working in shadow DOM (#29015)
fix - ec9e83db4 datepicker: resolve repeater warnings in calendar (#29028)
fix - 6dc8f7e90 dialog: mark dialog content as scrollable (#28963)
fix - ae82909a9 schematics: Add css token renaming migration
fix - 3e9d3c394 schematics: add option to generate system variables in M3 schematic
fix - bdb17c6b3 schematics: Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic (#28997)
fix - c86359dd4 slide-toggle: no outline when selected in high contrast mode (#28979)
fix - d4e61e233 table: use ResizeObserver to react to size changes (#28783)
fix - a4fc0a097 theming: remove shadow css variable (#28953)
fix - 0bb5610d0 theming: restrict css color usage behind a flag (#28944)
perf - a332146ff core: speed up M3 compilation (#29009)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.0.1 "plastic-baby" (2024-05-29)

material

Commit Type Description
d96b5e39e0 fix core: M3 themes not inserting loaded marker
b7c0a6ef56 fix form-field: outline label position (#29123)
24de3d4884 fix menu: prevent divider styles from bleeding out (#29111)
2110f2c97e fix tabs: avoid pagination infinite loop in safari (#29121)

youtube-player

Commit Type Description
466e249cd1 fix error when interacting with the player before the API has been loaded (#29127)

18.0.0 "satin-sasquatch" (2024-05-22)

Breaking Changes

material

  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme
    • define-dark-theme to m2-define-dark-theme
    • define-palette to m2-define-palette
    • get-contrast-color-from-palette to m2-get-contrast-color-from-palette
    • get-color-from-palette to m2-get-color-from-palette
    • get-color-config to m2-get-color-config
    • get-typography-config to m2-get-typography-config
    • get-density-config to m2-get-density-config
    • $red-palette to $m2-red-palette
    • $pink-palette to $m2-pink-palette
    • $indigo-palette to $m2-indigo-palette
    • $purple-palette to $m2-purple-palette
    • $deep-purple-palette to $m2-deep-purple-palette
    • $blue-palette to $m2-blue-palette
    • $light-blue-palette to $m2-light-blue-palette
    • $cyan-palette to $m2-cyan-palette
    • $teal-palette to $m2-teal-palette
    • $green-palette to $m2-green-palette
    • $light-green-palette to $m2-light-green-palette
    • $lime-palette to $m2-lime-palette
    • $yellow-palette to $m2-yellow-palette
    • $amber-palette to $m2-amber-palette
    • $orange-palette to $m2-orange-palette
    • $deep-orange-palette to $m2-deep-orange-palette
    • $brown-palette to $m2-brown-palette
    • $grey-palette to $m2-grey-palette
    • $gray-palette to $m2-gray-palette
    • $blue-grey-palette to $m2-blue-grey-palette
    • $blue-gray-palette to $m2-blue-gray-palette
    • $light-theme-background-palette to $m2-light-theme-background-palette

... (truncated)

Commits
  • cb67dff release: cut the v18.0.1 release
  • c1f3aa9 test: move some CDK tests to zoneless (#29103)
  • 6281fe6 test: fix overzealous calls to markForCheck from #29083 (#29131)
  • 3d13876 Revert "fix(material/form-field): outline label position (#29123)" (#29132)
  • b7c0a6e fix(material/form-field): outline label position (#29123)
  • af6bbf5 build: fix deprecated husky install command (#29126)
  • 24de3d4 fix(material/menu): prevent divider styles from bleeding out (#29111)
  • 2110f2c fix(material/tabs): avoid pagination infinite loop in safari (#29121)
  • d96b5e3 fix(material/core): M3 themes not inserting loaded marker
  • e1a9f76 build: bootstrap app after theme is loaded
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.9 to 18.0.1

Release notes

Sourced from @​angular/common's releases.

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Description
fix - 91b007e58f add math elements to schema (#55631)
fix - 33d0102304 allow comments between connected blocks (#55966)
fix - 7fc7f3f05f capture all control flow branches for content projection in if blocks (#54921)
fix - a369f43fbd capture switch block cases for content projection (#54921)
fix - eb625d3783 declare for loop aliases in addition to new name (#54942)
fix - f824911510 For FatalDiagnosticError, hide the message field without affecting the emit (#55160)
fix - a040fb720a maintain multiline CSS selectors during CSS scoping (#55509)
fix - 39624c6b12 output input flags as a literal (#55215)
fix - eba92cfa55 prevent usage of reserved control flow symbol in custom interpolation context. (#55809)
fix - 7d5bc1c628 remove container index from conditional instruction (#55190)
fix - 4eb0165750 remove support for unassignable expressions in two-way bindings (#55342)
fix - e1650e3b13 throw error if item name and context variables conflict (#55045)

compiler-cli

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

18.0.0 (2024-05-22)

Blog post "Angular v18 is now available".

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

compiler-cli

    • Angular no longer supports TypeScript versions older than 5.4.

core

  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.
  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.

... (truncated)

Commits
  • 0b6018b build: update to latest dev infra code (#56128)
  • d73a017 fix(core): link errors to ADEV (#55554)
  • 5052d4c docs(common): fix FormatWidth.Short description (#55821)
  • 6906ff0 refactor(core): clean up clang comments and workarounds (#55750)
  • d9b339f fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55...
  • 516e5b5 refactor(common): increment test coverage (#55532)
  • d34c033 refactor(common): Deprecate Local Data API functions (#54483)
  • f914f6a feat(migrations): Migration schematics for HttpClientModule (#54020)
  • ef665a4 refactor(http): Deprecate HttpClientModule & related modules (#54020)
  • bac5ba3 refactor(http): remove direct usage of HttpStatusCode (#55434)
  • Additional commits viewable in compare view

Updates @angular/compiler from 17.3.9 to 18.0.1

Release notes

Sourced from @​angular/compiler's releases.

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

Commit Description
fix - 91b007e58f add math elements to schema (#55631)
fix - 33d0102304 allow comments between connected blocks (#55966)
fix - 7fc7f3f05f capture all control flow branches for content projection in if blocks (#54921)
fix - a369f43fbd capture switch block cases for content projection (#54921)
fix - eb625d3783 declare for loop aliases in addition to new name (#54942)
fix - f824911510 For FatalDiagnosticError, hide the message field without affecting the emit (#55160)
fix - a040fb720a maintain multiline CSS selectors during CSS scoping (#55509)
fix - 39624c6b12 output input flags as a literal (#55215)
fix - eba92cfa55 prevent usage of reserved control flow symbol in custom interpolation context. (#55809)
fix - 7d5bc1c628 remove container index from conditional instruction (#55190)
fix - 4eb0165750 remove support for unassignable expressions in two-way bindings (#55342)
fix - e1650e3b13 throw error if item name and context variables conflict (#55045)

compiler-cli

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

18.0.0 (2024-05-22)

Blog post "Angular v18 is now available".

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

common

  • The deprecated isPlatformWorkerUi and isPlatformWorkerApp have been removed without replacement, as they serve no purpose since the removal of the WebWorker platform.

compiler

  • Angular only supports writable expressions inside of two-way bindings.

compiler-cli

    • Angular no longer supports TypeScript versions older than 5.4.

core

  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.
  • OnPush views at the root of the application need to be marked dirty for their host bindings to refresh. Previously, the host bindings were refreshed for all root views without respecting the OnPush change detection strategy.

... (truncated)

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-d0c4871408 branch 4 times, most recently from 03b7185 to 23679d9 Compare June 1, 2024 22:03
Bumps the angular group in /desktop with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `17.3.9` | `18.0.1` |
| [@angular/cdk](https://github.com/angular/components) | `17.3.9` | `18.0.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `17.3.9` | `18.0.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `17.3.9` | `18.0.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `17.3.9` | `18.0.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `17.3.9` | `18.0.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `17.3.9` | `18.0.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `17.3.9` | `18.0.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `17.3.9` | `18.0.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `17.3.7` | `18.0.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `17.3.7` | `18.0.2` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `17.3.9` | `18.0.1` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `17.3.9` | `18.0.1` |


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

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

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

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

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

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

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

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

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

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

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

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

Updates `@angular/language-service` from 17.3.9 to 18.0.1
- [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.0.1/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-d0c4871408 branch from 23679d9 to 8da1b9e Compare June 2, 2024 01:24
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/desktop/dev/angular-d0c4871408 branch June 19, 2024 22:13
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.

None yet

0 participants