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(e2e/a20): update dependency @angular/cli to v20.0.0-next.3 #11217

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cli 20.0.0-next.1 -> 20.0.0-next.3 age adoption passing confidence

Release Notes

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

v20.0.0-next.3

Compare Source

Breaking Changes

@​angular/cli
  • Node.js versions from 22.0 to 22.10 are no longer supported
@​schematics/angular
Commit Type Description
9e6b9b537 fix add type checking of host bindings to strict config
381d35fe4 fix remove empty scripts option value from new applications
a910fe9ae fix remove explicit outputPath option value from generated applications
@​angular/cli
Commit Type Description
64732534e fix update minimum supported Node.js 22 version to 22.11.0
@​angular/build
Commit Type Description
c1de63300 feat allow control of source map sources content for application builds
9b682e625 feat support a default outputPath option for applications
156a14e38 fix correct handling of response/request errors
a8817a3b2 fix handle undefined getOrCreateAngularServerApp during error compilation
bd917d92a fix normalize karma asset paths before lookup
@​angular/ssr
Commit Type Description
63428f3f1 perf flush headers prior to start rendering the HTML
6bd7b9b4a perf optimized request handling performance

v20.0.0-next.2

Compare Source

Breaking Changes

@​schematics/angular
  • --server-routing option has been removed from several schematics. Server routing will be used when using the application builder.
@​schematics/angular
Commit Type Description
26fd4ea73 feat add migrations for server rendering updates
18e13e2ce feat remove --server-routing option
86d241629 fix add @angular/ssr dependency only when provideServerRendering import has been updated
da6ef626f fix ensure app-shell schematic consistently uses withAppShell
f126f8d34 fix ensure module discovery checks for an NgModule decorator
23fc8e1e1 fix generate components without a .component extension/type
8d715fa94 fix generate directives without a .directive extension/type
bc0f07b48 fix generate services without a .service extension/type
c0de72317 fix replace @angular/platform-browser-dynamic with @angular/platform-browser
@​angular/build
Commit Type Description
f4be83119 feat Support Sass package importers
cb2ab43ab fix ensure errors for missing component resources
f780e8beb fix ensure relative karma stack traces for test failures
@​angular/ssr
Commit Type Description
33b9de3eb feat expose provideServerRendering and remove provideServerRouting
cdfc50c29 feat stabilize AngularNodeAppEngine, AngularAppEngine, and provideServerRouting APIs

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update 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 Mar 15, 2025

⚠️ 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: e2e/a20/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"20.0.0-next.2" from the root project
npm error   peer @angular/compiler-cli@"^20.0.0 || ^20.0.0-next.0" from @angular/[email protected]
npm error   node_modules/@angular/build
npm error     dev @angular/build@"20.0.0-next.3" from the root project
npm error   1 more (ng-packagr)
npm error
npm error Could not resolve dependency:
npm error peer @angular/compiler-cli@">=17.0.0 <20.0.0" from [email protected]
npm error node_modules/jest-preset-angular
npm error   dev jest-preset-angular@"15.0.0-next.0" from the root project
npm error
npm error Conflicting peer dependency: @angular/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   peer @angular/compiler-cli@">=17.0.0 <20.0.0" from [email protected]
npm error   node_modules/jest-preset-angular
npm error     dev jest-preset-angular@"15.0.0-next.0" 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-27T21_16_38_331Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-27T21_16_38_331Z-debug-0.log

@renovate renovate bot enabled auto-merge (squash) March 15, 2025 03:35
Copy link

codecov bot commented Mar 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (17555ba) to head (91f381c).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #11217   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          227       227           
  Lines         4965      4965           
  Branches      1154      1154           
=========================================
  Hits          4965      4965           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.1 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.1 (patch) - autoclosed Mar 16, 2025
@renovate renovate bot closed this Mar 16, 2025
auto-merge was automatically disabled March 16, 2025 19:56

Pull request was closed

@renovate renovate bot deleted the renovate/e2e/a20/patch-angular-cli-monorepo branch March 16, 2025 19:56
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.1 (patch) - autoclosed chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.1 (patch) Mar 23, 2025
@renovate renovate bot reopened this Mar 23, 2025
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.1 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.2 (patch) Mar 23, 2025
@renovate renovate bot enabled auto-merge (squash) March 23, 2025 21:36
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch 2 times, most recently from 2734b85 to 2333429 Compare March 26, 2025 13:01
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.2 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.3 (patch) Mar 26, 2025
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch from 2333429 to 91f381c Compare March 27, 2025 21:16
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.3 (patch) chore(e2e/a20): update dependency @angular/cli to v20.0.0-next.3 Mar 27, 2025
@satanTime satanTime merged commit 6bd1691 into master Mar 28, 2025
5 of 7 checks passed
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