Bump the prod-dependencies group with 10 updates #83

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/prod-dependencies-de5da1ed0e into main 2024-03-07 14:37:43 +00:00
dependabot[bot] commented 2024-03-07 12:14:17 +00:00 (Migrated from github.com)

Bumps the prod-dependencies group with 10 updates:

Package From To
vite 5.1.4 5.1.5
@eliancodes/brutal-ui 0.2.3 0.2.6
typescript 5.3.3 5.4.2
ultrahtml 1.5.2 1.5.3
@fontsource-variable/inter 5.0.16 5.0.17
astro-seo 0.8.2 0.8.3
astro 4.4.0 4.4.13
sass 1.71.0 1.71.1
@astrojs/starlight 0.19.0 0.21.1
sharp 0.32.6 0.33.2

Updates vite from 5.1.4 to 5.1.5

Changelog

Sourced from vite's changelog.

5.1.5 (2024-03-04)

Commits

Updates @eliancodes/brutal-ui from 0.2.3 to 0.2.6

Changelog

Sourced from @​eliancodes/brutal-ui's changelog.

0.2.6

Patch Changes

  • button props

0.2.5

Patch Changes

  • add ActualButton component

0.2.4

Patch Changes

  • make button extend HTMLButton
  • c6d3ff6: Change the use of utility css classes to vanilla css for the Button component.

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Commits

Updates typescript from 5.3.3 to 5.4.2

Release notes

Sourced from typescript's releases.

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 42bb138 Bump version to 5.4.2 and LKG
  • 992c705 Add release pipeline to release-5.4 (#57513)
  • db6b2a9 Bump version to 5.4.1-rc and LKG
  • bd4f51c Update LKG
  • 8a1f79d Merge remote-tracking branch 'origin/main' into release-5.4
  • d04e348 Improve apparent type of mapped types (#57122)
  • 86a1663 Update package-lock.json
  • feb57c2 Instantiate earlier inferred constraints in conditional types (#57362)
  • 91e67ff fix(57392): using is not suggested as a keyword (#57394)
  • 29c0024 Avoid creating rest elements with errorType when any is spread (#57116)
  • Additional commits viewable in compare view

Updates ultrahtml from 1.5.2 to 1.5.3

Release notes

Sourced from ultrahtml's releases.

v1.5.3

Patch Changes

  • ebc97e0: upgrades dts-bundle-generator to 9.2.1, fixing an issue with .d.ts generation which led methods prefixed with two underscores to be incorrectly made private in the generated declaration file.
Changelog

Sourced from ultrahtml's changelog.

1.5.3

Patch Changes

  • ebc97e0: upgrades dts-bundle-generator to 9.2.1, fixing an issue with .d.ts generation which led methods prefixed with two underscores to be incorrectly made private in the generated declaration file.
Commits
  • 93a1273 Merge pull request #68 from natemoo-re/changeset-release/main
  • 8d42d8d [ci] release
  • 007824d Merge pull request #65 from michaelhthomas/chore/upgrade-dts-bundle-generator
  • efc44dc Merge pull request #67 from natemoo-re/fix-test
  • a59ac92 This Fixes script.test.ts, Mozilla.org updated the website being tested fro...
  • ebc97e0 chore: add changeset
  • 2f6c0da chore: upgrade dts-bundle-generator 8.0.1 -> 9.2.1
  • See full diff in compare view

Updates @fontsource-variable/inter from 5.0.16 to 5.0.17

Commits

Updates astro-seo from 0.8.2 to 0.8.3

Release notes

Sourced from astro-seo's releases.

v0.8.3

0.8.3 (2024-03-03)

  • improvement: re-export Props as SEOProps
Changelog

Sourced from astro-seo's changelog.

0.8.3 (2024-03-03)

Commits
  • 7d3387a chore(release): 0.8.3
  • 9278a17 improvement: re-export Props as SEOProps
  • 6974c40 test: Delete trailing slash from test
  • 3c16c64 Update all GH actions to latest version
  • 8e3f440 chore: Update Cypress GH action to v6
  • 47c2378 Update CHANGELOG
  • See full diff in compare view

Updates astro from 4.4.0 to 4.4.13

Release notes

Sourced from astro's releases.

astro@4.4.13

Patch Changes

astro@4.4.12

Patch Changes

astro@4.4.11

Patch Changes

astro@4.4.10

Patch Changes

astro@4.4.9

Patch Changes

astro@4.4.8

Patch Changes

astro@4.4.7

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.4.13

Patch Changes

4.4.12

Patch Changes

4.4.11

Patch Changes

4.4.10

Patch Changes

4.4.9

Patch Changes

4.4.8

Patch Changes

4.4.7

Patch Changes

... (truncated)

Commits

Updates sass from 1.71.0 to 1.71.1

Release notes

Sourced from sass's releases.

Dart Sass 1.71.1

To install Sass 1.71.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Ship the musl Linux release with the proper Dart executable.

JavaScript API

  • Export the NodePackageImporter class in ESM mode.

  • Allow NodePackageImporter to locate a default directory even when the entrypoint is an ESM module.

Dart API

  • Make passing a null argument to NodePackageImporter() a static error rather than just a runtime error.

Embedded Sass

  • In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.71.1

Command-Line Interface

  • Ship the musl Linux release with the proper Dart executable.

JavaScript API

  • Export the NodePackageImporter class in ESM mode.

  • Allow NodePackageImporter to locate a default directory even when the entrypoint is an ESM module.

Dart API

  • Make passing a null argument to NodePackageImporter() a static error rather than just a runtime error.

Embedded Sass

  • In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.
Commits

Updates @astrojs/starlight from 0.19.0 to 0.21.1

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.21.1

Patch Changes

@​astrojs/starlight@​0.21.0

Minor Changes

@​astrojs/starlight@​0.20.1

Patch Changes

@​astrojs/starlight@​0.20.0

Minor Changes

  • #1541 1043052f Thanks @​hippotastic! - Updates astro-expressive-code dependency to the latest minor release (0.33).

    This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.

    See the Expressive Code release notes for more information including details of potentially breaking changes.

Patch Changes

@​astrojs/starlight@​0.19.1

Patch Changes

  • #1527 163bc84 Thanks @​HiDeoo! - Exports the StarlightPageProps TypeScript type representing the props expected by the <StarlightPage /> component.

... (truncated)

Changelog

Sourced from @​astrojs/starlight's changelog.

0.21.1

Patch Changes

0.21.0

Minor Changes

0.20.1

Patch Changes

0.20.0

Minor Changes

  • #1541 1043052f Thanks @​hippotastic! - Updates astro-expressive-code dependency to the latest minor release (0.33).

    This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.

    See the Expressive Code release notes for more information including details of potentially breaking changes.

Patch Changes

... (truncated)

Commits

Updates sharp from 0.32.6 to 0.33.2

Changelog

Sourced from sharp's changelog.

v0.33.2 - 12th January 2024

  • Upgrade to libvips v8.15.1 for upstream bug fixes.

  • TypeScript: add definition for keepMetadata. #3914 @​abhi0498

  • Ensure extend operation stays sequential when copying (regression in 0.32.0). #3928

  • Improve error handling for unsupported multi-page rotation. #3940

v0.33.1 - 17th December 2023

  • Add support for Yarn Plug'n'Play filesystem layout. #3888

  • Emit warning when attempting to use invalid ICC profiles. #3895

  • Ensure VIPS_NOVECTOR environment variable is respected. #3897 @​icetee

v0.33.0 - 29th November 2023

  • Drop support for Node.js 14 and 16, now requires Node.js ^18.17.0 or >= 20.3.0

  • Prebuilt binaries distributed via npm registry and installed via package manager.

  • Building from source requires dependency on node-addon-api.

  • Remove sharp.vendor.

  • Partially deprecate withMetadata(), use withExif() and withIccProfile().

  • Add experimental support for WebAssembly-based runtimes. @​RReverser

  • Options for trim operation must be an Object, add new lineArt option. #2363

  • Improve luminance of tint operation with weighting function. #3338 @​jcupitt

  • Ensure all Error objects contain a stack property. #3653

... (truncated)

Commits
  • bcb22af Release v0.33.2
  • d04dc62 Prerelease v0.33.2-rc.1
  • c30d355 CI: Fix npm smoke test expectation
  • 49cb148 Prerelease v0.33.2-rc.0
  • 3bc31a8 CI: Verify emscripten versions match
  • c28523e CI: Update Emscripten Docker image to 3.1.51 (#3907)
  • 278f393 Upgrade to libvips v8.15.1
  • cbf68c1 Improve error for unsupported multi-page rotation #3940
  • 45e8071 Add runtime check for outdated Node.js version
  • b96389d Docs: refresh index
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the prod-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.1.5` | | [@eliancodes/brutal-ui](https://github.com/ElianCodes/brutal-ui) | `0.2.3` | `0.2.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` | | [ultrahtml](https://github.com/natemoo-re/ultrahtml) | `1.5.2` | `1.5.3` | | [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.16` | `5.0.17` | | [astro-seo](https://github.com/jonasmerlin/astro-seo) | `0.8.2` | `0.8.3` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.4.0` | `4.4.13` | | [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.71.1` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.19.0` | `0.21.1` | | [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.2` | Updates `vite` from 5.1.4 to 5.1.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.1.5 (2024-03-04)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>__vite__mapDeps</code> code injection (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15732">#15732</a>) (<a href="https://github.com/vitejs/vite/commit/aff54e1">aff54e1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15732">#15732</a></li> <li>fix: analysing build chunk without dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15469">#15469</a>) (<a href="https://github.com/vitejs/vite/commit/bd52283">bd52283</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15469">#15469</a></li> <li>fix: import with query with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16085">#16085</a>) (<a href="https://github.com/vitejs/vite/commit/ab823ab">ab823ab</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16085">#16085</a></li> <li>fix: normalize literal-only entry pattern (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16010">#16010</a>) (<a href="https://github.com/vitejs/vite/commit/1dccc37">1dccc37</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16010">#16010</a></li> <li>fix: optimizeDeps.entries with literal-only pattern(s) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15853">#15853</a>) (<a href="https://github.com/vitejs/vite/commit/49300b3">49300b3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15853">#15853</a></li> <li>fix: output correct error for empty import specifier (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16055">#16055</a>) (<a href="https://github.com/vitejs/vite/commit/a9112eb">a9112eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16055">#16055</a></li> <li>fix: upgrade esbuild to 0.20.x (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16062">#16062</a>) (<a href="https://github.com/vitejs/vite/commit/899d9b1">899d9b1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16062">#16062</a></li> <li>fix(runtime): runtime HMR affects only imported files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15898">#15898</a>) (<a href="https://github.com/vitejs/vite/commit/57463fc">57463fc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15898">#15898</a></li> <li>fix(scanner): respect <code>experimentalDecorators: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15206">#15206</a>) (<a href="https://github.com/vitejs/vite/commit/4144781">4144781</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15206">#15206</a></li> <li>revert: &quot;fix: upgrade esbuild to 0.20.x&quot; (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16072">#16072</a>) (<a href="https://github.com/vitejs/vite/commit/11cceea">11cceea</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16072">#16072</a></li> <li>refactor: share code with vite runtime (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15907">#15907</a>) (<a href="https://github.com/vitejs/vite/commit/b20d542">b20d542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15907">#15907</a></li> <li>refactor(runtime): use functions from <code>pathe</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16061">#16061</a>) (<a href="https://github.com/vitejs/vite/commit/aac2ef7">aac2ef7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16061">#16061</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16028">#16028</a>) (<a href="https://github.com/vitejs/vite/commit/7cfe80d">7cfe80d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16028">#16028</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/2af1ae807d2eb1149ad0a8105aec5a01fb28640b"><code>2af1ae8</code></a> release: v5.1.5</li> <li><a href="https://github.com/vitejs/vite/commit/bd52283a70a1451a4ad6f058787b18382d306880"><code>bd52283</code></a> fix: analysing build chunk without dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15469">#15469</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ab823ab618c2036913076abe15c10fd7fbe4d6ba"><code>ab823ab</code></a> fix: import with query with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16085">#16085</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/11cceeab392504c1af262a0fa033345f22c6ffae"><code>11cceea</code></a> revert: &quot;fix: upgrade esbuild to 0.20.x&quot; (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16072">#16072</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/899d9b1d272b7057aafc6fa01570d40f288a473b"><code>899d9b1</code></a> fix: upgrade esbuild to 0.20.x (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16062">#16062</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/aac2ef77521f66ddd908f9d97020b8df532148cf"><code>aac2ef7</code></a> refactor(runtime): use functions from <code>pathe</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16061">#16061</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a9112ebb2111f9d7059138a5287a587947606f92"><code>a9112eb</code></a> fix: output correct error for empty import specifier (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16055">#16055</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1dccc3713a383ac274a36dfcaabcaaa88e380bd1"><code>1dccc37</code></a> fix: normalize literal-only entry pattern (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16010">#16010</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/7cfe80d0df7edfe861b8cc281303f20fc7633841"><code>7cfe80d</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16028">#16028</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b20d54257e6105333c19676a403c574667878e0f"><code>b20d542</code></a> refactor: share code with vite runtime (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15907">#15907</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.1.5/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `@eliancodes/brutal-ui` from 0.2.3 to 0.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ElianCodes/brutal-ui/blob/main/CHANGELOG.md"><code>@​eliancodes/brutal-ui</code>'s changelog</a>.</em></p> <blockquote> <h2>0.2.6</h2> <h3>Patch Changes</h3> <ul> <li>button props</li> </ul> <h2>0.2.5</h2> <h3>Patch Changes</h3> <ul> <li>add ActualButton component</li> </ul> <h2>0.2.4</h2> <h3>Patch Changes</h3> <ul> <li>make button extend HTMLButton</li> <li>c6d3ff6: Change the use of utility css classes to vanilla css for the Button component.</li> </ul> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/ElianCodes/brutal-ui/commits">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.3.3 to 5.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.4 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.4 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/42bb138173e3b3869b6a6f68d277c7172387a4cf"><code>42bb138</code></a> Bump version to 5.4.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/992c70519c191702e93fe1c369d222e91600687e"><code>992c705</code></a> Add release pipeline to release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57513">#57513</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/db6b2a980280a9c87799b9c1edd6d71e92bb255b"><code>db6b2a9</code></a> Bump version to 5.4.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bd4f51c8f03bb234eb69812c641a6ab92910dddd"><code>bd4f51c</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/8a1f79dca5dd6b9f979425c2fc1c931259dcc71c"><code>8a1f79d</code></a> Merge remote-tracking branch 'origin/main' into release-5.4</li> <li><a href="https://github.com/microsoft/TypeScript/commit/d04e3489b0d8e6bc9a8a9396a633632a5a467328"><code>d04e348</code></a> Improve apparent type of mapped types (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57122">#57122</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/86a16636cac9599c8752f8588f4b9518860b47ff"><code>86a1663</code></a> Update package-lock.json</li> <li><a href="https://github.com/microsoft/TypeScript/commit/feb57c269b0b2770581c09524a46ae1cb2fee28b"><code>feb57c2</code></a> Instantiate earlier inferred constraints in conditional types (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57362">#57362</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/91e67ffbea91f453a51cd674684c393f82cd0731"><code>91e67ff</code></a> fix(57392): using is not suggested as a keyword (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57394">#57394</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/29c0024bcfff0044e516462ca7261132acbcb026"><code>29c0024</code></a> Avoid creating rest elements with <code>errorType</code> when <code>any</code> is spread (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57116">#57116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2">compare view</a></li> </ul> </details> <br /> Updates `ultrahtml` from 1.5.2 to 1.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/natemoo-re/ultrahtml/releases">ultrahtml's releases</a>.</em></p> <blockquote> <h2>v1.5.3</h2> <h3>Patch Changes</h3> <ul> <li>ebc97e0: upgrades <code>dts-bundle-generator</code> to <code>9.2.1</code>, fixing an issue with <code>.d.ts</code> generation which led methods prefixed with two underscores to be incorrectly made private in the generated declaration file.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/natemoo-re/ultrahtml/blob/main/CHANGELOG.md">ultrahtml's changelog</a>.</em></p> <blockquote> <h2>1.5.3</h2> <h3>Patch Changes</h3> <ul> <li>ebc97e0: upgrades <code>dts-bundle-generator</code> to <code>9.2.1</code>, fixing an issue with <code>.d.ts</code> generation which led methods prefixed with two underscores to be incorrectly made private in the generated declaration file.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/93a127343f7a9f0e2286049145502e0b4dc20b32"><code>93a1273</code></a> Merge pull request <a href="https://redirect.github.com/natemoo-re/ultrahtml/issues/68">#68</a> from natemoo-re/changeset-release/main</li> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/8d42d8dbf283f06462f168438298a4078e881b07"><code>8d42d8d</code></a> [ci] release</li> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/007824dffe5ea51246d3954b60b7b7c5d301e395"><code>007824d</code></a> Merge pull request <a href="https://redirect.github.com/natemoo-re/ultrahtml/issues/65">#65</a> from michaelhthomas/chore/upgrade-dts-bundle-generator</li> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/efc44dc1462717ae0c2a92fd5dee8a1a16962ea2"><code>efc44dc</code></a> Merge pull request <a href="https://redirect.github.com/natemoo-re/ultrahtml/issues/67">#67</a> from natemoo-re/fix-test</li> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/a59ac9291e1549fa26914c79ae6030d365f93b90"><code>a59ac92</code></a> This Fixes <code>script.test.ts</code>, Mozilla.org updated the website being tested fro...</li> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/ebc97e0186f74d972ea9c172da488d8673ea0cc2"><code>ebc97e0</code></a> chore: add changeset</li> <li><a href="https://github.com/natemoo-re/ultrahtml/commit/2f6c0dade6d59248952d2d29fc3eca503a8a7452"><code>2f6c0da</code></a> chore: upgrade <code>dts-bundle-generator</code> <code>8.0.1</code> -&gt; <code>9.2.1</code></li> <li>See full diff in <a href="https://github.com/natemoo-re/ultrahtml/compare/v1.5.2...v1.5.3">compare view</a></li> </ul> </details> <br /> Updates `@fontsource-variable/inter` from 5.0.16 to 5.0.17 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter">compare view</a></li> </ul> </details> <br /> Updates `astro-seo` from 0.8.2 to 0.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasmerlin/astro-seo/releases">astro-seo's releases</a>.</em></p> <blockquote> <h2>v0.8.3</h2> <h3><a href="https://github.com/jonasmerlin/astro-seo/compare/v0.8.2...v0.8.3">0.8.3</a> (2024-03-03)</h3> <ul> <li>improvement: re-export Props as SEOProps</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jonasmerlin/astro-seo/blob/main/CHANGELOG.md">astro-seo's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/jonasmerlin/astro-seo/compare/v0.8.2...v0.8.3">0.8.3</a> (2024-03-03)</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasmerlin/astro-seo/commit/7d3387a2d90aab5fc622def6994520f705c685e3"><code>7d3387a</code></a> chore(release): 0.8.3</li> <li><a href="https://github.com/jonasmerlin/astro-seo/commit/9278a17b2e246acaa0be63fbe6c80191dd260e15"><code>9278a17</code></a> improvement: re-export Props as SEOProps</li> <li><a href="https://github.com/jonasmerlin/astro-seo/commit/6974c405b469e417c30a74675574827e7cdbc5c8"><code>6974c40</code></a> test: Delete trailing slash from test</li> <li><a href="https://github.com/jonasmerlin/astro-seo/commit/3c16c642a57d1ae6729e3616f6df29ea93e0f298"><code>3c16c64</code></a> Update all GH actions to latest version</li> <li><a href="https://github.com/jonasmerlin/astro-seo/commit/8e3f4404413ab405fd9d6b9e2ef3ebb5927cdb37"><code>8e3f440</code></a> chore: Update Cypress GH action to v6</li> <li><a href="https://github.com/jonasmerlin/astro-seo/commit/47c2378a94cb84f1ec9a82c12325a190db03aa93"><code>47c2378</code></a> Update CHANGELOG</li> <li>See full diff in <a href="https://github.com/jonasmerlin/astro-seo/compare/v0.8.2...v0.8.3">compare view</a></li> </ul> </details> <br /> Updates `astro` from 4.4.0 to 4.4.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> <blockquote> <h2>astro@4.4.13</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10342">#10342</a> <a href="https://github.com/withastro/astro/commit/a2e9b2b936666b2a4779feb00dcb8ff0ab82c2ec"><code>a2e9b2b936666b2a4779feb00dcb8ff0ab82c2ec</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes <code>@​astrojs/db</code> loading TS in the fixtures</li> </ul> <h2>astro@4.4.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10336">#10336</a> <a href="https://github.com/withastro/astro/commit/f2e60a96754ed1d86001fe4d5d3a0c0ef657408d"><code>f2e60a96754ed1d86001fe4d5d3a0c0ef657408d</code></a> Thanks <a href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>! - Fixes an issue where slotting interactive components within a &quot;client:only&quot; component prevented all component code in the page from running.</li> </ul> <h2>astro@4.4.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10281">#10281</a> <a href="https://github.com/withastro/astro/commit/9deb919ff95b1d2ffe5a5f70ec683e32ebfafd05"><code>9deb919ff95b1d2ffe5a5f70ec683e32ebfafd05</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes an issue where <code>404.astro</code> was ignored with <code>i18n</code> routing enabled.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10279">#10279</a> <a href="https://github.com/withastro/astro/commit/9ba3e2605daee3861e3bf6c5768f1d8bced4709d"><code>9ba3e2605daee3861e3bf6c5768f1d8bced4709d</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes an issue where returning redirect responses resulted in missing files with certain adapters.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10319">#10319</a> <a href="https://github.com/withastro/astro/commit/19ecccedaab6d8fa0ff23711c88fa7d4fa34df38"><code>19ecccedaab6d8fa0ff23711c88fa7d4fa34df38</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes an issue where streaming SSR responses sometimes failed with &quot;<code>iterator.result</code> is not a function&quot; on node-based adapters.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10302">#10302</a> <a href="https://github.com/withastro/astro/commit/992537e79f1847b590a2e226aac88a47a6304f68"><code>992537e79f1847b590a2e226aac88a47a6304f68</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes an issue that causes static entrypoints build to fail because of the path in certain conditions. Specifically, it failed if the path had an extension (like <code>.astro</code>, <code>.mdx</code> etc) and such extension would be also within the path (like <code>./.astro/index.astro</code>).</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10298">#10298</a> <a href="https://github.com/withastro/astro/commit/819d20a89c0d269333c2d397c1080884f516307a"><code>819d20a89c0d269333c2d397c1080884f516307a</code></a> Thanks <a href="https://github.com/Fryuni"><code>@​Fryuni</code></a>! - Fix an incorrect conflict resolution between pages generated from static routes and rest parameters</p> </li> </ul> <h2>astro@4.4.10</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10235">#10235</a> <a href="https://github.com/withastro/astro/commit/4bc360cd5f25496aca3232f6efb3710424a14a34"><code>4bc360cd5f25496aca3232f6efb3710424a14a34</code></a> Thanks <a href="https://github.com/sanman1k98"><code>@​sanman1k98</code></a>! - Fixes jerky scrolling on IOS when using view transitions.</li> </ul> <h2>astro@4.4.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10278">#10278</a> <a href="https://github.com/withastro/astro/commit/a548a3a99c2835c19662fc38636f92b2bda26614"><code>a548a3a99c2835c19662fc38636f92b2bda26614</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Fixes original images sometimes being kept / deleted when they shouldn't in both MDX and Markdoc</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10280">#10280</a> <a href="https://github.com/withastro/astro/commit/3488be9b59d1cb65325b0e087c33bcd74aaa4926"><code>3488be9b59d1cb65325b0e087c33bcd74aaa4926</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@​bholmesdev</code></a>! - Finalize db API to a shared db/ directory.</p> </li> </ul> <h2>astro@4.4.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10275">#10275</a> <a href="https://github.com/withastro/astro/commit/5e3e74b61daa2ba44c761c9ab5745818661a656e"><code>5e3e74b61daa2ba44c761c9ab5745818661a656e</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Fixes dev toolbar warning about using the proper loading attributes on images using <code>data:</code> URIs</li> </ul> <h2>astro@4.4.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10274">#10274</a> <a href="https://github.com/withastro/astro/commit/e556151603a2f0173059d0f98fdcbec0610b48ff"><code>e556151603a2f0173059d0f98fdcbec0610b48ff</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes a regression introduced in v4.4.5 where image optimization did not work in dev mode when a base was configured.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10263">#10263</a> <a href="https://github.com/withastro/astro/commit/9bdbed723e0aa4243d7d6ee64d1c1df3b75b9aeb"><code>9bdbed723e0aa4243d7d6ee64d1c1df3b75b9aeb</code></a> Thanks <a href="https://github.com/martrapp"><code>@​martrapp</code></a>! - Adds auto completion for <code>astro:</code> event names when adding or removing event listeners on <code>document</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10284">#10284</a> <a href="https://github.com/withastro/astro/commit/07f89429a1ef5173d3321e0b362a9dc71fc74fe5"><code>07f89429a1ef5173d3321e0b362a9dc71fc74fe5</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Fixes an issue where in Node SSR, the image endpoint could be used maliciously to reveal unintended information about the underlying system.</p> <p>Thanks to Google Security Team for reporting this issue.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>4.4.13</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10342">#10342</a> <a href="https://github.com/withastro/astro/commit/a2e9b2b936666b2a4779feb00dcb8ff0ab82c2ec"><code>a2e9b2b936666b2a4779feb00dcb8ff0ab82c2ec</code></a> Thanks <a href="https://github.com/matthewp"><code>@​matthewp</code></a>! - Fixes <code>@​astrojs/db</code> loading TS in the fixtures</li> </ul> <h2>4.4.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10336">#10336</a> <a href="https://github.com/withastro/astro/commit/f2e60a96754ed1d86001fe4d5d3a0c0ef657408d"><code>f2e60a96754ed1d86001fe4d5d3a0c0ef657408d</code></a> Thanks <a href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>! - Fixes an issue where slotting interactive components within a &quot;client:only&quot; component prevented all component code in the page from running.</li> </ul> <h2>4.4.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10281">#10281</a> <a href="https://github.com/withastro/astro/commit/9deb919ff95b1d2ffe5a5f70ec683e32ebfafd05"><code>9deb919ff95b1d2ffe5a5f70ec683e32ebfafd05</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes an issue where <code>404.astro</code> was ignored with <code>i18n</code> routing enabled.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10279">#10279</a> <a href="https://github.com/withastro/astro/commit/9ba3e2605daee3861e3bf6c5768f1d8bced4709d"><code>9ba3e2605daee3861e3bf6c5768f1d8bced4709d</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes an issue where returning redirect responses resulted in missing files with certain adapters.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10319">#10319</a> <a href="https://github.com/withastro/astro/commit/19ecccedaab6d8fa0ff23711c88fa7d4fa34df38"><code>19ecccedaab6d8fa0ff23711c88fa7d4fa34df38</code></a> Thanks <a href="https://github.com/lilnasy"><code>@​lilnasy</code></a>! - Fixes an issue where streaming SSR responses sometimes failed with &quot;<code>iterator.result</code> is not a function&quot; on node-based adapters.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10302">#10302</a> <a href="https://github.com/withastro/astro/commit/992537e79f1847b590a2e226aac88a47a6304f68"><code>992537e79f1847b590a2e226aac88a47a6304f68</code></a> Thanks <a href="https://github.com/florian-lefebvre"><code>@​florian-lefebvre</code></a>! - Fixes an issue that causes static entrypoints build to fail because of the path in certain conditions. Specifically, it failed if the path had an extension (like <code>.astro</code>, <code>.mdx</code> etc) and such extension would be also within the path (like <code>./.astro/index.astro</code>).</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10298">#10298</a> <a href="https://github.com/withastro/astro/commit/819d20a89c0d269333c2d397c1080884f516307a"><code>819d20a89c0d269333c2d397c1080884f516307a</code></a> Thanks <a href="https://github.com/Fryuni"><code>@​Fryuni</code></a>! - Fix an incorrect conflict resolution between pages generated from static routes and rest parameters</p> </li> </ul> <h2>4.4.10</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10235">#10235</a> <a href="https://github.com/withastro/astro/commit/4bc360cd5f25496aca3232f6efb3710424a14a34"><code>4bc360cd5f25496aca3232f6efb3710424a14a34</code></a> Thanks <a href="https://github.com/sanman1k98"><code>@​sanman1k98</code></a>! - Fixes jerky scrolling on IOS when using view transitions.</li> </ul> <h2>4.4.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10278">#10278</a> <a href="https://github.com/withastro/astro/commit/a548a3a99c2835c19662fc38636f92b2bda26614"><code>a548a3a99c2835c19662fc38636f92b2bda26614</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Fixes original images sometimes being kept / deleted when they shouldn't in both MDX and Markdoc</p> </li> <li> <p><a href="https://redirect.github.com/withastro/astro/pull/10280">#10280</a> <a href="https://github.com/withastro/astro/commit/3488be9b59d1cb65325b0e087c33bcd74aaa4926"><code>3488be9b59d1cb65325b0e087c33bcd74aaa4926</code></a> Thanks <a href="https://github.com/bholmesdev"><code>@​bholmesdev</code></a>! - Finalize db API to a shared db/ directory.</p> </li> </ul> <h2>4.4.8</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/10275">#10275</a> <a href="https://github.com/withastro/astro/commit/5e3e74b61daa2ba44c761c9ab5745818661a656e"><code>5e3e74b61daa2ba44c761c9ab5745818661a656e</code></a> Thanks <a href="https://github.com/Princesseuh"><code>@​Princesseuh</code></a>! - Fixes dev toolbar warning about using the proper loading attributes on images using <code>data:</code> URIs</li> </ul> <h2>4.4.7</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/c793f194c99ccb43a35b54a47cd8ce47789dfb39"><code>c793f19</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10344">#10344</a>)</li> <li><a href="https://github.com/withastro/astro/commit/74cf1af86eae516dfceb0a19962dc4e2e698bab0"><code>74cf1af</code></a> Fix cli package resolution for <code>@astrojs/db</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10338">#10338</a>)</li> <li><a href="https://github.com/withastro/astro/commit/a2e9b2b936666b2a4779feb00dcb8ff0ab82c2ec"><code>a2e9b2b</code></a> Fixes loading .ts configs in astro:db (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10342">#10342</a>)</li> <li><a href="https://github.com/withastro/astro/commit/038201fbaea9a4c040d50df5d90d83b27d3dbc76"><code>038201f</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10337">#10337</a>)</li> <li><a href="https://github.com/withastro/astro/commit/f2e60a96754ed1d86001fe4d5d3a0c0ef657408d"><code>f2e60a9</code></a> Revert bad release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10336">#10336</a>)</li> <li><a href="https://github.com/withastro/astro/commit/dd3935b31cbe637a5354e76706c860848512b658"><code>dd3935b</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10332">#10332</a>)</li> <li><a href="https://github.com/withastro/astro/commit/2809d136000cd694c1003392c5cd99441ee26d35"><code>2809d13</code></a> [ci] format</li> <li><a href="https://github.com/withastro/astro/commit/507b4ac246fa95cc31e5f73e863a785cdff92e13"><code>507b4ac</code></a> fix(rendering): allow render instructions to propagate while rendering slots ...</li> <li><a href="https://github.com/withastro/astro/commit/5fe98599a3fc6f912995d94ce783c32c06c0b44f"><code>5fe9859</code></a> fix broken link in code examples (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10322">#10322</a>)</li> <li><a href="https://github.com/withastro/astro/commit/3c0b854ac6630bb4ed34fe835128744b67d04e0b"><code>3c0b854</code></a> chore: delete <code>core/endpoint/index.ts</code> (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/10324">#10324</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/astro/commits/astro@4.4.13/packages/astro">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.71.0 to 1.71.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.71.1</h2> <p>To install Sass 1.71.1, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <h3>Command-Line Interface</h3> <ul> <li>Ship the musl Linux release with the proper Dart executable.</li> </ul> <h3>JavaScript API</h3> <ul> <li> <p>Export the <code>NodePackageImporter</code> class in ESM mode.</p> </li> <li> <p>Allow <code>NodePackageImporter</code> to locate a default directory even when the entrypoint is an ESM module.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Make passing a null argument to <code>NodePackageImporter()</code> a static error rather than just a runtime error.</li> </ul> <h3>Embedded Sass</h3> <ul> <li>In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1711">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.71.1</h2> <h3>Command-Line Interface</h3> <ul> <li>Ship the musl Linux release with the proper Dart executable.</li> </ul> <h3>JavaScript API</h3> <ul> <li> <p>Export the <code>NodePackageImporter</code> class in ESM mode.</p> </li> <li> <p>Allow <code>NodePackageImporter</code> to locate a default directory even when the entrypoint is an ESM module.</p> </li> </ul> <h3>Dart API</h3> <ul> <li>Make passing a null argument to <code>NodePackageImporter()</code> a static error rather than just a runtime error.</li> </ul> <h3>Embedded Sass</h3> <ul> <li>In the JS Embedded Host, properly install the musl Linux embedded compiler when running on musl Linux.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/1b4d703ad369a2176f0bc0bd4a37502e7acd9c1d"><code>1b4d703</code></a> Release 1.71.1 (<a href="https://redirect.github.com/sass/dart-sass/issues/2182">#2182</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/6d66c4376ad352ec4521b775c3559e1828e839ea"><code>6d66c43</code></a> Properly handle <code>new NodePackageImporter()</code> with an ESM entrypoint (<a href="https://redirect.github.com/sass/dart-sass/issues/2181">#2181</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/85a932f6481896f3de4b9359b0b531fe28b49e45"><code>85a932f</code></a> Add missing ESM export of NodePackageImporter (<a href="https://redirect.github.com/sass/dart-sass/issues/2177">#2177</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/786dd63ea1ba7f9bdfe1797c9741f3b6c99c8887"><code>786dd63</code></a> Fix linux musl builds (<a href="https://redirect.github.com/sass/dart-sass/issues/2175">#2175</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.71.0...1.71.1">compare view</a></li> </ul> </details> <br /> Updates `@astrojs/starlight` from 0.19.0 to 0.21.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/starlight/releases"><code>@​astrojs/starlight</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​astrojs/starlight</code><a href="https://github.com/0"><code>@​0</code></a>.21.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1584">#1584</a> <a href="https://github.com/withastro/starlight/commit/8851d5cd0d8f8439320ef729ca57a59418db52b9"><code>8851d5cd</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds 2 new icons: <code>apple</code> and <code>linux</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1577">#1577</a> <a href="https://github.com/withastro/starlight/commit/0ba77890e0dcf54a849c735efd870327c10972aa"><code>0ba77890</code></a> Thanks <a href="https://github.com/morinokami"><code>@​morinokami</code></a>! - Translates <code>fileTree.directory</code> UI string into Japanese.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1593">#1593</a> <a href="https://github.com/withastro/starlight/commit/fa7ed2458caf6261d16c5f43365cedbcb8572a48"><code>fa7ed245</code></a> Thanks <a href="https://github.com/liruifengv"><code>@​liruifengv</code></a>! - Translates <code>fileTree.directory</code> UI string into simplified Chinese.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1585">#1585</a> <a href="https://github.com/withastro/starlight/commit/bd4e278f7fe7d7335494602db29a63002fd45059"><code>bd4e278f</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Translates <code>fileTree.directory</code> UI string into French.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1587">#1587</a> <a href="https://github.com/withastro/starlight/commit/c5794260251ed414a396089782a1788539c92dd3"><code>c5794260</code></a> Thanks <a href="https://github.com/Eveeifyeve"><code>@​Eveeifyeve</code></a>! - Adds 1 new icon: <code>homebrew</code>.</p> </li> </ul> <h2><code>@​astrojs/starlight</code><a href="https://github.com/0"><code>@​0</code></a>.21.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1568">#1568</a> <a href="https://github.com/withastro/starlight/commit/5f99a71ddfe92568b1cd3c0bfe5ebfd139797c1a"><code>5f99a71d</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds support for optionally setting an icon on a <code>&lt;TabItem&gt;</code> component to make it easier to visually distinguish between tabs.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1308">#1308</a> <a href="https://github.com/withastro/starlight/commit/9a918a5b4902f43729f4d023257772710af3a12b"><code>9a918a5b</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds <code>&lt;FileTree&gt;</code> component to display the structure of a directory.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1308">#1308</a> <a href="https://github.com/withastro/starlight/commit/9a918a5b4902f43729f4d023257772710af3a12b"><code>9a918a5b</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds 144 new file-type icons from the <a href="https://github.com/jesseweed/seti-ui#current-icons">Seti UI icon set</a>, available with the <code>seti:</code> prefix, e.g. <code>seti:javascript</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1564">#1564</a> <a href="https://github.com/withastro/starlight/commit/d880065e29a632823a08adcb6158a59fd9557270"><code>d880065e</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Adds a <code>&lt;Steps&gt;</code> component for styling more complex guided tasks.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1308">#1308</a> <a href="https://github.com/withastro/starlight/commit/9a918a5b4902f43729f4d023257772710af3a12b"><code>9a918a5b</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds 5 new icons: <code>astro</code>, <code>biome</code>, <code>bun</code>, <code>mdx</code>, and <code>pnpm</code>.</p> </li> </ul> <h2><code>@​astrojs/starlight</code><a href="https://github.com/0"><code>@​0</code></a>.20.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/starlight/pull/1553">#1553</a> <a href="https://github.com/withastro/starlight/commit/8e09114755d37322d6e97b0dc90a5dfd781de8cc"><code>8e091147</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.</li> </ul> <h2><code>@​astrojs/starlight</code><a href="https://github.com/0"><code>@​0</code></a>.20.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1541">#1541</a> <a href="https://github.com/withastro/starlight/commit/1043052f3890a577a73276472f3773924909406b"><code>1043052f</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Updates <code>astro-expressive-code</code> dependency to the latest minor release (0.33).</p> <p>This unlocks support for <a href="https://expressive-code.com/key-features/word-wrap/">word wrap</a> and <a href="https://expressive-code.com/plugins/line-numbers/">line numbers</a>, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.</p> <p>See the <a href="https://expressive-code.com/releases/">Expressive Code release notes</a> for more information including details of potentially breaking changes.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1542">#1542</a> <a href="https://github.com/withastro/starlight/commit/b3b7a6069952d5f27a49b2fd097aa4db065e1718"><code>b3b7a606</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Improves error messages shown by Starlight for configuration errors.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1544">#1544</a> <a href="https://github.com/withastro/starlight/commit/65dc6586ef7c1754875db1d48c49e709051a0b13"><code>65dc6586</code></a> Thanks <a href="https://github.com/torn4dom4n"><code>@​torn4dom4n</code></a>! - Update Vietnamese UI translations</p> </li> </ul> <h2><code>@​astrojs/starlight</code><a href="https://github.com/0"><code>@​0</code></a>.19.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/starlight/pull/1527">#1527</a> <a href="https://github.com/withastro/starlight/commit/163bc848e173eecca92d1cb034045fdb42aa4ff1"><code>163bc84</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Exports the <code>StarlightPageProps</code> TypeScript type representing the props expected by the <code>&lt;StarlightPage /&gt;</code> component.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md"><code>@​astrojs/starlight</code>'s changelog</a>.</em></p> <blockquote> <h2>0.21.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1584">#1584</a> <a href="https://github.com/withastro/starlight/commit/8851d5cd0d8f8439320ef729ca57a59418db52b9"><code>8851d5cd</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds 2 new icons: <code>apple</code> and <code>linux</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1577">#1577</a> <a href="https://github.com/withastro/starlight/commit/0ba77890e0dcf54a849c735efd870327c10972aa"><code>0ba77890</code></a> Thanks <a href="https://github.com/morinokami"><code>@​morinokami</code></a>! - Translates <code>fileTree.directory</code> UI string into Japanese.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1593">#1593</a> <a href="https://github.com/withastro/starlight/commit/fa7ed2458caf6261d16c5f43365cedbcb8572a48"><code>fa7ed245</code></a> Thanks <a href="https://github.com/liruifengv"><code>@​liruifengv</code></a>! - Translates <code>fileTree.directory</code> UI string into simplified Chinese.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1585">#1585</a> <a href="https://github.com/withastro/starlight/commit/bd4e278f7fe7d7335494602db29a63002fd45059"><code>bd4e278f</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Translates <code>fileTree.directory</code> UI string into French.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1587">#1587</a> <a href="https://github.com/withastro/starlight/commit/c5794260251ed414a396089782a1788539c92dd3"><code>c5794260</code></a> Thanks <a href="https://github.com/Eveeifyeve"><code>@​Eveeifyeve</code></a>! - Adds 1 new icon: <code>homebrew</code>.</p> </li> </ul> <h2>0.21.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1568">#1568</a> <a href="https://github.com/withastro/starlight/commit/5f99a71ddfe92568b1cd3c0bfe5ebfd139797c1a"><code>5f99a71d</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds support for optionally setting an icon on a <code>&lt;TabItem&gt;</code> component to make it easier to visually distinguish between tabs.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1308">#1308</a> <a href="https://github.com/withastro/starlight/commit/9a918a5b4902f43729f4d023257772710af3a12b"><code>9a918a5b</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds <code>&lt;FileTree&gt;</code> component to display the structure of a directory.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1308">#1308</a> <a href="https://github.com/withastro/starlight/commit/9a918a5b4902f43729f4d023257772710af3a12b"><code>9a918a5b</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds 144 new file-type icons from the <a href="https://github.com/jesseweed/seti-ui#current-icons">Seti UI icon set</a>, available with the <code>seti:</code> prefix, e.g. <code>seti:javascript</code>.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1564">#1564</a> <a href="https://github.com/withastro/starlight/commit/d880065e29a632823a08adcb6158a59fd9557270"><code>d880065e</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Adds a <code>&lt;Steps&gt;</code> component for styling more complex guided tasks.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1308">#1308</a> <a href="https://github.com/withastro/starlight/commit/9a918a5b4902f43729f4d023257772710af3a12b"><code>9a918a5b</code></a> Thanks <a href="https://github.com/HiDeoo"><code>@​HiDeoo</code></a>! - Adds 5 new icons: <code>astro</code>, <code>biome</code>, <code>bun</code>, <code>mdx</code>, and <code>pnpm</code>.</p> </li> </ul> <h2>0.20.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/starlight/pull/1553">#1553</a> <a href="https://github.com/withastro/starlight/commit/8e09114755d37322d6e97b0dc90a5dfd781de8cc"><code>8e091147</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.</li> </ul> <h2>0.20.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1541">#1541</a> <a href="https://github.com/withastro/starlight/commit/1043052f3890a577a73276472f3773924909406b"><code>1043052f</code></a> Thanks <a href="https://github.com/hippotastic"><code>@​hippotastic</code></a>! - Updates <code>astro-expressive-code</code> dependency to the latest minor release (0.33).</p> <p>This unlocks support for <a href="https://expressive-code.com/key-features/word-wrap/">word wrap</a> and <a href="https://expressive-code.com/plugins/line-numbers/">line numbers</a>, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.</p> <p>See the <a href="https://expressive-code.com/releases/">Expressive Code release notes</a> for more information including details of potentially breaking changes.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1542">#1542</a> <a href="https://github.com/withastro/starlight/commit/b3b7a6069952d5f27a49b2fd097aa4db065e1718"><code>b3b7a606</code></a> Thanks <a href="https://github.com/delucis"><code>@​delucis</code></a>! - Improves error messages shown by Starlight for configuration errors.</p> </li> <li> <p><a href="https://redirect.github.com/withastro/starlight/pull/1544">#1544</a> <a href="https://github.com/withastro/starlight/commit/65dc6586ef7c1754875db1d48c49e709051a0b13"><code>65dc6586</code></a> Thanks <a href="https://github.com/torn4dom4n"><code>@​torn4dom4n</code></a>! - Update Vietnamese UI translations</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/starlight/commit/6204cf2880b7e89e2352f15cd469ef07fbc15fe3"><code>6204cf2</code></a> [ci] release (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1586">#1586</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/8851d5cd0d8f8439320ef729ca57a59418db52b9"><code>8851d5c</code></a> Add <code>apple</code> &amp; <code>linux</code> icons (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1584">#1584</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/8e37ac8db0ecb85b9eb3d21cf8958ff06ab02630"><code>8e37ac8</code></a> [ci] format</li> <li><a href="https://github.com/withastro/starlight/commit/c5794260251ed414a396089782a1788539c92dd3"><code>c579426</code></a> Add <code>homebrew</code> icon (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1587">#1587</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/fa7ed2458caf6261d16c5f43365cedbcb8572a48"><code>fa7ed24</code></a> Translates <code>fileTree.directory</code> UI string into simplified Chinese. (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1593">#1593</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/bd4e278f7fe7d7335494602db29a63002fd45059"><code>bd4e278</code></a> i18n(fr): translate <code>fileTree.directory</code> UI string (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1585">#1585</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/0ba77890e0dcf54a849c735efd870327c10972aa"><code>0ba7789</code></a> Translate <code>fileTree.directory</code> into Japanese (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1577">#1577</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/dae1cb260190d4c6bb9eb45722ece16f664932a9"><code>dae1cb2</code></a> [ci] format</li> <li><a href="https://github.com/withastro/starlight/commit/ab38709dd96b02b67342a292534ddfc8c0037ea9"><code>ab38709</code></a> [ci] release (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1574">#1574</a>)</li> <li><a href="https://github.com/withastro/starlight/commit/d880065e29a632823a08adcb6158a59fd9557270"><code>d880065</code></a> Add <code>\&lt;Steps&gt;</code> component (<a href="https://github.com/withastro/starlight/tree/HEAD/packages/starlight/issues/1564">#1564</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withastro/starlight/commits/@astrojs/starlight@0.21.1/packages/starlight">compare view</a></li> </ul> </details> <br /> Updates `sharp` from 0.32.6 to 0.33.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.33.2 - 12th January 2024</h3> <ul> <li> <p>Upgrade to libvips v8.15.1 for upstream bug fixes.</p> </li> <li> <p>TypeScript: add definition for <code>keepMetadata</code>. <a href="https://redirect.github.com/lovell/sharp/pull/3914">#3914</a> <a href="https://github.com/abhi0498"><code>@​abhi0498</code></a></p> </li> <li> <p>Ensure <code>extend</code> operation stays sequential when copying (regression in 0.32.0). <a href="https://redirect.github.com/lovell/sharp/issues/3928">#3928</a></p> </li> <li> <p>Improve error handling for unsupported multi-page rotation. <a href="https://redirect.github.com/lovell/sharp/issues/3940">#3940</a></p> </li> </ul> <h3>v0.33.1 - 17th December 2023</h3> <ul> <li> <p>Add support for Yarn Plug'n'Play filesystem layout. <a href="https://redirect.github.com/lovell/sharp/issues/3888">#3888</a></p> </li> <li> <p>Emit warning when attempting to use invalid ICC profiles. <a href="https://redirect.github.com/lovell/sharp/issues/3895">#3895</a></p> </li> <li> <p>Ensure <code>VIPS_NOVECTOR</code> environment variable is respected. <a href="https://redirect.github.com/lovell/sharp/pull/3897">#3897</a> <a href="https://github.com/icetee"><code>@​icetee</code></a></p> </li> </ul> <h3>v0.33.0 - 29th November 2023</h3> <ul> <li> <p>Drop support for Node.js 14 and 16, now requires Node.js ^18.17.0 or &gt;= 20.3.0</p> </li> <li> <p>Prebuilt binaries distributed via npm registry and installed via package manager.</p> </li> <li> <p>Building from source requires dependency on <code>node-addon-api</code>.</p> </li> <li> <p>Remove <code>sharp.vendor</code>.</p> </li> <li> <p>Partially deprecate <code>withMetadata()</code>, use <code>withExif()</code> and <code>withIccProfile()</code>.</p> </li> <li> <p>Add experimental support for WebAssembly-based runtimes. <a href="https://github.com/RReverser"><code>@​RReverser</code></a></p> </li> <li> <p>Options for <code>trim</code> operation must be an Object, add new <code>lineArt</code> option. <a href="https://redirect.github.com/lovell/sharp/issues/2363">#2363</a></p> </li> <li> <p>Improve luminance of <code>tint</code> operation with weighting function. <a href="https://redirect.github.com/lovell/sharp/issues/3338">#3338</a> <a href="https://github.com/jcupitt"><code>@​jcupitt</code></a></p> </li> <li> <p>Ensure all <code>Error</code> objects contain a <code>stack</code> property. <a href="https://redirect.github.com/lovell/sharp/issues/3653">#3653</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/bcb22af03457a9a1d77e44e6b258979ccc532941"><code>bcb22af</code></a> Release v0.33.2</li> <li><a href="https://github.com/lovell/sharp/commit/d04dc62666772216a48db30b92dcf968dbca5976"><code>d04dc62</code></a> Prerelease v0.33.2-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/c30d355f97e5df690dbe4fe74deb20de316ce83c"><code>c30d355</code></a> CI: Fix npm smoke test expectation</li> <li><a href="https://github.com/lovell/sharp/commit/49cb148b389e96def2b6bd49c6e2e11fe0d98f92"><code>49cb148</code></a> Prerelease v0.33.2-rc.0</li> <li><a href="https://github.com/lovell/sharp/commit/3bc31a8b20b9d297df18231c057a9b97fa2c004b"><code>3bc31a8</code></a> CI: Verify emscripten versions match</li> <li><a href="https://github.com/lovell/sharp/commit/c28523e70e143fbe2110462438d2022a6cbdecd4"><code>c28523e</code></a> CI: Update Emscripten Docker image to 3.1.51 (<a href="https://redirect.github.com/lovell/sharp/issues/3907">#3907</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/278f393f74866bcbaa8b00a393afb5daab378272"><code>278f393</code></a> Upgrade to libvips v8.15.1</li> <li><a href="https://github.com/lovell/sharp/commit/cbf68c13954c073522dbc6c995c8ff813c6d5a11"><code>cbf68c1</code></a> Improve error for unsupported multi-page rotation <a href="https://redirect.github.com/lovell/sharp/issues/3940">#3940</a></li> <li><a href="https://github.com/lovell/sharp/commit/45e8071599772f320d0d8314fedf0b13b0592d28"><code>45e8071</code></a> Add runtime check for outdated Node.js version</li> <li><a href="https://github.com/lovell/sharp/commit/b96389d975f1ff9fed52658c46dbe7bbe34da77b"><code>b96389d</code></a> Docs: refresh index</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.32.6...v0.33.2">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
changeset-bot[bot] commented 2024-03-07 12:14:20 +00:00 (Migrated from github.com)

🦋 Changeset detected

Latest commit: f921005a60

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@matthiesenxyz/create-astro-ghostcms Patch
@matthiesenxyz/astro-ghostcms-catppuccin Patch
@matthiesenxyz/starlight-ghostcms Patch
@matthiesenxyz/astro-ghostcms-brutalbyelian Patch
@matthiesenxyz/astro-ghostcms Patch
@matthiesenxyz/astro-ghostcms-theme-default Patch
@matthiesenxyz/astro-ghostcms-rendercontent Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

### 🦋 Changeset detected Latest commit: f921005a600b502062a712f4711d1bf0faf490a6 **The changes in this PR will be included in the next version bump.** <details><summary>This PR includes changesets to release 7 packages</summary> | Name | Type | | ------------------------------------------- | ----- | | @matthiesenxyz/create-astro-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms-catppuccin | Patch | | @matthiesenxyz/starlight-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms-brutalbyelian | Patch | | @matthiesenxyz/astro-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms-theme-default | Patch | | @matthiesenxyz/astro-ghostcms-rendercontent | Patch | </details> Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/MatthiesenXYZ/astro-ghostcms/new/dependabot/npm_and_yarn/prod-dependencies-de5da1ed0e?filename=.changeset/perfect-frogs-count.md&value=---%0A%22%40matthiesenxyz%2Fastro-ghostcms-brutalbyelian%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-catppuccin%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-rendercontent%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-theme-default%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms%22%3A%20patch%0A%22%40matthiesenxyz%2Fcreate-astro-ghostcms%22%3A%20patch%0A%22%40matthiesenxyz%2Fstarlight-ghostcms%22%3A%20patch%0A%22astro-playground%22%3A%20patch%0A%22starlight-playground%22%3A%20patch%0A---%0A%0ABump%20the%20prod-dependencies%20group%20with%2010%20updates%0A)
Adammatthiesen commented 2024-03-07 14:06:41 +00:00 (Migrated from github.com)

@dependabot recreate

@dependabot recreate
Sign in to join this conversation.
No description provided.