Skip to content

fix(deps): update angular monorepo to v19.2.8 #35

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/common (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/compiler (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/core (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/forms (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/platform-browser (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/platform-browser-dynamic (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/platform-server (source) 19.1.1 -> 19.2.8 age adoption passing confidence
@angular/router (source) 19.1.1 -> 19.2.8 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v19.2.8

Compare Source

forms
Commit Type Description
ea4a211216 fix make NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
Commit Type Description
b144126612 fix inject migration: replace param with this. (#​60713)
http
Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#​60797)
core
Commit Type Description
00bbd9b382 fix fix docs for output migration (#​60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#​60776)
language-service
Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#​60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#​60630)
animations
Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#​60660)
compiler
Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#​60580)
compiler-cli
Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#​60555)
core
Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#​60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#​60626)
bc79985c65 fix fix regexp for event types (#​60592)
006ac7f22f fix fixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434 fix preserve comments in internal inject migration (#​60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#​60571)
language-service
Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#​60651)
migrations
Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#​60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#​60602)
router
Commit Type Description
958e98e4f7 fix Add missing types to transition (#​60307)
service-worker
Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#​60459)
localize
Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#​60513)
platform-browser
Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#​60455)
core
Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#​60429)
296aded9da fix execute timer trigger outside zone (#​60392)
0615ffb4f7 fix include input name in error message (#​60404)
platform-browser-dynamic
Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#​60458)
upgrade
Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

common
Commit Type Description
90a16a1088 fix support equality function in httpResource (#​60026)
compiler
Commit Type Description
56b551d273 fix incorrect spans for template literals (#​60323) (#​60331)
compiler-cli
Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#​60298)
core
Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#​59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#​60203)
b144dd946e fix fix removal of a container reference used in the component file (#​60210)
platform-server
Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#​60308)
router
Commit Type Description
7bcdf7c143 fix update symbols (#​60233)

v19.2.1

Compare Source

common
Commit Type Description
c2de5f68b3 fix clean up onUrlChange listener when root scope is destroyed (#​60004)
compiler-cli
Commit Type Description
1dd94476b3 fix ensure template IDs are not reused if a source file changes (#​60152)
core
Commit Type Description
1b3b05bf72 fix cache ComponentRef inputs and outputs (#​60156)
330c24aed9 fix prevent invoking replay listeners on disconnected nodes (#​60103)
cfad089cc3 fix prevents event replay from being called on comment nodes (#​60130)
language-service
Commit Type Description
3f0116607d fix Forward the tags for quick info from the type definition (#​59524)

v19.2.0

Compare Source

common
Commit Type Description
3e39da593a feat introduce experimental httpResource (#​59876)
compiler
Commit Type Description
5b20bab96d feat Add Skip Hydration diagnostic. (#​59576)
fe8a68329b feat support untagged template literals in expressions (#​59230)
compiler-cli
Commit Type Description
ed705a856a feat detect missing structural directive imports (#​59443)
core
Commit Type Description
2588985f43 feat pass signal node to throwInvalidWriteToSignalErrorFn (#​59600)
168516462a feat support default value in resource() (#​59655)
bc2ad7bfd3 feat support streaming resources (#​59573)
146ab9a76e feat support TypeScript 5.8 (#​59830)
6c92d65349 fix add hasValue narrowing to ResourceRef (#​59708)
96e602ebe9 fix cancel in-progress request when same value is assigned (#​59280)
6789c7ef94 fix Defer afterRender until after first CD (#​59455) (#​59551)
c87e581dd9 fix Don't run effects in check no changes pass (#​59455) (#​59551)
127fc0dc84 fix fix resource()'s previous.state (#​59708)
b592b1b051 fix fix race condition in resource() (#​59851)
a299e02e91 fix preserve tracing snapshot until tick finishes (#​59796)
forms
Commit Type Description
fa0c3e3210 feat support type set in form validators (#​45793)
migrations
Commit Type Description
1cd3a7db83 feat add migration to convert templates to use self-closing tags (#​57342)
platform-browser
Commit Type Description
e6cb411e43 fix automatically disable animations on the server (#​59762)
platform-server
Commit Type Description
fc5d187da5 fix decouple server from animations module (#​59762)

v19.1.8

Compare Source

benchpress
Commit Type Description
f0990c67e6 fix Ensure future-proof correct initialization order (#​60025)
common
Commit Type Description
1fbaeab37d fix make types for HttpClient more readable (#​59901)
core
Commit Type Description
c611c8d212 fix capture stack for HMR errors (#​60067)
language-service
Commit Type Description
4c9d09c643 fix provide correct rename info for elements (#​60088)

v19.1.7

Compare Source

common
Commit Type Description
e9f10eb4c9 fix clean up urlChanges subscribers when root scope is destroyed (#​59703)
compiler-cli
Commit Type Description
16fc074689 fix avoid crash in isolated transform operations (#​59869)
forms
Commit Type Description
ec1e4c3d94 fix Fix typing on FormRecord. (#​59993)

v19.1.6

Compare Source

compiler
Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#​58520)
compiler-cli
Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#​59926)
core
Commit Type Description
cab7a9b69c fix invalidate HMR component if replacement throws an error (#​59854)
migrations
Commit Type Description
710759ddcc fix account for let declarations in control flow migration (#​59861)
46f36a58bf fix count used dependencies inside existing control flow (#​59861)

v19.1.5

Compare Source

compiler-cli
Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#​59815)
53a4668b58b fix handle const enums used inside HMR data (#​59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#​59815)

v19.1.4

Compare Source

core
Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#​59716)
d6e78c072dc fix ensure type is preserved during HMR (#​59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#​59674)
elements
Commit Type Description
44180645992 fix not setting initial value on signal-based input (#​59773)
platform-browser
Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#​59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#​59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#​59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#​59690)
router
Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#​59457)
service-worker
Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#​59747)

v19.1.3

Compare Source

compiler
Commit Type Description
ecfb74d287 fix handle :host-context with comma-separated child selector (#​59276)
compiler-cli
Commit Type Description
53160e504d fix extract parenthesized dependencies during HMR (#​59644)
39690969af fix handle conditional expressions when extracting dependencies (#​59637)
78af7a5059 fix handle new expressions when extracting dependencies (#​59637)
core
Commit Type Description
408af24ff3 fix capture self-referencing component during HMR (#​59644)
d7575c201c fix replace metadata in place during HMR (#​59644)
26f6d4c485 fix skip component ID collision warning during SSR (#​59625)
migrations
Commit Type Description
a62c84bc18 fix avoid applying the same replacements twice when cleaning up unused imports (#​59656)
platform-browser
Commit Type Description
b2b3816cb1 fix clear renderer cache during HMR when using async animations (#​59644)

v19.1.2

Compare Source

compiler
Commit Type Description
8dcd889987 fix update @ng/component URL to be relative (#​59620)
compiler-cli
Commit Type Description
95a05bb202 fix disable tree shaking during HMR (#​59595)
core
Commit Type Description
a4eb74c79c fix animation sometimes renderer not being destroyed during HMR (#​59574)
906413aba3 fix change Resource to use explicit undefined in its typings (#​59024)
4eb541837c fix cleanup _ejsa when app is destroyed (#​59492)
5497102769 fix cleanup stash listener when app is destroyed (#​59598)
266a8f2f2e fix handle shadow DOM encapsulated component with HMR (#​59597)
6f7716268a fix HMR not matching component that injects ViewContainerRef (#​59596)
d12a186d53 fix treat exceptions in equal as part of computation (#​55818)

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.

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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular/[email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   @angular/compiler@"19.2.8" from the root project
npm error   peer @angular/compiler@"^19.0.0" from @angular/[email protected]
npm error   node_modules/@angular/build
npm error     @angular/build@"19.1.2" from @angular-devkit/[email protected]
npm error     node_modules/@angular-devkit/build-angular
npm error       dev @angular-devkit/build-angular@"^19.1.2" from the root project
npm error   2 more (@angular/platform-browser-dynamic, @angular/platform-server)
npm error
npm error Could not resolve dependency:
npm error peer @angular/compiler@"19.1.1" from @angular/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   peer @angular/compiler-cli@"^19.0.0" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"^19.1.2" from the root project
npm error   peer @angular/compiler-cli@"^19.0.0" from @angular/[email protected]
npm error   node_modules/@angular/build
npm error     @angular/build@"19.1.2" from @angular-devkit/[email protected]
npm error     node_modules/@angular-devkit/build-angular
npm error       dev @angular-devkit/build-angular@"^19.1.2" from the root project
npm error   3 more (@ngtools/webpack, ng-packagr, the root project)
npm error
npm error Conflicting peer dependency: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"19.1.1" from @angular/[email protected]
npm error   node_modules/@angular/compiler-cli
npm error     peer @angular/compiler-cli@"^19.0.0" from @angular-devkit/[email protected]
npm error     node_modules/@angular-devkit/build-angular
npm error       dev @angular-devkit/build-angular@"^19.1.2" from the root project
npm error     peer @angular/compiler-cli@"^19.0.0" from @angular/[email protected]
npm error     node_modules/@angular/build
npm error       @angular/build@"19.1.2" from @angular-devkit/[email protected]
npm error       node_modules/@angular-devkit/build-angular
npm error         dev @angular-devkit/build-angular@"^19.1.2" from the root project
npm error     3 more (@ngtools/webpack, ng-packagr, 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 /runner/cache/others/npm/_logs/2025-04-24T08_09_40_919Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-04-24T08_09_40_919Z-debug-0.log

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 4c3bdb6 to 5f88355 Compare August 28, 2024 21:48
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5f88355 to 44d56d9 Compare September 4, 2024 15:37
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 365708e to f0a2c57 Compare September 18, 2024 18:07
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from c9bfcb8 to 94baff1 Compare October 2, 2024 13:08
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from bd35965 to ca64a6f Compare October 10, 2024 10:12
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from ca64a6f to 767c223 Compare November 6, 2024 19:33
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 767c223 to d4631eb Compare November 14, 2024 20:00
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d4631eb to 9092332 Compare November 26, 2024 18:56
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9092332 to c627558 Compare December 2, 2024 12:19
@renovate renovate bot changed the title fix(deps): update angular monorepo fix(deps): update angular monorepo to v19.1.2 Jan 20, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.1.2 fix(deps): update angular monorepo to v19.1.3 Jan 22, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.1.3 fix(deps): update angular monorepo to v19.1.4 Jan 30, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.1.4 fix(deps): update angular monorepo to v19.1.5 Feb 6, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.1.5 fix(deps): update angular monorepo to v19.1.6 Feb 12, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.1.6 fix(deps): update angular monorepo to v19.1.7 Feb 19, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.1.7 fix(deps): update angular monorepo to v19.2.0 Feb 26, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.0 fix(deps): update angular monorepo to v19.2.1 Mar 5, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.1 fix(deps): update angular monorepo to v19.2.2 Mar 12, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.2 fix(deps): update angular monorepo to v19.2.3 Mar 19, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.3 fix(deps): update angular monorepo to v19.2.4 Mar 27, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.4 fix(deps): update angular monorepo to v19.2.5 Apr 2, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.5 fix(deps): update angular monorepo to v19.2.6 Apr 9, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.6 fix(deps): update angular monorepo to v19.2.7 Apr 16, 2025
@renovate renovate bot changed the title fix(deps): update angular monorepo to v19.2.7 fix(deps): update angular monorepo to v19.2.8 Apr 23, 2025
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