puppeteer/packages/ng-schematics/package.json

87 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "@puppeteer/ng-schematics",
chore: release main (#9313) :robot: I have created a release *beep* *boop* --- <details><summary>ng-schematics: 0.1.0</summary> ## 0.1.0 (2022-11-23) ### Features * **ng-schematics:** Release @puppeteer/ng-schematics ([#9244](https://github.com/puppeteer/puppeteer/issues/9244)) ([be33929](https://github.com/puppeteer/puppeteer/commit/be33929770e473992ad49029e6d038d36591e108)) </details> <details><summary>puppeteer: 19.3.0</summary> ## [19.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.2.2...puppeteer-v19.3.0) (2022-11-23) ### Miscellaneous Chores * **puppeteer:** Synchronize puppeteer versions ### Dependencies * The following workspace dependencies were updated * dependencies * puppeteer-core bumped from 19.2.2 to 19.3.0 </details> <details><summary>puppeteer-core: 19.3.0</summary> ## [19.3.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.2.2...puppeteer-core-v19.3.0) (2022-11-23) ### Features * **puppeteer-core:** Infer element type from complex selector ([#9253](https://github.com/puppeteer/puppeteer/issues/9253)) ([bef1061](https://github.com/puppeteer/puppeteer/commit/bef1061c064e5135d86a48fffd7278f3e7f4a29e)) * **puppeteer-core:** update Chrome launcher flags ([#9239](https://github.com/puppeteer/puppeteer/issues/9239)) ([ae87bfc](https://github.com/puppeteer/puppeteer/commit/ae87bfc2b4361556e3660a1de2c6db348ce663ae)) ### Bug Fixes * remove boundary conditions for visibility ([#9249](https://github.com/puppeteer/puppeteer/issues/9249)) ([e003513](https://github.com/puppeteer/puppeteer/commit/e003513c0c049aad38e374a16dc96c3e54ab0de5)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2022-11-23 13:14:25 +00:00
"version": "0.1.0",
"description": "Puppeteer Angular schematics",
"scripts": {
"dev": "npm run build --watch",
"dev:test": "npm run test --watch",
"copy": "wireit",
"build": "wireit",
"clean": "tsc --build --clean && rimraf lib",
"clean:test": "rimraf test/build",
"test": "wireit"
},
"wireit": {
"copy": {
"clean": "if-file-deleted",
"command": "node copySchemaFiles.js",
"files": [
"src/**/files/**",
"src/**/*.json"
],
"output": [
"lib/**/files/**",
"lib/**/*.json"
],
"dependencies": [
"clean"
]
},
"build": {
"command": "tsc -b",
"files": [
"src/**/*.ts",
"!src/**/files",
"!src/**/*.json"
],
"output": [
"lib/**",
"!lib/**/files",
"!lib/**/*.json"
],
"dependencies": [
"copy"
]
},
"test": {
"command": "mocha",
"dependencies": [
"clean:test",
"build"
]
}
},
"keywords": [
"angular",
"puppeteer",
"schematics"
],
"repository": {
"type": "git",
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/ng-schematics"
},
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14.1.0"
},
"dependencies": {
chore(deps): Bump @angular-devkit/architect from 0.1402.10 to 0.1500.4 (#9415) Bumps [@angular-devkit/architect](https://github.com/angular/angular-cli) from 0.1402.10 to 0.1500.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/angular/angular-cli/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/architect&package-manager=npm_and_yarn&previous-version=0.1402.10&new-version=0.1500.4)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 13:07:06 +00:00
"@angular-devkit/architect": "^0.1500.4",
chore(deps): Bump @angular-devkit/core from 15.0.3 to 15.0.4 (#9414) Bumps [@angular-devkit/core](https://github.com/angular/angular-cli) from 15.0.3 to 15.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/core</code>'s releases</a>.</em></p> <blockquote> <h2>v15.0.4</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.4 (2022-12-14)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ccc8e0350810d123269f55de29acd7964e663f7e"><img src="https://img.shields.io/badge/ccc8e0350-fix-green" alt="fix - ccc8e0350" /></a></td> <td>display actionable error when a style does not exist in Karma builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/507f756c34171db842365398150460e1e29f531a"><img src="https://img.shields.io/badge/507f756c3-fix-green" alt="fix - 507f756c3" /></a></td> <td>downlevel class private methods when targeting Safari &lt;=v15</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a0da91dba3d9b4c4a86102668f52ab933406e5da"><img src="https://img.shields.io/badge/a0da91dba-fix-green" alt="fix - a0da91dba" /></a></td> <td>include sources in generated</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9fd356234210734ec5f44ae18f055308b7acc963"><img src="https://img.shields.io/badge/9fd356234-fix-green" alt="fix - 9fd356234" /></a></td> <td>only set ngDevMode when script optimizations are enabled</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8e85f47284472f9df49f2ca6c59057ad28240e9c"><img src="https://img.shields.io/badge/8e85f4728-fix-green" alt="fix - 8e85f4728" /></a></td> <td>update <code>css-loader</code> to <code>6.7.3</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b2d4415caa486bebe55e6147a153f120cf08b070"><img src="https://img.shields.io/badge/b2d4415ca-fix-green" alt="fix - b2d4415ca" /></a></td> <td>update locale setting snippet to use <code>globalThis</code>.</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Charles Lyding</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/15.0.4/CHANGELOG.md"><code>@​angular-devkit/core</code>'s changelog</a>.</em></p> <blockquote> <h1>15.0.4 (2022-12-14)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ccc8e0350810d123269f55de29acd7964e663f7e">ccc8e0350</a></td> <td>fix</td> <td>display actionable error when a style does not exist in Karma builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/507f756c34171db842365398150460e1e29f531a">507f756c3</a></td> <td>fix</td> <td>downlevel class private methods when targeting Safari &lt;=v15</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a0da91dba3d9b4c4a86102668f52ab933406e5da">a0da91dba</a></td> <td>fix</td> <td>include sources in generated Sass source maps</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9fd356234210734ec5f44ae18f055308b7acc963">9fd356234</a></td> <td>fix</td> <td>only set ngDevMode when script optimizations are enabled</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8e85f47284472f9df49f2ca6c59057ad28240e9c">8e85f4728</a></td> <td>fix</td> <td>update <code>css-loader</code> to <code>6.7.3</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b2d4415caa486bebe55e6147a153f120cf08b070">b2d4415ca</a></td> <td>fix</td> <td>update locale setting snippet to use <code>globalThis</code>.</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Charles Lyding</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/877125877637d305ce49ff497fb265047411e980"><code>8771258</code></a> release: cut the v15.0.4 release</li> <li><a href="https://github.com/angular/angular-cli/commit/8e85f47284472f9df49f2ca6c59057ad28240e9c"><code>8e85f47</code></a> fix(<code>@​angular-devkit/build-angular</code>): update <code>css-loader</code> to <code>6.7.3</code></li> <li><a href="https://github.com/angular/angular-cli/commit/9fd356234210734ec5f44ae18f055308b7acc963"><code>9fd3562</code></a> fix(<code>@​angular-devkit/build-angular</code>): only set ngDevMode when script optimizati...</li> <li><a href="https://github.com/angular/angular-cli/commit/ccc8e0350810d123269f55de29acd7964e663f7e"><code>ccc8e03</code></a> fix(<code>@​angular-devkit/build-angular</code>): display actionable error when a style doe...</li> <li><a href="https://github.com/angular/angular-cli/commit/507f756c34171db842365398150460e1e29f531a"><code>507f756</code></a> fix(<code>@​angular-devkit/build-angular</code>): downlevel class private methods when targ...</li> <li><a href="https://github.com/angular/angular-cli/commit/b2d4415caa486bebe55e6147a153f120cf08b070"><code>b2d4415</code></a> fix(<code>@​angular-devkit/build-angular</code>): update locale setting snippet to use `glo...</li> <li><a href="https://github.com/angular/angular-cli/commit/a0da91dba3d9b4c4a86102668f52ab933406e5da"><code>a0da91d</code></a> fix(<code>@​angular-devkit/build-angular</code>): include sources in generated</li> <li>See full diff in <a href="https://github.com/angular/angular-cli/compare/15.0.3...15.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/core&package-manager=npm_and_yarn&previous-version=15.0.3&new-version=15.0.4)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 14:22:21 +00:00
"@angular-devkit/core": "^15.0.4",
chore(deps): Bump @angular-devkit/schematics from 15.0.4 to 15.1.1 (#9517) Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 15.0.4 to 15.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/schematics</code>'s releases</a>.</em></p> <blockquote> <h2>v15.1.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.1 (2023-01-12)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b94bf60ca828a22d548d65b819ea745eafb96deb"><img src="https://img.shields.io/badge/b94bf60ca-fix-green" alt="fix - b94bf60ca" /></a></td> <td>update <code>esbuild</code> to <code>0.16.17</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius</p> <h2>v15.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.0 (2023-01-11)</h1> <h2>Deprecations</h2> <h3><code>@​angular-devkit/schematics</code></h3> <ul> <li>The Observable based <code>SchematicTestRunner.runSchematicAsync</code> and <code>SchematicTestRunner.runExternalSchematicAsync</code> method have been deprecated in favor of the Promise based <code>SchematicTestRunner.runSchematic</code> and <code>SchematicTestRunner.runExternalSchematic</code>.</li> </ul> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5b18ce1545d047d49851a64e81a1f8ef59624ef7"><img src="https://img.shields.io/badge/5b18ce154-feat-blue" alt="feat - 5b18ce154" /></a></td> <td>add <code>guardType</code> as an alias of <code>implements</code> in guard schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/dd2b65943d706833f449f76cf8c7278d0a5399ad"><img src="https://img.shields.io/badge/dd2b65943-feat-blue" alt="feat - dd2b65943" /></a></td> <td>add configuration files generation schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8d000d1563684f9a9b6869e549e265f0997187c4"><img src="https://img.shields.io/badge/8d000d156-feat-blue" alt="feat - 8d000d156" /></a></td> <td>add environments generation schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6c39a162bec67083bf6c11b54e84612f1d68c384"><img src="https://img.shields.io/badge/6c39a162b-feat-blue" alt="feat - 6c39a162b" /></a></td> <td>Add schematics for generating functional router guards and resolvers</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/62121f89abce54e0a1c2b816cdd32b57f2b5a5d1"><img src="https://img.shields.io/badge/62121f89a-feat-blue" alt="feat - 62121f89a" /></a></td> <td>add sideEffects:false to library package.json</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9299dea6492527bcaea24c9c7f3116ee2779405b"><img src="https://img.shields.io/badge/9299dea64-feat-blue" alt="feat - 9299dea64" /></a></td> <td>generate functional interceptors</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/49b313f27adef6300063c9d6817d1454a8657fe2"><img src="https://img.shields.io/badge/49b313f27-fix-green" alt="fix - 49b313f27" /></a></td> <td>add missing import for functional interceptor spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2f92fe7e589705b282102271897454ea852c4814"><img src="https://img.shields.io/badge/2f92fe7e5-fix-green" alt="fix - 2f92fe7e5" /></a></td> <td>add missing semicolon in functional guard/resolver/interceptor</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9b6d190f4a082c166d253b0f00162e0286238e45"><img src="https://img.shields.io/badge/9b6d190f4-fix-green" alt="fix - 9b6d190f4" /></a></td> <td>remove EnvironmentInjector import in functional guard spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b11d3f6442d38f609471ab19c08a1c9a871e0ae3"><img src="https://img.shields.io/badge/b11d3f644-fix-green" alt="fix - b11d3f644" /></a></td> <td>use proper variable in functional guard spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/451975f7650041a83994e1308f85fe7e33a31e32"><img src="https://img.shields.io/badge/451975f76-fix-green" alt="fix - 451975f76" /></a></td> <td>use proper variable in resolver functional spec</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c29df695467c41feccd3846a55c91c6784af87b2"><img src="https://img.shields.io/badge/c29df6954-feat-blue" alt="feat - c29df6954" /></a></td> <td>add <code>assets</code> option to server builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/839d0cb57ad42896578c235354ffb918ea8bb146"><img src="https://img.shields.io/badge/839d0cb57-feat-blue" alt="feat - 839d0cb57" /></a></td> <td>implement stats-json option for esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/216991b9d9ca1d8f09992880a5fa92e7c98813fa"><img src="https://img.shields.io/badge/216991b9d-feat-blue" alt="feat - 216991b9d" /></a></td> <td>support inline component Sass styles with esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7c87ce47c66a6426b6b7fbb2edd38d8da729221f"><img src="https://img.shields.io/badge/7c87ce47c-fix-green" alt="fix - 7c87ce47c" /></a></td> <td>ensure Sass load paths are resolved from workspace root</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7a063238b83eea8b5b3237fed12db5528d1f6912"><img src="https://img.shields.io/badge/7a063238b-fix-green" alt="fix - 7a063238b" /></a></td> <td>explicitly send options to JS transformer workers</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/22cba79370ed60a27f932acda363ffd87f5d9983"><img src="https://img.shields.io/badge/22cba7937-fix-green" alt="fix - 22cba7937" /></a></td> <td>provide an option to <code>exclude</code> specs in Karma builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/20376649c5e3003b0aa99b9328e2b61699ccba78"><img src="https://img.shields.io/badge/20376649c-fix-green" alt="fix - 20376649c" /></a></td> <td>transform async generator class methods for Zone.js support</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0520608f68f1768a13a46fbdb9ecb65310492460"><img src="https://img.shields.io/badge/0520608f6-fix-green" alt="fix - 0520608f6" /></a></td> <td>use relative css resource paths in esbuild JSON stats</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0c01532cb5a3072b96cd65845a38b88ed4543de6"><img src="https://img.shields.io/badge/0c01532cb-perf-orange" alt="perf - 0c01532cb" /></a></td> <td>use worker pool for JavaScript transforms in esbuild builder</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/schematics</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/207358afb89e6515cb8d73f5a3a63d9101e80d97"><img src="https://img.shields.io/badge/207358afb-feat-blue" alt="feat - 207358afb" /></a></td> <td>add <code>runSchematic</code> and <code>runExternalSchematic</code> methods</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Andrew Scott, Charles Lyding, Cédric Exbrayat, Doug Parker, Felix Hamann, Jason Bedard, Joey Perrott and Kristiyan Kostadinov</p> <h2>v15.1.0-rc.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@​angular-devkit/schematics</code>'s changelog</a>.</em></p> <blockquote> <h1>15.1.1 (2023-01-12)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b94bf60ca828a22d548d65b819ea745eafb96deb">b94bf60ca</a></td> <td>fix</td> <td>update <code>esbuild</code> to <code>0.16.17</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.0 (2023-01-11)</h1> <h2>Deprecations</h2> <h3><code>@​angular-devkit/schematics</code></h3> <ul> <li>The Observable based <code>SchematicTestRunner.runSchematicAsync</code> and <code>SchematicTestRunner.runExternalSchematicAsync</code> method have been deprecated in favor of the Promise based <code>SchematicTestRunner.runSchematic</code> and <code>SchematicTestRunner.runExternalSchematic</code>.</li> </ul> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5b18ce1545d047d49851a64e81a1f8ef59624ef7">5b18ce154</a></td> <td>feat</td> <td>add <code>guardType</code> as an alias of <code>implements</code> in guard schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/dd2b65943d706833f449f76cf8c7278d0a5399ad">dd2b65943</a></td> <td>feat</td> <td>add configuration files generation schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/8d000d1563684f9a9b6869e549e265f0997187c4">8d000d156</a></td> <td>feat</td> <td>add environments generation schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6c39a162bec67083bf6c11b54e84612f1d68c384">6c39a162b</a></td> <td>feat</td> <td>Add schematics for generating functional router guards and resolvers</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/62121f89abce54e0a1c2b816cdd32b57f2b5a5d1">62121f89a</a></td> <td>feat</td> <td>add sideEffects:false to library package.json</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9299dea6492527bcaea24c9c7f3116ee2779405b">9299dea64</a></td> <td>feat</td> <td>generate functional interceptors</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/49b313f27adef6300063c9d6817d1454a8657fe2">49b313f27</a></td> <td>fix</td> <td>add missing import for functional interceptor spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2f92fe7e589705b282102271897454ea852c4814">2f92fe7e5</a></td> <td>fix</td> <td>add missing semicolon in functional guard/resolver/interceptor</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9b6d190f4a082c166d253b0f00162e0286238e45">9b6d190f4</a></td> <td>fix</td> <td>remove EnvironmentInjector import in functional guard spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b11d3f6442d38f609471ab19c08a1c9a871e0ae3">b11d3f644</a></td> <td>fix</td> <td>use proper variable in functional guard spec</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/451975f7650041a83994e1308f85fe7e33a31e32">451975f76</a></td> <td>fix</td> <td>use proper variable in resolver functional spec</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c29df695467c41feccd3846a55c91c6784af87b2">c29df6954</a></td> <td>feat</td> <td>add <code>assets</code> option to server builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/839d0cb57ad42896578c235354ffb918ea8bb146">839d0cb57</a></td> <td>feat</td> <td>implement stats-json option for esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/216991b9d9ca1d8f09992880a5fa92e7c98813fa">216991b9d</a></td> <td>feat</td> <td>support inline component Sass styles with esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7c87ce47c66a6426b6b7fbb2edd38d8da729221f">7c87ce47c</a></td> <td>fix</td> <td>ensure Sass load paths are resolved from workspace root</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7a063238b83eea8b5b3237fed12db5528d1f6912">7a063238b</a></td> <td>fix</td> <td>explicitly send options to JS transformer workers</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/22cba79370ed60a27f932acda363ffd87f5d9983">22cba7937</a></td> <td>fix</td> <td>provide an option to <code>exclude</code> specs in Karma builder</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/a8953ffe7771df3e01e2df0e6eb5a1cac83f2af9"><code>a8953ff</code></a> release: cut the v15.1.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/4ba55e46556e2ee3ff59c118ab8fc91dce6e8d1d"><code>4ba55e4</code></a> refactor: change <code>JSONFile</code> to private instead of internal</li> <li><a href="https://github.com/angular/angular-cli/commit/6dd88b4705dbf24004cc15ced08118edce785fae"><code>6dd88b4</code></a> build: update <code>eslint-plugin-import</code> to <code>2.27.4</code></li> <li><a href="https://github.com/angular/angular-cli/commit/b94bf60ca828a22d548d65b819ea745eafb96deb"><code>b94bf60</code></a> fix(<code>@​angular-devkit/build-angular</code>): update <code>esbuild</code> to <code>0.16.17</code></li> <li><a href="https://github.com/angular/angular-cli/commit/d6583e584fb9273be57381e7dbbaa4176964a119"><code>d6583e5</code></a> docs(<code>@​angular/cli</code>): add ng new long description</li> <li><a href="https://github.com/angular/angular-cli/commit/ea64defb0bdbaa9a4df5fd75405d6f03f4a05bb6"><code>ea64def</code></a> release: cut the v15.1.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/7731588f9aeb870408d17dc2f6ebd7aa3ce60c29"><code>7731588</code></a> build: update angular packages for 15.1.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/d41b741ea93de4b8773ff879a282c37afb460c21"><code>d41b741</code></a> build: lock file maintenance</li> <li><a href="https://github.com/angular/angular-cli/commit/0520608f68f1768a13a46fbdb9ecb65310492460"><code>0520608</code></a> fix(<code>@​angular-devkit/build-angular</code>): use relative css resource paths in esbuil...</li> <li><a href="https://github.com/angular/angular-cli/commit/22cba79370ed60a27f932acda363ffd87f5d9983"><code>22cba79</code></a> fix(<code>@​angular-devkit/build-angular</code>): provide an option to <code>exclude</code> specs in K...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/15.0.4...15.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular-devkit/schematics&package-manager=npm_and_yarn&previous-version=15.0.4&new-version=15.1.1)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Kian-Meng Ang <kianmeng.ang@gmail.com> Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-01-17 14:10:39 +00:00
"@angular-devkit/schematics": "^15.1.1"
},
"devDependencies": {
"@types/node": "^14.15.0",
"@schematics/angular": "^14.2.8"
},
"files": [
"lib",
"!*.tsbuildinfo"
],
"ng-add": {
"save": "devDependencies"
},
"schematics": "./lib/schematics/collection.json",
"builders": "./lib/builders/builders.json"
}