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 monorepo to v20 (major) #175

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 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations (source) ^18.0.1 -> ^20.0.0-next age adoption passing confidence
@angular/animations (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/animations (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/common (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/common (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/common (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/compiler (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/compiler (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/compiler (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/compiler-cli (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/compiler-cli (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/compiler-cli (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/core (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/core (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/core (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/forms (source) ^18.0.1 -> ^20.0.0-next age adoption passing confidence
@angular/forms (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/forms (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/platform-browser (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/platform-browser (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/platform-browser (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/platform-browser-dynamic (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/platform-browser-dynamic (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/platform-server (source) ^18.1.0-rc -> ^20.0.0-next age adoption passing confidence
@angular/platform-server (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/platform-server (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/router (source) ^18.0.1 -> ^20.0.0-next age adoption passing confidence
@angular/router (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/router (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v20.0.0-next.3

Compare Source

Breaking Changes

core
    • TestBed.get has been removed. Use TestBed.inject instead.
compiler-cli
Commit Type Description
bec1610da2 feat add extended diagnostic for invalid nullish coalescing (#​60279)
1971e57a45 feat support type checking of host bindings (#​60267)
29eded6457 fix report more accurate diagnostic for invalid import (#​60455)
2d51a203dc fix wrong event name for host listener decorators (#​60460)
core
Commit Type Description
22d3f0562c feat add hook for producer creation side effects (#​60333)
b154fb3911 feat add support for two-way bindings on dynamically-created components (#​60342)
644d9f3bbd feat mark the toSignal API as stable (#​60442)
5e209cb560 feat remove TestBed.get (#​60414)
b461e06ecb fix catch hydration marker with implicit body tag (#​60429)
b8daf472d8 fix execute timer trigger outside zone (#​60392)
8953e45a43 fix include input name in error message (#​60404)
48974c3cf8 fix remove rejectErrors option encourages uncaught exceptions (#​60397)
04d963c0a5 fix remove unused parameter from listener instruction (#​60406)
platform-browser-dynamic
Commit Type Description
3606aabd6b fix ensure compiler is loaded before @angular/common (#​60458)
upgrade
Commit Type Description
cd7c170763 fix handle output emitters when downgrading a component (#​60369)

v20.0.0-next.2

Compare Source

Breaking Changes

core
    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from
    injector.get. It now only supports ProviderToken<T> and (deprecated
    since v4) string.
  • ApplicationRef.tick will no longer catch and report
    errors to the appplication ErrorHandler. Errors will instead be thrown out of
    the method and will allow callers to determine how to handle these
    errors, such as aborting follow-up work or reporting the error and
    continuing.

Deprecations

platform-browser
  • HammerJS support is deprecated and will be removed in a future major version.
common
Commit Type Description
92250493ff fix support equality function in httpResource (#​60026)
compiler
Commit Type Description
ef1fd137a9 fix incorrect spans for template literals (#​60323)
compiler-cli
Commit Type Description
a1cacc5b17 fix avoid fatal diagnostics for missing template files (#​58673)
9be2b334ed fix handle transformed classes when generating HMR code (#​60298)
core
Commit Type Description
611baaf069 feat remove InjectFlags from public API (#​60318)
e170d24240 fix add migration away from InjectFlags (#​60318)
79ae35577e fix check whether application is destroyed before initializing event replay (#​59789)
c82384104f fix ensures immediate trigger fires properly with lazy loaded routes (#​60203)
de2bfc0913 fix fix removal of a container reference used in the component file (#​60210)
ff772d7800 fix fix typing on injector.get to omit 'any' (#​60202)
338818ce89 fix Surface errors from ApplicationRef.tick to callsite (#​60102)
forms
Commit Type Description
81fe0536fd fix Make sure statusChanges is emitted (#​57098)
platform-browser
Commit Type Description
a980ac9a6a refactor Deprecate the HammerJS integration (#​60257)
platform-server
Commit Type Description
0cff9a12d3 fix add missing peer dependency for rxjs (#​60308)
router
Commit Type Description
219f41d049 fix Prevent dangling promise rejections from internal navigations (#​60162)
cae1fe519b fix update symbols (#​60233)

v20.0.0-next.1

Compare Source

Breaking Changes

common
  • AsyncPipe now directly catches unhandled errors in
    subscriptions and promises and reports them to the application's
    ErrorHandler. For Zone-based applications, these errors would have
    been caught by ZoneJS and reported to ErrorHandler so the result is
    generally the same. The change to the exact mechanism for reporting can
    result in differences in test environments that will require test
    updates.
core
    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the
    async function. If this behavior is desired, it can be re-implemented
    manually with the PendingTasks.add. Be aware, however, that promise rejections
    will need to be handled or they can cause the node process to shut down
    when using SSR.
common
Commit Type Description
36b60a9705 fix clean up onUrlChange listener when root scope is destroyed (#​60004)
739cadae62 fix Handle errors in async pipe subscriptions (#​60057)
compiler
Commit Type Description
51b8ff23ce feat support tagged template literals in expressions (#​59947)
4fe489f1b4 fix exponentiation should be right-to-left associative (#​60101)
b70ad3c4e6 fix proper handling of typeof, void in RecursiveAstVisitor (#​60101)
compiler-cli
Commit Type Description
f9043e24ac fix ensure template IDs are not reused if a source file changes (#​60152)
ffb19e64f1 fix preserve required parens for nullish coalescing (#​60060)
7c9b4892e9 fix preserve required parens in exponentiation expressions (#​60101)
core
Commit Type Description
fe57332fc5 feat add input binding support to dynamically-created components (#​60137)
82aa2c1a52 feat add the ability to apply directives to dynamically-created components (#​60137)
326d48afb4 feat drop support for TypeScript older than 5.8 (#​60197)
d260ca3091 feat emit template function for template related profiler hooks (#​60174)
4812215a7b feat Expose Injector.destroy on Injector created with Injector.create (#​60054)
809b5b4596 feat introduce new DI profiling event (#​60158)
be44cc8f40 feat support listening to outputs on dynamically-created components (#​60137)
7eb59d3887 fix added @​angular/compiler as a peer dependency (#​55610)
af02914852 fix cache ComponentRef inputs and outputs (#​60156)
7232ce5b17 fix Catch and report rejections in async function of PendingTasks.run (#​60044)
fd12220a35 fix defer block render failures should report to application error handler (#​60149)
3459faadbf fix do not allow setInput to be used with inputBinding (#​60137)
ea5eb28865 fix input targeting not checking if input exists on host (#​60137)
0dbf693a4d fix prevent invoking replay listeners on disconnected nodes (#​60103)
7ab0a8d1e7 fix prevents event replay from being called on comment nodes (#​60130)
language-service
Commit Type Description
d5e91e04ff fix Forward the tags for quick info from the type definition (#​59524)

v20.0.0-next.0

Compare Source

Breaking Changes

common
  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.
compiler
  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a
    property on the component class. After this change it now refers to the
    void operator, which would make the above example invalid. If you have
    existing expressions that need to refer to a property named void,
    change the expression to use this.void instead: {{this.void}}.

common
Commit Type Description
74cceba587 feat throw error for suspicious date patterns (#​59798)
compiler
Commit Type Description
f2d5cf7edd feat support exponentiation operator in templates (#​59894)
0361c2d81f feat support void operator in templates (#​59894)
core
Commit Type Description
962b59b14e fix Ensure ComponentFixture does not duplicate error reporting from FakeAsync (#​60104)
491b0a4ead fix Remove duplicate reporting of errors in CDR.detectChanges (#​60056)
router
Commit Type Description
7c12cb1df9 feat Allow resolvers to read resolved data from ancestors (#​59860)
db2f2d99c8 fix Scroller should scroll as soon as change detection completes (#​60086)

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 s

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 15, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: tests/fixtures/prerender-false/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 unable to resolve dependency tree
npm error
npm error While resolving: prerender-false@0.0.0
npm error Found: zone.js@0.14.10
npm error node_modules/zone.js
npm error   zone.js@"~0.14.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.15.0" from @angular/core@20.0.0-next.3
npm error node_modules/@angular/core
npm error   @angular/core@"^20.0.0-next" from the root project
npm error   peer @angular/core@"20.0.0-next.3" from @angular/animations@20.0.0-next.3
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_13_111Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_13_111Z-debug-0.log

File name: tests/fixtures/nx-angular-19-common-engine/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 unable to resolve dependency tree
npm error
npm error While resolving: nx-angular-19-common-engine@0.0.0
npm error Found: typescript@5.6.3
npm error node_modules/typescript
npm error   dev typescript@"~5.6.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <5.9" from @angular/compiler-cli@20.0.0-next.3
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_16_582Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_16_582Z-debug-0.log

File name: tests/fixtures/nx-angular-19-app-engine/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 unable to resolve dependency tree
npm error
npm error While resolving: nx-angular-19-app-engine@0.0.0
npm error Found: typescript@5.6.3
npm error node_modules/typescript
npm error   dev typescript@"~5.6.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <5.9" from @angular/compiler-cli@20.0.0-next.3
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_23_186Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_23_186Z-debug-0.log

File name: tests/fixtures/non-angular-project/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/ssr@18.2.12
npm error Found: @angular/common@20.0.0-next.3
npm error node_modules/@angular/common
npm error   @angular/common@"^20.0.0-next" from the root project
npm error   peer @angular/common@"20.0.0-next.3" from @angular/forms@20.0.0-next.3
npm error   node_modules/@angular/forms
npm error     @angular/forms@"^20.0.0-next" from the root project
npm error   4 more (@angular/platform-browser, ...)
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"^18.0.0" from @angular/ssr@18.2.12
npm error node_modules/@angular/ssr
npm error   @angular/ssr@"^18.0.2" from the root project
npm error
npm error Conflicting peer dependency: @angular/common@18.2.13
npm error node_modules/@angular/common
npm error   peer @angular/common@"^18.0.0" from @angular/ssr@18.2.12
npm error   node_modules/@angular/ssr
npm error     @angular/ssr@"^18.0.2" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_29_456Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_29_456Z-debug-0.log

File name: tests/fixtures/browser-builder/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 unable to resolve dependency tree
npm error
npm error While resolving: test-browser-dir@0.0.0
npm error Found: zone.js@0.14.10
npm error node_modules/zone.js
npm error   zone.js@"~0.14.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.15.0" from @angular/core@20.0.0-next.3
npm error node_modules/@angular/core
npm error   @angular/core@"^20.0.0-next" from the root project
npm error   peer @angular/core@"20.0.0-next.3" from @angular/animations@20.0.0-next.3
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_32_452Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_32_452Z-debug-0.log

File name: tests/fixtures/application-builder/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 unable to resolve dependency tree
npm error
npm error While resolving: test-browser-dir@0.0.0
npm error Found: zone.js@0.14.10
npm error node_modules/zone.js
npm error   zone.js@"~0.14.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.15.0" from @angular/core@20.0.0-next.3
npm error node_modules/@angular/core
npm error   @angular/core@"^20.0.0-next" from the root project
npm error   peer @angular/core@"20.0.0-next.3" from @angular/animations@20.0.0-next.3
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_35_228Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_35_228Z-debug-0.log

File name: tests/fixtures/angular-19-prerender-false/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 unable to resolve dependency tree
npm error
npm error While resolving: angular-19-prerender-false@0.0.0
npm error Found: typescript@5.6.3
npm error node_modules/typescript
npm error   dev typescript@"~5.6.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <5.9" from @angular/compiler-cli@20.0.0-next.3
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_38_205Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_38_205Z-debug-0.log

File name: tests/fixtures/angular-19-common-engine/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 unable to resolve dependency tree
npm error
npm error While resolving: angular-19-common-engine@0.0.0
npm error Found: typescript@5.6.3
npm error node_modules/typescript
npm error   dev typescript@"~5.6.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <5.9" from @angular/compiler-cli@20.0.0-next.3
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_43_177Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_43_177Z-debug-0.log

File name: tests/fixtures/angular-19-app-engine/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 unable to resolve dependency tree
npm error
npm error While resolving: angular-19-app-engine@0.0.0
npm error Found: typescript@5.6.3
npm error node_modules/typescript
npm error   dev typescript@"~5.6.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <5.9" from @angular/compiler-cli@20.0.0-next.3
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_48_906Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_48_906Z-debug-0.log

File name: tests/fixtures/angular-19-app-engine-node-module-resolution/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 unable to resolve dependency tree
npm error
npm error While resolving: angular-19-app-engine@0.0.0
npm error Found: typescript@5.6.3
npm error node_modules/typescript
npm error   dev typescript@"~5.6.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <5.9" from @angular/compiler-cli@20.0.0-next.3
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" 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 /runner/cache/others/npm/_logs/2025-03-21T16_31_54_854Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-21T16_31_54_854Z-debug-0.log

kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 15, 2024
Copy link

netlify bot commented Aug 15, 2024

Deploy Preview for plugin-angular-universal-demo ready!

Name Link
🔨 Latest commit f2334a0
🔍 Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/67dd94861955b10008e652f0
😎 Deploy Preview https://deploy-preview-175--plugin-angular-universal-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Aug 15, 2024
@github-actions github-actions bot added the Stale label Oct 28, 2024
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 258516e to cf931eb Compare October 30, 2024 21:12
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 30, 2024
@github-actions github-actions bot removed the Stale label Oct 31, 2024
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from cf931eb to 249bf74 Compare November 19, 2024 16:03
kodiakhq[bot]
kodiakhq bot previously approved these changes Nov 19, 2024
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 249bf74 to 615f6e4 Compare November 26, 2024 19:38
kodiakhq[bot]
kodiakhq bot previously approved these changes Nov 26, 2024
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 615f6e4 to 4f5ebbd Compare January 8, 2025 20:17
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 8, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 4f5ebbd to 924883e Compare January 15, 2025 23:02
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 15, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 924883e to 245042d Compare January 22, 2025 23:03
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 22, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 245042d to 6c7c05a Compare February 19, 2025 20:39
kodiakhq[bot]
kodiakhq bot previously approved these changes Feb 19, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 6c7c05a to d3d6780 Compare February 27, 2025 01:26
kodiakhq[bot]
kodiakhq bot previously approved these changes Feb 27, 2025
@renovate renovate bot changed the title chore(deps): update angular monorepo to v19 (major) chore(deps): update angular monorepo to v20 (major) Feb 27, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from d3d6780 to 7d94c50 Compare March 11, 2025 15:04
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 11, 2025
@renovate renovate bot force-pushed the renovate/major-angular-monorepo branch from 7d94c50 to f2334a0 Compare March 21, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-framework-in-fixtures dependencies javascript type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants