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 to v18.2.5 #295

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 18.1.0 -> 18.2.5 age adoption passing confidence
@angular/compiler-cli (source) 18.1.0 -> 18.2.5 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

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
c8e2885136 feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#​56295) (#​56295)
compiler-cli
Commit Type Description
98ed5b609e feat run JIT transform on classes with jit: true opt-out (#​56892)
c76b440ac0 fix add warning for unused let declarations (#​57033)
0f0a1f2836 fix emitting references to ngtypecheck files (#​57138)
6c2fbda694 fix extended diagnostic visitor not visiting template attributes (#​57033)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#​57212)
core
Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#​57239)
fab673a1dd feat add ng generate schematic to convert to inject (#​57056)
7919982063 feat Add whenStable helper on ApplicationRef (#​57190)
3459289ef0 feat bootstrapModule can configure NgZone in providers (#​57060)
296216cbe1 fix Allow hybrid CD scheduling to support multiple "Angular zones" (#​57267)
8718abce90 fix Deprecate ignoreChangesOutsideZone option (#​57029)
827070e331 fix Do not run image performance warning checks on server (#​57234)
ca89ef9141 fix handle shorthand assignment in the inject migration (#​57134)
5dcdbfcba9 fix rename the equality function option in toSignal (#​56769)
2a4f488a6c fix warnings for oversized images and lazy-lcp present with bootstrapModule (#​57060)
language-service
Commit Type Description
4bb558ab0c feat support writing code refactorings (#​56895)
7663debce1 perf quick exit if no code fixes can exist (#​57000)
migrations
Commit Type Description
147eee4253 feat add migration to convert standalone component routes to be lazy loaded (#​56428)
cb442a0ce7 fix account for parameters with union types (#​57127)
166166d79e fix add alias to inject migration (#​57127)
b1a9d0f4de fix avoid duplicating comments when generating properties (#​57367)
5d76401ff5 fix preserve optional parameters (#​57367)
1cf616f671 fix remove generic arguments from the injected type reference (#​57127)
ba0df30ef6 fix remove unused imports in inject migration (#​57179)
aae9646a1b fix unwrap injected forwardRef (#​57127)
604270619a perf speed up signal input migration by combining two analyze phases (#​57318)
router
Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#​57198)

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

common
Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#​56213)
compiler
Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#​56944)
compiler-cli
Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#​56961)
core
Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#​56981)
migrations
Commit Type Description
b666d2c20f fix fix common module removal (#​56968)

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 53096b4 to 6bb99e3 Compare July 24, 2024 20:33
@renovate renovate bot changed the title Update angular monorepo to v18.1.1 Update angular monorepo to v18.1.2 Jul 24, 2024
@renovate renovate bot changed the title Update angular monorepo to v18.1.2 Update angular monorepo to v18.1.3 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6bb99e3 to 7cf49ac Compare July 31, 2024 18:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7cf49ac to 1a14166 Compare August 7, 2024 22:46
@renovate renovate bot changed the title Update angular monorepo to v18.1.3 Update angular monorepo to v18.1.4 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1a14166 to 63b82ae Compare August 14, 2024 18:35
@renovate renovate bot changed the title Update angular monorepo to v18.1.4 Update angular monorepo to v18.2.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 63b82ae to 30c3df9 Compare August 22, 2024 16:47
@renovate renovate bot changed the title Update angular monorepo to v18.2.0 Update angular monorepo to v18.2.1 Aug 22, 2024
@renovate renovate bot changed the title Update angular monorepo to v18.2.1 Update angular monorepo to v18.2.2 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from d36c0a2 to ee72e2b Compare September 4, 2024 17:29
@renovate renovate bot changed the title Update angular monorepo to v18.2.2 Update angular monorepo to v18.2.3 Sep 4, 2024
@renovate renovate bot changed the title Update angular monorepo to v18.2.3 Update angular monorepo to v18.2.4 Sep 11, 2024
@renovate renovate bot changed the title Update angular monorepo to v18.2.4 Update angular monorepo to v18.2.5 Sep 18, 2024
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.

0 participants