Skip to content

chore(e2e/a20): update angular-cli monorepo to v20.0.3 (patch) #11386

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: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2025

This PR contains the following updates:

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

Release Notes

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

v20.0.3

Compare Source

@​schematics/angular
Commit Type Description
e90a808c0 fix include main.server.ts in tsconfig.files when present
5c48b8e0a fix reset module typeSeparator when generating applications
@​angular/build
Commit Type Description
56f426e25 fix include custom bundle name scripts with karma
dfe3a8b73 fix increase worker idle timeout
e6d27bd5e fix set scripts option output as classic script for karma

v20.0.2

Compare Source

@​schematics/angular
Commit Type Description
bf64a0f2d fix add less as a devDependency when selected as the style preprocessor
cb258a3e1 fix correctly detect modules using new file extension format
@​angular/build
Commit Type Description
424f1cbbf fix do not consider internal Angular files as external imports

v20.0.1

Compare Source

@​angular/cli
Commit Type Description
0883248cb fix improve Node.js version check and error messages
@​schematics/angular
Commit Type Description
525ddcbd2 fix only overwrite JSON file if actually changed
83c820e5a fix remove karma config devkit package usages during application migration
87266b38a fix skip zone.js dependency for zoneless applications
@​angular/build
Commit Type Description
e5efdc577 fix also disable outputMode in vitest unit-tests
5814393db fix resolve junit karma reporter output to workspace root

v20.0.0

Compare Source

Breaking Changes

@​angular/cli
  • Node.js v18 is no longer supported with Angular.

    Before updating a project to Angular v20, the Node.js version must be
    at least 20.11.1. For the full list of supported Node.js versions,
    see https://angular.dev/reference/versions.

  • Node.js versions from 22.0 to 22.10 are no longer supported

@​schematics/angular
  • --server-routing option has been removed from several schematics. Server routing will be used when using the application builder.
@​angular-devkit/schematics
  • The NodePackageLinkTask has been removed without a replacement. Create a custom task if needed.

    Note: This does not affect application developers.

@​angular/build
  • TypeScript versions less than 5.8 are no longer supported.
@​schematics/angular
Commit Type Description
e03f2b899 feat Add global error listeners to new app generation
1e137ca84 feat add migration to update moduleResolution to bundler
26fd4ea73 feat add migrations for server rendering updates
5876577af feat Add prompt for new apps to be zoneless
fdc6291dd feat add update migration to keep previous style guide generation behavior
093c5a315 feat directly use @angular/build in new projects
d6f594fe0 feat generate applications using TypeScript project references
0ab1ddf63 feat generate libraries using TypeScript project references
18e13e2ce feat remove --server-routing option
03180fe03 feat use TypeScript module preserve option for new projects
86d241629 fix add @angular/ssr dependency only when provideServerRendering import has been updated
9e6b9b537 fix add type checking of host bindings to strict config
8654b3fea fix application migration should migrate karma builder package
c557a19ef fix avoid empty polyfill option for new zoneless application
90615a88b fix default component templates to not use .ng.html extension
672ae14cd fix drop composite in tsconfig
da6ef626f fix ensure app-shell schematic consistently uses withAppShell
f126f8d34 fix ensure module discovery checks for an NgModule decorator
dc2f65999 fix generate component templates with a .ng.html file extension
23fc8e1e1 fix generate components without a .component extension/type
8d715fa94 fix generate directives without a .directive extension/type
5fc595144 fix generate guards with a dash type separator
040282d8f fix generate interceptors with a dash type separator
070d60fb3 fix generate modules with a dash type separator
e6083b57b fix generate pipes with a dash type separator
92e193c0b fix generate resolvers with a dash type separator
bc0f07b48 fix generate services without a .service extension/type
ea1143ddd fix infer app component name and path in server schematic
bcc0892a6 fix migrate provideServerRoutesConfig to provideServerRendering
5e8c6494d fix relative tsconfig paths in references
381d35fe4 fix remove empty scripts option value from new applications
148498c2b fix Remove experimental from zoneless
a910fe9ae fix remove explicit outputPath option value from generated applications
901ab60d9 fix remove explicit index option from new applications
be6f13ec1 fix remove setting files tsconfig field with SSR/Server generation
661609e3e fix set explicit type in library schematic
0f7dc2cd8 fix skip spec project reference for minimal ng new
3cf6ab0f7 fix support using default browser option when not present
b13805a77 fix use protected for class member
@​angular/cli
Commit Type Description
e513cd4aa fix add Node.js 24 as supported version
5e90c1b4e fix remove Node.js v18 support
787e510dc fix update min Node.js support to 20.19, 22.12, and 24.0
64732534e fix update minimum supported Node.js 22 version to 22.11.0
@​angular-devkit/build-angular
Commit Type Description
a42e045ba fix respect i18nDuplicateTranslation option when duplicates exist
@​angular-devkit/schematics
Commit Type Description
e6be37601 refactor remove deprecated NodePackageLinkTask
@​angular/build
Commit Type Description
d6ea6b09f feat add experimental vitest browser support to unit-testing
12def3a2e feat add experimental vitest unit-testing support
c1de63300 feat allow control of source map sources content for application builds
31c81e9c6 feat drop support for TypeScript older than 5.8
e80963036 feat expand browser support policy to widely available Baseline
3c9172159 feat integrate Chrome automatic workspace folders
9b682e625 feat support a default outputPath option for applications
d067cedf0 feat support custom resolution conditions with applications
f4be83119 feat Support Sass package importers
f36a27272 fix allow a default application browser option
f42f5c14c fix allow component HMR for templates with i18n
e36bf964a fix allow TestBed provider configuration with vitest unit-testing
769961e4a fix allow vitest-based unit testing to use watch option
3e24a59a9 fix disable TypeScript composite option with Angular compiler
b155ba1dc fix enable unit-test builder watch outside CI
7bb1f8747 fix enable unit-test reporters option
05485ede7 fix ensure com.chrome.devtools.json is consistently served after initial run
7877d9a97 fix ensure disabled vitest config loading
c8c73185a fix ensure matching coverage excludes with karma on Windows
aec95042b fix exclude only source test files with unit-test vitest support
5bea3de4c fix invalidate com.chrome.devtools.json if project is moved
1cd65a08d fix perform testing module cleanup when using Vitest
c51a540ce fix provide direct debugging support for unit test builder
c7f2cb596 fix provide vitest globals in unit-test builder
d2bfc6bd4 fix revert setup unit-test polyfills before TestBed init
0d40cdecd fix setup unit-test polyfills before TestBed init
fa3dc6387 fix show unit-test error for missing vitest browser package
247cd3352 fix show unit-test error for missing vitest package
eee816f79 fix use global unit-test hooks during TestBed init
566de64cb fix use virtual module for Karma TestBed initialization
52fbffcd7 fix warn and remove jsdom launcher when used with karma
5ff6188c4 perf directly check code for Angular partial linking
@​angular/pwa
Commit Type Description
fa0a06f9f fix support using default index option when not present
@​angular/ssr
Commit Type Description
33b9de3eb feat expose provideServerRendering and remove provideServerRouting
cdfc50c29 feat stabilize AngularNodeAppEngine, AngularAppEngine, and provideServerRouting APIs
319b8e0c2 fix manage unhandled errors in zoneless applications
2d11e8e45 fix return 302 when redirectTo is a function
059c10eb4 fix SSR should work without @angular/router
63428f3f1 perf flush headers prior to start rendering the HTML
280693231 perf optimize response times by introducing header flushing
6bd7b9b4a perf optimized request handling performance
@​ngtools/webpack
Commit Type Description
427bd846f fix disable TypeScript composite option with Angular compiler

v20.0.0-rc.4

Compare Source

@​schematics/angular
Commit Description
fix - bcc0892a6 migrate provideServerRoutesConfig to provideServerRendering
@​angular/build
Commit Description
fix - 4c0d873b0 include full metadata for AOT unit-testing
perf - 5ff6188c4 directly check code for Angular partial linking

v20.0.0-rc.3

Compare Source

@​schematics/angular
Commit Description
fix - b13805a77 use protected for class member
@​angular/cli
Commit Description
fix - 787e510dc update min Node.js support to 20.19, 22.12, and 24.0
@​angular-devkit/build-angular
Commit Description
fix - a42e045ba respect i18nDuplicateTranslation option when duplicates exist
@​angular/build
Commit Description
fix - b155ba1dc enable unit-test builder watch outside CI
fix - 7877d9a97 ensure disabled vitest config loading
fix - aec95042b exclude only source test files with unit-test vitest support
fix - c51a540ce provide direct debugging support for unit test builder
fix - eee816f79 use global unit-test hooks during TestBed init
@​angular/pwa
Commit Description
fix - 5b43174f1 remove background_color and theme_color from manifest
@​angular/ssr
Commit Description
fix - 059c10eb4 SSR should work without @angular/router

v20.0.0-rc.2

Compare Source

@​angular/build
Commit Description
fix - d2bfc6bd4 revert setup unit-test polyfills before TestBed init

v20.0.0-rc.1

Compare Source

@​schematics/angular
Commit Description
fix - 3cf6ab0f7 support using default browser option when not present
@​angular/cli
Commit Description
fix - 5093ce0a6 properly handle Node.js require() errors with ESM modules
@​angular/build
Commit Description
fix - e36bf964a allow TestBed provider configuration with vitest unit-testing
fix - 769961e4a allow vitest-based unit testing to use watch option
fix - c7f2cb596 provide vitest globals in unit-test builder
fix - 0d40cdecd setup unit-test polyfills before TestBed init
fix - fa3dc6387 show unit-test error for missing vitest browser package
fix - 247cd3352 show unit-test error for missing vitest package

v20.0.0-rc.0

Compare Source

@​schematics/angular
Commit Description
fix - 901ab60d9 remove explicit index option from new applications
@​angular/cli
Commit Description
fix - e513cd4aa add Node.js 24 as supported version
@​angular-devkit/build-angular
Commit Description
fix - 635999d4e correctly set i18n subPath in webpack browser builder
@​angular/build
Commit Description
fix - f36a27272 allow a default application browser option
fix - f42f5c14c allow component HMR for templates with i18n
fix - ffaf8aa19 avoid attempting to watch bundler internal files
fix - ba844ae16 avoid internal karma request cache for assets
fix - 7bb1f8747 enable unit-test reporters option
fix - 1cd65a08d perform testing module cleanup when using Vitest
perf - 22ba07444 fix unnecessary esbuild rebuilds
@​angular/pwa
Commit Description
fix - fa0a06f9f support using default index option when not present

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 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 enabled auto-merge (squash) May 4, 2025 13:50
Copy link
Contributor Author

renovate bot commented May 4, 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 unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   @angular/compiler@"20.0.0-next.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/compiler@"^20.0.0" from @angular/[email protected]
npm error node_modules/@angular/build
npm error   dev @angular/build@"20.0.3" 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-06-19T05_50_06_564Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-06-19T05_50_06_564Z-debug-0.log

Copy link

codecov bot commented May 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3fd23c8) to head (d80616a).
Report is 1 commits behind head on master.

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

☔ 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.

@satanTime satanTime force-pushed the master branch 2 times, most recently from bb21cad to 6824c13 Compare May 5, 2025 07:13
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.9 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.9 (patch) - autoclosed May 5, 2025
@renovate renovate bot closed this May 5, 2025
auto-merge was automatically disabled May 5, 2025 07:16

Pull request was closed

@renovate renovate bot deleted the renovate/e2e/a20/patch-angular-cli-monorepo branch May 5, 2025 07:16
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.9 (patch) - autoclosed chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.9 (patch) May 5, 2025
@renovate renovate bot reopened this May 5, 2025
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch from c5e8501 to aca8581 Compare May 5, 2025 07:54
@renovate renovate bot enabled auto-merge (squash) May 5, 2025 08:13
@satanTime satanTime force-pushed the master branch 4 times, most recently from f9aa723 to 97bfded Compare May 5, 2025 13:25
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch 3 times, most recently from 5b5b60f to 0730398 Compare May 6, 2025 07:30
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-next.9 (patch) chore(e2e/a20): update dependency @angular/cli to v20.0.0-next.9 May 6, 2025
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch from 0730398 to 8c74609 Compare May 7, 2025 23:53
@renovate renovate bot changed the title chore(e2e/a20): update dependency @angular/cli to v20.0.0-next.9 chore(e2e/a20): update angular-cli monorepo to v20.0.0-rc.0 (patch) May 7, 2025
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch from 8c74609 to bc72366 Compare May 14, 2025 19:19
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-rc.0 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.0-rc.1 (patch) May 14, 2025
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch from bc72366 to bb073cd Compare May 14, 2025 22:26
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-rc.1 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.0-rc.2 (patch) May 14, 2025
@renovate renovate bot force-pushed the renovate/e2e/a20/patch-angular-cli-monorepo branch from bb073cd to d80616a Compare June 19, 2025 05:50
@renovate renovate bot changed the title chore(e2e/a20): update angular-cli monorepo to v20.0.0-rc.2 (patch) chore(e2e/a20): update angular-cli monorepo to v20.0.3 (patch) Jun 19, 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