Skip to content

chore(deps): bump the npm-astro-dependencies group across 1 directory with 6 updates#782

Merged
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-astro-dependencies-7c83e4d5c9
May 23, 2025
Merged

chore(deps): bump the npm-astro-dependencies group across 1 directory with 6 updates#782
neilime merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-astro-dependencies-7c83e4d5c9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2025

Bumps the npm-astro-dependencies group with 6 updates in the / directory:

Package From To
@astrojs/mdx 4.2.1 4.2.6
@astrojs/react 4.2.1 4.2.7
@astrojs/sitemap 3.3.0 3.3.1
@astrojs/tailwind 6.0.0 6.0.2
astro 5.5.3 5.7.12
astro-font 0.0.77 1.1.0

Updates @astrojs/mdx from 4.2.1 to 4.2.6

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.2.6

Patch Changes

@​astrojs/mdx@​4.2.5

Patch Changes

@​astrojs/mdx@​4.2.4

Patch Changes

@​astrojs/mdx@​4.2.3

Patch Changes

@​astrojs/mdx@​4.2.2

Patch Changes

Changelog

Sourced from @​astrojs/mdx's changelog.

4.2.6

Patch Changes

4.2.5

Patch Changes

4.2.4

Patch Changes

4.2.3

Patch Changes

4.2.2

Patch Changes

Commits

Updates @astrojs/react from 4.2.1 to 4.2.7

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​4.2.7

Patch Changes

@​astrojs/react@​4.2.6

Patch Changes

@​astrojs/react@​4.2.5

Patch Changes

@​astrojs/react@​4.2.4

Patch Changes

@​astrojs/react@​4.2.3

Patch Changes

@​astrojs/react@​4.2.2

Patch Changes

Changelog

Sourced from @​astrojs/react's changelog.

4.2.7

Patch Changes

4.2.6

Patch Changes

4.2.5

Patch Changes

4.2.4

Patch Changes

4.2.3

Patch Changes

4.2.2

Patch Changes

Commits

Updates @astrojs/sitemap from 3.3.0 to 3.3.1

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.3.1

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.3.1

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/sitemap since your current version.


Updates @astrojs/tailwind from 6.0.0 to 6.0.2

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​6.0.2

Patch Changes

@​astrojs/tailwind@​6.0.1

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

6.0.2

Patch Changes

6.0.1

Patch Changes

Commits

Updates astro from 5.5.3 to 5.7.12

Release notes

Sourced from astro's releases.

astro@5.7.12

Patch Changes

  • #13752 a079c21 Thanks @​florian-lefebvre! - Improves handling of font URLs not ending with a file extension when using the experimental fonts API

  • #13750 7d3127d Thanks @​martrapp! - Allows the ClientRouter to open new tabs or windows when submitting forms by clicking while holding the Cmd, Ctrl, or Shift key.

  • #13765 d874fe0 Thanks @​florian-lefebvre! - Fixes a case where font sources with relative protocol URLs would fail when using the experimental fonts API

  • #13640 5e582e7 Thanks @​florian-lefebvre! - Allows inferring weight and style when using the local provider of the experimental fonts API

    If you want Astro to infer those properties directly from your local font files, leave them undefined:

    {
      // No weight specified: infer
      style: 'normal'; // Do not infer
    }

astro@5.7.11

Patch Changes

astro@5.7.10

Patch Changes

astro@5.7.9

Patch Changes

astro@5.7.8

Patch Changes

  • #13715 b32dffa Thanks @​florian-lefebvre! - Updates unifont to fix a case where a unicodeRange related error would be thrown when using the experimental fonts API

... (truncated)

Changelog

Sourced from astro's changelog.

5.7.12

Patch Changes

  • #13752 a079c21 Thanks @​florian-lefebvre! - Improves handling of font URLs not ending with a file extension when using the experimental fonts API

  • #13750 7d3127d Thanks @​martrapp! - Allows the ClientRouter to open new tabs or windows when submitting forms by clicking while holding the Cmd, Ctrl, or Shift key.

  • #13765 d874fe0 Thanks @​florian-lefebvre! - Fixes a case where font sources with relative protocol URLs would fail when using the experimental fonts API

  • #13640 5e582e7 Thanks @​florian-lefebvre! - Allows inferring weight and style when using the local provider of the experimental fonts API

    If you want Astro to infer those properties directly from your local font files, leave them undefined:

    {
      // No weight specified: infer
      style: 'normal'; // Do not infer
    }

5.7.11

Patch Changes

5.7.10

Patch Changes

5.7.9

Patch Changes

5.7.8

... (truncated)

Commits

Updates astro-font from 0.0.77 to 1.1.0

Release notes

Sourced from astro-font's releases.

astro-font@0.0.80

In astro-font@^0.0.80, the CSS font parser for fonts loading over CDN such as Google Fonts, TypeKit, etc. has improved. It's now able to map over each attribute of font-face property returned by CDN, and creates an equivalent CSS.

To create in-browser like requests, each outgoing request is appended with the 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' header. This helps obtain the unicode-range which optimizes the in-browser font downloading as if the page doesn't use any character in that range, the font is not downloaded at all.

astro-font@0.0.79

In astro-font@^0.0.79, there are type values introduced for the following CSS properties, allowing you to choose the values based on standard web practices in your IDE.

To keep it backward compatible, any kind of string or number value is allowed.

astro-font@0.0.78

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 <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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 11, 2025
… with 6 updates

Bumps the npm-astro-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.2.1` | `4.2.6` |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `4.2.1` | `4.2.7` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.3.0` | `3.3.1` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `6.0.0` | `6.0.2` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.5.3` | `5.7.12` |
| [astro-font](https://github.com/rishi-raj-jain/astro-font) | `0.0.77` | `1.1.0` |



Updates `@astrojs/mdx` from 4.2.1 to 4.2.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.2.6/packages/integrations/mdx)

Updates `@astrojs/react` from 4.2.1 to 4.2.7
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@4.2.7/packages/integrations/react)

Updates `@astrojs/sitemap` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.3.1/packages/integrations/sitemap)

Updates `@astrojs/tailwind` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/@astrojs/tailwind@6.0.2/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@6.0.2/packages/integrations/tailwind)

Updates `astro` from 5.5.3 to 5.7.12
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.7.12/packages/astro)

Updates `astro-font` from 0.0.77 to 1.1.0
- [Release notes](https://github.com/rishi-raj-jain/astro-font/releases)
- [Commits](https://github.com/rishi-raj-jain/astro-font/commits/1.1.0)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-version: 4.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-astro-dependencies
- dependency-name: "@astrojs/react"
  dependency-version: 4.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-astro-dependencies
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-astro-dependencies
- dependency-name: "@astrojs/tailwind"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-astro-dependencies
- dependency-name: astro
  dependency-version: 5.7.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-astro-dependencies
- dependency-name: astro-font
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-astro-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-astro-dependencies-7c83e4d5c9 branch from a342539 to 2dc181c Compare May 19, 2025 16:16
@neilime neilime merged commit 85cbae6 into main May 23, 2025
9 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/npm-astro-dependencies-7c83e4d5c9 branch May 23, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant