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(deps): update all devdependencies (major) #1364

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 17.3.11 -> 19.0.6 age adoption passing confidence
@angular/cli 17.3.11 -> 19.0.6 age adoption passing confidence
@angular/common (source) 17.3.12 -> 19.0.5 age adoption passing confidence
@angular/compiler (source) 17.3.12 -> 19.0.5 age adoption passing confidence
@angular/compiler-cli (source) 17.3.12 -> 19.0.5 age adoption passing confidence
@angular/core (source) 17.3.12 -> 19.0.5 age adoption passing confidence
@angular/platform-browser (source) 17.3.12 -> 19.0.5 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.3.12 -> 19.0.5 age adoption passing confidence
@types/node (source) 20.14.10 -> 22.10.2 age adoption passing confidence
@types/react (source) 18.3.18 -> 19.0.2 age adoption passing confidence
@types/react (source) ^18.0.26 -> ^19.0.0 age adoption passing confidence
@types/react-dom (source) 18.3.5 -> 19.0.2 age adoption passing confidence
@types/react-dom (source) ^18.0.10 -> ^19.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.14.1 -> 8.18.2 age adoption passing confidence
@typescript-eslint/parser (source) 7.14.1 -> 8.18.2 age adoption passing confidence
apollo-angular (source) 7.2.1 -> 8.0.0 age adoption passing confidence
css-loader 6.11.0 -> 7.1.2 age adoption passing confidence
eslint (source) 8.57.1 -> 9.17.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.2 -> 5.1.0 age adoption passing confidence
eslint-plugin-testing-library 6.2.2 -> 7.1.1 age adoption passing confidence
globals 14.0.0 -> 15.14.0 age adoption passing confidence
lowdb ^1.0.0 -> ^7.0.0 age adoption passing confidence
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence
react-router-dom (source) ^6.0.0 -> ^7.0.0 age adoption passing confidence
rimraf 5.0.10 -> 6.0.1 age adoption passing confidence
style-loader 3.3.4 -> 4.0.0 age adoption passing confidence
typescript (source) ^4.9.4 -> ^5.0.0 age adoption passing confidence
typescript-eslint (source) 7.14.1 -> 8.18.2 age adoption passing confidence
webpack-cli (source) 5.1.4 -> 6.0.1 age adoption passing confidence

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 fix Exclude known --import from execArgv when spawning workers
2551df533 fix fully disable component style HMR in JIT mode
c41529cc1 fix handle APP_BASE_HREF correctly in prerendered routes
87a90afd4 fix incomplete string escaping or encoding
1bb68ba68 fix move lmdb to optionalDependencies
a995c8ea6 fix prevent prerendering of catch-all routes
1654acf0f fix relax constraints on external stylesheet component id
0d4558ea5 fix set ngServerMode during vite prebundling
55d7f01b6 fix simplify disabling server features with --no-server via command line
cf0228b82 fix skip wildcard routes from being listed as prerendered routes
af52fb49b fix synchronize import/export conditions between bundler and TypeScript
6c618d495 fix update logic to support both internal and external SSR middlewares
bfa8fec9b fix use named export reqHandler for server.ts request handling
c8e1521a2 fix workaround Vite CSS ShadowDOM hot replacement
d6a34034d refactor remove automatic addition of @angular/localize/init polyfill and related warnings
@​angular/ssr
Commit Type Description
92209dd2e feat add createRequestHandler and createNodeRequestHandler utilities
41fb2ed86 feat Add getHeaders Method to AngularAppEngine and AngularNodeAppEngine for handling pages static headers
f346ee8a8 feat add isMainModule function
d66aaa3ca feat add server routing configuration API
[bca568389](https://redir

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, 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 May 11, 2024 08:34
Copy link
Contributor Author

renovate bot commented May 11, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: development/client-angular/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   dev zone.js@"0.14.7" 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   dev @angular/core@"19.0.5" from the root project
npm error   peer @angular/core@"19.0.5" from @angular/[email protected]
npm error   node_modules/@angular/common
npm error     dev @angular/common@"19.0.5" 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-12-28T10_34_32_207Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-28T10_34_32_207Z-debug-0.log

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @testing-library/[email protected]
npm error Found: @types/[email protected]
npm error node_modules/@types/react
npm error   dev @types/react@"19.0.2" from the root project
npm error   peerOptional @types/react@"*" from @radix-ui/[email protected]
npm error   node_modules/@radix-ui/react-arrow
npm error     @radix-ui/react-arrow@"1.1.0" from @radix-ui/[email protected]
npm error     node_modules/@radix-ui/react-popper
npm error       @radix-ui/react-popper@"1.2.0" from @radix-ui/[email protected]
npm error       node_modules/@radix-ui/react-hover-card
npm error         @radix-ui/react-hover-card@"^1.1.1" from the root project
npm error       2 more (@radix-ui/react-select, @radix-ui/react-tooltip)
npm error   30 more (@radix-ui/react-collection, ...)
npm error
npm error Could not resolve dependency:
npm error peerOptional @types/react@"^18.0.0" from @testing-library/[email protected]
npm error node_modules/@testing-library/react
npm error   dev @testing-library/react@"16.0.1" from the root project
npm error
npm error Conflicting peer dependency: @types/[email protected]
npm error node_modules/@types/react
npm error   peerOptional @types/react@"^18.0.0" from @testing-library/[email protected]
npm error   node_modules/@testing-library/react
npm error     dev @testing-library/react@"16.0.1" 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-12-28T10_34_34_965Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-28T10_34_34_965Z-debug-0.log

File name: development/client/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @apollo/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"^19.0.0" from the root project
npm ERR!   peer react@">=16.8" from [email protected]
npm ERR!   node_modules/react-router
npm ERR!   4 more (react-scripts, rehackt, react-dom, react-router-dom)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional react@"^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0" from @apollo/[email protected]
npm ERR! node_modules/@apollo/client
npm ERR!   dev @apollo/client@"3.11.10" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR!   peerOptional react@"^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0" from @apollo/[email protected]
npm ERR!   node_modules/@apollo/client
npm ERR!     dev @apollo/client@"3.11.10" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-12-28T10_34_51_167Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-all-dev branch 5 times, most recently from 696e836 to 0a42b8d Compare May 18, 2024 11:48
@renovate renovate bot force-pushed the renovate/major-all-dev branch 6 times, most recently from c7fea27 to 2fd3e87 Compare May 25, 2024 15:23
@renovate renovate bot force-pushed the renovate/major-all-dev branch 5 times, most recently from 7bec0ed to 1743d69 Compare June 8, 2024 10:22
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 29622c1 to 4240651 Compare June 15, 2024 07:25
@renovate renovate bot force-pushed the renovate/major-all-dev branch 5 times, most recently from ef15d58 to 9a1eb4e Compare June 22, 2024 15:47
@renovate renovate bot force-pushed the renovate/major-all-dev branch 4 times, most recently from 86a3ea2 to 2524329 Compare June 30, 2024 13:37
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 5f21891 to 13253c5 Compare October 5, 2024 15:27
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 767f52c to 0bbff6a Compare October 19, 2024 07:41
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 5b9718b to 18970dd Compare October 26, 2024 07:07
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 25c8cb4 to f1397be Compare November 2, 2024 12:54
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 6eebfd2 to 66287a5 Compare November 9, 2024 10:44
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 0b72d7e to f3cd3cc Compare November 16, 2024 16:16
@renovate renovate bot force-pushed the renovate/major-all-dev branch 5 times, most recently from ee66e14 to 1a2b5da Compare November 30, 2024 10:53
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 3a0ae39 to 43e94e7 Compare December 7, 2024 11:03
@renovate renovate bot force-pushed the renovate/major-all-dev branch from 43e94e7 to 99dcd01 Compare December 14, 2024 09:49
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from d2a4b6c to 877df35 Compare December 21, 2024 18:29
@renovate renovate bot force-pushed the renovate/major-all-dev branch from 877df35 to d6713b0 Compare December 28, 2024 10:35
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.

0 participants