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.3 to 15.0.4 (#9420) Bumps [@angular-devkit/schematics](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/schematics</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 Sass source maps</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/main/CHANGELOG.md"><code>@​angular-devkit/schematics</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</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> <h1>15.1.0-next.2 (2022-12-08)</h1> <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/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> </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/97716969c243d65e385dcd78f5035d2c13f0258b">97716969c</a></td> <td>fix</td> <td>default preserve symlinks to Node.js value for esbuild</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/cf2f30afc0ad0ceae34c457955a22186bc5ce60d">cf2f30afc</a></td> <td>fix</td> <td>downlevel class fields with Safari &lt;= v15 for esbuild</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/25eaaa24b51af400262b97b4d4be2391ebd4a82d">25eaaa24b</a></td> <td>fix</td> <td>downlevel class properties when targeting Safari &lt;=v15</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/ef99a68b46c992c1988c5ca4c6fb066e89762d64">ef99a68b4</a></td> <td>fix</td> <td>prevent optimization adding unsupported ECMASCript features</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Cédric Exbrayat, Dominic Elm, Doug Parker and Paul Gschwendtner</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/schematics&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-16 11:01:17 +00:00
"@angular-devkit/schematics": "^15.0.4"
},
"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"
}