From b2d3d4d3ea3597a4523e6376e91e0d008aede723 Mon Sep 17 00:00:00 2001 From: Calciumdibromid Bot Date: Thu, 14 Jul 2022 10:18:58 +0200 Subject: [PATCH] Update angular-cli monorepo to v14.0.6 (#1460) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | devDependencies | patch | [`14.0.5` -> `14.0.6`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/14.0.5/14.0.6) | | [@angular/cli](https://github.com/angular/angular-cli) | devDependencies | patch | [`14.0.5` -> `14.0.6`](https://renovatebot.com/diffs/npm/@angular%2fcli/14.0.5/14.0.6) | --- ### Release Notes
angular/angular-cli ### [`v14.0.6`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#​1406-2022-07-13) [Compare Source](https://github.com/angular/angular-cli/compare/14.0.5...14.0.6) ##### [@​angular/cli](https://github.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | | [178550529](https://github.com/angular/angular-cli/commit/1785505290940dad2ef9a62d4725e0d1b4b486d4) | fix | handle cases when completion is enabled and running in an older CLI workspace | | [10f24498e](https://github.com/angular/angular-cli/commit/10f24498ec2938487ae80d6ecea584e20b01dcbe) | fix | remove deprecation warning of `no` prefixed schema options | ##### [@​schematics/angular](https://github.com/schematics/angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- | | [dfa6d73c5](https://github.com/angular/angular-cli/commit/dfa6d73c5c45d3c3276fb1fecfb6535362d180c5) | fix | remove browserslist configuration | ##### [@​angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------- | | [4d848c4e6](https://github.com/angular/angular-cli/commit/4d848c4e6f6944f32b9ecb2cf2db5c544b3894fe) | fix | generate different content hashes for scripts which are changed during the optimization phase | ##### [@​angular-devkit/core](https://github.com/angular-devkit/core) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- | | [2500f34a4](https://github.com/angular/angular-cli/commit/2500f34a401c2ffb03b1dfa41299d91ddebe787e) | fix | provide actionable warning when a workspace project has missing `root` property | #### Special Thanks Alan Agius and martinfrancois
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [x] 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 Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1460 Reviewed-by: Epsilon_02 Co-authored-by: Calciumdibromid Bot Co-committed-by: Calciumdibromid Bot --- frontend/package.json | 4 +- frontend/yarn.lock | 90 +++++++++++++++++++++---------------------- 2 files changed, 47 insertions(+), 47 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 711e9dfe0..9e439ae73 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,13 +43,13 @@ "node": ">=14.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "14.0.5", + "@angular-devkit/build-angular": "14.0.6", "@angular-eslint/builder": "14.0.2", "@angular-eslint/eslint-plugin": "14.0.2", "@angular-eslint/eslint-plugin-template": "14.0.2", "@angular-eslint/schematics": "14.0.2", "@angular-eslint/template-parser": "14.0.2", - "@angular/cli": "14.0.5", + "@angular/cli": "14.0.6", "@angular/compiler-cli": "14.0.6", "@tauri-apps/cli": "1.0.3", "@types/jasmine": "4.0.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4c9146a11..838dc1b12 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -17,23 +17,23 @@ dependencies: "@jridgewell/trace-mapping" "^0.3.0" -"@angular-devkit/architect@0.1400.5": - version "0.1400.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1400.5.tgz#423f7c81b6bac39a9d0ba3c31868de781afe08d0" - integrity sha512-A5sRLPK3qGJAehYtX4ayUDwxQZ02yvsrxcpf3sv492IxbF7ymdMhcxIp+0UG6wIsLvpQkpW9ekJUdKmFB6GVAw== +"@angular-devkit/architect@0.1400.6": + version "0.1400.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1400.6.tgz#545f65e7aa9a8c8fb09756a43491679ea259b760" + integrity sha512-POqWsCvo5O4/5dsPYGA68YU9x5k/xAU+a5h/QvhjeRJVCuYZ0IX97EPQ+w/tXRRL3kdwS6zfaIXR2p+U3F1DmA== dependencies: - "@angular-devkit/core" "14.0.5" + "@angular-devkit/core" "14.0.6" rxjs "6.6.7" -"@angular-devkit/build-angular@14.0.5": - version "14.0.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.0.5.tgz#b247c67c8a0a5cc7f9d8b0be33c86d6dd68ddc88" - integrity sha512-Yjp0KyuJz4BvvW3xGC6UzYyVhMXTr5geYQskI7pkXaoNvVVD9Su4kaxl78dZBT/GRNZmNkrB2fJ4D8OOWH/oBg== +"@angular-devkit/build-angular@14.0.6": + version "14.0.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.0.6.tgz#53832fe6f4926514e86824d60f3dc409a36d0ac5" + integrity sha512-xwLG37ta5qV1NrqdAFGa6t8lrNuoO1WYYEJ4LcHqid7sXlN4cpV88CzNoWn8ElDdEZwcjPOW81mPRLY663iudQ== dependencies: "@ampproject/remapping" "2.2.0" - "@angular-devkit/architect" "0.1400.5" - "@angular-devkit/build-webpack" "0.1400.5" - "@angular-devkit/core" "14.0.5" + "@angular-devkit/architect" "0.1400.6" + "@angular-devkit/build-webpack" "0.1400.6" + "@angular-devkit/core" "14.0.6" "@babel/core" "7.17.10" "@babel/generator" "7.17.10" "@babel/helper-annotate-as-pure" "7.16.7" @@ -44,7 +44,7 @@ "@babel/runtime" "7.17.9" "@babel/template" "7.16.7" "@discoveryjs/json-ext" "0.5.7" - "@ngtools/webpack" "14.0.5" + "@ngtools/webpack" "14.0.6" ansi-colors "4.1.1" babel-loader "8.2.5" babel-plugin-istanbul "6.1.1" @@ -95,18 +95,18 @@ optionalDependencies: esbuild "0.14.38" -"@angular-devkit/build-webpack@0.1400.5": - version "0.1400.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1400.5.tgz#c89576658520426fef83a2500e0701796fa7482f" - integrity sha512-bg5P9e7ZqV4Vmj3eFmfZhGXxp2FICN/myvu9IpUyIaNfwsi/0S98Cc4MMH0GtoK0uy27kB5QSyWUO1rwB+npJA== +"@angular-devkit/build-webpack@0.1400.6": + version "0.1400.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1400.6.tgz#fa0d455d183a8ad9a27edadd4887025ee1e3ab65" + integrity sha512-3Zg+jST6a2Xj8s4IQ7XIH31Pv6/0XbKCbGC0W31fPRAxTKIeLfEJYkDXwnhpEY5ctYq3PR1/IXjZNlGoz0AhvQ== dependencies: - "@angular-devkit/architect" "0.1400.5" + "@angular-devkit/architect" "0.1400.6" rxjs "6.6.7" -"@angular-devkit/core@14.0.5": - version "14.0.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.0.5.tgz#19f5940b53aeb0ce56479c44670d3bc3b2df92b1" - integrity sha512-/CUGi6QLwh79FvsOY7M+1LQL3asZsbQW/WBd5f1iu5y7TLNqCwo+wOb0ZXLDNPw45vYBxFajtt3ob3U7qx3jNg== +"@angular-devkit/core@14.0.6": + version "14.0.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.0.6.tgz#e2171be2b8f3b5235f07441cf11da4eaa8c454fa" + integrity sha512-b0U4D5jxAsx26F4YQu7XW+lpxLZT4ssdyMarbfIryeupznnGE+69F+U/G+FhTEMYbxrYRMGn/wYy6vcg57NYfQ== dependencies: ajv "8.11.0" ajv-formats "2.1.1" @@ -114,12 +114,12 @@ rxjs "6.6.7" source-map "0.7.3" -"@angular-devkit/schematics@14.0.5": - version "14.0.5" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.0.5.tgz#01777d2ad473d35bdfdbbb751521c43421ad9772" - integrity sha512-sufxITBkn2MvgEREt9JQ3QCKHS+sue1WsVzLE+TWqG5MC/RPk0f9tQ5VoHk6ZTzDKUvOtSoc7G+n0RscQsyp5g== +"@angular-devkit/schematics@14.0.6": + version "14.0.6" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.0.6.tgz#d0ccb5ca75de60bbc5349141a3eac820ccd4d723" + integrity sha512-o7I5KBnz/fxYgVLZ+XIsaGZUDiQCqM89aaIPOg84Ij0Nr3N+f4NYq56PPRln7hAfV3m/3JpH+cgycaGND5wHHQ== dependencies: - "@angular-devkit/core" "14.0.5" + "@angular-devkit/core" "14.0.6" jsonc-parser "3.0.0" magic-string "0.26.1" ora "5.4.1" @@ -199,15 +199,15 @@ optionalDependencies: parse5 "^5.0.0" -"@angular/cli@14.0.5": - version "14.0.5" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.0.5.tgz#f7df6464ef1912183aa630c7ade0fcd6754867e1" - integrity sha512-/Iqvy3vRqakHdxNi+Qo18xXQr8E1cCaKzMBnxR2wHNdlu1lyaw0p20E8LumoueXCrs+/SK6aKDvN6ek0R/q8Jg== +"@angular/cli@14.0.6": + version "14.0.6" + resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.0.6.tgz#93d3f1d24c3ac27f0d6e81d08c0db4926f07b162" + integrity sha512-q8iByoyVNLUOCosc5/wD9FkaM09d5HOic5RYSAg265pMgreQ/oQM1ajGRzzVWFhzw/RlUuon8ezZyAUAXfszCQ== dependencies: - "@angular-devkit/architect" "0.1400.5" - "@angular-devkit/core" "14.0.5" - "@angular-devkit/schematics" "14.0.5" - "@schematics/angular" "14.0.5" + "@angular-devkit/architect" "0.1400.6" + "@angular-devkit/core" "14.0.6" + "@angular-devkit/schematics" "14.0.6" + "@schematics/angular" "14.0.6" "@yarnpkg/lockfile" "1.1.0" ansi-colors "4.1.1" debug "4.3.4" @@ -1844,10 +1844,10 @@ replace-in-file "^6.2.0" tslib "^2.2.0" -"@ngtools/webpack@14.0.5": - version "14.0.5" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.0.5.tgz#f1f516612532660be69c76d1de58c0d4bf8b9a34" - integrity sha512-fOHtOYfuQhMTcqOfASuH5z8LwEmIG8323yPTP528w9RM9bUr3JaoK1RNcVuLKSvAGRTvTfeykK3/Eri/YW1DvQ== +"@ngtools/webpack@14.0.6": + version "14.0.6" + resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.0.6.tgz#a48185b584a528a59ce82217830673268ceee8c2" + integrity sha512-mSmLqzRKxQgGiOhvJ8guvRLjXoTL17cVSWlL/Cz+Q3xc1bXa7537ZXBTQTEuZVU2ytdkniKc8l1HqXIx0pFNVQ== "@ngxs/form-plugin@3.7.4": version "3.7.4" @@ -2006,13 +2006,13 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.15.tgz#6a9d143f7f4f49db2d782f9e1c8839a29b43ae23" integrity sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA== -"@schematics/angular@14.0.5": - version "14.0.5" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.0.5.tgz#0bcbbc65a4b9a9d9794a7c069b0ad16a36bd7013" - integrity sha512-xZjXHLn1djIvKJFiOfspTrzAomtDGRqGgsOo06glBkC+cqKCyyXU1Hgxnd3S5V+8a6TpYgX25AXihtE3BeCJzg== +"@schematics/angular@14.0.6": + version "14.0.6" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.0.6.tgz#56b16d830cdbc69a17767a033ed52e432c0ae514" + integrity sha512-vc4N6AXANMHUfcj5hOIDwBj4HQUrVSs03ksnznJGt2gkg2ClzJkK5Vg4/QA6lJ09VWSVZCuZ2Kkaua4bsTf6AA== dependencies: - "@angular-devkit/core" "14.0.5" - "@angular-devkit/schematics" "14.0.5" + "@angular-devkit/core" "14.0.6" + "@angular-devkit/schematics" "14.0.6" jsonc-parser "3.0.0" "@socket.io/base64-arraybuffer@~1.0.2":