Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Update Major (major) #77

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

Update Major (major) #77

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular ^18.2.4 -> ^19.0.0 age adoption passing confidence devDependencies major
@angular-eslint/eslint-plugin (source) ^18.0.1 -> ^19.0.0 age adoption passing confidence dependencies major
@angular-eslint/eslint-plugin-template (source) ^18.0.1 -> ^19.0.0 age adoption passing confidence dependencies major
@angular-eslint/template-parser (source) ^18.0.1 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/animations (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/cdk ^18.2.0 -> ^18.2.0 || ^19.0.0 age adoption passing confidence peerDependencies major
@angular/cli ~18.2.4 -> ~19.0.0 age adoption passing confidence devDependencies major
@angular/common (source) ^18.2.0 -> ^18.2.0 || ^19.0.0 age adoption passing confidence peerDependencies major
@angular/common (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/compiler (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/compiler-cli (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence devDependencies major
@angular/core (source) ^18.2.0 -> ^18.2.0 || ^19.0.0 age adoption passing confidence peerDependencies major
@angular/core (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/forms (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/material ^18.2.0 -> ^18.2.0 || ^19.0.0 age adoption passing confidence peerDependencies major
@angular/material-date-fns-adapter ^18.2.2 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/platform-browser (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/platform-browser-dynamic (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@angular/router (source) ^18.2.4 -> ^19.0.0 age adoption passing confidence dependencies major
@ng-doc/app (source) 18.3.0 -> 19.1.0 age adoption passing confidence dependencies major
@ng-doc/builder (source) 18.3.0 -> 19.1.0 age adoption passing confidence dependencies major
@ng-doc/core (source) 18.3.0 -> 19.1.0 age adoption passing confidence dependencies major
@ng-doc/ui-kit (source) 18.3.0 -> 19.1.0 age adoption passing confidence dependencies major
@ng-matero/extensions (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
@types/jasmine (source) ~4.3.0 -> ~5.1.0 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) ^7.13.1 -> ^8.0.0 age adoption passing confidence dependencies major
@typescript-eslint/parser (source) ^7.13.1 -> ^8.0.0 age adoption passing confidence dependencies major
date-fns ^3.0.0 -> ^3.0.0 || ^4.0.0 age adoption passing confidence peerDependencies major
eslint (source) ^8.0.0 -> ^8.0.0 || ^9.0.0 age adoption passing confidence peerDependencies major
eslint (source) ^8.57.0 -> ^9.0.0 age adoption passing confidence devDependencies major
eslint-plugin-unused-imports ^3.2.0 -> ^4.0.0 age adoption passing confidence dependencies major
jasmine-core (source) ~4.5.0 -> ~5.5.0 age adoption passing confidence devDependencies major
ng-packagr ^18.0.0 -> ^19.0.0 age adoption passing confidence devDependencies major
peaceiris/actions-gh-pages v3 -> v4 age adoption passing confidence action major

Release Notes

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

v19.0.6

Compare Source

@​angular-devkit/build-angular
Commit Type Description
db7421231 fix jasmine.clock with app builder
@​angular/build
Commit Type Description
5fbc105ed fix force HTTP/1.1 in dev-server SSR with SSL
@​angular/ssr
Commit Type Description
2f4df6b2b fix correctly resolve pre-transform resources in Vite SSR without AppEngine
0789a9e13 fix ensure correct Location header for redirects behind a proxy

v19.0.5

Compare Source

@​angular-devkit/build-angular
Commit Type Description
6c319e44c fix fix webpack config transform for karma
@​angular/build
Commit Type Description
251bd9f22 fix Fixing auto-csp edge cases where
1047b8635 fix handle external @angular/ packages during SSR (#​29094)
376ee9966 fix provide component HMR update modules to dev-server SSR
5ea9ce376 fix use consistent path separators for template HMR identifiers
@​angular/ssr
Commit Type Description
b3c6c7eb2 fix include Content-Language header when locale is set
4203efb90 fix disable component bootstrapping during route extraction

v19.0.4

Compare Source

v19.0.3

Compare Source

@​angular/cli
Commit Type Description
4e82ca180 fix correctly select package versions in descending order during ng add
@​schematics/angular
Commit Type Description
28a51cc5e fix add required type to CanDeactivate guard (#​29004)
@​angular/build
Commit Type Description
f26e1b462 fix add timeout to route extraction
ab4e77c75 fix allow .json file replacements with application builds
06690d87e fix apply define option to JavaScript from scripts option
775e6f780 fix avoid deploy URL usage on absolute preload links
21f21eda3 fix ensure correct handling of index.output for SSR
@​angular/ssr
Commit Type Description
75cf47e71 fix apply HTML transformation to CSR responses
5880a0230 fix correctly handle serving of prerendered i18n pages
277b8a378 fix ensure compatibility for Http2ServerResponse type

v19.0.2

Compare Source

@​schematics/angular
Commit Type Description
2f53e2af5 fix skip SSR routing prompt in webcontainer
@​angular/build
Commit Type Description
f9da163f8 fix minimize reliance on esbuild inject to prevent code reordering
c497749e6 fix prevent errors with parameterized routes when getPrerenderParams is undefined
@​angular/ssr
Commit Type Description
c8cd90e0f fix handle nested redirects not explicitly defined in router config

v19.0.1

Compare Source

@​angular-devkit/build-angular
Commit Type Description
b63123f20 fix use stylePreprocessorOptions
@​angular/build
Commit Type Description
74461da64 fix ensure accurate content length for server assets
1b4dcedd5 fix use sha256 instead of sha-256 as hash algorithm name
@​angular/ssr
Commit Type Description
8bd2b260e fix handle baseHref that start with ./

v19.0.0

Compare Source

Breaking Changes

@​schematics/angular
  • The app-shell schematic is no longer compatible with Webpack-based builders.
@​angular-devkit/build-angular
@​angular-devkit/core
  • The deprecated fileBuffer function is no longer available. Update your code to use stringToFileBuffer instead to maintain compatibility.

    Note: that this change does not affect application developers.

@​angular/build
  • The @angular/localize/init polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.
@​angular/ssr
  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@​angular/ssr';

    After

    import { CommonEngine } from '@​angular/ssr/node';
@​angular-devkit/schematics-cli
Commit Type Description
37693c40e feat add package manager option to blank schematic
@​schematics/angular
Commit Type Description
a381a3db1 feat add option to export component as default
755f3a07f feat add option to setup new workspace or application as zoneless mode
cfca5442e feat integrate withEventReplay() in provideClientHydration for new SSR apps
292a4b7c2 feat update app-shell and ssr schematics to adopt new Server Rendering API
b1504c3bc fix component spec with export default
4b4e000dd fix don't show server routing prompt when using browser builder
4e2a5fe15 fix enable opt-in for new @angular/ssr feature
fcf7443d6 fix explicitly set standalone:false
7992218a9 fix remove declaration and sourceMap from default tsconfig
9e6ab1bf2 fix use default import for express
@​angular/cli
Commit Type Description
201b60e1d feat handle string key/value pairs, e.g. --define
b847d4460 fix recommend optional application update migration during v19 update
f249e7e85 perf enable Node.js compile code cache when available
ecc107d83 perf enable Node.js compile code cache when available
@​angular-devkit/architect
Commit Type Description
78f76485f feat merge object options from CLI
@​angular-devkit/build-angular
Commit Type Description
0a4ef3026 feat karma-coverage w/ app builder
dcbdca85c feat karma+esbuild+watch
54594b5ab feat support karma with esbuild
ea5ae68da fix bring back style tags in browser builder
476f94f51 fix fix --watch regression in karma
25d928b4f fix fix hanging terminal when browser-sync is not installed
2ec877dd0 fix handle basename collisions
ab6e19e1f fix handle main field
43e7aae22 fix remove double-watch in karma
1e37b5939 fix serve assets
9d7613db9 fix zone.js/testing + karma + esbuild
e40384e63 refactor remove deprecated browserTarget
62877bdf2 refactor remove Protractor builder and schematics
@​angular-devkit/core
Commit Type Description
0d8a1006d refactor remove deprecated fileBuffer function in favor of stringToFileBuffer
@​angular/build
Commit Type Description
b6951f448 feat add sass to stylePreprocessorOptions in application builder
efb434136 feat Auto-CSP support as a part of angular.json schema
816e3cb86 feat enable component stylesheet hot replacement by default
3b00fc908 feat introduce outputMode option to the application builder
7d883a152 feat introduce ssr.experimentalPlatform option
c48d6947e feat set development/production condition
f63072668 feat utilize ssr.entry during prerendering to enable access to local API routes
bbc290133 feat utilize ssr.entry in Vite dev-server when available
5a7a2925b fix add missing redirect in SSR manifest
06e5176c2 fix add warning when --prerendering or --app-shell are no-ops
ecaf870b5 fix always clear dev-server error overlay on non-error result
f8677f6a9 fix always record component style usage for HMR updates
099e477a8 fix avoid hashing development external component stylesheets
3602bbb77 fix avoid overwriting inline style bundling additional results
71534aadc fix check referenced files against native file paths
fed31e064 fix correctly use dev-server hmr option to control stylesheet hot replacement
b86bb080e fix disable dev-server websocket when live reload is disabled
7c50ba9e2 fix ensure index.csr.html is always generated when prerendering or SSR are enabled
efb2232df fix ensure accurate content size in server asset metadata
18a8584ea fix ensure SVG template URLs are considered templates with external stylesheets
[7502fee28](https://redirect.github.com/angular/angular-cli/commit/7502fee28a057b53e60b97f5

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Oct 11, 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 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/zone.js
npm error   zone.js@"~0.14.10" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.15.0" from @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"^19.0.0" from the root project
npm error   peer @angular/core@"19.0.5" from @angular/[email protected]
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^19.0.0" from the root project
npm error   1 more (@vality/ng-core)
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 /tmp/renovate/cache/others/npm/_logs/2024-12-23T13_45_50_647Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-23T13_45_50_647Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 422e51d to 0f381b3 Compare October 14, 2024 10:59
@renovate renovate bot force-pushed the renovate/major-major branch from 0f381b3 to 4a17511 Compare November 6, 2024 12:42
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 8336eff to 0806f1c Compare November 19, 2024 18:26
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 4c6a780 to 53fa87e Compare December 2, 2024 22:55
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 1c231d6 to e85c30c Compare December 9, 2024 15:30
@renovate renovate bot force-pushed the renovate/major-major branch from e85c30c to a701d13 Compare December 23, 2024 08:38
@renovate renovate bot force-pushed the renovate/major-major branch from a701d13 to d1b9fa2 Compare December 23, 2024 13:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants