Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all group across 1 directory with 10 updates #1610

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the all group with 10 updates in the / directory:

Package From To
@astrojs/mdx 3.1.9 4.0.2
@astrojs/rss 4.0.9 4.0.10
@astrojs/tailwind 5.1.2 5.1.3
@xmldom/xmldom 0.9.5 0.9.6
astro 4.16.16 5.0.5
htmx.org 2.0.3 2.0.4
tailwindcss 3.4.15 3.4.16
@iconify/tailwind 1.1.3 1.2.0
@iconify-json/simple-icons 1.2.13 1.2.15
prettier 3.4.1 3.4.2

Updates @astrojs/mdx from 3.1.9 to 4.0.2

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​4.0.2

Patch Changes

@​astrojs/mdx@​4.0.1

Patch Changes

@​astrojs/mdx@​4.0.0

Major Changes

  • #12231 90ae100 Thanks @​bluwy! - Handles the breaking change in Astro where content pages (including .mdx pages located within src/pages/) no longer respond with charset=utf-8 in the Content-Type header.

    For MDX pages without layouts, @astrojs/mdx will automatically add the <meta charset="utf-8"> tag to the page by default. This reduces the boilerplate needed to write with non-ASCII characters. If your MDX pages have a layout, the layout component should include the <meta charset="utf-8"> tag.

    If you require charset=utf-8 to render your page correctly, make sure that your layout components have the <meta charset="utf-8"> tag added.

  • #12008 5608338 Thanks @​Princesseuh! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.

    Starting from this release, no breaking changes will be introduced unless absolutely necessary.

    To learn how to upgrade, check out the Astro v5.0 upgrade guide in our beta docs site.

Minor Changes

  • #12539 827093e Thanks @​bluwy! - Drops node 21 support

  • #11741 6617491 Thanks @​bluwy! - Updates adapter server entrypoint to use @astrojs/mdx/server.js

    This is an internal change. Handling JSX in your .mdx files has been moved from Astro internals and is now the responsibility of this integration. You should not notice a change in your project, and no update to your code is required.

Patch Changes

@​astrojs/mdx@​4.0.0-beta.5

Minor Changes

... (truncated)

Changelog

Sourced from @​astrojs/mdx's changelog.

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • #12231 90ae100 Thanks @​bluwy! - Handles the breaking change in Astro where content pages (including .mdx pages located within src/pages/) no longer respond with charset=utf-8 in the Content-Type header.

    For MDX pages without layouts, @astrojs/mdx will automatically add the <meta charset="utf-8"> tag to the page by default. This reduces the boilerplate needed to write with non-ASCII characters. If your MDX pages have a layout, the layout component should include the <meta charset="utf-8"> tag.

    If you require charset=utf-8 to render your page correctly, make sure that your layout components have the <meta charset="utf-8"> tag added.

  • #12008 5608338 Thanks @​Princesseuh! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.

    Starting from this release, no breaking changes will be introduced unless absolutely necessary.

    To learn how to upgrade, check out the Astro v5.0 upgrade guide in our beta docs site.

Minor Changes

  • #12539 827093e Thanks @​bluwy! - Drops node 21 support

  • #11741 6617491 Thanks @​bluwy! - Updates adapter server entrypoint to use @astrojs/mdx/server.js

    This is an internal change. Handling JSX in your .mdx files has been moved from Astro internals and is now the responsibility of this integration. You should not notice a change in your project, and no update to your code is required.

Patch Changes

4.0.0-beta.5

... (truncated)

Commits

Updates @astrojs/rss from 4.0.9 to 4.0.10

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.10

Patch Changes

Changelog

Sourced from @​astrojs/rss's changelog.

4.0.10

Patch Changes

Commits

Updates @astrojs/tailwind from 5.1.2 to 5.1.3

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​5.1.3

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

5.1.3

Patch Changes

6.0.0-alpha.0

Patch Changes

Commits

Updates @xmldom/xmldom from 0.9.5 to 0.9.6

Release notes

Sourced from @​xmldom/xmldom's releases.

0.9.6

Commits

Fixed

Chore

Thank you, @​eglitise, for your contributions.

Changelog

Sourced from @​xmldom/xmldom's changelog.

0.9.6

Fixed

Chore

Thank you, @​eglitise, for your contributions.

Commits
  • 0a64f48 0.9.6
  • cb93058 docs: prepare changelog for 0.9.6 (#798)
  • 8badb70 chore: bump xmltest to v2.0.3
  • ebf14f7 test: add unicode replacement character to chars transformed in snapshots
  • 91c2445 chore(deps): update github/codeql-action action to v3.27.6 (#796)
  • 2e7f619 chore(deps): update dependency prettier to v3.4.1 (#795)
  • 1dab19d fix: lower error level for unicode replacement character (#794)
  • 6e44838 chore(config): migrate renovate config (#792)
  • 9c776fc chore(deps): update dependency eslint-plugin-n to v17.14.0 (#791)
  • dd8ecb2 chore(deps): update actions/dependency-review-action action to v4.5.0 (#789)
  • Additional commits viewable in compare view

Updates astro from 4.16.16 to 5.0.5

Release notes

Sourced from astro's releases.

astro@5.0.5

Patch Changes

astro@5.0.4

Patch Changes

astro@5.0.3

Patch Changes

  • #12645 8704c54 Thanks @​sarah11918! - Updates some reference links in error messages for new v5 docs.

  • #12641 48ca399 Thanks @​ascorbic! - Fixes a bug where astro info --copy wasn't working correctly on macOS systems.

  • #12461 62939ad Thanks @​kyr0! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works.

  • #12642 ff18b9c Thanks @​ematipico! - Provides more information when logging a warning for accessing Astro.request.headers in prerendered pages

  • #12634 03958d9 Thanks @​delucis! - Improves error message formatting for user config and content collection frontmatter

  • #12547 6b6e18d Thanks @​mtwilliams-code! - Fixes a bug where URL search parameters weren't passed when using the i18n fallback feature.

  • #12449 e6b8017 Thanks @​apatel369! - Fixes an issue where the custom assetFileNames configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side.

  • #12518 e216250 Thanks @​ematipico! - Fixes an issue where SSR error pages would return duplicated custom headers.

  • #12625 74bfad0 Thanks @​ematipico! - Fixes an issue where the experimental.svg had incorrect type, resulting in some errors in the editors.

  • #12631 dec0305 Thanks @​ascorbic! - Fixes a bug where the class attribute was rendered twice on the image component

... (truncated)

Changelog

Sourced from astro's changelog.

5.0.5

Patch Changes

5.0.4

Patch Changes

5.0.3

Patch Changes

  • #12645 8704c54 Thanks @​sarah11918! - Updates some reference links in error messages for new v5 docs.

  • #12641 48ca399 Thanks @​ascorbic! - Fixes a bug where astro info --copy wasn't working correctly on macOS systems.

  • #12461 62939ad Thanks @​kyr0! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works.

  • #12642 ff18b9c Thanks @​ematipico! - Provides more information when logging a warning for accessing Astro.request.headers in prerendered pages

  • #12634 03958d9 Thanks @​delucis! - Improves error message formatting for user config and content collection frontmatter

  • #12547 6b6e18d Thanks @​mtwilliams-code! - Fixes a bug where URL search parameters weren't passed when using the i18n fallback feature.

  • #12449 e6b8017 Thanks @​apatel369! - Fixes an issue where the custom assetFileNames configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side.

  • #12518 e216250 Thanks @​ematipico! - Fixes an issue where SSR error pages would return duplicated custom headers.

  • #12625 74bfad0 Thanks @​ematipico! - Fixes an issue where the experimental.svg had incorrect type, resulting in some errors in the editors.

... (truncated)

Commits

Updates htmx.org from 2.0.3 to 2.0.4

Release notes

Sourced from htmx.org's releases.

v2.0.4

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from htmx.org's changelog.

[2.0.4] - 2024-12-13

  • Calling htmx.ajax with no target or source now defaults to body (previously did nothing)
  • Nested shadow root fix
  • The htmx:trigger event now properly fires on the synthetic load event
  • The synthetic load event will not be re-called when an element is reinitialized via htmx.process()
  • Boosted <form> tags that issue a GET with no or empty action attributes will properly replace all existing query parameters
  • Events that are triggered on htmx-powered elements located outside a form, but that refer to a form via theform attribute, now properly cancel the submission of the referred-to form
  • Extension Updates
    • preload extension was completely reworked by @​marisst to be compatible with hx-boost, not cause side effect, etc. Thank you!
    • response-targets was updated to not use deprecated methods
    • A small fix to ws to avoid an error when closing in some cases
    • The head-support extension was updated to work with the sse extension
Commits

Updates tailwindcss from 3.4.15 to 3.4.16

Release notes

Sourced from tailwindcss's releases.

v3.4.16

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)
Changelog

Sourced from tailwindcss's changelog.

[3.4.16] - 2024-12-03

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)
Commits

Updates @iconify/tailwind from 1.1.3 to 1.2.0

Commits

Updates @iconify-json/simple-icons from 1.2.13 to 1.2.15

Commits

Updates prettier from 3.4.1 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

Description has been truncated

Bumps the all group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `3.1.9` | `4.0.2` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.9` | `4.0.10` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.2` | `5.1.3` |
| [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.9.5` | `0.9.6` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.16` | `5.0.5` |
| [htmx.org](https://github.com/bigskysoftware/htmx) | `2.0.3` | `2.0.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.16` |
| [@iconify/tailwind](https://github.com/iconify/iconify/tree/HEAD/plugins/tailwind) | `1.1.3` | `1.2.0` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.13` | `1.2.15` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |



Updates `@astrojs/mdx` from 3.1.9 to 4.0.2
- [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.0.2/packages/integrations/mdx)

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

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

Updates `@xmldom/xmldom` from 0.9.5 to 0.9.6
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.9.5...0.9.6)

Updates `astro` from 4.16.16 to 5.0.5
- [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.0.5/packages/astro)

Updates `htmx.org` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/bigskysoftware/htmx/releases)
- [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md)
- [Commits](bigskysoftware/htmx@v2.0.3...v2.0.4)

Updates `tailwindcss` from 3.4.15 to 3.4.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.16)

Updates `@iconify/tailwind` from 1.1.3 to 1.2.0
- [Commits](https://github.com/iconify/iconify/commits/HEAD/plugins/tailwind)

Updates `@iconify-json/simple-icons` from 1.2.13 to 1.2.15
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@xmldom/xmldom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: htmx.org
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@iconify/tailwind"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
@thilobillerbeck thilobillerbeck changed the base branch from main to astro-5 December 17, 2024 16:04
@thilobillerbeck thilobillerbeck changed the base branch from astro-5 to main December 17, 2024 16:05
@thilobillerbeck thilobillerbeck changed the base branch from main to astro-5 December 17, 2024 16:10
@thilobillerbeck thilobillerbeck merged commit 87169f6 into astro-5 Dec 17, 2024
1 of 2 checks passed
@thilobillerbeck thilobillerbeck deleted the dependabot/npm_and_yarn/all-3ebf1e0ee2 branch December 17, 2024 16:12
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