[PR #47] Bump webpack-dev-middleware and @angular-devkit/build-angular in /Display #47

Open
opened 2026-01-14 09:59:41 -05:00 by ckaczor · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ckaczor/HomeMonitor/pull/47
Author: @dependabot[bot]
Created: 5/28/2024
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/Display/multi-c46ea9fab2


📝 Commits (1)

  • f9eb442 Bump webpack-dev-middleware and @angular-devkit/build-angular

📊 Changes

2 files changed (+9601 additions, -7415 deletions)

View changed files

📝 Display/package-lock.json (+9600 -7414)
📝 Display/package.json (+1 -1)

📄 Description

Bumps webpack-dev-middleware to 7.2.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.

Updates webpack-dev-middleware from 5.3.3 to 7.2.1

Release notes

Sourced from webpack-dev-middleware's releases.

v7.2.1

7.2.1 (2024-04-02)

Bug Fixes

  • avoid extra log

v7.2.0

7.2.0 (2024-03-29)

Features

v7.1.1

7.1.1 (2024-03-21)

Bug Fixes

v7.1.0

7.1.0 (2024-03-19)

Features

  • prefer to use fs.createReadStream over fs.readFileSync to read files (ab533de)

Bug Fixes

v7.0.0

7.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#1694)

... (truncated)

Changelog

Sourced from webpack-dev-middleware's changelog.

7.2.1 (2024-04-02)

Bug Fixes

  • avoid extra log

7.2.0 (2024-03-29)

Features

7.1.1 (2024-03-21)

Bug Fixes

7.1.0 (2024-03-19)

Features

  • prefer to use fs.createReadStream over fs.readFileSync to read files (ab533de)

Bug Fixes

7.0.0 (2023-12-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#1694)
  • updated memfs@4 (#1693)

Features

... (truncated)

Commits

Updates @angular-devkit/build-angular from 14.1.3 to 18.0.1

Release notes

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

v18.0.1

18.0.1 (2024-05-23)

@​schematics/angular

Commit Description
fix - 01842f515 use angular.dev in readme

@​angular/build

Commit Description
fix - 7d253e9cd avoid rebasing URLs with function calls
fix - 6b6a76a99 disable persistent disk caching inside webcontainers by default
fix - ba70a50b6 handle esbuild-browser polyfills option as string during ng serve
fix - 706423aca only import persistent cache store with active caching

v18.0.0

18.0.0 (2024-05-22)

@​schematics/angular

Commit Description
feat - b2ac5fac7 allow application migration to use new build package in projects where possible
feat - 6530aa11b replace assets with public directory
feat - 725883713 use eventCoalescing option by default (standalone bootstrap)
feat - 508d97da7 use ngZoneEventCoalescing option by default (module bootstrap)
feat - f452589e2 use TypeScript bundler module resolution for new projects
fix - 95a4d6ee5 add less dependency in application migration if needed
fix - c46aa084f add postcss dependency in application migration if needed
fix - 157329384 add spaces around eventCoalescing option
fix - 23cc337aa keep deployUrl option when migrating to application builder

@​angular/cli

Commit Description
feat - ac3019570 add ng dev alias to ng serve
feat - 4087728c3 support for Node.js v22
fix - 41ab6c8c3 add --version option
fix - df4dde95d add @angular/build package to update group list
fix - 1039f6d79 change update guide link to angular.dev
fix - f4670fcb1 eliminate prompts during ng version command
fix - a99ec6a54 keep cli package first in update package group metadata
fix - dd786d495 only add --version option on default command
refactor - 03eee0545 remove ng doc command
refactor - c7b208555 remove support for Node.js versions <18.19.1 and <20.11.1

@​angular-devkit/architect

Commit Description
fix - ddd08efef resolve builder aliases from containing package

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

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

18.0.1 (2024-05-23)

@​schematics/angular

Commit Type Description
01842f515 fix use angular.dev in readme

@​angular/build

Commit Type Description
7d253e9cd fix avoid rebasing URLs with function calls
6b6a76a99 fix disable persistent disk caching inside webcontainers by default
ba70a50b6 fix handle esbuild-browser polyfills option as string during ng serve
706423aca fix only import persistent cache store with active caching

18.0.0 (2024-05-22)

Breaking Changes

@​angular/cli

  • The ng doc command has been removed without a replacement. To perform searches, please visit www.angular.dev
  • Node.js support for versions <18.19.1 and <20.11.1 has been removed.

@​angular-devkit/build-angular

  • By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the index option to specify the output file name.

    "architect": {
      "build": {
        "builder": "@angular-devkit/build-angular:application",
        "options": {
          "outputPath": "dist/my-app",
          "index": {
            "input": "src/index.html",
            "output": "index.html"
          }
        }
      }
    }
    
  • The support for the legacy Sass build pipeline, previously accessible via NG_BUILD_LEGACY_SASS when utilizing webpack-based builders, has been removed.

... (truncated)

Commits
  • 9e9ca22 release: cut the v18.0.1 release
  • 6b6a76a fix(@​angular/build): disable persistent disk caching inside webcontainers by ...
  • 01842f5 fix(@​schematics/angular): use angular.dev in readme
  • ba70a50 fix(@​angular/build): handle esbuild-browser polyfills option as string du...
  • 7d253e9 fix(@​angular/build): avoid rebasing URLs with function calls
  • 706423a fix(@​angular/build): only import persistent cache store with active caching
  • 2dbe21f release: cut the v18.0.0 release
  • 2320352 build: update Angular packages to v18 stable
  • dd786d4 fix(@​angular/cli): only add --version option on default command
  • 2aeecd6 release: cut the v18.0.0-rc.3 release
  • Additional commits viewable in compare view

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ckaczor/HomeMonitor/pull/47 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/28/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/Display/multi-c46ea9fab2` --- ### 📝 Commits (1) - [`f9eb442`](https://github.com/ckaczor/HomeMonitor/commit/f9eb4429527d01efc4a816e219a640a5745df921) Bump webpack-dev-middleware and @angular-devkit/build-angular ### 📊 Changes **2 files changed** (+9601 additions, -7415 deletions) <details> <summary>View changed files</summary> 📝 `Display/package-lock.json` (+9600 -7414) 📝 `Display/package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) to 7.2.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack-dev-middleware` from 5.3.3 to 7.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-middleware/releases">webpack-dev-middleware's releases</a>.</em></p> <blockquote> <h2>v7.2.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.2.0...v7.2.1">7.2.1</a> (2024-04-02)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid extra log</li> </ul> <h2>v7.2.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.1...v7.2.0">7.2.0</a> (2024-03-29)</h2> <h3>Features</h3> <ul> <li>hapi support (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b3f9126cfb659c95c0cd77d97eed168c7941c8a8">b3f9126</a>)</li> <li>koa support (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1792">#1792</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/458c17c372a2a1a5a33f8923998dba88d2644135">458c17c</a>)</li> <li>support <code>ETag</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1797">#1797</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b75918163284495dae5a2f995c2d93805fccfbd7">b759181</a>)</li> <li>support <code>Last-Modified</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1798">#1798</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/18e56833327084c22c1ee6bdad123095a68d144a">18e5683</a>)</li> </ul> <h2>v7.1.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.0...v7.1.1">7.1.1</a> (2024-03-21)</h3> <h3>Bug Fixes</h3> <ul> <li><code>ContentLength</code> incorrectly set for empty files (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a">0f3e25e</a>)</li> <li>improve perf (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace">5b47c92</a>)</li> <li><strong>types:</strong> make types better (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a">e4d183e</a>)</li> </ul> <h2>v7.1.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-03-19)</h2> <h3>Features</h3> <ul> <li>prefer to use <code>fs.createReadStream</code> over <code>fs.readFileSync</code> to read files (<a href="https://github.com/webpack/webpack-dev-middleware/commit/ab533de933c6684218172b86992f35c3ca6c58a4">ab533de</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>cleaup stream and handle errors (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1769">#1769</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/1258fdd3d9c175dbacf6bc3b36d5c3c545738f13">1258fdd</a>)</li> <li><strong>security:</strong> do not allow to read files above (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1771">#1771</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e10008c762e4d5821ed6990348dabf0d4d93a10e">e10008c</a>)</li> </ul> <h2>v7.0.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v6.1.1...v7.0.0">7.0.0</a> (2023-12-26)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported Node.js version is 18.12.0 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1694">#1694</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md">webpack-dev-middleware's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.2.0...v7.2.1">7.2.1</a> (2024-04-02)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid extra log</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.1...v7.2.0">7.2.0</a> (2024-03-29)</h2> <h3>Features</h3> <ul> <li>hapi support (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b3f9126cfb659c95c0cd77d97eed168c7941c8a8">b3f9126</a>)</li> <li>koa support (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1792">#1792</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/458c17c372a2a1a5a33f8923998dba88d2644135">458c17c</a>)</li> <li>support <code>ETag</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1797">#1797</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/b75918163284495dae5a2f995c2d93805fccfbd7">b759181</a>)</li> <li>support <code>Last-Modified</code> header generation (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1798">#1798</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/18e56833327084c22c1ee6bdad123095a68d144a">18e5683</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.1.0...v7.1.1">7.1.1</a> (2024-03-21)</h3> <h3>Bug Fixes</h3> <ul> <li><code>ContentLength</code> incorrectly set for empty files (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1785">#1785</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/0f3e25e2b0adbc081ba4c7df70467c6ed7bc3a2a">0f3e25e</a>)</li> <li>improve perf (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1777">#1777</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/5b47c9294ec612e337f87101a4df1ca011b50ace">5b47c92</a>)</li> <li><strong>types:</strong> make types better (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1786">#1786</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e4d183ea6dea1731b69e24d5d5471d876ff6ec3a">e4d183e</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v7.0.0...v7.1.0">7.1.0</a> (2024-03-19)</h2> <h3>Features</h3> <ul> <li>prefer to use <code>fs.createReadStream</code> over <code>fs.readFileSync</code> to read files (<a href="https://github.com/webpack/webpack-dev-middleware/commit/ab533de933c6684218172b86992f35c3ca6c58a4">ab533de</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>cleaup stream and handle errors (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1769">#1769</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/1258fdd3d9c175dbacf6bc3b36d5c3c545738f13">1258fdd</a>)</li> <li><strong>security:</strong> do not allow to read files above (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1771">#1771</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/e10008c762e4d5821ed6990348dabf0d4d93a10e">e10008c</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-middleware/compare/v6.1.1...v7.0.0">7.0.0</a> (2023-12-26)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>minimum supported Node.js version is 18.12.0 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1694">#1694</a>)</li> <li>updated memfs@4 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1693">#1693</a>)</li> </ul> <h3>Features</h3> <ul> <li>updated memfs@4 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1693">#1693</a>) (<a href="https://github.com/webpack/webpack-dev-middleware/commit/244d9f88daa1e3900e5095c58f6b52a4ee53c061">244d9f8</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/3d422a9fae3fbeec4cddb47cb9ae2ff2b995b9ed"><code>3d422a9</code></a> chore(release): 7.2.1</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/8c2df86236771f0c91b88cf9aa603452d4469389"><code>8c2df86</code></a> docs(readme): fix options table (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1808">#1808</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/5ac51a05b7c1275a986bb9641f8e5da7cda69cc3"><code>5ac51a0</code></a> chore(deps): bump memfs from 4.8.0 to 4.8.1 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1806">#1806</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/adfd4f175bfcbea5c08b990f9c979a0cb1d4df25"><code>adfd4f1</code></a> chore(deps-dev): bump <code>@​types/node</code> from 20.11.30 to 20.12.2 (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1807">#1807</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/79e7247a992ae87fd882a0e397ab84f619c6d51a"><code>79e7247</code></a> fixed: removed cache key logging (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1805">#1805</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/17ed7eb03ebf7fa47e763d0f51f2b4eaa3f0f3ee"><code>17ed7eb</code></a> chore(release): 7.2.0</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/7e1fe441f73f3f694e663d296f3a8870179e8976"><code>7e1fe44</code></a> refactor: tests were rewritten, we don't need it anymore (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1803">#1803</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/95c2fb06b7072e4c60f0d781dc8d27e2f990f318"><code>95c2fb0</code></a> test: refactor (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1802">#1802</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/7b666a1f82bed669c1de427931ad471e7db2b1d2"><code>7b666a1</code></a> refactor: better types (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1801">#1801</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-middleware/commit/1f54424698ff074a9d3b340853fe32758340e448"><code>1f54424</code></a> test: more (<a href="https://redirect.github.com/webpack/webpack-dev-middleware/issues/1800">#1800</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v7.2.1">compare view</a></li> </ul> </details> <br /> Updates `@angular-devkit/build-angular` from 14.1.3 to 18.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/build-angular</code>'s releases</a>.</em></p> <blockquote> <h2>v18.0.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.1 (2024-05-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/01842f5154fe0ec41226d1dd28e099bf57f3d2c9"><img src="https://img.shields.io/badge/01842f515-fix-green" alt="fix - 01842f515" /></a></td> <td>use angular.dev in readme</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/7d253e9cd0bb6df829fd4229465f4334d5c134bb"><img src="https://img.shields.io/badge/7d253e9cd-fix-green" alt="fix - 7d253e9cd" /></a></td> <td>avoid rebasing URLs with function calls</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6b6a76a998980392d78e1cabc5e5fe4af0ced01c"><img src="https://img.shields.io/badge/6b6a76a99-fix-green" alt="fix - 6b6a76a99" /></a></td> <td>disable persistent disk caching inside webcontainers by default</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ba70a50b6bc45a6b07ff24feed3b36915294063b"><img src="https://img.shields.io/badge/ba70a50b6-fix-green" alt="fix - ba70a50b6" /></a></td> <td>handle esbuild-browser <code>polyfills</code> option as <code>string</code> during <code>ng serve</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/706423acad2c431c4125166d078dbad804719d95"><img src="https://img.shields.io/badge/706423aca-fix-green" alt="fix - 706423aca" /></a></td> <td>only import persistent cache store with active caching</td> </tr> </tbody> </table> <h2>v18.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.0 (2024-05-22)</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/b2ac5fac7d66ccd027f766565fa17c6a3bb18e44"><img src="https://img.shields.io/badge/b2ac5fac7-feat-blue" alt="feat - b2ac5fac7" /></a></td> <td>allow application migration to use new build package in projects where possible</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6530aa11bed5ef67d611e8aed268bd20345cf0e6"><img src="https://img.shields.io/badge/6530aa11b-feat-blue" alt="feat - 6530aa11b" /></a></td> <td>replace <code>assets</code> with <code>public</code> directory</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/72588371385bebeea1003dff4d1d0a2ca9854321"><img src="https://img.shields.io/badge/725883713-feat-blue" alt="feat - 725883713" /></a></td> <td>use eventCoalescing option by default (standalone bootstrap)</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/508d97da76b5359bc8029888ff0e9cfc59a6139c"><img src="https://img.shields.io/badge/508d97da7-feat-blue" alt="feat - 508d97da7" /></a></td> <td>use ngZoneEventCoalescing option by default (module bootstrap)</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f452589e2c921448b76a138a5f34ba92ad05e297"><img src="https://img.shields.io/badge/f452589e2-feat-blue" alt="feat - f452589e2" /></a></td> <td>use TypeScript bundler module resolution for new projects</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/95a4d6ee56d80dce012cf2306422bb7fd8e0e32d"><img src="https://img.shields.io/badge/95a4d6ee5-fix-green" alt="fix - 95a4d6ee5" /></a></td> <td>add less dependency in application migration if needed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c46aa084f53be7ebdb8cc450bd81907222d00275"><img src="https://img.shields.io/badge/c46aa084f-fix-green" alt="fix - c46aa084f" /></a></td> <td>add postcss dependency in application migration if needed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/157329384809d723c428a043712a331493826748"><img src="https://img.shields.io/badge/157329384-fix-green" alt="fix - 157329384" /></a></td> <td>add spaces around eventCoalescing option</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/23cc337aa34c919e344ab001f5efbb8fe9ce3c7c"><img src="https://img.shields.io/badge/23cc337aa-fix-green" alt="fix - 23cc337aa" /></a></td> <td>keep deployUrl option when migrating to application builder</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/ac301957093d0689c98f7debe98fbb2546c9b442"><img src="https://img.shields.io/badge/ac3019570-feat-blue" alt="feat - ac3019570" /></a></td> <td>add <code>ng dev</code> alias to <code>ng serve</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4087728c3e6350d85d653e9d053249ff77e639e6"><img src="https://img.shields.io/badge/4087728c3-feat-blue" alt="feat - 4087728c3" /></a></td> <td>support for Node.js v22</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/41ab6c8c3486d7cf7c41c18ae3b603376f647605"><img src="https://img.shields.io/badge/41ab6c8c3-fix-green" alt="fix - 41ab6c8c3" /></a></td> <td>add <code>--version</code> option</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/df4dde95daa12d5b08b3c4e937f4b4048d645254"><img src="https://img.shields.io/badge/df4dde95d-fix-green" alt="fix - df4dde95d" /></a></td> <td>add <code>@angular/build</code> package to update group list</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1039f6d7997523dd4657c5c2a06631e6075b7bc0"><img src="https://img.shields.io/badge/1039f6d79-fix-green" alt="fix - 1039f6d79" /></a></td> <td>change update guide link to angular.dev</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f4670fcb1af20a53501b557fc0e6126afce766d5"><img src="https://img.shields.io/badge/f4670fcb1-fix-green" alt="fix - f4670fcb1" /></a></td> <td>eliminate prompts during <code>ng version</code> command</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a99ec6a5453fb732500ef7abff67f76511a74da3"><img src="https://img.shields.io/badge/a99ec6a54-fix-green" alt="fix - a99ec6a54" /></a></td> <td>keep cli package first in update package group metadata</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/dd786d495ce6e7d759b0b225b2efe25fb5727d08"><img src="https://img.shields.io/badge/dd786d495-fix-green" alt="fix - dd786d495" /></a></td> <td>only add --version option on default command</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/03eee0545095ff958ac86cb5dfad44692ef018ae"><img src="https://img.shields.io/badge/03eee0545-refactor-yellow" alt="refactor - 03eee0545" /></a></td> <td>remove <code>ng doc</code> command</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c7b208555e34cc5ebf9cf2d335d257e72297cae9"><img src="https://img.shields.io/badge/c7b208555-refactor-yellow" alt="refactor - c7b208555" /></a></td> <td>remove support for Node.js versions &lt;18.19.1 and &lt;20.11.1</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/architect</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/ddd08efefecfe9b74db6a866a1bed0216380a28a"><img src="https://img.shields.io/badge/ddd08efef-fix-green" alt="fix - ddd08efef" /></a></td> <td>resolve builder aliases from containing package</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> </table> <!-- 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/build-angular</code>'s changelog</a>.</em></p> <blockquote> <h1>18.0.1 (2024-05-23)</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/01842f5154fe0ec41226d1dd28e099bf57f3d2c9">01842f515</a></td> <td>fix</td> <td>use angular.dev in readme</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/7d253e9cd0bb6df829fd4229465f4334d5c134bb">7d253e9cd</a></td> <td>fix</td> <td>avoid rebasing URLs with function calls</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6b6a76a998980392d78e1cabc5e5fe4af0ced01c">6b6a76a99</a></td> <td>fix</td> <td>disable persistent disk caching inside webcontainers by default</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ba70a50b6bc45a6b07ff24feed3b36915294063b">ba70a50b6</a></td> <td>fix</td> <td>handle esbuild-browser <code>polyfills</code> option as <code>string</code> during <code>ng serve</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/706423acad2c431c4125166d078dbad804719d95">706423aca</a></td> <td>fix</td> <td>only import persistent cache store with active caching</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>18.0.0 (2024-05-22)</h1> <h2>Breaking Changes</h2> <h3><code>@​angular/cli</code></h3> <ul> <li>The <code>ng doc</code> command has been removed without a replacement. To perform searches, please visit <a href="http://www.angular.dev">www.angular.dev</a></li> <li>Node.js support for versions &lt;18.19.1 and &lt;20.11.1 has been removed.</li> </ul> <h3><code>@​angular-devkit/build-angular</code></h3> <ul> <li> <p>By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the <code>index</code> option to specify the <code>output</code> file name.</p> <pre lang="json"><code>&quot;architect&quot;: { &quot;build&quot;: { &quot;builder&quot;: &quot;@angular-devkit/build-angular:application&quot;, &quot;options&quot;: { &quot;outputPath&quot;: &quot;dist/my-app&quot;, &quot;index&quot;: { &quot;input&quot;: &quot;src/index.html&quot;, &quot;output&quot;: &quot;index.html&quot; } } } } </code></pre> </li> <li> <p>The support for the legacy Sass build pipeline, previously accessible via <code>NG_BUILD_LEGACY_SASS</code> when utilizing webpack-based builders, has been removed.</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/9e9ca22874e09ff093979dc75f3895a5f5c2ae1f"><code>9e9ca22</code></a> release: cut the v18.0.1 release</li> <li><a href="https://github.com/angular/angular-cli/commit/6b6a76a998980392d78e1cabc5e5fe4af0ced01c"><code>6b6a76a</code></a> fix(<code>@​angular/build</code>): disable persistent disk caching inside webcontainers by ...</li> <li><a href="https://github.com/angular/angular-cli/commit/01842f5154fe0ec41226d1dd28e099bf57f3d2c9"><code>01842f5</code></a> fix(<code>@​schematics/angular</code>): use angular.dev in readme</li> <li><a href="https://github.com/angular/angular-cli/commit/ba70a50b6bc45a6b07ff24feed3b36915294063b"><code>ba70a50</code></a> fix(<code>@​angular/build</code>): handle esbuild-browser <code>polyfills</code> option as <code>string</code> du...</li> <li><a href="https://github.com/angular/angular-cli/commit/7d253e9cd0bb6df829fd4229465f4334d5c134bb"><code>7d253e9</code></a> fix(<code>@​angular/build</code>): avoid rebasing URLs with function calls</li> <li><a href="https://github.com/angular/angular-cli/commit/706423acad2c431c4125166d078dbad804719d95"><code>706423a</code></a> fix(<code>@​angular/build</code>): only import persistent cache store with active caching</li> <li><a href="https://github.com/angular/angular-cli/commit/2dbe21fd1237192d43e5a3e76a915891e94e7c3b"><code>2dbe21f</code></a> release: cut the v18.0.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/2320352707de5415c9d1c198f818f1aab77e58c7"><code>2320352</code></a> build: update Angular packages to v18 stable</li> <li><a href="https://github.com/angular/angular-cli/commit/dd786d495ce6e7d759b0b225b2efe25fb5727d08"><code>dd786d4</code></a> fix(<code>@​angular/cli</code>): only add --version option on default command</li> <li><a href="https://github.com/angular/angular-cli/commit/2aeecd6b61fcbf7b5ee204a17ac757e0c267c5d9"><code>2aeecd6</code></a> release: cut the v18.0.0-rc.3 release</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/14.1.3...18.0.1">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ckaczor/HomeMonitor/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ckaczor added the pull-request label 2026-01-14 09:59:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ckaczor/HomeMonitor#47