Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update angular-cli monorepo to v13.3.4 (#1329)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | devDependencies | patch | [`13.3.3` -> `13.3.4`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/13.3.3/13.3.4) |
| [@angular/cli](https://github.com/angular/angular-cli) | devDependencies | patch | [`13.3.3` -> `13.3.4`](https://renovatebot.com/diffs/npm/@angular%2fcli/13.3.3/13.3.4) |

---

### Release Notes

<details>
<summary>angular/angular-cli</summary>

### [`v13.3.4`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#&#8203;1334-2022-04-27)

[Compare Source](angular/angular-cli@13.3.3...13.3.4)

##### [@&#8203;angular/cli](https://github.com/angular/cli)

| Commit                                                                                              | Type | Description                       |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- |
| [f4da75656](angular/angular-cli@f4da756) | fix  | change wrapping of schematic code |

##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular)

| Commit                                                                                              | Type | Description                                                |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| [5d0141bfb](angular/angular-cli@5d0141b) | fix  | correctly resolve custom service worker configuration file |

#### Special Thanks

Charles Lyding and Wagner Maciel

<!-- CHANGELOG SPLIT MARKER -->

</details>

---

### Configuration

📅 **Schedule**: 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.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1329
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and Epsilon_02 committed Apr 28, 2022
1 parent 528ca8e commit 6e60144
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"node": ">=12.17.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.3",
"@angular-devkit/build-angular": "13.3.4",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "13.3.3",
"@angular/cli": "13.3.4",
"@angular/compiler-cli": "13.3.5",
"@tauri-apps/cli": "1.0.0-rc.9",
"@types/jasmine": "4.0.3",
Expand Down
90 changes: 45 additions & 45 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
dependencies:
"@jridgewell/trace-mapping" "^0.3.0"

"@angular-devkit/architect@0.1303.3":
version "0.1303.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1303.3.tgz#3a8844e59e10a8ed7895909aeea877437b8c6a82"
integrity sha512-WRVVBCzLlMqRZVhZXGASHzNJK/OCAvl/DTGhlLuJDIjF7lVGnXHjtwNM8ilYZq949OnC3fly5Z61TfhbN/OHCg==
"@angular-devkit/architect@0.1303.4":
version "0.1303.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1303.4.tgz#2824ef2512873d4a1ff3aeb3437b87bd270fe25b"
integrity sha512-d6YmIWdYvwk6WaknHRcJgiXeJvX9K5i8uPMAaL2P2/LU8n3moIQ59C7SP0uULcHuuiREEmFWOyyrWnGxZCI9bg==
dependencies:
"@angular-devkit/core" "13.3.3"
"@angular-devkit/core" "13.3.4"
rxjs "6.6.7"

"@angular-devkit/build-angular@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-13.3.3.tgz#1c5334de17d55315d3a0762d16f0e7f9d15954ad"
integrity sha512-iEpNF3tF+9Gw+qQKL63fPFHIvWokJdrgVU4GzENQ5QeL8zk8iYTEbH3jWogq5tWy5+VmNP/mKkasq9i78lRiYw==
"@angular-devkit/build-angular@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-13.3.4.tgz#3924efca8b909663a4e9e22eafd9c3b5531c25b0"
integrity sha512-z74cmDi2V+5XpvyZKFlUXxvQ446shxyZk5aGdToG6n+0/IJWkDXSiryQkCo8nblGMze7HKf75i3DsGWYQZLDnQ==
dependencies:
"@ampproject/remapping" "1.1.1"
"@angular-devkit/architect" "0.1303.3"
"@angular-devkit/build-webpack" "0.1303.3"
"@angular-devkit/core" "13.3.3"
"@angular-devkit/architect" "0.1303.4"
"@angular-devkit/build-webpack" "0.1303.4"
"@angular-devkit/core" "13.3.4"
"@babel/core" "7.16.12"
"@babel/generator" "7.16.8"
"@babel/helper-annotate-as-pure" "7.16.7"
Expand All @@ -44,7 +44,7 @@
"@babel/runtime" "7.16.7"
"@babel/template" "7.16.7"
"@discoveryjs/json-ext" "0.5.6"
"@ngtools/webpack" "13.3.3"
"@ngtools/webpack" "13.3.4"
ansi-colors "4.1.1"
babel-loader "8.2.3"
babel-plugin-istanbul "6.1.1"
Expand Down Expand Up @@ -97,18 +97,18 @@
optionalDependencies:
esbuild "0.14.22"

"@angular-devkit/build-webpack@0.1303.3":
version "0.1303.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1303.3.tgz#cfa520749b5c10d1a42fa87c44952f190422f343"
integrity sha512-v/z/YgwrAzYn1LfN9OHNxqcThyyg4LLx28hmHzDs5gyDShAK189y34EoT9uQ+lCyQrPVhP7UKACCxCdSwOEJiA==
"@angular-devkit/build-webpack@0.1303.4":
version "0.1303.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1303.4.tgz#8c1ac5406eb2dd975657451759338e3d8d0469bc"
integrity sha512-3F10P9XshRXkI/PEmJUcgP4yK4sobaoInQfifzPNOemrS5nXs8y3uEiQuxzyswYx/dymZLV+19sV/eh1WfXnBA==
dependencies:
"@angular-devkit/architect" "0.1303.3"
"@angular-devkit/architect" "0.1303.4"
rxjs "6.6.7"

"@angular-devkit/core@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-13.3.3.tgz#7231dab939e4b03f9d4790d337b04490ddd7a10c"
integrity sha512-lfQwY9LuVRwcNVzGmyPcwOpb3CAobP4T+c3joR1LLIPS5lzcM0oeCE2bon9N52Ktn4Q/pH98dVtjWL+jSrUADw==
"@angular-devkit/core@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-13.3.4.tgz#b12f635f1bd268f7978c7ca4c3528ce67442150d"
integrity sha512-gj6i8ksPaT2bvYwI7wKJxLX53pHfTmZc1RaNbAGfZB1/zFNnb3MPj8utTcJSk4qMsGXuDDhiB7hpTKBw8ROaGA==
dependencies:
ajv "8.9.0"
ajv-formats "2.1.1"
Expand All @@ -117,12 +117,12 @@
rxjs "6.6.7"
source-map "0.7.3"

"@angular-devkit/schematics@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-13.3.3.tgz#d574897c20a8ede51a4a469250b84421df632929"
integrity sha512-S8UNlw6IoR/kxBYbiwesuA7oJGSnFkD6bJwVLhpHdT6Sqrz2/IrjHcNgTJRAvhsOKIbfDtMtXRzl/PUdWEfgyw==
"@angular-devkit/schematics@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-13.3.4.tgz#e3e3361099e4a449726b31b3616bfffc421b8b29"
integrity sha512-gKNpMMoZJjLKdXxjuVembic4GWa4AYV7kU1ou3ZuZoDKtKcig9URISr1wjS+nrhKYz+miFy0zIqSGMMattDlDQ==
dependencies:
"@angular-devkit/core" "13.3.3"
"@angular-devkit/core" "13.3.4"
jsonc-parser "3.0.0"
magic-string "0.25.7"
ora "5.4.1"
Expand Down Expand Up @@ -201,15 +201,15 @@
optionalDependencies:
parse5 "^5.0.0"

"@angular/cli@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-13.3.3.tgz#dd789bfbb92dd713301f064dfcaf6353623d1a84"
integrity sha512-a+nnzFP1FfnypXpAhrHbIBaJcxzegWLZUvVzJQwt6P2z60IoHdvTVmyNbY89qI0LE1SrAokEUO1zW3Yjmu7fUw==
"@angular/cli@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-13.3.4.tgz#c637875e064e0c9b9cea147265ea2dafa3557114"
integrity sha512-4S5FNjkZgq98zcBVgwkYtMgMRMSVsprCgq7dM8yTxIQh+Np3fYgj5eRJ1+mfFG/kankH2z/TFyuoYiILh2D9Uw==
dependencies:
"@angular-devkit/architect" "0.1303.3"
"@angular-devkit/core" "13.3.3"
"@angular-devkit/schematics" "13.3.3"
"@schematics/angular" "13.3.3"
"@angular-devkit/architect" "0.1303.4"
"@angular-devkit/core" "13.3.4"
"@angular-devkit/schematics" "13.3.4"
"@schematics/angular" "13.3.4"
"@yarnpkg/lockfile" "1.1.0"
ansi-colors "4.1.1"
debug "4.3.3"
Expand Down Expand Up @@ -1558,10 +1558,10 @@
replace-in-file "^6.2.0"
tslib "^2.2.0"

"@ngtools/webpack@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-13.3.3.tgz#dc8471a89092d6f4074543c56a95ae0549f3470e"
integrity sha512-O6EzafKfFuvI3Ju941u7ANs0mT7YDdChbVRhVECCPWOTm3Klr73js3bnCDzaJlxZNjzlG/KeUu5ghrhbMrHjSw==
"@ngtools/webpack@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-13.3.4.tgz#34e21bd9d8b01d4dad0450ac550a92af602ebd02"
integrity sha512-dNDNeAOwtpX5A7TTEsgDbkg4jTmAJHD96qLqcpJqfBg8nZ4mqn6E0HinX9HZKaCST1/75T6GsFo1Muc4MsHYgA==

"@ngxs/form-plugin@3.7.3":
version "3.7.3"
Expand Down Expand Up @@ -1728,13 +1728,13 @@
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.15.tgz#6a9d143f7f4f49db2d782f9e1c8839a29b43ae23"
integrity sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==

"@schematics/angular@13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-13.3.3.tgz#939e67854236d8361d0f0b4c38868654201e1a8c"
integrity sha512-kX5ghVCmWHcMN+g0pUaFuIJzwrXsVnK4bfid8DckU4EEtfFSv3UA5I1QNJRgpCPxTPhNEAk+3ePN8nzDSjdU+w==
"@schematics/angular@13.3.4":
version "13.3.4"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-13.3.4.tgz#2d9386c74535e321b6ec25a8dae6e383d18780b2"
integrity sha512-Cta11k965Igz2kWj60KQ/9z6RFAg9FjZ8i1TH4nyROJs9nWemWPQNA+OJFuXrEy6Ldpk7yJ5cWgJsyryGB25PA==
dependencies:
"@angular-devkit/core" "13.3.3"
"@angular-devkit/schematics" "13.3.3"
"@angular-devkit/core" "13.3.4"
"@angular-devkit/schematics" "13.3.4"
jsonc-parser "3.0.0"

"@socket.io/base64-arraybuffer@~1.0.2":
Expand Down

0 comments on commit 6e60144

Please sign in to comment.