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 14.2.7 to 15.0.1 (#9318) Bumps [@angular-devkit/core](https://github.com/angular/angular-cli) from 14.2.7 to 15.0.1. <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.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.1 (2022-11-23)</h1> <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/48426852b0c1d5541a3e7369dc2b343e33856968"><img src="https://img.shields.io/badge/48426852b-fix-green" alt="fix - 48426852b" /></a></td> <td>show warning when a TS Config is not found during migrations</td> </tr> </tbody> </table> <h3><code>@​angular/cli</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/eda96def48e11533cd0a3353c96b7eac9a881e1e"><img src="https://img.shields.io/badge/eda96def4-fix-green" alt="fix - eda96def4" /></a></td> <td>use global version of the CLI when running <code>ng new</code></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/2af32fd3a981b1c29e1cf77b442982e1e07aae38"><img src="https://img.shields.io/badge/2af32fd3a-fix-green" alt="fix - 2af32fd3a" /></a></td> <td>hide loader paths in webpack warnings</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/19f5cc746ec724f15d1b89126c7c1b8a343818fe"><img src="https://img.shields.io/badge/19f5cc746-fix-green" alt="fix - 19f5cc746" /></a></td> <td>improve package deep import Sass index resolution in esbuild plugin</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2220a907daf9ccd9e22dfc8e5ddc259b9d495997"><img src="https://img.shields.io/badge/2220a907d-fix-green" alt="fix - 2220a907d" /></a></td> <td>use url function lexer to rebase Sass URLs</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki</p> <h2>v15.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.0 (2022-11-16)</h1> <h2>Breaking Changes</h2> <h3><code>@​angular/cli</code></h3> <ul> <li>The Angular CLI no longer supports <code>16.10.x</code>, <code>16.11.x</code> and <code>16.12.x</code>. Current supported versions of Node.js are <code>14.20.x</code>, <code>16.13.x</code> and <code>18.10.x</code>.</li> <li>Node.js versions older than 14.20 are no longer supported.</li> <li>The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead.</li> </ul> <h3><code>@​schematics/angular</code></h3> <ul> <li>Removed unused<code>appDir</code> option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.</li> </ul> <h3></h3> <ul> <li> <p><code>analyticsSharing</code> option in the global angular configuration has been removed without replacement. This option was used to configure the Angular CLI to access to your own users' CLI usage data.</p> <p>If this option is used, it can be removed using <code>ng config --global cli.analyticsSharing undefined</code>.</p> </li> <li> <p>analytics APIs have been removed without replacement from <code>@angular-devkit/core</code> and <code>@angular-devkit/architect</code>.</p> </li> </ul> <h3><code>@​angular-devkit/build-angular</code></h3> <ul> <li> <p>TypeScript versions older than 4.8.2 are no longer supported.</p> </li> <li> <p>The server builder <code>bundleDependencies</code> option has been removed. This option was used pre Ivy. Currently, using this option is unlikely to produce working server bundles.</p> <p>The <code>externalDependencies</code> option can be used instead to exclude specific node_module packages from the final bundle.</p> </li> <li> <ul> <li>Deprecated support for tilde import has been removed. Please update the imports by removing the <code>~</code>.</li> </ul> <p>Before</p> <pre lang="scss"><code>@import &quot;~font-awesome/scss/font-awesome&quot;; </code></pre> <p>After</p> <pre lang="scss"><code></code></pre> </li> </ul> <!-- 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/core</code>'s changelog</a>.</em></p> <blockquote> <h1>15.0.1 (2022-11-23)</h1> <h3><code>@​angular/cli</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/eda96def48e11533cd0a3353c96b7eac9a881e1e">eda96def4</a></td> <td>fix</td> <td>use global version of the CLI when running <code>ng new</code></td> </tr> </tbody> </table> <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/48426852b0c1d5541a3e7369dc2b343e33856968">48426852b</a></td> <td>fix</td> <td>show warning when a TS Config is not found during migrations</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/2af32fd3a981b1c29e1cf77b442982e1e07aae38">2af32fd3a</a></td> <td>fix</td> <td>hide loader paths in webpack warnings</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/19f5cc746ec724f15d1b89126c7c1b8a343818fe">19f5cc746</a></td> <td>fix</td> <td>improve package deep import Sass index resolution in esbuild plugin</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2220a907daf9ccd9e22dfc8e5ddc259b9d495997">2220a907d</a></td> <td>fix</td> <td>use url function lexer to rebase Sass URLs</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.0 (2022-11-16)</h1> <h2>Breaking Changes</h2> <h3><code>@​angular/cli</code></h3> <ul> <li>The Angular CLI no longer supports <code>16.10.x</code>, <code>16.11.x</code> and <code>16.12.x</code>. Current minimum versions of Node.js are <code>14.20.0</code>, <code>16.13.0</code> and <code>18.10.0</code>.</li> <li>Node.js versions older than 14.20 are no longer supported.</li> <li>The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead.</li> </ul> <h3><code>@​schematics/angular</code></h3> <ul> <li>Removed unused <code>appDir</code> option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.</li> </ul> <h3></h3> <ul> <li> <p><code>analyticsSharing</code> option in the global angular configuration has been removed without replacement. This option was used to configure the Angular CLI to access to your own users' CLI usage data.</p> <p>If this option is used, it can be removed using <code>ng config --global cli.analyticsSharing undefined</code>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/324f8da02b0e26faa26090ce306c43b31dde2165"><code>324f8da</code></a> release: cut the v15.0.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/2af32fd3a981b1c29e1cf77b442982e1e07aae38"><code>2af32fd</code></a> fix(<code>@​angular-devkit/build-angular</code>): hide loader paths in webpack warnings</li> <li><a href="https://github.com/angular/angular-cli/commit/2220a907daf9ccd9e22dfc8e5ddc259b9d495997"><code>2220a90</code></a> fix(<code>@​angular-devkit/build-angular</code>): use url function lexer to rebase Sass URLs</li> <li><a href="https://github.com/angular/angular-cli/commit/fc0d9241c779714240a302a9d6947fb3d5ff8929"><code>fc0d924</code></a> ci: update browser-tools</li> <li><a href="https://github.com/angular/angular-cli/commit/19f5cc746ec724f15d1b89126c7c1b8a343818fe"><code>19f5cc7</code></a> fix(<code>@​angular-devkit/build-angular</code>): improve package deep import Sass index re...</li> <li><a href="https://github.com/angular/angular-cli/commit/52f63b19b597216bad950fe5afa14e3311595d4d"><code>52f63b1</code></a> build: enable the ng-dev auth service</li> <li><a href="https://github.com/angular/angular-cli/commit/ba1f571dca8674db0d7fc4c31790a57b2d0ca2d3"><code>ba1f571</code></a> build: remove <code>regenerator-runtime</code> from dependencies</li> <li><a href="https://github.com/angular/angular-cli/commit/cc6cad78679fd6520914de7c87e25d23a527993c"><code>cc6cad7</code></a> build: enable the assistant-to-the-branch-manager github action</li> <li><a href="https://github.com/angular/angular-cli/commit/51d17d4d7059692ec3a5a506ba9245d070237226"><code>51d17d4</code></a> ci: fix update test to work when <code>@angular/cli</code> and <code>@angular/core</code> majors di...</li> <li><a href="https://github.com/angular/angular-cli/commit/48426852b0c1d5541a3e7369dc2b343e33856968"><code>4842685</code></a> fix(<code>@​schematics/angular</code>): show warning when a TS Config is not found during m...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/14.2.7...15.0.1">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=14.2.7&new-version=15.0.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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 09:05:46 +00:00
"@angular-devkit/core": "^15.0.1",
chore(deps): Bump @angular-devkit/schematics from 14.2.8 to 15.0.3 (#9413) Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 14.2.8 to 15.0.3. <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.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.3 (2022-12-07)</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/3d9971edb05e9b8de24bafc1b4381cbf4bad8dbf"><img src="https://img.shields.io/badge/3d9971edb-fix-green" alt="fix - 3d9971edb" /></a></td> <td>default preserve symlinks to Node.js value for esbuild</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/24f4b51d22a0debc8ff853cf9040a15273654f7a"><img src="https://img.shields.io/badge/24f4b51d2-fix-green" alt="fix - 24f4b51d2" /></a></td> <td>downlevel class fields with Safari &lt;= v15 for esbuild</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/45afc42db86e58357d1618d9984dcf03bffea957"><img src="https://img.shields.io/badge/45afc42db-fix-green" alt="fix - 45afc42db" /></a></td> <td>downlevel class properties when targeting Safari &lt;=v15</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e6461badf7959ff8b8d9a3824a4a081f44e0b237"><img src="https://img.shields.io/badge/e6461badf-fix-green" alt="fix - e6461badf" /></a></td> <td>prevent optimization adding unsupported ECMASCript features</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Charles Lyding, Dominic Elm and Paul Gschwendtner</p> <h2>v15.0.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.2 (2022-11-30)</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/2891d5bc9eecf7fa8e3b80906d9c56e6a49f3d15"><img src="https://img.shields.io/badge/2891d5bc9-fix-green" alt="fix - 2891d5bc9" /></a></td> <td>correctly set Sass quietDeps and verbose options</td> </tr> </tbody> </table> <h3><code>@​ngtools/webpack</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/d9cc4b0289eaf382782a994a15497e9526c5a4a2"><img src="https://img.shields.io/badge/d9cc4b028-fix-green" alt="fix - d9cc4b028" /></a></td> <td>elide unused type references</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Juuso Valkeejärvi</p> <h2>v15.0.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.1 (2022-11-23)</h1> <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/48426852b0c1d5541a3e7369dc2b343e33856968"><img src="https://img.shields.io/badge/48426852b-fix-green" alt="fix - 48426852b" /></a></td> <td>show warning when a TS Config is not found during migrations</td> </tr> </tbody> </table> <h3><code>@​angular/cli</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/eda96def48e11533cd0a3353c96b7eac9a881e1e"><img src="https://img.shields.io/badge/eda96def4-fix-green" alt="fix - eda96def4" /></a></td> <td>use global version of the CLI when running <code>ng new</code></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/2af32fd3a981b1c29e1cf77b442982e1e07aae38"><img src="https://img.shields.io/badge/2af32fd3a-fix-green" alt="fix - 2af32fd3a" /></a></td> <td>hide loader paths in webpack warnings</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/19f5cc746ec724f15d1b89126c7c1b8a343818fe"><img src="https://img.shields.io/badge/19f5cc746-fix-green" alt="fix - 19f5cc746" /></a></td> <td>improve package deep import Sass index resolution in esbuild plugin</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2220a907daf9ccd9e22dfc8e5ddc259b9d495997"><img src="https://img.shields.io/badge/2220a907d-fix-green" alt="fix - 2220a907d" /></a></td> <td>use url function lexer to rebase Sass URLs</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki</p> <h2>v15.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.0 (2022-11-16)</h1> <!-- 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.0.3 (2022-12-07)</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/3d9971edb05e9b8de24bafc1b4381cbf4bad8dbf">3d9971edb</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/24f4b51d22a0debc8ff853cf9040a15273654f7a">24f4b51d2</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/45afc42db86e58357d1618d9984dcf03bffea957">45afc42db</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/e6461badf7959ff8b8d9a3824a4a081f44e0b237">e6461badf</a></td> <td>fix</td> <td>prevent optimization adding unsupported ECMASCript features</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Charles Lyding, Dominic Elm and Paul Gschwendtner</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.1.0-next.1 (2022-11-30)</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/9299dea6492527bcaea24c9c7f3116ee2779405b">9299dea64</a></td> <td>feat</td> <td>generate functional interceptors</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/012393d37924a2afd172bfd80ee5e4bcd1c9abdf">012393d37</a></td> <td>fix</td> <td>correctly set Sass quietDeps and verbose options</td> </tr> </tbody> </table> <h3><code>@​ngtools/webpack</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/856720b913ec1ba82b96db2d3a61628cb3795f11">856720b91</a></td> <td>fix</td> <td>elide unused type references</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Andrew Scott, Cédric Exbrayat, Jason Bedard and Juuso Valkeejärvi</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/eb2a73a35113537464687477d0457db3d2d7dccf"><code>eb2a73a</code></a> release: cut the v15.0.3 release</li> <li><a href="https://github.com/angular/angular-cli/commit/3d9971edb05e9b8de24bafc1b4381cbf4bad8dbf"><code>3d9971e</code></a> fix(<code>@​angular-devkit/build-angular</code>): default preserve symlinks to Node.js valu...</li> <li><a href="https://github.com/angular/angular-cli/commit/24f4b51d22a0debc8ff853cf9040a15273654f7a"><code>24f4b51</code></a> fix(<code>@​angular-devkit/build-angular</code>): downlevel class fields with Safari &lt;= v15...</li> <li><a href="https://github.com/angular/angular-cli/commit/20e07421543d61c069cbb5e904b264b64619fd64"><code>20e0742</code></a> refactor(<code>@​angular-devkit/build-angular</code>): update browserslist conversion to la...</li> <li><a href="https://github.com/angular/angular-cli/commit/18f31009c198cd41b5196f3decbb9beaf1ec8211"><code>18f3100</code></a> refactor(<code>@​angular-devkit/build-angular</code>): convert into a function to give mor...</li> <li><a href="https://github.com/angular/angular-cli/commit/45afc42db86e58357d1618d9984dcf03bffea957"><code>45afc42</code></a> fix(<code>@​angular-devkit/build-angular</code>): downlevel class properties when targeting...</li> <li><a href="https://github.com/angular/angular-cli/commit/e6461badf7959ff8b8d9a3824a4a081f44e0b237"><code>e6461ba</code></a> fix(<code>@​angular-devkit/build-angular</code>): prevent optimization adding unsupported E...</li> <li><a href="https://github.com/angular/angular-cli/commit/d77416f8cc2095da50795b7520fce0b02ad27591"><code>d77416f</code></a> release: cut the v15.0.2 release</li> <li><a href="https://github.com/angular/angular-cli/commit/0a543eaa2dc9e9ce25693743ac02b42133b9f2ec"><code>0a543ea</code></a> Revert &quot;docs: remove <code>@latest</code> reference from <code>npm init</code> command&quot;</li> <li><a href="https://github.com/angular/angular-cli/commit/d9cc4b0289eaf382782a994a15497e9526c5a4a2"><code>d9cc4b0</code></a> fix(<code>@​ngtools/webpack</code>): elide unused type references</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/14.2.8...15.0.3">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=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) --- <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-14 13:22:13 +00:00
"@angular-devkit/schematics": "^15.0.3"
},
"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"
}