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

chore(deps): update angular dependencies (main) - autoclosed #32

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/architect ~0.1700.0 -> ~0.1702.0 age adoption passing confidence
@angular-devkit/architect ~0.1700.3 -> ~0.1702.0 age adoption passing confidence
@angular-devkit/build-angular ~17.0.3 -> ~17.2.0 age adoption passing confidence
@angular-devkit/core ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular-devkit/core ~17.0.3 -> ~17.2.0 age adoption passing confidence
@angular-devkit/schematics ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular-devkit/schematics ~17.0.3 -> ~17.2.0 age adoption passing confidence
@angular-devkit/schematics-cli ~17.0.3 -> ~17.2.0 age adoption passing confidence
@angular/animations (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/cdk ~17.0.1 -> ~17.2.0 age adoption passing confidence
@angular/cdk ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/cli ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/cli ~17.0.3 -> ~17.2.0 age adoption passing confidence
@angular/common (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/common (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/common (source) ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/compiler (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/compiler (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/compiler-cli (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/compiler-cli (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/core (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/core (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/core (source) ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/forms (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/forms (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/forms (source) ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/localize ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/material ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/material ~17.0.1 -> ~17.2.0 age adoption passing confidence
@angular/platform-browser (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/platform-browser (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/platform-browser (source) ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) ~17.0.0 -> ~17.2.0 age adoption passing confidence
@angular/router (source) ~17.0.4 -> ~17.2.0 age adoption passing confidence
@angular/router (source) ~17.0.2 -> ~17.2.0 age adoption passing confidence
@schematics/angular ~17.0.0 -> ~17.2.0 age adoption passing confidence
@schematics/angular ~17.0.3 -> ~17.2.0 age adoption passing confidence
ag-grid-angular ~31.0.3 -> ~31.1.0 age adoption passing confidence
ng-packagr ~17.0.0 -> ~17.2.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/architect)

v0.1702.0

Compare Source

v0.1701.4

Compare Source

v0.1701.3

Compare Source

v0.1701.2

Compare Source

v0.1701.1

Compare Source

v0.1701.0

Compare Source

angular/angular (@​angular/animations)

v17.2.1

Compare Source

compiler-cli
Commit Type Description
7234824228 fix fix broken version detection condition (#​54443)

v17.2.0

Compare Source

common
Commit Type Description
03c3b3eb79 feat add Netlify image loader (#​54311)
f5c520b836 feat add placeholder to NgOptimizedImage (#​53783)
compiler
Commit Type Description
47e6e84101 feat Add a TSConfig option useTemplatePipeline (#​54057)
66e940aebf feat scope selectors in @​starting-style (#​53943)
7b4d275f49 fix Fix the template pipeline option (#​54148)
compiler-cli
Commit Type Description
7e861c640e feat generate extra imports for component local dependencies in local mode (#​53543)
3263df23f2 feat generate global imports in local compilation mode (#​53543)
b774e22d8e feat make it configurable to generate alias reexports (#​53937)
3e1384048e feat support host directives for local compilation mode (#​53877)
a592904c69 fix allow custom/duplicate decorators for @Injectable classes in local compilation mode (#​54139)
4b1d948b36 fix consider the case of duplicate Angular decorators in local compilation diagnostics (#​54139)
96bcf4fb12 fix forbid custom/duplicate decorator when option forbidOrphanComponents is set (#​54139)
64fa5715c6 fix generating extra imports in local compilation mode when cycle is introduced (#​53543)
6c8b09468a fix highlight the unresolved element in the @​Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#​54230)
0970129e20 fix show proper error for custom decorators in local compilation mode (#​53983)
f39cb06418 fix show specific error for unresolved @​Directive.exportAs in local compilation mode (#​54230)
f3851b5945 fix show specific error for unresolved @​HostBinding's argument in local compilation mode (#​54230)
39ddd884e8 fix show specific error for unresolved @​HostListener's event name in local compilation mode (#​54230)
5d633240fd fix show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @​Component.styles (#​54230)
58b8a232d6 fix support jumping to definitions of signal-based inputs (#​54053)
core
Commit Type Description
702ab28b4c feat add support for model inputs (#​54252)
e95ef2cbc6 feat expose queries as signals (#​54283)
656bc282e3 fix add toString implementation to signals (#​54002)
62b87b4551 fix do not crash for signal query that does not have any matches (#​54353)
4b96f370ee fix expose model signal subcribe for type checking purposes (#​54357)
744cb1e561 fix return the same children query results if there are no changes (#​54392)
6d00115bf4 fix show placeholder block on the server with immediate trigger (#​54394)
http
Commit Type Description
1c536250b6 fix Use string body to generate transfer cache key. (#​54379)

v17.1.3

Compare Source

compiler-cli
Commit Type Description
bc4a6a9715 fix do not error due to multiple components named equally (#​54273)
a997e08c6f fix handle default imports in defer blocks (#​53695)
63a9027720 fix interpolatedSignalNotInvoked diagnostic for model signals (#​54338)
40e1edc977 fix properly catch fatal diagnostics in type checking (#​54309)
9f6605d11b fix support jumping to definitions of signal-based inputs (#​54233)
core
Commit Type Description
7df133dcc2 fix afterRender hooks should allow updating state (#​54074)
744e20641a fix Fix possible infinite loop with markForCheck by partially reverting #​54074 (#​54329)
0fb114274c fix update imports to be compatible with rxjs 6 (#​54193)
router
Commit Type Description
238f2a8bc9 fix Clear internal transition when navigation finalizes (#​54261)

v17.1.2

Compare Source

Commit Type Description
ccddacf11d fix cta clickability issue in adev homepage. (#​52905)
animations
Commit Type Description
98d545fafa fix cleanup DOM elements when root view is removed with async animations (#​53033)
common
Commit Type Description
cdc5e39532 fix The date pipe should return ISO format for week and week-year as intended in the unit test. (#​53879)
compiler
Commit Type Description
f12b01ec88 fix Update type check block to fix control flow source mappings (#​53980)
core
Commit Type Description
c477e876e3 fix change defer block fixture default behavior to playthrough (#​54088)
migrations
Commit Type Description
8264382a6b fix error in standalone migration when non-array value is used as declarations in TestBed (#​54122)

v17.1.1

Compare Source

17.1.1 (2024-01-24)
router
Commit Description
fix - f222bee8fa revert commit that replaced last helper with native Array.at(-1) (#​54021)

v17.1.0

Compare Source

compiler
Commit Type Description
79ff91a813 fix allow TS jsDocParsingMode host option to be programmatically set (#​53126)
5613051a8b fix allow TS jsDocParsingMode host option to be programmatically set again (#​53292)
df8a825910 fix project empty block root node (#​53620)
478d622265 fix project empty block root node in template pipeline (#​53620)
compiler-cli
Commit Type Description
abdc7e4578 feat support type-checking for generic signal inputs (#​53521)
e620b3a724 fix add compiler option to disable control flow content projection diagnostic (#​53311)
4c1d69e288 fix add diagnostic for control flow that prevents content projection (#​53190)
76ceebad04 fix do not throw fatal error if extended type check fails (#​53896)
1a6eaa0fea fix input transform in local compilation mode (#​53645)
56a76d73e0 fix modify getConstructorDependencies helper to work with reflection host after the previous change (#​52215)
core
Commit Type Description
863be4b698 feat expose new input API for signal-based inputs (#​53872)
94096c6ede feat support TypeScript 5.3 (#​52572)
69b384c0d1 fix SignalNode reactive node incorrectly exposing unset field (#​53571)
6f79507ea7 fix Change defer block fixture default behavior to playthrough (#​53956)
32f908ab70 fix do not accidentally inherit input transforms when overridden (#​53571)
bdd61c768a fix replace assertion with more intentional error (#​52234)
0daca457bb fix TestBed should still use the microtask queue to schedule effects (#​53843)
router
Commit Type Description
5c1d441029 feat Add info property to NavigationExtras (#​53303)
50d7916278 feat Add router configuration to resolve navigation promise on error (#​48910)
a5a9b408e2 feat Add transient info to RouterLink input (#​53784)
726530a9af feat Allow onSameUrlNavigation: 'ignore' in navigateByUrl (#​52265)
angular/components (@​angular/cdk)

v17.2.0

Compare Source

cdk
Commit Type Description
55eeee3516 fix listbox: unable to tab in if active option is removed (#​28583)
2f7aaaa220 fix table: error if outlets are assigned too early (#​28551)
material
Commit Type Description
99a4e2a10f fix button-toggle: Add remaining typography tokens needed for M3 (#​28578)
e05795dde0 fix button: calculate icon button padding based on tokens
a496855f30 fix button: generate separate tokens for mini fab
cbeeb3ae17 fix checkbox: use token for disabled label color
0a1c8eedb4 fix chips: Tokenize chip outline and disabled opacity (#​28488)
58764afec2 fix chips: Tokenize the hover & focus overlays (#​28497)
32f86e48e1 fix chips: Tokenize the selected state (#​28498)
1dcc195853 fix core: ensure that option inherits container background
873c8e97dc fix datepicker: fix M3 styles (#​28556)
8ac58ff328 fix datepicker: fix touchui shadow and border-radius (#​28577)
92ab097987 fix datepicker: use direction-agnostic text-align
0edc47673f fix form-field: container height in lower densities (#​28546)
b1f281cab5

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/main-angular-dependencies branch 2 times, most recently from afe96ed to 14f84ad Compare February 15, 2024 08:20
@renovate renovate bot force-pushed the renovate/main-angular-dependencies branch from 14f84ad to 8fef607 Compare February 21, 2024 05:47
Copy link
Author

renovate bot commented Feb 21, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Internal Error: ENOENT: no such file or directory, open '/home/ubuntu/.cache/node/corepack/lastKnownGood.json'
Error: ENOENT: no such file or directory, open '/home/ubuntu/.cache/node/corepack/lastKnownGood.json'

@renovate renovate bot changed the title chore(deps): update angular dependencies (main) chore(deps): update angular dependencies (main) - autoclosed Feb 21, 2024
@renovate renovate bot closed this Feb 21, 2024
@renovate renovate bot deleted the renovate/main-angular-dependencies branch February 21, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment