Skip to content

chore(deps): update all devdependencies (major)#1364

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all-dev
Open

chore(deps): update all devdependencies (major)#1364
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all-dev

Conversation

@renovate

@renovate renovate Bot commented May 11, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 17.3.1722.0.4 age adoption passing confidence
@angular/cli 17.3.1722.0.4 age adoption passing confidence
@angular/compiler (source) 17.3.1222.0.4 age adoption passing confidence
@angular/compiler-cli (source) 17.3.1222.0.4 age adoption passing confidence
@angular/core (source) 17.3.1222.0.4 age adoption passing confidence
@angular/platform-browser (source) 17.3.1222.0.4 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.3.1222.0.4 age adoption passing confidence
@apollo/client (source) 3.14.14.2.3 age adoption passing confidence
@apollo/client-3 (source) 3.14.14.2.3 age adoption passing confidence
@eslint/js (source) 9.39.410.0.1 age adoption passing confidence
@graphql-codegen/cli (source) 5.0.77.1.3 age adoption passing confidence
@graphql-codegen/fragment-matcher (source) 5.1.07.0.1 age adoption passing confidence
@graphql-codegen/typescript (source) 4.1.66.0.2 age adoption passing confidence
@graphql-codegen/typescript-operations (source) 4.6.16.0.5 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) 4.5.26.0.2 age adoption passing confidence
@types/archiver (source) 6.0.48.0.0 age adoption passing confidence
@​types/eslint__js 8.42.39.14.0 age adoption passing confidence
@types/jest (source) 29.5.1430.0.0 age adoption passing confidence
@types/node (source) 22.19.1926.0.1 age adoption passing confidence
@types/node (source) 20.19.4126.0.1 age adoption passing confidence
@types/react (source) 18.3.2919.2.17 age adoption passing confidence
@types/react-dom (source) 18.3.719.2.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.18.08.62.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.18.08.62.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.7.06.0.3 age adoption passing confidence
apollo-angular (source) 7.2.114.1.0 age adoption passing confidence
archiver 7.0.18.0.0 age adoption passing confidence
copy-webpack-plugin 12.0.214.0.0 age adoption passing confidence
css-loader 6.11.07.1.4 age adoption passing confidence
eslint (source) 8.57.110.6.0 age adoption passing confidence
eslint-plugin-testing-library 6.5.07.16.2 age adoption passing confidence
globals 14.0.017.7.0 age adoption passing confidence
graphql 16.13.217.0.1 age adoption passing confidence
graphql 16.13.217.0.1 age adoption passing confidence
graphql-ws (source) 5.16.26.0.8 age adoption passing confidence
jest-environment-jsdom (source) 29.7.030.4.1 age adoption passing confidence
lowdb 1.0.07.0.1 age adoption passing confidence
react (source) 18.3.119.2.7 age adoption passing confidence
react-dom (source) 18.3.119.2.7 age adoption passing confidence
react-router-dom (source) 6.30.37.18.0 age adoption passing confidence
rimraf 5.0.106.1.3 age adoption passing confidence
style-loader 3.3.44.0.0 age adoption passing confidence
tailwindcss (source) 3.4.194.3.1 age adoption passing confidence
typescript (source) 5.9.36.0.3 age adoption passing confidence
typescript-eslint (source) 7.18.08.62.0 age adoption passing confidence
vite (source) 6.4.28.1.0 age adoption passing confidence
webpack-cli (source) 5.1.47.1.0 age adoption passing confidence

Release Notes

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

v22.0.4: 22.0.4

Compare Source

@​angular/build
Commit Description
fix - 46185ceac aggregate parallel worker performance timings on the main thread
perf - 5d7e29c41 dispose builder result context early in non-watch mode

v22.0.3

Compare Source

v22.0.2

Compare Source

@​angular/cli
Commit Type Description
136fc2714 fix support registry metadata fetching under bun package manager
2653dd5c7 perf implement semaphore backpressure throttling in PackageManager
@​angular/build
Commit Type Description
0b4a48add perf implement semaphore backpressure throttling in JavaScriptTransformer
@​angular/ssr
Commit Type Description
d996a27e9 fix avoid caching non-SSG page lookups
285a34e42 fix correct grammar in console warning for redirected location headers
c8088a536 fix prioritize options over environment variables in AngularNodeAppEngine

v22.0.1

Compare Source

@​angular/cli
Commit Type Description
b54e9a549 fix do not sort migrations of the same version alphabetically
d33311612 fix fallback to local package.json for schematic detection on first run
918102a93 fix isolate temporary package installation from parent pnpm workspace
b048b5f4a fix remove forceAuth and unscoped credential parsing
277934035 fix validate registry option is a valid URL in ng add
4510dae02 perf optimize update schematic registry query counts by fetching package metadata lazily
@​schematics/angular
Commit Type Description
c80012294 fix fix browserMode option mapping in refactor-jasmine-vitest
a9b6bd904 fix safely comment out multiline statements in refactor-jasmine-vitest
12199df00 fix use null objects and callbacks in karma-to-vitest migration
@​angular/build
Commit Type Description
89d1be979 fix allow disabling Vitest isolation from builder
d45b84be9 fix exclude JSON imports from Vite dependency optimization
e3cab4ddd fix prevent concurrent stylesheet bundling esbuild context leaks
bd413b0eb fix restrict application builder output paths to output directory

v22.0.0

Compare Source

Breaking Changes

  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
  • The @angular-devkit/architect-cli package is no longer available. The architect CLI tool has been moved to the @angular-devkit/architect package.
  • The experimental @angular-devkit/build-angular:jest and @angular-devkit/build-angular:web-test-runner builders have been removed.
@​angular/build
  • The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.
  • istanbul-lib-instrument is now an optional peer dependency.
    Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will automatically add this dependency during the update process.
@​angular/ssr
  • The server no longer falls back to Client-Side Rendering (CSR) when a request fails host validation. Requests with unrecognized 'Host' headers will now return a 400 Bad Request status code. Users must ensure all valid hosts are correctly configured in the 'allowedHosts' option.

Deprecations

@​angular-devkit/build-angular
  • Webpack builders in build-angular are deprecated. Use @​angular/build builders instead.
@​angular-devkit/build-webpack
  • Webpack builders in build-webpack are deprecated. Use @​angular/build builders instead.
@​angular/ssr
  • CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@​ngtools/webpack
@​angular/cli
Commit Type Description
58c0978f6 feat add support for Node.js 26.0.0
a5c7c0b5f fix reflect new minimum supported Node version in ng.js
a5e1e48db fix update odd-numbered Node.js version warning condition for future releases
93c3eb8fb fix update zoneless migration tool to handle ChangeDetectionStrategy.Eager
a39a33128 perf cache root manifest and resolve restricted package exports in ng add
@​schematics/angular
Commit Type Description
be60a63b7 feat add migrate-karma-to-vitest update migration
43505066e feat add migration to add istanbul-lib-instrument
b2f7a038b feat conditionally install istanbul coverage provider for Vitest migration
d227e6985 feat migrate fake async to Vitest fake timers
d2aa9ede5 feat migrate fakeAsync's flush behavior when used in beforeEach
f98cc82eb feat rely on strict template default in generated workspaces
c9f408153 feat set up fake timers in beforeEach instead of beforeAll
de630c2fc feat stabilize refactor-jasmine-vitest schematic
8d0805dd1 feat update TSConfig globals during karma to vitest migration
470e1f937 fix add istanbul-lib-instrument to application/library generator dependencies
dc1238e5a fix add trusted-proxy-headers migration
6572a6944 fix default components to OnPush change detection
aed407db8 fix defer karma config deletion in Karma to Vitest migration
4fbc60891 fix preserve Jasmine stub-by-default semantics for bare spies
b3d838dfd fix replace deprecated ChangeDetectionStrategy.Default with Eager
a7ac8e5f0 fix support spy call arguments migration in refactor-jasmine-vitest
7fb59eaa6 fix use service decorator in ng generate

Commit Type Description
d0e9e8163 build update minimum supported Node.js versions
1f21e89d9 refactor remove @angular-devkit/architect-cli package
b4885b851 refactor remove experimental Jest and Web Test Runner builders
@​angular-devkit/build-angular
Commit Type Description
b7940dbcb refactor deprecate Webpack builders
@​angular-devkit/build-webpack
Commit Type Description
3d5daa45e refactor deprecate webpack and webpack-dev-server builders
@​angular/build
Commit Type Description
e9aa7967b feat add isolate option to unit-test builder
fe720cab6 feat add process.env.PORT support to the dev server
0781f7498 feat add quiet option to suppress build noise in unit tests
cd2ad3c19 feat enable chunk optimization by default with heuristics
3007f46b7 feat move istanbul-lib-instrument to optional peer dependency
af2c7e944 feat rename experimentalPlatform to platform in application builder
58c7c7a9d feat subresource integrity validation for dynamically loaded modules
73233dc5f feat support Istanbul coverage in Vitest runner
414320d02 feat support runtime Zone.js detection in Vitest unit test runner
b85ec6798 fix allow configuring Access-Control-Allow-Origin via headers option
edfa782d5 fix use dynamic TestComponentRenderer for Vitest
@​angular/ssr
Commit Type Description
5adc92541 fix enforce explicit opt-in for proxy headers
f85343925 fix support all X-Forwarded-* headers when trustProxyHeaders is true
8471ba634 fix support server-side rendering configuration options
50b16a65b refactor deprecate CommonEngine APIs
27cd35561 refactor remove CSR fallback for invalid hosts
@​ngtools/webpack
Commit Type Description
547ca515b refactor deprecate @​ngtools/webpack loader and plugin

v21.2.17

Compare Source

@​angular/build
Commit Type Description
9c366e8be fix bump @​babel/core to 7.29.7
6a06ce9e9 fix bump esbuild to 0.28.1
637b84877 fix bump piscina to 5.2.0
e86d58a12 fix bump vite to 7.3.5

v21.2.16

Compare Source

@​angular/cli
Commit Type Description
77c9047ac fix update pacote to 21.5.1
@​angular/ssr
Commit Type Description
d052e97da fix prioritize options over environment variables in AngularNodeAppEngine

v21.2.15

Compare Source

@​angular/cli

| Commit

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "every weekend"
  • 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
@renovate

renovate Bot commented May 11, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: simple-apollo-angular@0.0.0
npm error Found: @angular/core@22.0.4
npm error node_modules/@angular/core
npm error   dev @angular/core@"22.0.4" from the root project
npm error   peer @angular/core@"22.0.4" from @angular/platform-browser@22.0.4
npm error   node_modules/@angular/platform-browser
npm error     dev @angular/platform-browser@"22.0.4" from the root project
npm error   1 more (@angular/animations)
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@"17.3.12" from @angular/common@17.3.12
npm error node_modules/@angular/common
npm error   dev @angular/common@"17.3.12" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps 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/2026-06-27T10_47_59_547Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-27T10_47_59_547Z-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/client@4.1.9
npm ERR! Found: graphql@17.0.1
npm ERR! node_modules/graphql
npm ERR!   dev graphql@"17.0.1" from the root project
npm ERR!   peer graphql@"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-typed-document-node/core@3.2.0
npm ERR!   node_modules/@graphql-typed-document-node/core
npm ERR!     @graphql-typed-document-node/core@"^3.1.1" from @apollo/client@4.1.9
npm ERR!     node_modules/@apollo/client
npm ERR!       dev @apollo/client@"4.1.9" from the root project
npm ERR!     @graphql-typed-document-node/core@"^3.1.1" from @apollo/client-3@4.2.3
npm ERR!     node_modules/@apollo/client-3
npm ERR!       dev @apollo/client-3@"npm:@apollo/client@4.2.3" from the root project
npm ERR!   1 more (@apollo/client-3)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^16.0.0" from @apollo/client@4.1.9
npm ERR! node_modules/@apollo/client
npm ERR!   dev @apollo/client@"4.1.9" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: graphql@16.14.2
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^16.0.0" from @apollo/client@4.1.9
npm ERR!   node_modules/@apollo/client
npm ERR!     dev @apollo/client@"4.1.9" 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 /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-06-27T10_48_05_164Z-debug-0.log

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @apollo/tailwind-preset@0.2.0
npm error Found: tailwindcss@4.3.1
npm error node_modules/tailwindcss
npm error   dev tailwindcss@"4.3.1" from the root project
npm error   peer tailwindcss@"^3.0 || ^4.0" from @headlessui/tailwindcss@0.2.2
npm error   node_modules/@headlessui/tailwindcss
npm error     @headlessui/tailwindcss@"^0.2.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer tailwindcss@"^3.4.0" from @apollo/tailwind-preset@0.2.0
npm error node_modules/@apollo/tailwind-preset
npm error   @apollo/tailwind-preset@"^0.2.0" from the root project
npm error
npm error Conflicting peer dependency: tailwindcss@3.4.19
npm error node_modules/tailwindcss
npm error   peer tailwindcss@"^3.4.0" from @apollo/tailwind-preset@0.2.0
npm error   node_modules/@apollo/tailwind-preset
npm error     @apollo/tailwind-preset@"^0.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps 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/2026-06-27T10_48_10_146Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-27T10_48_10_146Z-debug-0.log

File name: development/server/package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @apollo/cache-control-types@1.0.3
npm WARN Found: graphql@17.0.1
npm WARN node_modules/graphql
npm WARN   dev graphql@"17.0.1" from the root project
npm WARN   3 more (@graphql-tools/merge, @graphql-tools/schema, @graphql-tools/utils)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer graphql@"14.x || 15.x || 16.x" from @apollo/cache-control-types@1.0.3
npm WARN node_modules/@apollo/cache-control-types
npm WARN   @apollo/cache-control-types@"^1.0.3" from @apollo/server@4.13.0
npm WARN   node_modules/@apollo/server
npm WARN 
npm WARN Conflicting peer dependency: graphql@16.14.2
npm WARN node_modules/graphql
npm WARN   peer graphql@"14.x || 15.x || 16.x" from @apollo/cache-control-types@1.0.3
npm WARN   node_modules/@apollo/cache-control-types
npm WARN     @apollo/cache-control-types@"^1.0.3" from @apollo/server@4.13.0
npm WARN     node_modules/@apollo/server
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @apollo/datasource-rest@6.4.1
npm ERR! Found: graphql@17.0.1
npm ERR! node_modules/graphql
npm ERR!   dev graphql@"17.0.1" from the root project
npm ERR!   peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" from @graphql-tools/merge@8.3.15
npm ERR!   node_modules/@graphql-tools/merge
npm ERR!     @graphql-tools/merge@"8.3.15" from @graphql-tools/schema@9.0.13
npm ERR!     node_modules/@graphql-tools/schema
npm ERR!       @graphql-tools/schema@"^9.0.0" from @apollo/server@4.13.0
npm ERR!       node_modules/@apollo/server
npm ERR!         dev @apollo/server@"4.13.0" from the root project
npm ERR!   2 more (@graphql-tools/schema, @graphql-tools/utils)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer graphql@"^16.5.0" from @apollo/datasource-rest@6.4.1
npm ERR! node_modules/@apollo/datasource-rest
npm ERR!   dev @apollo/datasource-rest@"6.4.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: graphql@16.14.2
npm ERR! node_modules/graphql
npm ERR!   peer graphql@"^16.5.0" from @apollo/datasource-rest@6.4.1
npm ERR!   node_modules/@apollo/datasource-rest
npm ERR!     dev @apollo/datasource-rest@"6.4.1" 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 /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-06-27T10_48_32_088Z-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 5 times, most recently from e32fec9 to 54cabb3 Compare September 1, 2024 13:04
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 71f023f to b2213fa Compare September 14, 2024 07:42
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 9d5d14c to 7ed9430 Compare September 21, 2024 15:10
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 3 times, most recently from dfffd5e to 16dcb78 Compare September 30, 2024 04:15
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 13253c5 to 54f4632 Compare October 12, 2024 08:11
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 4 times, most recently from bca2127 to 5b9718b Compare October 19, 2024 12:54
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 18970dd to 6a5c234 Compare October 26, 2024 16:32
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 3 times, most recently from f1397be to 6eebfd2 Compare November 3, 2024 04:37
@renovate renovate Bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 99a64cd to 0b72d7e Compare November 16, 2024 09:24
@renovate renovate Bot force-pushed the renovate/major-all-dev branch from 0b72d7e to f3cd3cc Compare November 16, 2024 16:16
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