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

Update angular monorepo - autoclosed #154

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/common (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/compiler (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/compiler-cli (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/core (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/forms (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/language-service (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/platform-browser (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.0.4 -> 18.2.12 age adoption passing confidence
@angular/router (source) 18.0.4 -> 18.2.12 age adoption passing confidence
zone.js (source, changelog) ~0.14.3 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)

v18.2.11

Compare Source

core
Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#​58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#​58492) (#​58500)

v18.2.10

Compare Source

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)

v18.2.9

Compare Source

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

v18.2.8

Compare Source

compiler
Commit Type Description
11692c8dab fix add multiple :host and nested selectors support (#​57796)
66dcc691f5 fix allow combinators inside pseudo selectors (#​57796)
48a1437e77 fix fix comment typo (#​57796)
d325f9b55f fix fix parsing of the :host-context with pseudo selectors (#​57796)
aea747ab3b fix preserve attributes attached to :host selector (#​57796)
21be258be6 fix scope :host-context inside pseudo selectors, do not decrease specificity (#​57796)
7a6fd427d5 fix transform pseudo selectors correctly for the encapsulated view (#​57796)
compiler-cli
Commit Type Description
f187c3abf8 fix defer symbols only used in types (#​58104)
core
Commit Type Description
46bafb0b0a fix clean up afterRender after it is executed (#​58119)
platform-server
Commit Type Description
b40875a2cc fix destroy PlatformRef when error happens during the bootstrap() phase (#​58112) (#​58135)

v18.2.7

Compare Source

common
Commit Type Description
249d0260f9 fix execute checks and remove placeholder when image is already loaded (#​55444)
46a2ad39f5 fix prevent warning about oversize image twice (#​58021)
8f2b0ede59 fix skip checking whether SVGs are oversized (#​57966)
compiler-cli
Commit Type Description
901c1e1a7f fix correctly get the type of nested function call expressions (#​57010)
core
Commit Type Description
2f347ef8fc fix provide flag to opt into manual cleanup for after render hooks (#​57917)
http
Commit Type Description
ca637fe6a9 fix cleanup JSONP script listeners once loading completed (#​57877)
migrations
Commit Type Description
b9d846dad7 fix delete constructor if it only has super call (#​58013)
upgrade
Commit Type Description
e40a4fa3c7 fix support input signal bindings (#​57020)

v18.2.6

Compare Source

v18.2.5

Compare Source

compiler-cli
Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#​57845)
core
Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#​57816)
migrations
Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#​57803)

v18.2.4

Compare Source

compiler
Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#​57711)
migrations
Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#​57684)

v18.2.3

Compare Source

http
Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#​57531)

v18.2.2

Compare Source

core
Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#​57546)
6d3a2af146a fix Do not bubble capture events. (#​57476)
http
Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#​57531)
router
Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#​57530)
upgrade
Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#​57454)

v18.2.1

Compare Source

core
Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#​56932)
286012fb89 fix handle hydration of components that project content conditionally (#​57383)
migrations
Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#​57389)
3b63082384 fix avoid migrating route component in tests (#​57317)
6b4357fae4 fix preserve type when using inject decorator (#​57389)

v18.2.0

Compare Source

Breaking Changes

zone.js
  • fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync
compiler
Commit Type Description
d9d68e73d2 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
0b1dd39663 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#​57291)
core
Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#​57239)
7919982063 feat Add whenStable helper on ApplicationRef (#​57190)

v18.1.5

Compare Source

compiler-cli
Commit Type Description
5401332b0e fix generate valid TS 5.6 type checking code (#​57303)
core
Commit Type Description
e39b22a932 fix Account for addEventListener to be passed a Window or Document. (#​57282)
db65bc25ca fix Account for addEventListener to be passed a Window or Document. (#​57354)
0e024ecc27 fix complete post-hydration cleanup in components that use ViewContainerRef (#​57300)
822db64b93 fix skip hydration for i18n nodes that were not projected (#​57356)
810f76f574 fix take skip hydration flag into account while hydrating i18n blocks (#​57299)

v18.1.4

Compare Source

compiler
Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#​57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#​57291)
language-service
Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#​56241)

v18.1.3

Compare Source

compiler
Commit Type Description
31dea066d6 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
1f9e090910 fix emitting references to ngtypecheck files (#​57138) (#​57202)
core
Commit Type Description
f7ab04018e fix errors during ApplicationRef.tick should be rethrown for zoneless tests (#​56993)
eaa83f9d27 fix hydration error in some let declaration setups (#​57173)

v18.1.2

Compare Source

compiler
Commit Type Description
463945003d fix limit the number of chained instructions (#​57069)
compiler-cli
Commit Type Description
e904f34020 fix add warning for unused let declarations (#​57033)
core
Commit Type Description
9e52c1c840 fix afterNextRender hooks return that callback value. (#​57031)
b9fb98c67c fix tree shake dev mode error message (#​57035)

v18.1.1

Compare Source

v18.1.0

Compare Source

common
Commit Type Description
f25653e231 fix typo in NgOptimizedImage warning (#​56756)
9b35726e42 fix typo in warning for NgOptimizedDirective (#​56817)
compiler
Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#​56295)
341a116d61 fix allow more characters in let declaration name (#​56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#​56752)
compiler-cli
Commit Type Description
66e582551e fix avoid duplicate diagnostics for let declarations read before definition (#​56843)
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#​56752)
9e21582456 fix Show template syntax errors in local compilation modified (#​55855)
5996502921 fix type check let declarations nested inside nodes (#​56752)
cdebf751e4 fix used before declared diagnostic not firing for control flow blocks (#​56843)
core
Commit Type Description
ea3c802056 feat Add a schematic to migrate afterRender phase flag (#​55648)
5df3e78c99 feat add equality function to rxjs-interop toSignal (#​56447)
0a48d584f2 feat add support for let syntax (#​56715)
352e0782ec feat expose signal input metadata in ComponentMirror (#​56402)
a655e46447 feat Redesign the afterRender & afterNextRender phases API (#​55648)
e5a6f91722 feat support TypeScript 5.5 (#​56096)
38effcc63e fix Add back phase flag option as a deprecated API (#​55648)
86bcfd3e49 fix improve docs on afterRender hooks (#​56522)
b2445a0953 fix link errors to ADEV (#​55554) (#​56038)
03a2acd2a3 fix properly remove imports in the afterRender phase migration (#​56524)
4d87b9e899 fix rename the equality function option in toSignal (#​56769) (#​56922)
8bd4c074af fix toSignal equal option should be passed to inner computed (#​56903)
forms
Commit Type Description
00bde8b1c2 fix Make NgControlStatus host bindings OnPush compatible (#​55720)
http
Commit Type Description
cc21989132 fix Make Content-Type header case insensitive (#​56541)
language-service
Commit Type Description
b400e2e4d4 feat autocompletion for the component not imported (#​55595)
67b2c336bc fix import the default exported component correctly (#​56432)
router
Commit Type Description
a13f5da773 feat Allow UrlTree as an input to routerLink (#​56265)
1d3a7529b4 feat Set a different browser URL from the one for route matching (#​53318)

v18.0.7

Compare Source

compiler
Commit Type Description
85f77b5cda fix fix CSS animation rule scope (#​56800)
http
Commit Type Description
95d7076d1a perf execute fetch outside of Angular zone (#​56820)
migrations
Commit Type Description
d6fff45e73 fix Fix cf migration let condition semicolon order (#​56913)

v18.0.6

Compare Source

common
Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#​56213)
core
Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#​56763)
fec5b80aaf fix support injection of object with null constructor. (#​56553)
router
Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#​56798)

v18.0.5

Compare Source

core
Commit Type Description
2f73281dfd fix improve docs on afterRender hooks (#​56525)
be9e4892f9 fix improve support for i18n hydration of projected content (#​56192)
5f9bd5521e fix prevent calling devMode only function on @defer error. (#​56559)
angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

v0.14.10

Compare Source

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

v0.14.8

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d7df88b to ac31610 Compare October 13, 2023 12:33
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ac31610 to 10531b2 Compare January 10, 2024 10:50
@renovate renovate bot changed the title Update angular monorepo Update angular monorepo to v17.0.9 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 802fd2c to d468ce8 Compare January 17, 2024 23:28
@renovate renovate bot changed the title Update angular monorepo to v17.0.9 Update angular monorepo to v17.1.0 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from d2299c8 to 4ac2697 Compare January 24, 2024 22:01
@renovate renovate bot changed the title Update angular monorepo to v17.1.0 Update angular monorepo to v17.1.1 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from bd75738 to 08dde8a Compare January 31, 2024 19:35
@renovate renovate bot changed the title Update angular monorepo to v17.1.1 Update angular monorepo to v17.1.2 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 9f885dd to 3c5eb12 Compare February 8, 2024 21:19
@renovate renovate bot changed the title Update angular monorepo to v17.1.2 Update angular monorepo to v17.1.3 Feb 8, 2024
@renovate renovate bot changed the title Update angular monorepo to v17.1.3 Update angular monorepo to v17.1.3 - autoclosed Feb 13, 2024
@renovate renovate bot closed this Feb 13, 2024
@renovate renovate bot deleted the renovate/angular-monorepo branch February 13, 2024 15:04
@renovate renovate bot changed the title Update angular monorepo to v17.1.3 - autoclosed Update angular monorepo to v17.1.3 Feb 13, 2024
@renovate renovate bot reopened this Feb 13, 2024
@renovate renovate bot restored the renovate/angular-monorepo branch February 13, 2024 22:48
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3c5eb12 to 9c187d8 Compare February 14, 2024 00:35
@renovate renovate bot changed the title Update angular monorepo to v17.1.3 Update dependency zone.js to v0.14.4 Feb 14, 2024
@renovate renovate bot changed the title Update dependency zone.js to v0.14.4 Update angular monorepo Feb 14, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 4 times, most recently from 3a2c234 to 22c3f27 Compare February 19, 2024 17:29
@renovate renovate bot changed the title Update angular monorepo Update dependency zone.js to v0.14.4 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 4 times, most recently from 86f5141 to 354d167 Compare July 10, 2024 14:45
@renovate renovate bot changed the title Update angular monorepo to v18.0.6 Update angular monorepo to v18.1.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from da3c65d to b004c95 Compare July 16, 2024 12:07
@renovate renovate bot changed the title Update angular monorepo to v18.1.0 Update angular monorepo to v18.1.1 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from b004c95 to 61a61a9 Compare July 17, 2024 22:54
@renovate renovate bot changed the title Update angular monorepo to v18.1.1 Update angular monorepo Jul 17, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from eddc0fc to 664ab90 Compare July 24, 2024 20:02
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 9a8cc22 to 377795e Compare August 5, 2024 18:47
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from f544f36 to 3d88009 Compare August 14, 2024 18:07
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 3d88009 to 48f3841 Compare August 21, 2024 21:34
Copy link
Contributor Author

renovate bot commented Aug 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: dashboard@0.0.0
npm error Found: zone.js@0.15.0
npm error node_modules/zone.js
npm error   zone.js@"~0.15.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.14.10" from @angular/core@18.2.12
npm error node_modules/@angular/core
npm error   @angular/core@"^18.0.4" from the root project
npm error   peer @angular/core@"18.2.12" from @angular/animations@18.2.12
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^18.0.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-22T12_25_45_611Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-22T12_25_45_611Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 80c5ea3 to 5e91e0b Compare October 17, 2024 17:10
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5e91e0b to beeaee3 Compare November 22, 2024 10:23
@renovate renovate bot changed the title Update angular monorepo Update dependency zone.js to ~0.15.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from beeaee3 to 31d2cae Compare November 22, 2024 11:28
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 31d2cae to 93402f2 Compare November 22, 2024 12:25
@renovate renovate bot changed the title Update dependency zone.js to ~0.15.0 Update angular monorepo Nov 22, 2024
@A77AY A77AY closed this Nov 25, 2024
@renovate renovate bot changed the title Update angular monorepo Update angular monorepo - autoclosed Nov 25, 2024
@renovate renovate bot deleted the renovate/angular-monorepo branch November 25, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant