MatthiesenXYZ / astro-ghostcms

Easily migrate your Ghost Site to Astro, an Astro Integration that turns your Ghost server into a Headless CMS
https://astro-ghostcms.xyz/
MIT License
18 stars 3 forks source link

Bump the prod-dependencies group with 16 updates #126

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the prod-dependencies group with 16 updates:

Package From To
@astrojs/sitemap 3.1.1 3.1.2
@resvg/resvg-js 2.6.0 2.6.2
astro-integration-kit 0.6.0 0.9.0
vite 5.1.6 5.2.8
@unocss/astro 0.58.6 0.59.0
@unocss/reset 0.58.6 0.59.0
astro-font 0.0.78 0.0.80
typescript 5.4.2 5.4.4
unocss 0.58.6 0.59.0
@tailwindcss/typography 0.5.10 0.5.12
tailwindcss 3.4.1 3.4.3
sass 1.72.0 1.74.1
@matthiesenxyz/astro-gists 0.2.11 0.3.1
@astrojs/starlight 0.21.1 0.21.4
astro 4.5.6 4.5.16
sharp 0.33.2 0.33.3

Updates @astrojs/sitemap from 3.1.1 to 3.1.2

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.1.2

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.1.2

Patch Changes

Commits


Updates @resvg/resvg-js from 2.6.0 to 2.6.2

Release notes

Sourced from @​resvg/resvg-js's releases.

v2.6.2

No release notes provided.

v2.6.1

What's Changed

This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.

Added

  • chore(deps): update yarn to v3.8.1
  • chore(deps): update actions/cache action to v4
  • chore(deps): upgrade dependencies such as napi-rs #311
  • chore(ci): adding Node.js v20 to the CI
  • chore(ci): use macOS M1 machines
  • doc: clarify that the default value of the defaultFontFamily is empty
  • doc: improved change log documentation for M/L/C error
  • test: add a bbox test with stroke
  • fix(deps): update rust crate svgtypes to 0.14.0

Fixed

New Contributors

Full Changelog: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1

v2.6.1-beta.0

What's Changed

This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.

Added

  • chore(deps): upgrade dependencies such as napi-rs #311
  • chore(ci): adding Node.js v20 to the CI
  • chore(ci): use macOS M1 machines
  • doc: clarify that the default value of the defaultFontFamily is empty
  • doc: improved change log documentation for M/L/C error
  • test: add a bbox test with stroke
  • fix(deps): update rust crate svgtypes to 0.14.0

Fixed

... (truncated)

Changelog

Sourced from @​resvg/resvg-js's changelog.

[2.6.2] - 2024-03-26

Fixed

  • fix: Uncaught LinkError WebAssembly.instantiate() #322

[2.6.1] - 2024-03-25

Added

  • chore(deps): update yarn to v3.8.1
  • chore(deps): update actions/cache action to v4

[2.6.1-beta.0] - 2024-03-11

This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.

Added

  • chore(deps): upgrade dependencies such as napi-rs #311
  • chore(ci): adding Node.js v20 to the CI
  • chore(ci): use macOS M1 machines
  • doc: clarify that the default value of the defaultFontFamily is empty
  • doc: improved change log documentation for M/L/C error
  • test: add a bbox test with stroke
  • fix(deps): update rust crate svgtypes to 0.14.0

Fixed

Commits
  • 9ca0584 2.6.2
  • 11ea519 fix: Uncaught LinkError WebAssembly.instantiate()
  • 60942db fix(ci): missing .node file for x86_64-apple-darwin
  • 3b9733f 2.6.1
  • f664edf chore(deps): update yarn to v3.8.1
  • 761fd8e chore(deps): update actions/cache action to v4
  • f8087c4 2.6.1-beta.0
  • b05682b chore(deps): upgrade dependencies such as napi-rs
  • caf40aa fix(deps): update rust crate svgtypes to 0.14.0
  • d1ef7c8 chore(deps): update dependency @​swc-node/register to v1.9.0
  • Additional commits viewable in compare view


Updates astro-integration-kit from 0.6.0 to 0.9.0

Release notes

Sourced from astro-integration-kit's releases.

astro-integration-kit@0.9.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.8.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.7.1

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.7.0

Please refer to CHANGELOG.md for details.

astro-integration-kit@0.6.1

Please refer to CHANGELOG.md for details.

Commits


Updates vite from 5.1.6 to 5.2.8

Release notes

Sourced from vite's releases.

create-vite@5.2.3

Please refer to CHANGELOG.md for details.

create-vite@5.2.2

Please refer to CHANGELOG.md for details.

create-vite@5.2.1

Please refer to CHANGELOG.md for details.

create-vite@5.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.2.8 (2024-04-03)

5.2.7 (2024-03-29)

5.2.6 (2024-03-24)

5.2.5 (2024-03-24)

5.2.4 (2024-03-23)

5.2.3 (2024-03-22)

... (truncated)

Commits
  • 8b8d402 release: v5.2.8
  • 646319c fix: do not access document in /@vite/client when not defined (#16318)
  • 445c4f2 fix: fix sourcemap when using object as define value (#15805)
  • a78e265 chore(deps): update all non-major dependencies (#16325)
  • 4581e83 refactor: use types from sass instead of @​types/sass (#16340)
  • 3c85c6b fix: csp nonce injection when no closing tag (#16281) (#16282)
  • 21cc10b fix(hmr): multiple updates happened when invalidate is called while multiple ...
  • 01af308 fix(css): unknown file error happened with lightningcss (#16306)
  • eca68fa fix(scanner): duplicate modules for same id if glob is used in html-like type...
  • ad246da release: v5.2.7
  • Additional commits viewable in compare view


Updates @unocss/astro from 0.58.6 to 0.59.0

Release notes

Sourced from @​unocss/astro's releases.

v0.59.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.59.0-beta.1

   🚨 Breaking Changes

    View changes on GitHub

v0.58.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.8

   🐞 Bug Fixes

    View changes on GitHub

v0.58.7

   🚀 Features

... (truncated)

Commits


Updates @unocss/reset from 0.58.6 to 0.59.0

Release notes

Sourced from @​unocss/reset's releases.

v0.59.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.59.0-beta.1

   🚨 Breaking Changes

    View changes on GitHub

v0.58.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.8

   🐞 Bug Fixes

    View changes on GitHub

v0.58.7

   🚀 Features

... (truncated)

Commits
  • ea4fc4e chore: release v0.59.0
  • db51707 chore: lint
  • c2a2c0b chore: update deps
  • 4dfc319 fix(autocomplete): disable autocomplete for attributify props when not using ...
  • c37ce86 doc: add @​yeungkc/unocss-preset-safe-area to community presets (#3645)
  • 4e11d62 fix(nuxt): Custom option priority in cssnano (#3679)
  • a03c25c fix(webpack): correctly output CSS string (#3686)
  • b8c3a34 test: typo (#3688)
  • 623c21c fix(vscode): The information displayed by hover and autocomplete is inconsist...
  • ae44ad2 fix(scope): fix export types & main entry (#3676)
  • Additional commits viewable in compare view


Updates astro-font from 0.0.78 to 0.0.80

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 typescript from 5.4.2 to 5.4.4

Release notes

Sourced from typescript's releases.

TypeScript 5.4.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.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • 1c25c7f 🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...
  • 3caec2c Cherry pick PR 57887 into release-5.4 (#57898)
  • 896947e 🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...
  • 521d3fb 🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)
  • 6ea273c Update LKG
  • cd06f92 🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)
  • Additional commits viewable in compare view


Updates unocss from 0.58.6 to 0.59.0

Release notes

Sourced from unocss's releases.

v0.59.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v0.59.0-beta.1

   🚨 Breaking Changes

    View changes on GitHub

v0.58.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.58.8

   🐞 Bug Fixes

    View changes on GitHub

v0.58.7

   🚀 Features

... (truncated)

Commits
  • ea4fc4e chore: release v0.59.0
  • db51707 chore: lint
  • c2a2c0b chore: update deps
  • 4dfc319 fix(autocomplete): disable autocomplete for attributify props when not using ...
  • c37ce86 doc: add @​yeungkc/unocss-preset-safe-area to community presets (#3645)
  • 4e11d62 fix(nuxt): Custom option priority in cssnano (#3679)
  • a03c25c fix(webpack): correctly output CSS string (#3686)
  • b8c3a34 test: typo (#3688)
  • 623c21c fix(vscode): The information displayed by hover and autocomplete is inconsist...
  • ae44ad2 fix(scope): fix export types & main entry (#3676)
  • Additional commits viewable in compare view


Updates @tailwindcss/typography from 0.5.10 to 0.5.12

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.12

Added

  • Use logical properties for better RTL support (#323)

v0.5.11

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.12] - 2024-03-27

Added

  • Use logical properties for better RTL support (#323)

[0.5.11] - 2024-03-26

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)
Commits
  • cacc7dc 0.5.12
  • 2ca8503 Update changelog
  • f520c53 Align tables to start instead of left
  • 8d686dc Change CSS properties to their bidirectional counterparts (#323)
  • 8055516 Update repository in package.json
  • 0bd939f 0.5.11
  • changeset-bot[bot] commented 3 months ago

    🦋 Changeset detected

    Latest commit: beace0f1b455721591aff4feb000439ab8e71786

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

    This PR includes changesets to release 6 packages | Name | Type | | ------------------------------------------- | ----- | | @matthiesenxyz/astro-ghostcms-catppuccin | Patch | | @matthiesenxyz/astro-ghostcms-theme-default | Patch | | @matthiesenxyz/create-astro-ghostcms | Patch | | @matthiesenxyz/starlight-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms-brutalbyelian | 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

dependabot[bot] commented 3 months ago

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