Skip to content

Conversation

@renovate
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.17 -> 20.3.7 age adoption passing confidence
@angular/cli 17.3.17 -> 20.3.7 age adoption passing confidence
@angular/common (source) 17.3.12 -> 20.3.7 age adoption passing confidence
@angular/compiler (source) 17.3.12 -> 20.3.7 age adoption passing confidence
@angular/compiler-cli (source) 17.3.12 -> 20.3.7 age adoption passing confidence
@angular/core (source) 17.3.12 -> 20.3.7 age adoption passing confidence
@angular/platform-browser (source) 17.3.12 -> 20.3.7 age adoption passing confidence
@angular/platform-browser-dynamic (source) 17.3.12 -> 20.3.7 age adoption passing confidence
@apollo/client (source) 3.11.10 -> 4.0.7 age adoption passing confidence
@apollo/client-3 (source) 3.13.0 -> 4.0.7 age adoption passing confidence
@apollo/server (source) ^4.3.0 -> ^5.0.0 age adoption passing confidence
@graphql-codegen/cli (source) 5.0.7 -> 6.0.1 age adoption passing confidence
@graphql-codegen/fragment-matcher (source) ^5.1.0 -> ^6.0.0 age adoption passing confidence
@graphql-codegen/typescript (source) 4.0.9 -> 5.0.2 age adoption passing confidence
@graphql-codegen/typescript-operations (source) 4.2.3 -> 5.0.2 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) 4.1.0 -> 5.1.0 age adoption passing confidence
@​types/eslint__js 8.42.3 -> 9.14.0 age adoption passing confidence
@types/jest (source) 29.5.14 -> 30.0.0 age adoption passing confidence
@types/jest (source) ^29.5.0 -> ^30.0.0 age adoption passing confidence
@types/node (source) ^22.0.0 -> ^24.0.0 age adoption passing confidence
@types/node (source) 20.14.10 -> 24.9.1 age adoption passing confidence
@types/react (source) 18.3.24 -> 19.2.2 age adoption passing confidence
@types/react (source) ^18.3.23 -> ^19.0.0 age adoption passing confidence
@types/react-dom (source) 18.3.7 -> 19.2.2 age adoption passing confidence
@types/react-dom (source) ^18.3.7 -> ^19.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.14.1 -> 8.46.2 age adoption passing confidence
@typescript-eslint/parser (source) 7.14.1 -> 8.46.2 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.2 -> ^5.0.0 age adoption passing confidence
apollo-angular (source) 7.2.1 -> 12.1.0 age adoption passing confidence
copy-webpack-plugin 12.0.2 -> 13.0.1 age adoption passing confidence
css-loader 6.11.0 -> 7.1.2 age adoption passing confidence
eslint (source) 8.57.1 -> 9.38.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.2 -> 7.0.1 age adoption passing confidence
eslint-plugin-testing-library 6.2.2 -> 7.13.3 age adoption passing confidence
globals 14.0.0 -> 16.4.0 age adoption passing confidence
graphql-ws (source) 5.16.2 -> 6.0.6 age adoption passing confidence
jest-environment-jsdom (source) 29.7.0 -> 30.2.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
tailwindcss (source) 3.4.17 -> 4.1.16 age adoption passing confidence
typescript-eslint (source) 7.14.1 -> 8.46.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)

v20.3.7

Compare Source

@​angular-devkit/schematics
Commit Type Description
a31533cf4 fix respect --force option when schematic contains host.create
@​angular/build
Commit Type Description
8cdda111c fix resolve Angular locale data namespace in esbuild
5847ccc54 fix update vite to 7.11.1
@​angular/ssr
Commit Type Description
3a28fb6a1 fix correctly handle routes with matrix parameters
5db6d6487 fix ensure server-side navigation triggers a redirect

v20.3.6

Compare Source

@​angular/ssr
Commit Type Description
5271547c8 fix prevent malicious URL from overriding host

v20.3.5

Compare Source

@​angular/build
Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

v20.3.4

Compare Source

@​schematics/angular
Commit Type Description
c94bf7ff0 fix Out of the box support for PM2
465436c9f fix use bracket notation for process.env['pm_id']
@​angular-devkit/build-angular
Commit Type Description
bc6b63114 fix mark InjectionToken as pure for improved tree-shaking
@​angular/build
Commit Type Description
e510ff828 fix mark InjectionToken as pure for improved tree-shaking

v20.3.3

Compare Source

@​schematics/angular
Commit Type Description
b7f92da78 fix add __screenshots__/ to .gitignore
@​angular/ssr
Commit Type Description
a4c9a2007 fix avoid retaining rendered HTML in memory post-request

v20.3.2

Compare Source

v20.3.1

Compare Source

@​angular/build
Commit Type Description
be60be499 fix add timestamp to bundle generation log
d60f4e53d fix update vite to version 7.1.5

v20.3.0

Compare Source

Breaking Changes

@​angular/ssr
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);
@​schematics/angular
Commit Type Description
ef20a278d fix align labels in ai-config schema
@​angular/cli
Commit Type Description
f6ad41c13 fix improve bun lockfile detection and optimize lockfile checks
@​angular-devkit/build-angular
Commit Type Description
1a7890873 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
5d46d6ec1 fix preserve names in esbuild for improved debugging in dev mode
@​angular/ssr
Commit Type Description
7eacb4187 feat introduce BootstrapContext for isolated server-side rendering

v20.2.2

Compare Source

@​angular/cli
Commit Type Description
a793bbc47 fix don't set a default for array options when length is 0
2736599e2 fix set process title when running architect commands
@​angular/build
Commit Type Description
5c2abffea fix avoid extra tick in SSR dev-server builds
f3c826853 fix maintain media output hashing with vitest unit-testing

v20.2.1

Compare Source

@​angular/cli
Commit Type Description
3b693e09e fix correctly set default array values
@​schematics/angular
Commit Type Description
6937123a3 fix directly resolve karma config template in migration
5d6dd4425 fix prevent AI config schematic from failing when 'none' and other AI tools are selected
@​angular-devkit/schematics-cli
Commit Type Description
e93919dea fix correctly set default array values
@​angular/build
Commit Type Description
[06a6ddc10](https://redirect.github.com/angular/angular-cli

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
@renovate
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 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: simple-apollo-angular@0.0.0
npm error Found: typescript@5.4.5
npm error node_modules/typescript
npm error   dev typescript@"5.4.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.8 <6.0" from @angular-devkit/build-angular@20.3.7
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"20.3.7" 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-10-25T10_17_00_055Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-25T10_17_00_055Z-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: @testing-library/react@16.0.0
npm ERR! Found: @types/react@19.2.2
npm ERR! node_modules/@types/react
npm ERR!   dev @types/react@"^19.0.0" from the root project
npm ERR!   peerOptional @types/react@"*" from rehackt@0.1.0
npm ERR!   node_modules/rehackt
npm ERR!   1 more (@types/react-dom)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @types/react@"^18.0.0" from @testing-library/react@16.0.0
npm ERR! node_modules/@testing-library/react
npm ERR!   dev @testing-library/react@"^16.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @types/react@18.3.26
npm ERR! node_modules/@types/react
npm ERR!   peerOptional @types/react@"^18.0.0" from @testing-library/react@16.0.0
npm ERR!   node_modules/@testing-library/react
npm ERR!     dev @testing-library/react@"^16.0.0" 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/2025-10-25T10_17_07_150Z-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.
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.1.16
npm error node_modules/tailwindcss
npm error   dev tailwindcss@"4.1.16" 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.18
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
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-10-25T10_17_12_909Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-25T10_17_12_909Z-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 2 times, most recently from 746f01e to db20447 Compare June 7, 2025 08:57
@renovate renovate bot force-pushed the renovate/major-all-dev branch from db20447 to a068f38 Compare June 14, 2025 09:57
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 50a150a to af809f5 Compare June 28, 2025 09:44
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 815f51e to d1c7058 Compare July 12, 2025 08:32
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 9e91ef9 to 6bd5dd5 Compare July 26, 2025 10:13
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from aae7fff to e8bbef2 Compare August 16, 2025 08:25
@renovate renovate bot force-pushed the renovate/major-all-dev branch from e8bbef2 to d9ae0b7 Compare August 23, 2025 09:16
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 0f296c8 to 5948fab Compare September 6, 2025 09:13
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 81f54ab to 182a78b Compare September 14, 2025 14:14
@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from 7e04803 to 4788303 Compare September 27, 2025 08:31
@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from 2002e5e to 3b8cdc9 Compare October 4, 2025 09:38
@apollo-bot2
Copy link

Detected SAST Vulnerabilities

@renovate renovate bot force-pushed the renovate/major-all-dev branch 3 times, most recently from d48d00d to 8acae5c Compare October 11, 2025 16:38
@renovate renovate bot force-pushed the renovate/major-all-dev branch from 8acae5c to b459628 Compare October 18, 2025 09:04
@renovate renovate bot force-pushed the renovate/major-all-dev branch from b459628 to 84e3455 Compare October 25, 2025 10:17
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.

2 participants