From cd8eec32223b6e2acf3267f2537680f78bb61769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:22:13 +0100 Subject: [PATCH] chore(deps): Bump @angular-devkit/schematics from 14.2.8 to 15.0.3 (#9413) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 14.2.8 to 15.0.3.
Release notes

Sourced from @​angular-devkit/schematics's releases.

v15.0.3

15.0.3 (2022-12-07)

@​angular-devkit/build-angular

Commit Description
fix -
3d9971edb default preserve symlinks to Node.js value for esbuild
fix -
24f4b51d2 downlevel class fields with Safari <= v15 for esbuild
fix -
45afc42db downlevel class properties when targeting Safari <=v15
fix -
e6461badf prevent optimization adding unsupported ECMASCript features

Special Thanks

Charles Lyding, Dominic Elm and Paul Gschwendtner

v15.0.2

15.0.2 (2022-11-30)

@​angular-devkit/build-angular

Commit Description
fix -
2891d5bc9 correctly set Sass quietDeps and verbose options

@​ngtools/webpack

Commit Description
fix -
d9cc4b028 elide unused type references

Special Thanks

Alan Agius and Juuso Valkeejärvi

v15.0.1

15.0.1 (2022-11-23)

@​schematics/angular

Commit Description
fix -
48426852b show warning when a TS Config is not found during migrations

@​angular/cli

Commit Description
fix -
eda96def4 use global version of the CLI when running ng new

@​angular-devkit/build-angular

Commit Description
fix -
2af32fd3a hide loader paths in webpack warnings
fix -
19f5cc746 improve package deep import Sass index resolution in esbuild plugin
fix -
2220a907d use url function lexer to rebase Sass URLs

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki

v15.0.0

15.0.0 (2022-11-16)

... (truncated)

Changelog

Sourced from @​angular-devkit/schematics's changelog.

15.0.3 (2022-12-07)

@​angular-devkit/build-angular

Commit Type Description
3d9971edb fix default preserve symlinks to Node.js value for esbuild
24f4b51d2 fix downlevel class fields with Safari <= v15 for esbuild
45afc42db fix downlevel class properties when targeting Safari <=v15
e6461badf fix prevent optimization adding unsupported ECMASCript features

Special Thanks

Charles Lyding, Dominic Elm and Paul Gschwendtner

15.1.0-next.1 (2022-11-30)

@​schematics/angular

Commit Type Description
9299dea64 feat generate functional interceptors
9b6d190f4 fix remove EnvironmentInjector import in functional guard spec
b11d3f644 fix use proper variable in functional guard spec
451975f76 fix use proper variable in resolver functional spec

@​angular-devkit/build-angular

Commit Type Description
012393d37 fix correctly set Sass quietDeps and verbose options

@​ngtools/webpack

Commit Type Description
856720b91 fix elide unused type references

Special Thanks

Alan Agius, Andrew Scott, Cédric Exbrayat, Jason Bedard and Juuso Valkeejärvi

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/schematics&package-manager=npm_and_yarn&previous-version=14.2.8&new-version=15.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 63 +++++++++++++++++++++++------ packages/ng-schematics/package.json | 2 +- 2 files changed, 51 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68fa7bb6c9667..cb84254aca43f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -133,9 +133,9 @@ } }, "node_modules/@angular-devkit/core": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.0.1.tgz", - "integrity": "sha512-Q8sF561Wf53ufdrKWvsqebbD5EjJpdHaPjg5nAHYwPtwD1ciG7oL55cQFs0LYqy9Ux6k34NimodhH3QgXYYPFQ==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.0.3.tgz", + "integrity": "sha512-sJsC1uZnOs66uTEGS6E/FlMInERvChIC1oUwfgP4NMYFy4KLkzTDYZ+JAtK5/k418N+j0aS+DndfrRT3n7WNUw==", "dependencies": { "ajv": "8.11.0", "ajv-formats": "2.1.1", @@ -169,6 +169,7 @@ "version": "14.2.8", "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.8.tgz", "integrity": "sha512-L5GEgueZV4vqZy9Ar0zxVJOHK/4ttF1nPjW4Ut1vRFJGxsHFVEpxq5eGBf2JYSiOhqmFYc6GnJOxA6C4xAIHjA==", + "dev": true, "dependencies": { "@angular-devkit/core": "14.2.8", "jsonc-parser": "3.1.0", @@ -186,6 +187,7 @@ "version": "14.2.8", "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.8.tgz", "integrity": "sha512-30nDq2PH91X7T42xXFBlTiXTBG143z0BL8IUgpVCxTFYwxgPbtV4bcXTkiBgh1FL/usZcHa0Bd/64wxmFOpYwA==", + "dev": true, "dependencies": { "ajv": "8.11.0", "ajv-formats": "2.1.1", @@ -210,12 +212,14 @@ "node_modules/@angular-devkit/schematics/node_modules/jsonc-parser": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz", - "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==" + "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==", + "dev": true }, "node_modules/@angular-devkit/schematics/node_modules/magic-string": { "version": "0.26.2", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", + "dev": true, "dependencies": { "sourcemap-codec": "^1.4.8" }, @@ -227,6 +231,7 @@ "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, "engines": { "node": ">= 8" } @@ -6027,7 +6032,6 @@ "version": "0.26.7", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", - "dev": true, "dependencies": { "sourcemap-codec": "^1.4.8" }, @@ -8754,7 +8758,7 @@ "dependencies": { "@angular-devkit/architect": "^0.1402.10", "@angular-devkit/core": "^15.0.1", - "@angular-devkit/schematics": "^14.2.6" + "@angular-devkit/schematics": "^15.0.3" }, "devDependencies": { "@schematics/angular": "^14.2.8", @@ -8764,6 +8768,23 @@ "node": ">=14.1.0" } }, + "packages/ng-schematics/node_modules/@angular-devkit/schematics": { + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-15.0.3.tgz", + "integrity": "sha512-vIS8XaH3pyWql1G4Nux7EplQsph3FiMXd6U/YV9YK0g1U0k0Rh8w+9zM4yrRbrNf2BKrx1VObS0n6ibGrm1TwA==", + "dependencies": { + "@angular-devkit/core": "15.0.3", + "jsonc-parser": "3.2.0", + "magic-string": "0.26.7", + "ora": "5.4.1", + "rxjs": "6.6.7" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, "packages/ng-schematics/node_modules/@types/node": { "version": "14.18.33", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz", @@ -8894,9 +8915,9 @@ } }, "@angular-devkit/core": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.0.1.tgz", - "integrity": "sha512-Q8sF561Wf53ufdrKWvsqebbD5EjJpdHaPjg5nAHYwPtwD1ciG7oL55cQFs0LYqy9Ux6k34NimodhH3QgXYYPFQ==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.0.3.tgz", + "integrity": "sha512-sJsC1uZnOs66uTEGS6E/FlMInERvChIC1oUwfgP4NMYFy4KLkzTDYZ+JAtK5/k418N+j0aS+DndfrRT3n7WNUw==", "requires": { "ajv": "8.11.0", "ajv-formats": "2.1.1", @@ -8916,6 +8937,7 @@ "version": "14.2.8", "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.8.tgz", "integrity": "sha512-L5GEgueZV4vqZy9Ar0zxVJOHK/4ttF1nPjW4Ut1vRFJGxsHFVEpxq5eGBf2JYSiOhqmFYc6GnJOxA6C4xAIHjA==", + "dev": true, "requires": { "@angular-devkit/core": "14.2.8", "jsonc-parser": "3.1.0", @@ -8928,6 +8950,7 @@ "version": "14.2.8", "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.8.tgz", "integrity": "sha512-30nDq2PH91X7T42xXFBlTiXTBG143z0BL8IUgpVCxTFYwxgPbtV4bcXTkiBgh1FL/usZcHa0Bd/64wxmFOpYwA==", + "dev": true, "requires": { "ajv": "8.11.0", "ajv-formats": "2.1.1", @@ -8939,12 +8962,14 @@ "jsonc-parser": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz", - "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==" + "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==", + "dev": true }, "magic-string": { "version": "0.26.2", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", + "dev": true, "requires": { "sourcemap-codec": "^1.4.8" } @@ -8952,7 +8977,8 @@ "source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true } } }, @@ -9967,11 +9993,23 @@ "requires": { "@angular-devkit/architect": "^0.1402.10", "@angular-devkit/core": "^15.0.1", - "@angular-devkit/schematics": "^14.2.6", + "@angular-devkit/schematics": "^15.0.3", "@schematics/angular": "^14.2.8", "@types/node": "^14.15.0" }, "dependencies": { + "@angular-devkit/schematics": { + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-15.0.3.tgz", + "integrity": "sha512-vIS8XaH3pyWql1G4Nux7EplQsph3FiMXd6U/YV9YK0g1U0k0Rh8w+9zM4yrRbrNf2BKrx1VObS0n6ibGrm1TwA==", + "requires": { + "@angular-devkit/core": "15.0.3", + "jsonc-parser": "3.2.0", + "magic-string": "0.26.7", + "ora": "5.4.1", + "rxjs": "6.6.7" + } + }, "@types/node": { "version": "14.18.33", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz", @@ -13062,7 +13100,6 @@ "version": "0.26.7", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", - "dev": true, "requires": { "sourcemap-codec": "^1.4.8" } diff --git a/packages/ng-schematics/package.json b/packages/ng-schematics/package.json index 81c47a4e0f0bb..3b1ae446b28e7 100644 --- a/packages/ng-schematics/package.json +++ b/packages/ng-schematics/package.json @@ -68,7 +68,7 @@ "dependencies": { "@angular-devkit/architect": "^0.1402.10", "@angular-devkit/core": "^15.0.1", - "@angular-devkit/schematics": "^14.2.6" + "@angular-devkit/schematics": "^15.0.3" }, "devDependencies": { "@types/node": "^14.15.0",