Skip to content

chore(deps): update external major (major)#32

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-external-major
Open

chore(deps): update external major (major)#32
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-external-major

Conversation

@renovate

@renovate renovate Bot commented Nov 23, 2020

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 Type Update
@angular-devkit/build-angular ^13.3.11^22.0.0 age adoption passing confidence devDependencies major
@angular-eslint/eslint-plugin (source) ^0.5.0-beta.3^22.0.0 age adoption passing confidence devDependencies major
@angular/cli ^13.3.11^22.0.0 age adoption passing confidence devDependencies major
@angular/common (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/compiler (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/compiler-cli (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/core (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/forms (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/language-service (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/localize ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/platform-browser (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/platform-browser-dynamic (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@angular/router (source) ^13.4.0^22.0.0 age adoption passing confidence devDependencies major
@ngtools/webpack ^13.3.11^22.0.0 age adoption passing confidence devDependencies major
@octokit/core ^3.1.2^7.0.0 age adoption passing confidence devDependencies major
@semantic-release/changelog ^5.0.1^6.0.0 age adoption passing confidence devDependencies major
@semantic-release/git ^9.0.0^10.0.0 age adoption passing confidence devDependencies major
@semantic-release/github ^7.0.7^12.0.0 age adoption passing confidence devDependencies major
@types/jasmine (source) ^3.5.10^6.0.0 age adoption passing confidence devDependencies major
@types/node (source) ^14.0.11^26.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) ^4.4.1^8.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) ^4.4.1^8.0.0 age adoption passing confidence devDependencies major
JamesIves/github-pages-deploy-action 3.7.1v4.8.0 age adoption passing confidence action major
actions/checkout v2v7 age adoption passing confidence action major
actions/setup-node v1v7 age adoption passing confidence action major
actions/upload-artifact v2v7 age adoption passing confidence action major
codecov/codecov-action v1v7 age adoption passing confidence action major
cosmiconfig ^7.1.0^9.0.0 age adoption passing confidence devDependencies major
eslint (source) ^7.11.0^10.0.0 age adoption passing confidence devDependencies major
eslint-plugin-angular ^4.0.1^5.0.0 age adoption passing confidence devDependencies major
eslint-plugin-json ^2.1.2^4.0.0 age adoption passing confidence devDependencies major
jasmine (source) ^5.0.0^6.0.0 age adoption passing confidence devDependencies major
jasmine-core (source) ^5.0.0^6.0.0 age adoption passing confidence devDependencies major
ng-packagr ^13.3.1^22.0.0 age adoption passing confidence devDependencies major
node 1624 age adoption passing confidence uses-with major
rxjs (source) ^6.5.5^7.0.0 age adoption passing confidence devDependencies major
typescript (source) ^4.6.4^7.0.0 age adoption passing confidence devDependencies major

Release Notes

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

v22.0.7

Compare Source

@​angular/cli
Commit Type Description
e85c10ccb fix copy packageManager field and yarn config for temp installs
b87cafec0 fix support resolving subproject dependencies in pnpm workspaces

v22.0.6

Compare Source

v22.0.5

Compare Source

@​angular/cli
Commit Type Description
f099e641c fix gracefully handle package manager errors in command handler
cf033ec48 fix respect release age policy in update bootstrapping logic
@​schematics/angular
Commit Type Description
862a38069 fix remove unused app tsconfig outDir
@​angular-devkit/build-angular
Commit Type Description
f75085f4b fix prevent OS command injection in ssr-dev-server builder
@​angular/build
Commit Type Description
dfee1e7b1 fix auto-inject localize/init in library unit tests
aba718403 fix inherit preserveSymlinks option from build target in unit-test builder
7c0d9f03c fix load zone.js dynamically for library unit tests
4288e4452 fix scope createRequire module resolution using paths to prevent parent paths
@​angular/ssr
Commit Type Description
5f774f891 fix preserve response headers during redirect

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.19

Compare Source

v21.2.18

Compare Source

@​angular/cli
Commit Type Description
61a810ab6 fix respect release age policy in update bootstrapping logic
@​angular/build
Commit Type Description
a2b6116ed fix bump undici to 7.28.0
2510ee3c9 fix bump vite to 7.3.6

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 |
| --------------------------------------------------------------------------------------------

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "after 1pm on Monday"
  • 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.

@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 66a66f9 to 40cecf5 Compare December 16, 2020 10:10
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 8040f4a to 474f3a3 Compare January 5, 2021 14:08
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from fe2b659 to dd2e3a8 Compare January 13, 2021 18:42
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from b343e46 to 2069337 Compare February 10, 2021 21:36
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 2069337 to 1c76fda Compare February 23, 2021 22:59
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from a8bdcfb to 868e71a Compare March 4, 2021 23:35
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 868e71a to bc28b89 Compare March 13, 2021 14:32
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from bc28b89 to 8afe585 Compare April 26, 2021 15:13
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from e49558a to d28987e Compare May 15, 2021 20:00
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from d28987e to 7afb62a Compare June 6, 2021 21:45
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from a8ba3b3 to ddd1177 Compare June 15, 2021 12:28
@codecov

codecov Bot commented Jun 15, 2021

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from f609f22 to 2129bc7 Compare June 17, 2021 20:10
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from 0a0eb93 to 03adf82 Compare July 1, 2021 22:03
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 03adf82 to dc88faa Compare July 3, 2021 01:06
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from 04ef4bc to 5a569f9 Compare July 21, 2021 23:39
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 29011b2 to 3bf38a5 Compare September 23, 2021 01:28
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from da74408 to 624ba86 Compare October 7, 2021 01:17
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 4 times, most recently from 7f75bf3 to d475edc Compare October 13, 2021 23:59
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 487415d to 556f5fc Compare October 27, 2021 23:28
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from 373a1d8 to b8624eb Compare November 4, 2021 04:24
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 3 times, most recently from fff1f0d to 142c56e Compare November 18, 2021 02:12
@renovate
renovate Bot force-pushed the renovate/major-external-major branch 2 times, most recently from cae3492 to 38ea60a Compare November 18, 2021 23:54
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 38ea60a to f827341 Compare March 7, 2022 12:27
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from f827341 to cfe94b3 Compare March 26, 2022 12:46
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from cfe94b3 to 5bf9dda Compare April 25, 2022 02:18
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 5bf9dda to 0bf48d9 Compare May 16, 2022 00:47
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 0bf48d9 to 187fb32 Compare June 23, 2022 22:59
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 187fb32 to 843f18a Compare September 25, 2022 11:30
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 843f18a to 12b30ff Compare November 20, 2022 21:40
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 12b30ff to 900195e Compare March 18, 2023 12:32
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 900195e to 69c580d Compare March 30, 2023 22:54
@renovate
renovate Bot force-pushed the renovate/major-external-major branch from 69c580d to 4be509e Compare April 17, 2023 10:25
@renovate

renovate Bot commented Jul 20, 2023

Copy link
Copy Markdown
Contributor Author

⚠ 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @adobe/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.20.0 || ^8.0.0" from @angular-eslint/[email protected]
npm ERR! node_modules/@angular-eslint/eslint-plugin
npm ERR!   dev @angular-eslint/eslint-plugin@"^17.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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-17T16_06_21_757Z-eresolve-report.txt

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

@renovate

renovate Bot commented May 18, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ 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 warn Unknown env config "store". This will error in a future 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: @adobe/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"^7.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=6.0 <6.1" from @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"^22.0.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-07-16T18_39_16_230Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-16T18_39_16_230Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants