Skip to content

chore(deps): update angular packages to v20 (major) - abandoned #4

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 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^19.1.6 -> ^20.0.0-next age adoption passing confidence
@angular/animations (source) ^19.1.5 -> ^20.0.0-next age adoption passing confidence
@angular/cli ^19.1.6 -> ^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) ^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) ^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) ^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) ^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
@angular/ssr ^19.1.6 -> ^20.0.0-next age adoption passing confidence

Release Notes

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

v20.0.0-next.5

Compare Source

@​schematics/angular
Commit Type Description
fdc6291dd feat add update migration to keep previous style guide generation behavior
90615a88b fix default component templates to not use .ng.html extension
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
ea1143ddd fix infer app component name and path in server schematic
661609e3e fix set explicit type in library schematic
@​angular/build
Commit Type Description
3e24a59a9 fix disable TypeScript composite option with Angular compiler
6f913ad5e fix include component test metadata in development builds
fc0e05fea fix skip normalization of relative externals
@​angular/ssr
Commit Type Description
319b8e0c2 fix manage unhandled errors in zoneless applications
@​ngtools/webpack
Commit Type Description
427bd846f fix disable TypeScript composite option with Angular compiler

v20.0.0-next.4

Compare Source

@​schematics/angular
Commit Type Description
1e137ca84 feat add migration to update moduleResolution to bundler
@​angular-devkit/schematics
Commit Type Description
4955ee0aa fix properly resolve relative schematics when executed from a nested directory
@​angular/build
Commit Type Description
d067cedf0 feat support custom resolution conditions with applications
8a89438be fix correctly handle false value in server option
52fbffcd7 fix warn and remove jsdom launcher when used with karma

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

v20.0.0-next.1

Compare Source

Breaking Changes

@​angular/build
  • TypeScript versions less than 5.8 are no longer supported.
@​schematics/angular
Commit Type Description
03180fe03 feat use TypeScript module preserve option for new projects
dc2f65999 fix generate component templates with a .ng.html file extension
@​angular/cli
Commit Type Description
2d03d8f11 fix record analytics for nested schematics
@​angular/build
Commit Type Description
31c81e9c6 feat drop support for TypeScript older than 5.8
3c9172159 feat integrate Chrome automatic workspace folders
f0dd60be1 fix exclude all entrypoints of a library from prebundling
3e3516785 fix handle postcss compilation errors gracefully
5bea3de4c fix invalidate com.chrome.devtools.json if project is moved
b100c71cc fix provide extract-i18n does not respect
beab546bf fix remove duplicate prebundling warning
@​angular/ssr
Commit Type Description
ee8466de5 fix prevent stream draining if write does not return a boolean

v20.0.0-next.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.

@​angular-devkit/schematics
  • The NodePackageLinkTask has been removed without a replacement. Create a custom task if needed.

    Note: This does not affect application developers.

@​schematics/angular
Commit Type Description
093c5a315 feat directly use @angular/build in new projects
@​angular/cli
Commit Type Description
5e90c1b4e fix remove Node.js v18 support
@​angular-devkit/schematics
Commit Type Description
e6be37601 refactor remove deprecated NodePackageLinkTask
@​angular/build
Commit Type Description
c8c73185a fix ensure matching coverage excludes with karma on Windows
@​angular/ssr
Commit Type Description
280693231 perf optimize response times by introducing header flushing

v19.2.7

Compare Source

@​angular/build
Commit Type Description
7f1e8c677 fix include component test metadata in development builds
74cd4edd5 fix skip normalization of relative externals

v19.2.6

Compare Source

@​angular-devkit/schematics
Commit Type Description
e5aec562f fix properly resolve relative schematics when executed from a nested directory
@​angular/build
Commit Type Description
76cfd364a fix correctly handle false value in server option
d69188c6b fix update vite to 6.2.4 due to a security issues

v19.2.5

Compare Source

@​angular/build
Commit Type Description
20455e2a6 fix correct handling of response/request errors
32b1dcd91 fix handle undefined getOrCreateAngularServerApp during error compilation
7552a9fec fix normalize karma asset paths before lookup
1eb5b4357 fix update vite to 6.2.3

v19.2.4

Compare Source

@​schematics/angular
Commit Type Description
0a4e96bda fix replace @angular/platform-browser-dynamic with @angular/platform-browser
@​angular/build
Commit Type Description
b0b643e46 fix ensure errors for missing component resources
2cd763e89 fix ensure relative karma stack traces for test failures

v19.2.3

Compare Source

@​angular/build
Commit Type Description
5a739820b fix update babel packages

v19.2.2

Compare Source

@​angular/cli
Commit Type Description
0ee24e29b fix record analytics for nested schematics
@​angular/build
Commit Type Description
4575265f0 fix exclude all entrypoints of a library from prebundling
83fcffbb7 fix handle postcss compilation errors gracefully
78297ee47 fix provide extract-i18n does not respect
b18b9c8f2 fix remove duplicate prebundling warning
@​angular/ssr
Commit Type Description
e6e8ce960 fix prevent stream draining if write does not return a boolean

v19.2.1

Compare Source

@​schematics/angular
Commit Type Description
4c35b5721 fix prevent accidental deletion of main.ts during application builder migration
d7f9cb578 fix prevent error when tsconfig file is missing in application builder migration
@​angular-devkit/architect
Commit Type Description
3ebd7ca7c fix improve error message when configuration is missing
@​angular/build
Commit Type Description
c07330967 fix allow component HMR with a service worker
c989c91c3 fix exclude component styles from 'any' and 'all' budget calculations
96e5dcb5f fix handle undefined less stylesheet sourcemap values

v19.2.0

Compare Source

@​schematics/angular
Commit Type Description
fe8d83a1f fix add additional checks for application builder usage
adf4ea5d4 fix remove animations module from ng new app
@​angular-devkit/build-angular
Commit Type Description
ef7ea536f feat add aot option to jest
523d539c6 feat add aot option to karma
a00a49a65 feat add aot to WTR schema
2bae1a9c0 fix support aot option for karma browser builder
@​angular/build
Commit Type Description
11fab9c7d feat add application builder karma testing to package
a5fcf8044 fix provide karma stack trace sourcemap support
964fb778b fix support per component updates of multi-component files
f836be9e6 fix support Vite allowedHosts option for development server
0ddf6aafa fix utilize bazel stamp instead of resolving peer dependency versions
@​angular/ssr
Commit Type Description
9726cd084 feat Add support for route matchers with fine-grained render mode control

v19.1.9

Compare Source

@​angular/build
Commit Type Description
2d361e9b0 fix always disable JSON stats with dev-server

v19.1.8

Compare Source

@​angular/cli
Commit Type Description
f76cee637 fix correctly parse and resolve relative schematic collection names on Windows
ceba7739c fix prefer installed package as fallback when listing package groups
@​angular-devkit/build-angular
Commit Type Description
c54b9996a fix pass missing options to Karma esbuild builder
@​angular/build
Commit Type Description
2f60a24dd fix suppress asset missing warning for /index.html requests
b8f7952b7 fix update critical CSS inlining to support autoCsp

v19.1.7

Compare Source

@​schematics/angular
Commit Type Description
de73b1c0c fix include default export for Express app
@​angular/build
Commit Type Description
8890a5f76 fix always provide Vite client helpers with development server
df1d38846 fix configure Vite CORS option
a13a49d95 fix exclude unmodified files from logs with --localize
0826315fa fix handle unlocalizable files correctly in localized prerender
d2e1c8e9f perf cache translated i18n bundles for faster builds
@​angular/ssr
Commit Type Description
f5d974576 fix accurately calculate content length for static pages with \r\n
c26ea1619 fix properly handle baseHref with protocol
angular/angular (@​angular/animations)

v20.0.0-next.6

Compare Source

Breaking Changes

core
  • Animations are guaranteed to be flushed when Angular
    runs automatic change detection or manual calls to ApplicationRef.tick.
    Prior to this change, animations would not be flushed in some situations
    if change detection did not run on any views attached to the
    application. This change can affect tests which may rely on the old
    behavior, often by making assertions on DOM elements that should have
    been removed but weren't because DOM removal is delayed until animations
    are flushed.
compiler
Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#​60495)
compiler-cli
Commit Type Description
8744c9a165 fix ensure HMR works with different output module type ([#​60797](https:

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
Author

renovate bot commented Nov 20, 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: demo/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: [email protected]
npm error Found: [email protected]
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/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"^20.0.0-next" from the root project
npm error   peer @angular/compiler-cli@"^20.0.0 || ^20.0.0-next.0" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"^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-04-10T07_15_48_281Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-04-10T07_15_48_281Z-debug-0.log

@renovate renovate bot changed the title chore(deps): update angular packages to v19 (major) chore(deps): update dependency @angular/core to v19 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from 4b87dcf to 0543c63 Compare November 27, 2024 05:31
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from 0543c63 to 64721da Compare January 10, 2025 03:59
@renovate renovate bot force-pushed the renovate/major-angular-packages branch 2 times, most recently from 1b96a13 to e6c1ee2 Compare January 23, 2025 03:53
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from e6c1ee2 to e6da39a Compare February 12, 2025 18:18
@renovate renovate bot changed the title chore(deps): update dependency @angular/core to v19 chore(deps): update angular packages to v19 (major) Feb 12, 2025
@pieh pieh force-pushed the main branch 2 times, most recently from f3cceee to 202234c Compare February 12, 2025 18:57
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from e6da39a to d01ef54 Compare February 12, 2025 18:58
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from d01ef54 to 853cbc5 Compare February 12, 2025 20:06
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from 853cbc5 to d83986d Compare February 13, 2025 08:41
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from d83986d to 101a2ca Compare February 13, 2025 08:50
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from 101a2ca to a858b17 Compare February 13, 2025 09:18
@renovate renovate bot force-pushed the renovate/major-angular-packages branch from a858b17 to f9d346c Compare February 13, 2025 11:37
@renovate renovate bot changed the title chore(deps): update angular packages to v19 (major) chore(deps): update angular packages to v19 (major) - abandoned Feb 13, 2025
Copy link
Author

renovate bot commented Feb 13, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot force-pushed the renovate/major-angular-packages branch from f9d346c to 399e471 Compare April 10, 2025 07:15
@renovate renovate bot changed the title chore(deps): update angular packages to v19 (major) - abandoned chore(deps): update angular packages to v20 (major) Apr 10, 2025
@renovate renovate bot changed the title chore(deps): update angular packages to v20 (major) chore(deps): update angular packages to v20 (major) - abandoned Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant