Build(deps-dev): Bump the npm_and_yarn group group with 2 updates #95

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/npm_and_yarn-security-group-fce814f1c4 into master 2024-01-09 15:28:44 +00:00
dependabot[bot] commented 2024-01-09 15:25:14 +00:00 (Migrated from github.com)

Bumps the npm_and_yarn group group with 2 updates: @angular-devkit/build-angular and postcss.

Updates @angular-devkit/build-angular from 13.3.9 to 17.0.9

Release notes

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

v17.0.9

17.0.9 (2024-01-03)

@​angular/cli

Commit Description
fix - 446dfb76a add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Description
fix - 88d6ca4a5 replace template line endings with platform specific

v17.0.8

17.0.8 (2023-12-21)

@​schematics/angular

Commit Description
fix - 99b026ede add missing property "buildTarget" to interface "ServeBuilderOptions"
fix - 313004311 do not generate standalone component when using ng generate module

@​angular/cli

Commit Description
fix - 6dba26a0b ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
fix - 0b48acc4e re-add -d alias for --dry-run

@​angular-devkit/build-angular

Commit Description
fix - cf11cdf6c add missing tailwind @screen directive in matcher
fix - aa6c757d7 construct SSR request URL using server resolvedUrls
fix - 0662048d4 ensure empty optimized Sass stylesheets stay empty
fix - d1923a66d ensure external dependencies are used by Web Worker bundling

v17.0.7

17.0.7 (2023-12-13)

@​angular-devkit/build-angular

Commit Description
fix - 3df3e583c baseHref with trailing slash causes server not to be accessible without trailing slash
fix - ef1178188 allow vite to serve JavaScript and TypeScript assets
fix - 385eb77d2 cache loading of component resources in JIT mode
fix - 4b3af73ac ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
fix - d1b27e53e ensure port 0 uses random port with Vite development server
fix - f2f7d7c70 file is missing from the TypeScript compilation with JIT
fix - 7b8d6cddd handle updates of an npm link library from another workspace when preserveSymlinks is true
fix - c08c78cb8 inlining of fonts results in jagged fonts for Windows users
fix - 930024811 retain symlinks to output platform directories on builds
fix - 3623fe911 update ESM loader to work with Node.js 18.19.0

... (truncated)

Changelog

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

17.0.9 (2024-01-03)

@​angular/cli

Commit Type Description
446dfb76a fix add prerender and ssr-dev-server schemas in angular.json schema

@​angular-devkit/schematics

Commit Type Description
88d6ca4a5 fix replace template line endings with platform specific

17.1.0-next.3 (2023-12-21)

@​angular/cli

Commit Type Description
a391b5f0c fix ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
f7d538903 fix re-add -d alias for --dry-run

@​schematics/angular

Commit Type Description
a708dccff feat update SSR and application builder migration schematics to work with new outputPath
aec581daf fix add missing property "buildTarget" to interface "ServeBuilderOptions"
a1f3ae579 fix do not generate standalone component when using ng generate module

@​angular-devkit/build-angular

Commit Type Description
cc246d50e feat allow customization of output locations
15a669c1e feat allowing control of index HTML initial preload generation
47a064b14 feat emit external sourcemaps for component styles
b3c1991a2 fix add missing tailwind @screen directive in matcher
a5d4735b8 fix construct SSR request URL using server resolvedUrls
0fa1e3419 fix ensure empty optimized Sass stylesheets stay empty
efe3bda48 fix ensure external dependencies are used by Web Worker bundling
ceffafe1a fix provide better error messages for failed file reads

... (truncated)

Commits
  • 03a1dc0 release: cut the v17.0.9 release
  • 446dfb7 fix(@​angular/cli): add prerender and ssr-dev-server schemas in angular.json s...
  • 88d6ca4 fix(@​angular-devkit/schematics): replace template line endings with platform ...
  • eec44d0 docs: remove Universal from caretaking doc
  • e8c16c1 release: cut the v17.0.8 release
  • 99b026e fix(@​schematics/angular): add missing property "buildTarget" to interface "Se...
  • 6dba26a fix(@​angular/cli): ng e2e and ng lint prompt requires to hit Enter twice ...
  • d1923a6 fix(@​angular-devkit/build-angular): ensure external dependencies are used by ...
  • 3130043 fix(@​schematics/angular): do not generate standalone component when using `ng...
  • cf11cdf fix(@​angular-devkit/build-angular): add missing tailwind @screen directive ...
  • Additional commits viewable in compare view

Updates postcss from 8.4.5 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

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.
Bumps the npm_and_yarn group group with 2 updates: [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [postcss](https://github.com/postcss/postcss). Updates `@angular-devkit/build-angular` from 13.3.9 to 17.0.9 <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>v17.0.9</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>17.0.9 (2024-01-03)</h1> <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/446dfb76a5e2a53542fae93b4400133bf7d9552e"><img src="https://img.shields.io/badge/446dfb76a-fix-green" alt="fix - 446dfb76a" /></a></td> <td>add prerender and ssr-dev-server schemas in angular.json schema</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/88d6ca4a545c2d3e35822923f2aae03f43b2e3e3"><img src="https://img.shields.io/badge/88d6ca4a5-fix-green" alt="fix - 88d6ca4a5" /></a></td> <td>replace template line endings with platform specific</td> </tr> </tbody> </table> <h2>v17.0.8</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>17.0.8 (2023-12-21)</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/99b026edece990e7f420718fd4967e21db838453"><img src="https://img.shields.io/badge/99b026ede-fix-green" alt="fix - 99b026ede" /></a></td> <td>add missing property &quot;buildTarget&quot; to interface &quot;ServeBuilderOptions&quot;</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3130043114d3321b1304f99a4209d9da14055673"><img src="https://img.shields.io/badge/313004311-fix-green" alt="fix - 313004311" /></a></td> <td>do not generate standalone component when using <code>ng generate module</code></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/6dba26a0b33ee867923c4505decd86f183e0e098"><img src="https://img.shields.io/badge/6dba26a0b-fix-green" alt="fix - 6dba26a0b" /></a></td> <td><code>ng e2e</code> and <code>ng lint</code> prompt requires to hit Enter twice to proceed on Windows</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0b48acc4eaa15460175368fdc86e3dd8484ed18b"><img src="https://img.shields.io/badge/0b48acc4e-fix-green" alt="fix - 0b48acc4e" /></a></td> <td>re-add <code>-d</code> alias for <code>--dry-run</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/cf11cdf6ce7569e2da5fa3bc76e20d19c719ce4c"><img src="https://img.shields.io/badge/cf11cdf6c-fix-green" alt="fix - cf11cdf6c" /></a></td> <td>add missing tailwind <code>@screen</code> directive in matcher</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/aa6c757d701b7f95896c8f1643968ee030b179af"><img src="https://img.shields.io/badge/aa6c757d7-fix-green" alt="fix - aa6c757d7" /></a></td> <td>construct SSR request URL using server resolvedUrls</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0662048d4abbcdc36ff74d647bb7d3056dff42a8"><img src="https://img.shields.io/badge/0662048d4-fix-green" alt="fix - 0662048d4" /></a></td> <td>ensure empty optimized Sass stylesheets stay empty</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d1923a66d9d2ab39831ac4cd012fa0d2df66124b"><img src="https://img.shields.io/badge/d1923a66d-fix-green" alt="fix - d1923a66d" /></a></td> <td>ensure external dependencies are used by Web Worker bundling</td> </tr> </tbody> </table> <h2>v17.0.7</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>17.0.7 (2023-12-13)</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/3df3e583c8788511598bbe406012196a2882ee49"><img src="https://img.shields.io/badge/3df3e583c-fix-green" alt="fix - 3df3e583c" /></a></td> <td><code>baseHref</code> with trailing slash causes server not to be accessible without trailing slash</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ef1178188a145a1277197a33a304910e1024c365"><img src="https://img.shields.io/badge/ef1178188-fix-green" alt="fix - ef1178188" /></a></td> <td>allow vite to serve JavaScript and TypeScript assets</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/385eb77d2645a1407dbc7528e90a506f9bb2952f"><img src="https://img.shields.io/badge/385eb77d2-fix-green" alt="fix - 385eb77d2" /></a></td> <td>cache loading of component resources in JIT mode</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4b3af73ac934a24dd2b022604bc01f00389d87a1"><img src="https://img.shields.io/badge/4b3af73ac-fix-green" alt="fix - 4b3af73ac" /></a></td> <td>ensure browser-esbuild is used in dev server with browser builder and forceEsbuild</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d1b27e53ed9e23a0c08c13c22fc0b4c00f3998b2"><img src="https://img.shields.io/badge/d1b27e53e-fix-green" alt="fix - d1b27e53e" /></a></td> <td>ensure port 0 uses random port with Vite development server</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f2f7d7c7073e5564ddd8a196b6fcaab7db55b110"><img src="https://img.shields.io/badge/f2f7d7c70-fix-green" alt="fix - f2f7d7c70" /></a></td> <td>file is missing from the TypeScript compilation with JIT</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7b8d6cddd0daa637a5fecdea627f4154fafe23fa"><img src="https://img.shields.io/badge/7b8d6cddd-fix-green" alt="fix - 7b8d6cddd" /></a></td> <td>handle updates of an <code>npm link</code> library from another workspace when <code>preserveSymlinks</code> is <code>true</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c08c78cb8965a52887f697e12633391908a3b434"><img src="https://img.shields.io/badge/c08c78cb8-fix-green" alt="fix - c08c78cb8" /></a></td> <td>inlining of fonts results in jagged fonts for Windows users</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/9300248114282a2a425b722482fdf9676b000b94"><img src="https://img.shields.io/badge/930024811-fix-green" alt="fix - 930024811" /></a></td> <td>retain symlinks to output platform directories on builds</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3623fe9118be14eedd1a04351df5e15b3d7a289a"><img src="https://img.shields.io/badge/3623fe911-fix-green" alt="fix - 3623fe911" /></a></td> <td>update ESM loader to work with Node.js 18.19.0</td> </tr> </tbody> </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>17.0.9 (2024-01-03)</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/446dfb76a5e2a53542fae93b4400133bf7d9552e">446dfb76a</a></td> <td>fix</td> <td>add prerender and ssr-dev-server schemas in angular.json schema</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/schematics</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/88d6ca4a545c2d3e35822923f2aae03f43b2e3e3">88d6ca4a5</a></td> <td>fix</td> <td>replace template line endings with platform specific</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>17.1.0-next.3 (2023-12-21)</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/a391b5f0c21782f69ec8c79c71d195b10b7849a6">a391b5f0c</a></td> <td>fix</td> <td><code>ng e2e</code> and <code>ng lint</code> prompt requires to hit Enter twice to proceed on Windows</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f7d538903aa912ead7a13cbd7b23b79044257110">f7d538903</a></td> <td>fix</td> <td>re-add <code>-d</code> alias for <code>--dry-run</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/a708dccff34f62b625332555005bbd8f41380ec2">a708dccff</a></td> <td>feat</td> <td>update SSR and application builder migration schematics to work with new <code>outputPath</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/aec581daf03b7d83592eb6464dd54c3da57daca7">aec581daf</a></td> <td>fix</td> <td>add missing property &quot;buildTarget&quot; to interface &quot;ServeBuilderOptions&quot;</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a1f3ae5799b3184a71647cf4d0f0f84b64986c4a">a1f3ae579</a></td> <td>fix</td> <td>do not generate standalone component when using <code>ng generate module</code></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/cc246d50ea8d92289c8be8dc58b376358a899ad6">cc246d50e</a></td> <td>feat</td> <td>allow customization of output locations</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/15a669c1efdc8ac18507232d6cb29794c82b94cc">15a669c1e</a></td> <td>feat</td> <td>allowing control of index HTML initial preload generation</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/47a064b146d06ee7498e3aacb2f17a6283be4504">47a064b14</a></td> <td>feat</td> <td>emit external sourcemaps for component styles</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b3c1991a2e4c5d6476fdb94a57b80893cd78f4ff">b3c1991a2</a></td> <td>fix</td> <td>add missing tailwind <code>@screen</code> directive in matcher</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a5d4735b804b30da1aeccdacf09c0dd05a359d3c">a5d4735b8</a></td> <td>fix</td> <td>construct SSR request URL using server resolvedUrls</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/0fa1e3419ffba573156791a39ad5d9b6b0bb656b">0fa1e3419</a></td> <td>fix</td> <td>ensure empty optimized Sass stylesheets stay empty</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/efe3bda483b5776b2097ab68ea0b134d13d1a589">efe3bda48</a></td> <td>fix</td> <td>ensure external dependencies are used by Web Worker bundling</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ceffafe1a3c8cad469b718e466e771e1d396ab14">ceffafe1a</a></td> <td>fix</td> <td>provide better error messages for failed file reads</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/03a1dc0e75a27624a3cf38173691c8a4d4e832cf"><code>03a1dc0</code></a> release: cut the v17.0.9 release</li> <li><a href="https://github.com/angular/angular-cli/commit/446dfb76a5e2a53542fae93b4400133bf7d9552e"><code>446dfb7</code></a> fix(<code>@​angular/cli</code>): add prerender and ssr-dev-server schemas in angular.json s...</li> <li><a href="https://github.com/angular/angular-cli/commit/88d6ca4a545c2d3e35822923f2aae03f43b2e3e3"><code>88d6ca4</code></a> fix(<code>@​angular-devkit/schematics</code>): replace template line endings with platform ...</li> <li><a href="https://github.com/angular/angular-cli/commit/eec44d07698fb116bb30826a93fcd29f4d5fdef7"><code>eec44d0</code></a> docs: remove Universal from caretaking doc</li> <li><a href="https://github.com/angular/angular-cli/commit/e8c16c1baab3e0fa91043b59b3e5222fede87338"><code>e8c16c1</code></a> release: cut the v17.0.8 release</li> <li><a href="https://github.com/angular/angular-cli/commit/99b026edece990e7f420718fd4967e21db838453"><code>99b026e</code></a> fix(<code>@​schematics/angular</code>): add missing property &quot;buildTarget&quot; to interface &quot;Se...</li> <li><a href="https://github.com/angular/angular-cli/commit/6dba26a0b33ee867923c4505decd86f183e0e098"><code>6dba26a</code></a> fix(<code>@​angular/cli</code>): <code>ng e2e</code> and <code>ng lint</code> prompt requires to hit Enter twice ...</li> <li><a href="https://github.com/angular/angular-cli/commit/d1923a66d9d2ab39831ac4cd012fa0d2df66124b"><code>d1923a6</code></a> fix(<code>@​angular-devkit/build-angular</code>): ensure external dependencies are used by ...</li> <li><a href="https://github.com/angular/angular-cli/commit/3130043114d3321b1304f99a4209d9da14055673"><code>3130043</code></a> fix(<code>@​schematics/angular</code>): do not generate standalone component when using `ng...</li> <li><a href="https://github.com/angular/angular-cli/commit/cf11cdf6ce7569e2da5fa3bc76e20d19c719ce4c"><code>cf11cdf</code></a> fix(<code>@​angular-devkit/build-angular</code>): add missing tailwind <code>@screen</code> directive ...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.9...17.0.9">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.5 to 8.4.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.31</h2> <ul> <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li> </ul> <h2>8.4.30</h2> <ul> <li>Improved source map performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.29</h2> <ul> <li>Fixed <code>Node#source.offset</code> (by <a href="https://github.com/idoros"><code>@​idoros</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@​coliff</code></a>).</li> </ul> <h2>8.4.28</h2> <ul> <li>Fixed <code>Root.source.end</code> for better source map (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li> </ul> <h2>8.4.27</h2> <ul> <li>Fixed <code>Container</code> clone methods types.</li> </ul> <h2>8.4.26</h2> <ul> <li>Fixed clone methods types.</li> </ul> <h2>8.4.25</h2> <ul> <li>Improve stringify performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li> </ul> <h2>8.4.24</h2> <ul> <li>Fixed <code>Plugin</code> types.</li> </ul> <h2>8.4.23</h2> <ul> <li>Fixed warnings in TypeDoc.</li> </ul> <h2>8.4.22</h2> <ul> <li>Fixed TypeScript support with <code>node16</code> (by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>).</li> </ul> <h2>8.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by <a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li> </ul> <h2>8.4.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> <h2>8.4.19</h2> <ul> <li>Fixed whitespace preserving after AST transformations (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.18</h2> <ul> <li>Fixed an error on <code>absolute: true</code> with empty <code>sourceContent</code> (by <a href="https://github.com/KingSora"><code>@​KingSora</code></a>).</li> </ul> <h2>8.4.17</h2> <ul> <li>Fixed <code>Node.before()</code> unexpected behavior (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Added TOC to docs (by <a href="https://github.com/muddv"><code>@​muddv</code></a>).</li> </ul> <h2>8.4.16</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.31</h2> <ul> <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li> </ul> <h2>8.4.30</h2> <ul> <li>Improved source map performance (by Romain Menke).</li> </ul> <h2>8.4.29</h2> <ul> <li>Fixed <code>Node#source.offset</code> (by Ido Rosenthal).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> <h2>8.4.28</h2> <ul> <li>Fixed <code>Root.source.end</code> for better source map (by Romain Menke).</li> <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li> </ul> <h2>8.4.27</h2> <ul> <li>Fixed <code>Container</code> clone methods types.</li> </ul> <h2>8.4.26</h2> <ul> <li>Fixed clone methods types.</li> </ul> <h2>8.4.25</h2> <ul> <li>Improve stringify performance (by Romain Menke).</li> <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li> </ul> <h2>8.4.24</h2> <ul> <li>Fixed <code>Plugin</code> types.</li> </ul> <h2>8.4.23</h2> <ul> <li>Fixed warnings in TypeDoc.</li> </ul> <h2>8.4.22</h2> <ul> <li>Fixed TypeScript support with <code>node16</code> (by Remco Haszing).</li> </ul> <h2>8.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by Aleks Hudochenkov).</li> </ul> <h2>8.4.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> <h2>8.4.19</h2> <ul> <li>Fixed whitespace preserving after AST transformations (by Romain Menke).</li> </ul> <h2>8.4.18</h2> <ul> <li>Fixed an error on <code>absolute: true</code> with empty <code>sourceContent</code> (by Rene Haas).</li> </ul> <h2>8.4.17</h2> <ul> <li>Fixed <code>Node.before()</code> unexpected behavior (by Romain Menke).</li> <li>Added TOC to docs (by Mikhail Dedov).</li> </ul> <h2>8.4.16</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/90208de8805dd762596c0028b8637ffbed23e371"><code>90208de</code></a> Release 8.4.31 version</li> <li><a href="https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"><code>58cc860</code></a> Fix carrier return parsing</li> <li><a href="https://github.com/postcss/postcss/commit/4fff8e4cdc237619df1d73a444c0a8329701c1e2"><code>4fff8e4</code></a> Improve pnpm test output</li> <li><a href="https://github.com/postcss/postcss/commit/cd43ed123274a92ebc13a1e8cccf1d65b8198f84"><code>cd43ed1</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/caa916bdcbf66c51321574e2dde112ab13e8b306"><code>caa916b</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/8972f76923e921a3c9655822382039b31b1c8e1a"><code>8972f76</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/11a5286f781d2a637f2c545c5e9cd661055acaab"><code>11a5286</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/45c55017776fc61f7815d1ea8e92d5291ca5d6c8"><code>45c5501</code></a> Release 8.4.30 version</li> <li><a href="https://github.com/postcss/postcss/commit/bc3c341f589f9c15f1b56838a33d908374e537e0"><code>bc3c341</code></a> Update linter</li> <li><a href="https://github.com/postcss/postcss/commit/b2be58a2eb788d12474ee1335f8ecdb9fa6225aa"><code>b2be58a</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1881">#1881</a> from romainmenke/improve-sourcemap-performance--phil...</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.5...8.4.31">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/thisloke/ng2-fittext/network/alerts). </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: loke/ng2-fittext#95
No description provided.