Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps the prod-dependencies group with 11 updates:

Package From To
@tailwindcss/vite 4.0.0-alpha.10 4.0.0-beta.8
astro-font 0.0.78 0.1.81
astro-integration-kit 0.8.0 0.18.0
astro-remote 0.3.2 0.3.3
astro-seo 0.8.3 0.8.4
graphql 16.8.1 16.10.0
graphql-request 6.1.0 7.1.2
picocolors 1.0.0 1.1.1
tailwindcss 4.0.0-alpha.10 4.0.0-beta.8
@astrojs/node 8.2.5 9.0.0
astro 4.5.12 5.1.1

Updates @tailwindcss/vite from 4.0.0-alpha.10 to 4.0.0-beta.8

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.0.0-beta.8

Fixed

  • Ensure Symbol.dispose and Symbol.asyncDispose are polyfilled (#15404)

v4.0.0-beta.7

Added

  • Export tailwindcss/lib/util/flattenColorPalette for backward compatibility (#15318)
  • Improve debug logs to get better insights (#15303)

Fixed

  • Fix dependency related warnings when using @tailwindcss/postcss on Windows (#15321)
  • Skip creating a compiler for CSS files that should not be processed (#15340)
  • Fix missing shadow-none suggestion in IntelliSense (#15342)
  • Optimize AST before printing for IntelliSense (#15347)
  • Generate vendor prefixes for Chrome 111+ (e.g. -webkit-background-clip: text) (#15389)

Changed

  • Rename --aspect-ratio-* theme key to --aspect-* (#15365)
  • Derive aspect-video utility from theme (#15365)

v4.0.0-beta.6

Fixed

  • Ensure @import "…" reference never generates utilities (#15307)

v4.0.0-beta.5

Added

  • Parallelize parsing of individual source files (#15270)
  • Add new @import "…" reference option for importing Tailwind CSS configuration details into another CSS entry point without duplicating CSS (#15228)
  • Improve performance of @tailwindcss/postcss by translating between internal data structures and PostCSS nodes directly without additional parsing or stringification (#15297)

Fixed

  • Ensure absolute URLs inside imported CSS files are not rebased when using @tailwindcss/vite (#15275)
  • Fix issues with dev servers using Svelte 5 with @tailwindcss/vite (#15274)
  • Support installing @tailwindcss/vite in Vite 6 projects (#15274)
  • Fix resolution of imported CSS files in SSR builds with @tailwindcss/vite (#15279)
  • Ensure other plugins can run after @tailwindcss/postcss (#15273)
  • Rebase URLs inside imported CSS files when using Vite with the @tailwindcss/postcss extension (#15273)
  • Fix missing font family suggestions in IntelliSense (#15288)
  • Fix missing @container suggestion in IntelliSense (#15288)

v4.0.0-beta.4

Fixed

... (truncated)

Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.0.0-beta.8] - 2024-12-17

Fixed

  • Ensure Symbol.dispose and Symbol.asyncDispose are polyfilled (#15404)

[4.0.0-beta.7] - 2024-12-13

Added

  • Export tailwindcss/lib/util/flattenColorPalette for backward compatibility (#15318)
  • Improve debug logs to get better insights (#15303)

Fixed

  • Fix dependency related warnings when using @tailwindcss/postcss on Windows (#15321)
  • Skip creating a compiler for CSS files that should not be processed (#15340)
  • Fix missing shadow-none suggestion in IntelliSense (#15342)
  • Optimize AST before printing for IntelliSense (#15347)
  • Generate vendor prefixes for Chrome 111+ (e.g. -webkit-background-clip: text) (#15389)

Changed

  • Rename --aspect-ratio-* theme key to --aspect-* (#15365)
  • Derive aspect-video utility from theme (#15365)

[4.0.0-beta.6] - 2024-12-06

Fixed

  • Ensure @import "…" reference never generates utilities (#15307)

[4.0.0-beta.5] - 2024-12-04

Added

  • Parallelize parsing of individual source files (#15270)
  • Add new @import "…" reference option for importing Tailwind CSS configuration details into another CSS entry point without duplicating CSS (#15228)
  • Improve performance of @tailwindcss/postcss by translating between internal data structures and PostCSS nodes directly without additional parsing or stringification (#15297)

Fixed

  • Ensure absolute URLs inside imported CSS files are not rebased when using @tailwindcss/vite (#15275)
  • Fix issues with dev servers using Svelte 5 with @tailwindcss/vite (#15274)
  • Support installing @tailwindcss/vite in Vite 6 projects (#15274)
  • Fix resolution of imported CSS files in SSR builds with @tailwindcss/vite (#15279)
  • Ensure other plugins can run after @tailwindcss/postcss (#15273)
  • Rebase URLs inside imported CSS files when using Vite with the @tailwindcss/postcss extension (#15273)
  • Fix missing font family suggestions in IntelliSense (#15288)
  • Fix missing @container suggestion in IntelliSense (#15288)

... (truncated)

Commits

Updates astro-font from 0.0.78 to 0.1.81

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.

Commits

Updates astro-integration-kit from 0.8.0 to 0.18.0

Release notes

Sourced from astro-integration-kit's releases.

astro-integration-kit@0.18.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.17.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.16.1

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.16.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.15.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.14.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.13.3

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.13.2

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.13.1

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.13.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.12.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.11.3

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.11.2

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.11.1

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.11.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.10.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.9.0

Please refer to CHANGELOG.md for details.

Commits

Updates astro-remote from 0.3.2 to 0.3.3

Release notes

Sourced from astro-remote's releases.

astro-remote@0.3.3

Patch Changes

  • 689c819: Fixes an issue with internal getIndent function used for spacing corrections for Markdown
Commits

Updates astro-seo from 0.8.3 to 0.8.4

Release notes

Sourced from astro-seo's releases.

v0.8.4

Bug Fixes

  • unsuccessful check in CI due to formatting (89fc0cf)
  • use Astro.site property to generate canonical urls (3fc0612)
Changelog

Sourced from astro-seo's changelog.

0.8.4 (2024-06-01)

Bug Fixes

  • unsuccessful check in CI due to formatting (89fc0cf)
  • use Astro.site property to generate canonical urls (3fc0612)
Commits
  • 9c75201 chore(release): 0.8.4
  • 3388a2f test: Update test
  • 0e37819 Merge pull request #95 from jaredLunde:canonical-url-fix
  • 71e7c25 Merge pull request #93 from kwansing14:main
  • 3fc0612 fix: use Astro.site property to generate canonical urls
  • 89fc0cf fix: unsuccessful check in CI due to formatting
  • See full diff in compare view

Updates graphql from 16.8.1 to 16.10.0

Release notes

Sourced from graphql's releases.

16.10.0

v16.10.0 (2024-12-15)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Internal 🏠

Committers: 5

v16.9.0 (2024-06-21)

New Feature 🚀

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jdecroock, a new releaser for graphql since your current version.


Updates graphql-request from 6.1.0 to 7.1.2

Release notes

Sourced from graphql-request's releases.

graphql-request@7.1.2

Fixes:

  • b732f4595b2619cc0f0c23e69e8316f37e29713b Remove reference to type-fest which is not a dependency.

graphql-request@7.1.1

Fixes

  • 37445c8e156bca8b256b8d01b3421ad7f6e43a6c Support CJS and remove Graffle code. To use Graffle by now, you should be using pnpm add graffle@next.

7.1.0

Fixes

  • 829028d make dprint optional dep (#920)
  • 3ba32a3 client sends accept header

Improvements

  • 30b39bf improve: update all deps to latest (#936)
  • 92ea1b2 docs: mention additional requirement for TS
  • 39dfb37 refactor: no mock server
  • db4db92 docs: TS moduleResolution requirements

Graffle

Features

  • c91bbc3 anyware hook retries (#904)
  • 6eebe6f extension system (#871)
  • 543ffdf static exec and req funcs (#851)
  • eecf7b9 incremental typed client (#848)

Chores

  • f1fd315 add publint (#865)

7.0.1

Fixes

  • dc299d9 no node fs module in runtime

Improvements

  • 11805c8 improve: remove needless deep imports into graphql

Chores

  • ecf5032 update dependency tsx to v4.9.4 (#843)
  • 12cb8cf update dependency zod to v3.23.8 (#836)

... (truncated)

Commits
  • b732f45 fix: remove reference to type-fest
  • fc62186 chore: update readme links
  • 3f512eb chore: hardcode version
  • d679e2b chore: no automated graphql-request releases
  • 37445c8 improve: support cjs & remove graffle code
  • 30b39bf improve: update all deps to latest (#936)
  • 4ce0d02 chore(deps): update pnpm to v9.4.0 (#932)
  • ba3756f improve: update all deps to latest
  • 927e14e chore(deps): update dependency tsx to v4.15.6 (#929)
  • 3505ced chore(deps): update dependency graphql to v16.8.2 (#923)
  • Additional commits viewable in compare view

Updates picocolors from 1.0.0 to 1.1.1

Release notes

Sourced from picocolors's releases.

picocolors 1.1.1

What's new?

  • Moved TypeScript declarations to a d.ts file #82
  • Reworked color detection algorithm to properly work with empty strings in NO_COLOR and FORCE_COLOR env variables #87
  • Eliminated require() call to make the package compatible with some tools #87

picocolors 1.1.0

What's new?

  • Added bright color variants #55

picocolors 1.0.1

What's new?

Changelog

Sourced from picocolors's changelog.

v1.1.1

  • Moved TypeScript declarations to a d.ts file (#82)
  • Reworked color detection algorithm to properly work with empty strings in NO_COLOR and FORCE_COLOR env variables (#87)
  • Eliminated require() call to make the package compatible with some tools (#87)

v1.1.0

  • Added bright color variants (#55)

v1.0.1

  • Updated color detection mechanism to work properly on Vercel Edge Runtime (#64)
  • Remove use of recursion to avoid possible stack overflow for very long inputs (#56)
Commits
  • 7249f8c picocolors@1.1.1
  • 6f0a463 Add chalk v5 and yoctocolors to benchmarks (#88)
  • 5b01210 Rework color detection (#87)
  • ef5553b fix: usage of node12 in testing.yaml (#73)
  • 4c5e981 Use mitata, esbuild for benchmarking speed and size (#86)
  • 6a1eb72 fix(types): move types declaration into "real" types declaration file (.d.ts)...
  • 4e94689 picocolors@1.1.0
  • 6f60111 test: add test (shouldn't overflow when coloring already colored large text) ...
  • 1d7a86d feat: bright colors variants (#55)
  • 9dd71a0 misc
  • Additional commits viewable in compare view

Updates tailwindcss from 4.0.0-alpha.10 to 4.0.0-beta.8

Release notes

Sourced from tailwindcss's releases.

v4.0.0-beta.8

Fixed

  • Ensure Symbol.dispose and Symbol.asyncDispose are polyfilled (#15404)

v4.0.0-beta.7

Added

  • Export tailwindcss/lib/util/flattenColorPalette for backward compatibility (#15318)
  • Improve debug logs to get better insights (#15303)

Fixed

  • Fix dependency related warnings when using @tailwindcss/postcss on Windows (#15321)
  • Skip creating a compiler for CSS files that should not be processed (#15340)
  • Fix missing shadow-none suggestion in IntelliSense (#15342)
  • Optimize AST before printing for IntelliSense (#15347)
  • Generate vendor prefixes for Chrome 111+ (e.g. -webkit-background-clip: text) (#15389)

Changed

  • Rename --aspect-ratio-* theme key to --aspect-* (#15365)
  • Derive aspect-video utility from theme (#15365)

v4.0.0-beta.6

Fixed

  • Ensure @import "…" reference never generates utilities (#15307)

v4.0.0-beta.5

Added

  • Parallelize parsing of individual source files (#15270)
  • Add new @import "…" reference option for importing Tailwind CSS configuration details into another CSS entry point without duplicating CSS (#15228)
  • Improve performance of @tailwindcss/postcss by translating between internal data structures and PostCSS nodes directly without additional parsing or stringification (#15297)

Fixed

  • Ensure absolute URLs inside imported CSS files are not rebased when using @tailwindcss/vite (#15275)
  • Fix issues with dev servers using Svelte 5 with @tailwindcss/vite (#15274)
  • Support installing @tailwindcss/vite in Vite 6 projects (#15274)
  • Fix resolution of imported CSS files in SSR builds with @tailwindcss/vite (#15279)
  • Ensure other plugins can run after @tailwindcss/postcss (#15273)
  • Rebase URLs inside imported CSS files when using Vite with the @tailwindcss/postcss extension (#15273)
  • Fix missing font family suggestions in IntelliSense (#15288)
  • Fix missing @container suggestion in IntelliSense (#15288)

v4.0.0-beta.4

Fixed

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.0-beta.8] - 2024-12-17

Fixed

  • Ensure Symbol.dispose and Symbol.asyncDispose are polyfilled (#15404)

[4.0.0-beta.7] - 2024-12-13

Added

  • Export tailwindcss/lib/util/flattenColorPalette for backward compatibility (#15318)
  • Improve debug logs to get better insights (#15303)

Fixed

  • Fix dependency related warnings when using @tailwindcss/postcss on Windows (#15321)
  • Skip creating a compiler for CSS files that should not be processed (#15340)
  • Fix missing shadow-none suggestion in IntelliSense (#15342)
  • Optimize AST before printing for IntelliSense (#15347)
  • Generate vendor prefixes for Chrome 111+ (e.g. -webkit-background-clip: text) (#15389)

Changed

  • Rename --aspect-ratio-* theme key to --aspect-* (#15365)
  • Derive aspect-video utility from theme (#15365)

[4.0.0-beta.6] - 2024-12-06

Fixed

  • Ensure @import "…" reference never generates utilities (#15307)

[4.0.0-beta.5] - 2024-12-04

Added

  • Parallelize parsing of individual source files (#15270)
  • Add new @import "…" reference option for importing Tailwind CSS configuration details into another CSS entry point without duplicating CSS (#15228)
  • Improve performance of @tailwindcss/postcss by translating between internal data structures and PostCSS nodes directly without additional parsing or stringification (#15297)

Fixed

  • Ensure absolute URLs inside imported CSS files are not rebased when using @tailwindcss/vite (#15275)
  • Fix issues with dev servers using Svelte 5 with @tailwindcss/vite (#15274)
  • Support installing @tailwindcss/vite in Vite 6 projects (#15274)
  • Fix resolution of imported CSS files in SSR builds with @tailwindcss/vite (#15279)
  • Ensure other plugins can run after @tailwindcss/postcss (#15273)
  • Rebase URLs inside imported CSS files when using Vite with the @tailwindcss/postcss extension (#15273)
  • Fix missing font family suggestions in IntelliSense (#15288)
  • Fix missing @container suggestion in IntelliSense (#15288)

... (truncated)

Commits

Updates @astrojs/node from 8.2.5 to 9.0.0

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​9.0.0

Major Changes

  • #375 e7881f7 Thanks @​Princesseuh! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5

  • #397 776a266 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.

  • #392 3a49eb7 Thanks @​Princesseuh! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5

  • #451 167b369 Thanks @​ematipico! - Updates send dependency to v1.1.0

Minor Changes

@​astrojs/node@​9.0.0-beta.3

Major Changes

@​astrojs/node@​9.0.0-beta.2

Major Changes

  • #375 e7881f7 Thanks @​Princesseuh! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5

  • #397 776a266 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.

  • #392 3a49eb7 Thanks @​Princesseuh! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5

Minor Changes

@​astrojs/node@​8.3.4

Patch Changes

Changelog

Sourced from @​astrojs/node's changelog.

9.0.0

Major Changes

  • #375 e7881f7 Thanks @​Princesseuh! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5

  • #397 776a266 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.

  • #392 3a49eb7 Thanks @​Princesseuh! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5

  • #451 167b369 Thanks @​ematipico! - Updates send dependency to v1.1.0

Minor Changes

9.0.0-beta.3

Major Changes

9.0.0-beta.2

Major Changes

  • #375 e7881f7 Thanks @​Princesseuh! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5

  • #397 776a266 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.

  • #392 3a49eb7 Thanks @​Princesseuh! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5

Minor Changes

9.0.0-alpha.1

Major Changes

... (truncated)

Commits
Maintainer changes

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


Updates astro from 4.5.12 to 5.1.1

Release notes

Sourced from astro's releases.

astro@5.1.1

Patch Changes

astro@5.1.0

Minor Changes

  • #12441 b4fec3c Thanks @​ascorbic! - Adds experimental session support

    Sessions are used to store user state between requests for server-rendered pages, such as login status, shopping cart contents, or other user-specific data.

    ---
    export const prerender = false; // Not needed in 'server' mode
    const cart = await Astro.session.get('cart');
    ---
    <a href="/checkout">🛒 {cart?.length ?? 0} items</a>

    Sessions are available in on-demand rendered/SSR pages, API endpoints, actions and middleware. To enable session support, you must configure a storage driver.

    If you are using the Node.js adapter, you can use the fs driver to store session data on the filesystem:

    // astro.config.mjs
    {
      adapter: node({ mode: 'standalone' }),
      experimental: {
        session: {
          // Required: the name of the unstorage driver
          driver: "fs",
        },
      },
    }

    If you are deploying to a serverless environment, you can use drivers such as redis, netlify-blobs, vercel-kv, or cloudflare-kv-binding and optionally pass additional configuration options.

    For more information, including using the session API with other adapters and a full list of supported drivers, see the docs for experimental session support. For even more details, and to leave feedback and participate in the development of this feature, the Sessions RFC.

  • #12426 3dc02c5 Thanks @​oliverlynch! - Improves asset caching of remote images

    Astro will now store entity tags and the Last-Modified date for cached remote images and use them to revalidate the cache when it goes stale.

... (truncated)

Changelog

Sourced from astro's changelog.

5.1.1

Patch Changes

Bumps the prod-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.0-alpha.10` | `4.0.0-beta.8` |
| [astro-font](https://github.com/rishi-raj-jain/astro-font) | `0.0.78` | `0.1.81` |
| [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit) | `0.8.0` | `0.18.0` |
| [astro-remote](https://github.com/natemoo-re/astro-remote) | `0.3.2` | `0.3.3` |
| [astro-seo](https://github.com/jonasmerlin/astro-seo) | `0.8.3` | `0.8.4` |
| [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.10.0` |
| [graphql-request](https://github.com/jasonkuhrt/graphql-request) | `6.1.0` | `7.1.2` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.0` | `1.1.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `4.0.0-alpha.10` | `4.0.0-beta.8` |
| [@astrojs/node](https://github.com/withastro/adapters/tree/HEAD/packages/node) | `8.2.5` | `9.0.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.5.12` | `5.1.1` |


Updates `@tailwindcss/vite` from 4.0.0-alpha.10 to 4.0.0-beta.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0-beta.8/packages/@tailwindcss-vite)

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

Updates `astro-integration-kit` from 0.8.0 to 0.18.0
- [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases)
- [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.8.0...astro-integration-kit@0.18.0)

Updates `astro-remote` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/natemoo-re/astro-remote/releases)
- [Commits](https://github.com/natemoo-re/astro-remote/compare/astro-remote@0.3.2...astro-remote@0.3.3)

Updates `astro-seo` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/jonasmerlin/astro-seo/releases)
- [Changelog](https://github.com/jonasmerlin/astro-seo/blob/main/CHANGELOG.md)
- [Commits](jonasmerlin/astro-seo@v0.8.3...v0.8.4)

Updates `graphql` from 16.8.1 to 16.10.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.1...v16.10.0)

Updates `graphql-request` from 6.1.0 to 7.1.2
- [Release notes](https://github.com/jasonkuhrt/graphql-request/releases)
- [Commits](graffle-js/graffle@6.1.0...7.1.2)

Updates `picocolors` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](alexeyraspopov/picocolors@v1.0.0...v1.1.1)

Updates `tailwindcss` from 4.0.0-alpha.10 to 4.0.0-beta.8
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0-beta.8)

Updates `@astrojs/node` from 8.2.5 to 9.0.0
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/node@9.0.0/packages/node)

Updates `astro` from 4.5.12 to 5.1.1
- [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.1.1/packages/astro)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro-font
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: astro-integration-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: astro-remote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: astro-seo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: graphql-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: picocolors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link

vercel bot commented Dec 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-hashnode-playground ❌ Failed (Inspect) Dec 30, 2024 10:08am

@changeset-bot
Copy link

changeset-bot bot commented Dec 30, 2024

🦋 Changeset detected

Latest commit: 1507045

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

This PR includes changesets to release 1 package
Name Type
@matthiesenxyz/astro-hashnode 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

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@Adammatthiesen Adammatthiesen deleted the dependabot/npm_and_yarn/prod-dependencies-8f0b7d7185 branch December 30, 2024 16:13
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants