NixOS / nixos-homepage

Sources for nixos.org
https://nixos.org
285 stars 305 forks source link

chore(deps): bump the all group with 8 updates #1400

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the all group with 8 updates:

Package From To
@astrojs/mdx 2.3.0 2.3.1
@astrojs/sitemap 3.1.2 3.1.4
@fontsource-variable/fira-code 5.0.17 5.0.18
@fontsource-variable/overpass 5.0.18 5.0.19
@fontsource-variable/roboto-flex 5.0.14 5.0.15
astro 4.6.1 4.6.3
daisyui 4.10.1 4.10.2
htmx.org 1.9.11 1.9.12

Updates @astrojs/mdx from 2.3.0 to 2.3.1

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​2.3.1

Patch Changes

  • #10754 3e7a12c8532411e580fcfdb8445cad8fc8499291 Thanks @​rishi-raj-jain! - Fixes an issue where images in MDX required a relative specifier (e.g. ./)

    Now, you can use the standard ![](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/blob/HEAD/img.png) syntax in MDX files for images colocated in the same folder: no relative specifier required!

    There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary:

    - ![A cute dog](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/blob/HEAD/dog.jpg)
    + ![A cute dog](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx/blob/HEAD/dog.jpg)
    <!-- This dog lives in the same folder as my article! -->
    
  • #10770 88ee63a3ba4488c60348cb821034e6d4a057efd0 Thanks @​bluwy! - Removes internal MDX processor on buildEnd to free up memory

Changelog

Sourced from @​astrojs/mdx's changelog.

2.3.1

Patch Changes

  • #10754 3e7a12c8532411e580fcfdb8445cad8fc8499291 Thanks @​rishi-raj-jain! - Fixes an issue where images in MDX required a relative specifier (e.g. ./)

    Now, you can use the standard ![](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/img.png) syntax in MDX files for images colocated in the same folder: no relative specifier required!

    There is no need to update your project; your existing images will still continue to work. However, you may wish to remove any relative specifiers from these MDX images as they are no longer necessary:

    - ![A cute dog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/dog.jpg)
    + ![A cute dog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/dog.jpg)
    <!-- This dog lives in the same folder as my article! -->
    
  • #10770 88ee63a3ba4488c60348cb821034e6d4a057efd0 Thanks @​bluwy! - Removes internal MDX processor on buildEnd to free up memory

Commits


Updates @astrojs/sitemap from 3.1.2 to 3.1.4

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.1.4

Patch Changes

@​astrojs/sitemap@​3.1.3

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.1.4

Patch Changes

3.1.3

Patch Changes

Commits


Updates @fontsource-variable/fira-code from 5.0.17 to 5.0.18

Commits


Updates @fontsource-variable/overpass from 5.0.18 to 5.0.19

Commits


Updates @fontsource-variable/roboto-flex from 5.0.14 to 5.0.15

Commits


Updates astro from 4.6.1 to 4.6.3

Release notes

Sourced from astro's releases.

astro@4.6.3

Patch Changes

astro@4.6.2

Patch Changes

Changelog

Sourced from astro's changelog.

4.6.3

Patch Changes

4.6.2

Patch Changes

Commits


Updates daisyui from 4.10.1 to 4.10.2

Release notes

Sourced from daisyui's releases.

v4.10.2

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@4.10.2

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

4.10.2 (2024-04-16)

Bug Fixes

Commits


Updates htmx.org from 1.9.11 to 1.9.12

Changelog

Sourced from htmx.org's changelog.

[1.9.12] - 2024-04-17

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions