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

Update npm-major (major) #570

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 16.2.1 -> 19.0.6 age adoption passing confidence
@angular-eslint/builder (source) 16.1.2 -> 19.0.2 age adoption passing confidence
@angular-eslint/eslint-plugin (source) 16.1.2 -> 19.0.2 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) 16.1.2 -> 19.0.2 age adoption passing confidence
@angular-eslint/schematics (source) 16.1.2 -> 19.0.2 age adoption passing confidence
@angular-eslint/template-parser (source) 16.1.2 -> 19.0.2 age adoption passing confidence
@angular/animations (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/cdk 16.2.2 -> 19.0.4 age adoption passing confidence
@angular/cli 16.2.1 -> 19.0.6 age adoption passing confidence
@angular/common (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/compiler (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/compiler-cli (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/core (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/forms (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/localize 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/platform-browser (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/platform-browser-dynamic (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@angular/router (source) 16.2.4 -> 19.0.5 age adoption passing confidence
@fortawesome/angular-fontawesome 0.13.0 -> 1.0.0 age adoption passing confidence
@ngrx/component 16.2.0 -> 19.0.0 age adoption passing confidence
@ngrx/data 16.2.0 -> 19.0.0 age adoption passing confidence
@ngrx/effects 16.2.0 -> 19.0.0 age adoption passing confidence
@ngrx/router-store 16.2.0 -> 19.0.0 age adoption passing confidence
@ngrx/schematics 16.2.0 -> 19.0.0 age adoption passing confidence
@ngrx/store 16.2.0 -> 19.0.0 age adoption passing confidence
@ngrx/store-devtools 16.2.0 -> 19.0.0 age adoption passing confidence
@types/node (source) 20.5.9 -> 22.10.2 age adoption passing confidence
@types/uuid (source) 9.0.3 -> 10.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.6.0 -> 8.18.2 age adoption passing confidence
@typescript-eslint/parser (source) 6.6.0 -> 8.18.2 age adoption passing confidence
angular-oauth2-oidc 15.0.1 -> 19.0.0 age adoption passing confidence
cypress-terminal-report 5.3.3 -> 7.1.0 age adoption passing confidence
eslint (source) 8.48.0 -> 9.17.0 age adoption passing confidence
jest-preset-angular (source) 13.1.1 -> 14.4.2 age adoption passing confidence
primeicons 6.0.1 -> 7.0.0 age adoption passing confidence
primeng (source) 16.3.1 -> 19.0.1 age adoption passing confidence
uuid 9.0.0 -> 11.0.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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 h

Configuration

📅 Schedule: Branch creation - "on the first day of the week" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from a team as a code owner November 12, 2023 01:26
@renovate renovate bot added the dependency Depedency update label Nov 12, 2023
Copy link
Contributor Author

renovate bot commented Nov 12, 2023

⚠ 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.13.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.14.0" from @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"17.3.8" from the root project
npm error   peer @angular/core@"17.3.8" from @angular/[email protected]
npm error   node_modules/@angular/animations
npm error     @angular/animations@"17.3.8" 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 /tmp/renovate/cache/others/npm/_logs/2024-05-08T20_36_38_624Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T20_36_38_624Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-npm-major branch 6 times, most recently from 286654d to c9c7957 Compare November 22, 2023 00:54
@renovate renovate bot force-pushed the renovate/major-npm-major branch 5 times, most recently from d39cb0d to 59d8a1d Compare December 2, 2023 01:09
@renovate renovate bot force-pushed the renovate/major-npm-major branch 5 times, most recently from 909593d to 4671cd5 Compare December 13, 2023 16:39
@renovate renovate bot force-pushed the renovate/major-npm-major branch 3 times, most recently from 2e6a692 to 0486484 Compare December 16, 2023 18:49
@renovate renovate bot changed the title Update npm-major to v17 (major) Update npm-major (major) Dec 16, 2023
@renovate renovate bot force-pushed the renovate/major-npm-major branch from 0486484 to 10e969c Compare December 16, 2023 22:06
@renovate renovate bot changed the title Update npm-major (major) Update npm-major to v17 (major) Dec 16, 2023
@renovate renovate bot force-pushed the renovate/major-npm-major branch 3 times, most recently from e1eaee8 to e85d0d1 Compare December 21, 2023 21:13
@renovate renovate bot force-pushed the renovate/major-npm-major branch 2 times, most recently from 97e423c to 574d8bb Compare January 3, 2024 18:19
@renovate renovate bot force-pushed the renovate/major-npm-major branch 9 times, most recently from 1cff309 to 4986ac6 Compare December 2, 2024 19:58
@renovate renovate bot force-pushed the renovate/major-npm-major branch 8 times, most recently from 4b9d911 to a5344c3 Compare December 10, 2024 12:18
@renovate renovate bot force-pushed the renovate/major-npm-major branch 7 times, most recently from 1b7a39f to 8a7876b Compare December 17, 2024 18:20
@renovate renovate bot force-pushed the renovate/major-npm-major branch 4 times, most recently from b1d4f7a to 273acb3 Compare December 19, 2024 15:16
@renovate renovate bot force-pushed the renovate/major-npm-major branch from 273acb3 to 1976376 Compare December 23, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants