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 #251

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2023

Bumps the angular group in /desktop with 13 updates:

Package From To
@angular/animations 16.2.12 17.0.2
@angular/cdk 16.2.11 17.0.0
@angular/common 16.2.12 17.0.2
@angular/compiler 16.2.12 17.0.2
@angular/core 16.2.12 17.0.2
@angular/forms 16.2.12 17.0.2
@angular/language-service 16.2.12 17.0.2
@angular/platform-browser 16.2.12 17.0.2
@angular/platform-browser-dynamic 16.2.12 17.0.2
@angular/router 16.2.12 17.0.2
@angular-devkit/build-angular 16.2.9 17.0.0
@angular/cli 16.2.9 17.0.0
@angular/compiler-cli 16.2.12 17.0.2

Updates @angular/animations from 16.2.12 to 17.0.2

Release notes

Sourced from @​angular/animations's releases.

v17.0.2

17.0.2 (2023-11-09)

compiler-cli

Commit Description
fix - 7a95cccf50 add interpolatedSignalNotInvoked to diagnostics (#52687)
fix - a548c0333e incorrect inferred type of for loop implicit variables (#52732)

core

Commit Description
fix - 2cea80c6e2 error code in image performance warning (#52727)
fix - b16fc2610a limit rate of markers invocations (#52742)
fix - 44c48a4835 properly update collection with repeated keys in @for (#52697)

v17.0.1

17.0.1 (2023-11-08)

http

Commit Description
fix - 5c6f3f8ec0 Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Description
fix - 70d30c28e0 Add support for ng-templates with i18n attributes (#52597)
fix - 4f125c5f9a Switches to multiple passes to fix several reported bugs (#52592)

v17.0.0

17.0.0 (2023-11-08)

Commit Description
build - 59aa0634f4 remove support for Node.js v16 (#51755)

animations

Commit Description
feat - e753278faa Add the possibility of lazy loading animations code. (#50738)
fix - 698c058e1c remove code duplication between entry-points (#51500)
refactor - 0598613950 deprecation of AnimationDriver.NOOP (#51843)

benchpress

Commit Description
feat - 2da3551a70 report gc and render time spent in script (#50771)

common

Commit Description
feat - fe2fd7e1a8 make the warning for lazy-loaded lcp image an error (#51748)
feat - dde3fdabbd upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

17.0.2 (2023-11-09)

compiler-cli

Commit Type Description
7a95cccf50 fix add interpolatedSignalNotInvoked to diagnostics (#52687)
a548c0333e fix incorrect inferred type of for loop implicit variables (#52732)

core

Commit Type Description
2cea80c6e2 fix error code in image performance warning (#52727)
b16fc2610a fix limit rate of markers invocations (#52742)
44c48a4835 fix properly update collection with repeated keys in @for (#52697)

17.0.1 (2023-11-08)

http

Commit Type Description
5c6f3f8ec0 fix Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Type Description
70d30c28e0 fix Add support for ng-templates with i18n attributes (#52597)
4f125c5f9a fix Switches to multiple passes to fix several reported bugs (#52592)

Web Frameworks: the internet frontier. These are the voyages of the framework Angular. Its continuing mission: To explore strange, new technologies. To seek out new users and new applications. To boldly go where no web framework has gone before.

In honor of v17.0.1

                                                  ______
                                     ___.--------'------`---------.____
                               _.---'----------------------------------`---.__
                             .'___=]===========================================
,-----------------------..__/.'         >--.______        _______.---'
]====================<==||(__)        .'          `------'
`-----------------------`' ----.___--/
     /       /---'                 `/
    /_______(______________________/
    `-------------.--------------.'
                   \________|_.-'

... (truncated)

Commits
  • bf3281a fix(animations): remove finish listener once player is destroyed (#51136)
  • e5c3b25 build: update node.js engines version to be more explicate about v20 support ...
  • 8580542 refactor: fix a number of typos throughout the codebase (#52249)
  • 30f993a test(core): clean up unnecessary nesting in old tests (#52239)
  • 0792424 refactor(animations): make AnimationBuilder tree-shakable (#52097)
  • fcc000e build: add targets for api doc generation (#52034)
  • 75d610d fix(platform-browser): set animation properties when using async animations. ...
  • 5b375d1 fix(platform-browser): Fire Animations events when using async animations. (#...
  • 81e7f5b test(animations): update the integration test (#50738)
  • e753278 feat(animations): Add the possibility of lazy loading animations code. (#50738)
  • Additional commits viewable in compare view

Updates @angular/cdk from 16.2.11 to 17.0.0

Release notes

Sourced from @​angular/cdk's releases.

v17.0.0

17.0.0 "deferred-diamond" (2023-11-08)

cdk

Commit Description
feat - b3e4d576b overlay: add disposeOnNavigation (#27672)
fix - 2409e7071 schematics: account for single string in styles and new styleUrl (#27798)
fix - c5ab88020 schematics: support both application and browser builders (#27875)

material

Commit Description
feat - 06559a012 dialog: switch to standalone (#27860)
feat - 425bad872 snack-bar: convert to standalone (#27926)
feat - 7be5dde24 theming: Add 'base' theming dimension to all components (#27924)
feat - 9906aa344 theming: Add APIs to check what information theme has
feat - 1a85dd299 theming: Add APIs to get color info from theme
feat - e608f5fa3 theming: Add APIs to get density info from theme
feat - f52e97958 theming: Add APIs to get typography info from theme
feat - 685b585f7 theming: add support for M2 themes to theme inspection API
feat - 82844b3d5 theming: Open up new APIs to access theme values (#27865)
fix - c6bc738cd bottom-sheet: move unthemable tokens to theme mixin (#27882)
fix - bcbdf910b button-toggle: move unthemable tokens to theme mixin (#27883)
fix - 74d1be62e button: align prefixes with MDC (#27936)
fix - 146bc2385 button: Emit fab tokens under mixin root selector (#27806)
fix - 1de6a3aa3 button: fix color tokens of raised buttons (#27904)
fix - 68096ec9d button: Move fab unthemable tokens to theme mixin (#27580)
fix - 408c0b492 card: Apply tokens at mixin root (#27557)
fix - 06460d177 card: Move unthemable tokens to theme mixin (#27579)
fix - 03a773a02 checkbox: Move unthemable tokens to theme mixin (#27556)
fix - f823c2a52 chips: move unthemable tokens to theme mixin (#27884)
fix - fcaa95e69 core: prevent updates to v17 if project uses legacy components (#28024)
fix - b423c0e0b datepicker: deprecate constructor injection in NativeDateAdapter (#26144)
fix - cac7a41f7 dialog: css structure change (#27510)
fix - 6f0a4655e dialog: Emit tokens under mixin root selector (#27830)
fix - c4a62a884 dialog: MatDialog: change member _dialog (cdk) from private to protected (#28019) (#28020)
fix - dfba0edfb dialog: Move unthemable tokens to theme mixin (#27606)
fix - c6fa905dd divider: move unthemable tokens to theme mixin (#27881)
fix - afceed2a5 expansion: move unthemable tokens to theme mixin (#27885)
fix - cf456a2d4 form-field: don't toggle hover state over subscript (#27683)
fix - 0ac19114c form-field: move unthemable tokens to theme mixin (#27887)
fix - c7db4960e list: Emit tokens under mixin root selector (#27711)
fix - 7c16cc8b6 list: Move unthemable tokens to theme mixin (#27607)
fix - c77ffa0cc menu: move unthemable tokens to theme mixin (#27888)
fix - 047404067 progress-bar: Move unthemable tokens to theme mixin (#27563)
fix - f8252d816 progress-spinner: Emit tokens under mixin root selector (#27594)
fix - 593fc79ec progress-spinner: Move unthemable tokens to theme mixin (#27567)
fix - dbd31dec8 radio: Apply tokens at mixin root (#27864)
fix - 943b5dabf radio: move unthemable tokens to theme mixin (#27809)
fix - 7a42a5de9 schematics: account for browser-esbuild builder (#28025)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.0.0 "deferred-diamond" (2023-11-08)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by any of: mat.<component>-color, mat.<component>-typography, or mat.<component>-density. If you rely on the partial mixins only and don't call mat.<component>-theme, you can add mat.<component>-base to get the missing styles. Alternatively you can call mat.all-component-bases to get just the base styles for all components.
  • There are new styles emitted by mat.bottom-sheet-theme that are not emitted by any of: mat.bottom-sheet-color, mat.bottom-sheet-typography, mat.bottom-sheet-density. If you rely on the partial mixins only and don't call mat.bottom-sheet-theme, you can add mat.bottom-sheet-base to get the missing styles.
  • There are new styles emitted by mat.button-toggle-theme that are not emitted by any of: mat.button-toggle-color, mat.button-toggle-typography, mat.button-toggle-density. If you rely on the partial mixins only and don't call mat.button-toggle-theme, you can add mat.button-toggle-base to get the missing styles.
  • There are new styles emitted by mat.fab-theme that are not emitted by any of: mat.fab-color, mat.fab-typography, mat.fab-density. If you rely on the partial mixins only and don't call mat.fab-theme, you can add mat.fab-base to get the missing styles.
  • There are new styles emitted by mat.card-theme that are not emitted by any of: mat.card-color, mat.card-typography, mat.card-density. If you rely on the partial mixins only and don't call mat.card-theme, you can add mat.card-base to get the missing styles.
  • There are new styles emitted by mat.checkbox-theme that are not emitted by any of: mat.checkbox-color, mat.checkbox-typography, mat.checkbox-density. If you rely on the partial mixins only and don't call mat.checkbox-theme, you can add mat.checkbox-base to get the missing styles.
  • There are new styles emitted by mat.chips-theme that are not emitted by any of: mat.chips-color, mat.chips-typography, mat.chips-density. If you rely on the partial mixins only and don't call mat.chips-theme, you can add mat.chips-base to get the missing styles.
  • NativeDateAdapter no longer takes Platform in its constructor. It also now uses the inject function, and therefore cannot be instantiated directly (must go through Angular's DI system instead).
  • There are new styles emitted by mat.dialog-theme that are not emitted by any of: mat.dialog-color, mat.dialog-typography, mat.dialog-density. If you rely on the partial mixins only and don't call mat.dialog-theme, you can add mat.dialog-base to get the missing styles.
  • There are new styles emitted by mat.list-theme that are not emitted by any of: mat.list-color, mat.list-typography,

... (truncated)

Commits
  • 039249a release: cut the v17.0.0 release
  • beb564c build: update to Angular v17 final (#28076)
  • 13214ce release: cut the v17.0.0-rc.3 release
  • 7b1f870 build: fix lint failure in rc branch (#28061)
  • 012b7eb docs(multiple): switch docs examples to new control flow
  • bd7c57a build: switch development apps to new control flow
  • 894344d test(multiple): switch tests to new control flow
  • 157c0e2 fix(material/schematics): asyncPipe not imported but used in the template (#2...
  • c0b38de perf(cdk/a11y): Don't trigger re-layout when detecting fake mousedown (#28029)
  • 78cf5dc build: update to the latest Angular v17 RC (#28056)
  • Additional commits viewable in compare view

Updates @angular/common from 16.2.12 to 17.0.2

Release notes

Sourced from @​angular/common's releases.

v17.0.2

17.0.2 (2023-11-09)

compiler-cli

Commit Description
fix - 7a95cccf50 add interpolatedSignalNotInvoked to diagnostics (#52687)
fix - a548c0333e incorrect inferred type of for loop implicit variables (#52732)

core

Commit Description
fix - 2cea80c6e2 error code in image performance warning (#52727)
fix - b16fc2610a limit rate of markers invocations (#52742)
fix - 44c48a4835 properly update collection with repeated keys in @for (#52697)

v17.0.1

17.0.1 (2023-11-08)

http

Commit Description
fix - 5c6f3f8ec0 Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Description
fix - 70d30c28e0 Add support for ng-templates with i18n attributes (#52597)
fix - 4f125c5f9a Switches to multiple passes to fix several reported bugs (#52592)

v17.0.0

17.0.0 (2023-11-08)

Commit Description
build - 59aa0634f4 remove support for Node.js v16 (#51755)

animations

Commit Description
feat - e753278faa Add the possibility of lazy loading animations code. (#50738)
fix - 698c058e1c remove code duplication between entry-points (#51500)
refactor - 0598613950 deprecation of AnimationDriver.NOOP (#51843)

benchpress

Commit Description
feat - 2da3551a70 report gc and render time spent in script (#50771)

common

Commit Description
feat - fe2fd7e1a8 make the warning for lazy-loaded lcp image an error (#51748)
feat - dde3fdabbd upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.0.2 (2023-11-09)

compiler-cli

Commit Type Description
7a95cccf50 fix add interpolatedSignalNotInvoked to diagnostics (#52687)
a548c0333e fix incorrect inferred type of for loop implicit variables (#52732)

core

Commit Type Description
2cea80c6e2 fix error code in image performance warning (#52727)
b16fc2610a fix limit rate of markers invocations (#52742)
44c48a4835 fix properly update collection with repeated keys in @for (#52697)

17.0.1 (2023-11-08)

http

Commit Type Description
5c6f3f8ec0 fix Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Type Description
70d30c28e0 fix Add support for ng-templates with i18n attributes (#52597)
4f125c5f9a fix Switches to multiple passes to fix several reported bugs (#52592)

Web Frameworks: the internet frontier. These are the voyages of the framework Angular. Its continuing mission: To explore strange, new technologies. To seek out new users and new applications. To boldly go where no web framework has gone before.

In honor of v17.0.1

                                                  ______
                                     ___.--------'------`---------.____
                               _.---'----------------------------------`---.__
                             .'___=]===========================================
,-----------------------..__/.'         >--.______        _______.---'
]====================<==||(__)        .'          `------'
`-----------------------`' ----.___--/
     /       /---'                 `/
    /_______(______________________/
    `-------------.--------------.'
                   \________|_.-'

... (truncated)

Commits
  • b16fc26 fix(core): limit rate of markers invocations (#52742)
  • 56ec37d refactor(common): Update packages/common/src/navigation/platform_navigation.t...
  • d5fd614 refactor(common): Add fake implementation of PlatformNavigation. (#52363)
  • e2f3ae5 refactor(common): Add a new platform_navigation that provides the Navigation ...
  • 5c6f3f8 fix(http): Don't override the backend when using the InMemoryWebAPI (#52425)
  • da429c5 Revert "fix(http): Don't override the backend when using the InMemoryWebAPI (...
  • 80e7a0f fix(core): guard usages of performance.mark (#52505)
  • 3bd85fb fix(common): apply fixed_srcset_width value only to fixed srcsets (#52459)
  • 792026b build: add missing entries for the api extraction (#52452)
  • e5c3b25 build: update node.js engines version to be more explicate about v20 support ...
  • Additional commits viewable in compare view

Updates @angular/compiler from 16.2.12 to 17.0.2

Release notes

Sourced from @​angular/compiler's releases.

v17.0.2

17.0.2 (2023-11-09)

compiler-cli

Commit Description
fix - 7a95cccf50 add interpolatedSignalNotInvoked to diagnostics (#52687)
fix - a548c0333e incorrect inferred type of for loop implicit variables (#52732)

core

Commit Description
fix - 2cea80c6e2 error code in image performance warning (#52727)
fix - b16fc2610a limit rate of markers invocations (#52742)
fix - 44c48a4835 properly update collection with repeated keys in @for (#52697)

v17.0.1

17.0.1 (2023-11-08)

http

Commit Description
fix - 5c6f3f8ec0 Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Description
fix - 70d30c28e0 Add support for ng-templates with i18n attributes (#52597)
fix - 4f125c5f9a Switches to multiple passes to fix several reported bugs (#52592)

v17.0.0

17.0.0 (2023-11-08)

Commit Description
build - 59aa0634f4 remove support for Node.js v16 (#51755)

animations

Commit Description
feat - e753278faa Add the possibility of lazy loading animations code. (#50738)
fix - 698c058e1c remove code duplication between entry-points (#51500)
refactor - 0598613950 deprecation of AnimationDriver.NOOP (#51843)

benchpress

Commit Description
feat - 2da3551a70 report gc and render time spent in script (#50771)

common

Commit Description
feat - fe2fd7e1a8 make the warning for lazy-loaded lcp image an error (#51748)
feat - dde3fdabbd upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

17.0.2 (2023-11-09)

compiler-cli

Commit Type Description
7a95cccf50 fix add interpolatedSignalNotInvoked to diagnostics (#52687)
a548c0333e fix incorrect inferred type of for loop implicit variables (#52732)

core

Commit Type Description
2cea80c6e2 fix error code in image performance warning (#52727)
b16fc2610a fix limit rate of markers invocations (#52742)
44c48a4835 fix properly update collection with repeated keys in @for (#52697)

17.0.1 (2023-11-08)

http

Commit Type Description
5c6f3f8ec0 fix Don't override the backend when using the InMemoryWebAPI (#52425)

migrations

Commit Type Description
70d30c28e0 fix Add support for ng-templates with i18n attributes (#52597)
4f125c5f9a fix Switches to multiple passes to fix several reported bugs (#52592)

Web Frameworks: the internet frontier. These are the voyages of the framework Angular. Its continuing mission: To explore strange, new technologies. To seek out new users and new applications. To boldly go where no web framework has gone before.

In honor of v17.0.1

                                                  ______
                                     ___.--------'------`---------.____
                               _.---'----------------------------------`---.__
                             .'___=]===========================================
,-----------------------..__/.'         >--.______        _______.---'
]====================<==||(__)        .'          `------'
`-----------------------`' ----.___--/
     /       /---'                 `/
    /_______(______________________/
    `-------------.--------------.'
                   \________|_.-'

... (truncated)

Commits
  • 590c618 refactor(compiler): Fix two-way binding source maps (#52479)
  • b44f2f9 refactor(compiler): Fix two-way bindings in template pipeline (#52479)
  • a48d65c refactor(compiler): Support extracting deps functions for defer in template...
  • 42899c5 refactor(compiler): Emit a template ref extractor on ng-templates with loca...
  • dab522f refactor(compiler): Support defer triggers with no arguments in template pipe...
  • 8400533 refactor(compiler): Support deferWhen instructions in template pipeline (#5...
  • 91dbcb5 refactor(compiler): Add more comments for i18n template pipeline phases (#52503)
  • fa9bca2 refactor(compiler): Add support for ICUs as part of another i18n message (#52...
  • 51d73ed refactor(compiler): Introduce i18n context objects (#52503)
  • 83067b3 fix(compiler): ng-template directive invoke twice at the root of control flow...
  • Additional commits viewable in compare view

Updates @angular/core from 16.2.12 to 17.0.2

Release notes

Sourced from @​angular/core's releases.

v17.0.2

17.0.2 (2023-11-09)

compiler-cli

Commit Description
fix - 7a95cccf50 ad...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 10, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-a19f54931e branch from ca069e2 to 6a87326 Compare November 10, 2023 12:31
Bumps the angular group in /desktop with 13 updates:

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


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

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

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

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

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

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

Updates `@angular/language-service` from 16.2.12 to 17.0.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.2/packages/language-service)

Updates `@angular/platform-browser` from 16.2.12 to 17.0.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 16.2.12 to 17.0.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/17.0.2/packages/platform-browser-dynamic)

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

Updates `@angular-devkit/build-angular` from 16.2.9 to 17.0.0
- [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.9...17.0.0)

Updates `@angular/cli` from 16.2.9 to 17.0.0
- [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.9...17.0.0)

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

---
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/language-service"
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-a19f54931e branch from 6a87326 to a71456e Compare November 10, 2023 12:33
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2023

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

@dependabot dependabot bot closed this Nov 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/desktop/dev/angular-a19f54931e branch November 17, 2023 03:35
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