kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 309 forks source link

chore(deps): update angular-cli monorepo to v15.2.4 #1961

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 15.1.5 -> 15.2.4 age adoption passing confidence
@angular-devkit/core 15.1.5 -> 15.2.4 age adoption passing confidence
@angular-devkit/schematics 15.1.5 -> 15.2.4 age adoption passing confidence
@angular/cli 15.1.5 -> 15.2.4 age adoption passing confidence
@schematics/angular 15.1.5 -> 15.2.4 age adoption passing confidence

Release Notes

angular/angular-cli ### [`v15.2.4`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1524-2023-03-16) [Compare Source](https://togithub.com/angular/angular-cli/compare/15.2.3...15.2.4) ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------- | | [f74bfea24](https://togithub.com/angular/angular-cli/commit/f74bfea241b189f261ec81a8561aea7a56774ae8) | fix | update `webpack` dependency to `5.76.1` | #### Special Thanks Alan Agius ### [`v15.2.3`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1523-2023-03-15) [Compare Source](https://togithub.com/angular/angular-cli/compare/15.2.2...15.2.3) ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | | [a93680585](https://togithub.com/angular/angular-cli/commit/a9368058517509b277236d6e7db4abc6248817fa) | fix | correct wrap ES2022 classes with static properties | #### Special Thanks Alan Agius and Paul Gschwendtner ### [`v15.2.2`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1522-2023-03-08) [Compare Source](https://togithub.com/angular/angular-cli/compare/15.2.1...15.2.2) ##### [@​angular-devkit/schematics-cli](https://togithub.com/angular-devkit/schematics-cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | | [dfd03aa7c](https://togithub.com/angular/angular-cli/commit/dfd03aa7c262f4425fa680e205a46792bd7b8451) | fix | correctly transform numbers from prompts | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | | [eb22f634f](https://togithub.com/angular/angular-cli/commit/eb22f634f2ec7a5b0bc2f5300682ed8e718b1424) | fix | build optimizer support for non spec-compliant ES2022 class static properties | #### Special Thanks Alan Agius ### [`v15.2.1`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1521-2023-03-01) [Compare Source](https://togithub.com/angular/angular-cli/compare/15.2.0...15.2.1) ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- | | [9a5609a44](https://togithub.com/angular/angular-cli/commit/9a5609a440fc49b3f7ddf88efb73618b7eede1ea) | fix | improve parsing of error messages | #### Special Thanks Alan Agius and Paul Gschwendtner ### [`v15.2.0`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1520-2023-02-22) [Compare Source](https://togithub.com/angular/angular-cli/compare/15.1.6...15.2.0) ##### [@​angular/cli](https://togithub.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | [0f58a17c4](https://togithub.com/angular/angular-cli/commit/0f58a17c4ce92495d96721bc3f2b632a890bbab4) | feat | log number of files update during `ng update` | ##### [@​angular-devkit/schematics-cli](https://togithub.com/angular-devkit/schematics-cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------- | | [ecf43090d](https://togithub.com/angular/angular-cli/commit/ecf43090d110f996f45a259c279f1b83dcab3fd8) | feat | auto detect package manager ([#​24305](https://togithub.com/angular/angular-cli/pull/24305)) | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | | [01b3bcf89](https://togithub.com/angular/angular-cli/commit/01b3bcf898108f9b879da4a791fa2a21c6d9f7c5) | feat | add Less stylesheet support to experimental esbuild-based builder | | [09af70743](https://togithub.com/angular/angular-cli/commit/09af70743800aefdefe06e0ca32bcdde18f9eb77) | feat | implement node module license extraction for esbuild builder | | [bbc1a4f0d](https://togithub.com/angular/angular-cli/commit/bbc1a4f0dc93437fe97a53a35f68d978cc50bb9e) | feat | support CommonJS dependency checking in esbuild | | [8cf0d17fb](https://togithub.com/angular/angular-cli/commit/8cf0d17fb1b39ea7bbd1c751995a56de3df45114) | feat | support JIT compilation with esbuild | | [3f6769ef9](https://togithub.com/angular/angular-cli/commit/3f6769ef953b1f880508a9152e669064cbb4dcc9) | fix | allow empty scripts to be optimized | | [421417a36](https://togithub.com/angular/angular-cli/commit/421417a36b13a44d39e0818171482871ea8b895f) | fix | avoid CommonJS warning for zone.js in esbuild | #### Special Thanks Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott, Marvin and Paul Gschwendtner ### [`v15.1.6`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1516-2023-02-15) [Compare Source](https://togithub.com/angular/angular-cli/compare/15.1.5...15.1.6) ##### [@​angular/cli](https://togithub.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | | [3d1f48fa2](https://togithub.com/angular/angular-cli/commit/3d1f48fa2991ded75da3a1b3a431480710a8ce15) | fix | add set `SessionEngaged` in GA | | [df07ab113](https://togithub.com/angular/angular-cli/commit/df07ab11351d6f2d82922ae251ccd17b23d9d0a9) | fix | convert `before` option in `.npmrc` to Date | | [c787cc780](https://togithub.com/angular/angular-cli/commit/c787cc7803598eb67260cbd2112d411384d518cc) | fix | replace `os.version` with `os.release`. | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [34a4a1bbf](https://togithub.com/angular/angular-cli/commit/34a4a1bbf608eb54b0a33b3aa3a6be3e2a576770) | fix | correctly copy `safety-worker.js` contents | | [88a33155d](https://togithub.com/angular/angular-cli/commit/88a33155d4bc00077d32bef42588427fb2ed49f4) | fix | update the ECMA output warning message to be more actionable | | [384ad29c9](https://togithub.com/angular/angular-cli/commit/384ad29c9a66d78e545ed7e48bf962e4df9d0549) | fix | use babel default export helper in build optimizer | | [59aa1cdbd](https://togithub.com/angular/angular-cli/commit/59aa1cdbdf3e2712f988790f68bacc174d070b0c) | perf | reduce rebuilt times when using the `scripts` option | #### Special Thanks Alan Agius and Charles Lyding

Configuration

📅 Schedule: Branch creation - "after 11pm every weekday,before 6am every weekday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 1869742c22630eb0860767aec42bafb50f953d81

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 1 year ago
### 💻 Website Preview The latest changes are available as preview in: [https://e316ba40.apollo-angular.pages.dev](https://e316ba40.apollo-angular.pages.dev)