lorenzolewis / starlight-utils

🧰 Utilities to use with your 🌟 Starlight site.
https://starlight-utils.pages.dev
MIT License
52 stars 8 forks source link

Bump the deps group across 1 directory with 6 updates #125

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the deps group with 6 updates in the / directory:

Package From To
astro 4.15.11 4.16.10
typescript 5.6.2 5.6.3
@astrojs/starlight 0.28.2 0.29.0
starlight-links-validator 0.12.3 0.13.2
starlight-package-managers 0.7.0 0.8.0
astro-integration-kit 0.16.1 0.17.0

Updates astro from 4.15.11 to 4.16.10

Release notes

Sourced from astro's releases.

astro@4.16.10

Patch Changes

  • #12311 bf2723e Thanks @​dinesh-58! - Adds checked to the list of boolean attributes.

  • #12363 222f718 Thanks @​Fryuni! - Fixes code generated by astro add command when adding a version of an integration other than the default latest.

  • #12368 493fe43 Thanks @​bluwy! - Improves error logs when executing commands

  • #12355 c4726d7 Thanks @​apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.

astro@4.16.9

Patch Changes

astro@4.16.8

Patch Changes

astro@4.16.7

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.10

Patch Changes

  • #12311 bf2723e Thanks @​dinesh-58! - Adds checked to the list of boolean attributes.

  • #12363 222f718 Thanks @​Fryuni! - Fixes code generated by astro add command when adding a version of an integration other than the default latest.

  • #12368 493fe43 Thanks @​bluwy! - Improves error logs when executing commands

  • #12355 c4726d7 Thanks @​apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.

4.16.9

Patch Changes

4.16.8

Patch Changes

4.16.7

Patch Changes

... (truncated)

Commits


Updates typescript from 5.6.2 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • See full diff in compare view


Updates @astrojs/starlight from 0.28.2 to 0.29.0

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.29.0

Minor Changes

  • #2551 154c8e3 Thanks @​hippotastic! - Updates the astro-expressive-code dependency to the latest version (0.38).

    The new version allows using ec.config.mjs to selectively override individual Expressive Code styles and settings provided by Starlight themes and plugins, speeds up Shiki language loading, and adds the config option expressiveCode.shiki.injectLangsIntoNestedCodeBlocks. See the Expressive Code release notes for full details.

  • #2252 6116db0 Thanks @​HiDeoo! - Improves build performance for sites with large sidebars

    This release adds a caching layer to Starlight’s sidebar generation logic, reducing the number of times sidebars need to be regenerated while building a site. Some benchmarks for projects with a complex sidebar saw builds complete more than 35% faster with this change.

  • #2503 a4c8edd Thanks @​HiDeoo! - Improves the accessibility of asides and tabs by removing some unnecessary HTML landmarks.

Patch Changes

@​astrojs/starlight@​0.28.6

Patch Changes

  • #2565 236467b Thanks @​HiDeoo! - Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts.

@​astrojs/starlight@​0.28.5

Patch Changes

  • #2546 bf42300 Thanks @​HiDeoo! - Fixes an issue where i18n content collection related errors, e.g. malformed JSON or YAML, would not be reported.

  • #2548 07673c8 Thanks @​HiDeoo! - Fixes a URL localization edge case. In projects without a root locale configured, slugs without a locale prefix did not fall back to the default locale as expected.

  • #2547 91e1dd7 Thanks @​HiDeoo! - Fixes a Firefox Markdown content rendering issue for text sentences separated by a line break.

  • #2524 1b46783 Thanks @​jsparkdev! - Fixes a broken link to Astro’s Docs in an error message

@​astrojs/starlight@​0.28.4

Patch Changes

@​astrojs/starlight@​0.28.3

Patch Changes

  • #2408 0b4823d Thanks @​HiDeoo! - Fixes a link formatting issue when using the Astro build.format option set to file with a base.

  • #2380 7b451cf Thanks @​delucis! - Loosen Starlight’s i18n schema to pass through unknown keys

... (truncated)

Changelog

Sourced from @​astrojs/starlight's changelog.

0.29.0

Minor Changes

  • #2551 154c8e3 Thanks @​hippotastic! - Updates the astro-expressive-code dependency to the latest version (0.38).

    The new version allows using ec.config.mjs to selectively override individual Expressive Code styles and settings provided by Starlight themes and plugins, speeds up Shiki language loading, and adds the config option expressiveCode.shiki.injectLangsIntoNestedCodeBlocks. See the Expressive Code release notes for full details.

  • #2252 6116db0 Thanks @​HiDeoo! - Improves build performance for sites with large sidebars

    This release adds a caching layer to Starlight’s sidebar generation logic, reducing the number of times sidebars need to be regenerated while building a site. Some benchmarks for projects with a complex sidebar saw builds complete more than 35% faster with this change.

  • #2503 a4c8edd Thanks @​HiDeoo! - Improves the accessibility of asides and tabs by removing some unnecessary HTML landmarks.

Patch Changes

0.28.6

Patch Changes

  • #2565 236467b Thanks @​HiDeoo! - Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts.

0.28.5

Patch Changes

  • #2546 bf42300 Thanks @​HiDeoo! - Fixes an issue where i18n content collection related errors, e.g. malformed JSON or YAML, would not be reported.

  • #2548 07673c8 Thanks @​HiDeoo! - Fixes a URL localization edge case. In projects without a root locale configured, slugs without a locale prefix did not fall back to the default locale as expected.

  • #2547 91e1dd7 Thanks @​HiDeoo! - Fixes a Firefox Markdown content rendering issue for text sentences separated by a line break.

  • #2524 1b46783 Thanks @​jsparkdev! - Fixes a broken link to Astro’s Docs in an error message

0.28.4

Patch Changes

0.28.3

... (truncated)

Commits


Updates starlight-links-validator from 0.12.3 to 0.13.2

Release notes

Sourced from starlight-links-validator's releases.

v0.13.2

   🐞 Bug Fixes

  • Fixes a potential type-checking issue in some Starlight projects  -  by @​HiDeoo (1e33b)
    View changes on GitHub

v0.13.1

   🐞 Bug Fixes

  • Refactors some internal types to prevent type issues with future Starlight versions  -  by @​HiDeoo (11518)
    View changes on GitHub

v0.13.0

   🚨 Breaking Changes

  • Adds errors for local links, e.g. URLs with a hostname of localhost or 127.0.0.1  -  by @​HiDeoo (80636)

    In previous versions, such links were silently ignored. They are now considered as invalid links as they are usually used for development purposes and should not be present in production. If you want to preserve the previous behaviour, you can set the errorOnLocalLinks option to false in your astro.config.mjs file:

    export default defineConfig({
      integrations: [
        starlight({
          plugins: [
            starlightLinksValidator({
              errorOnLocalLinks: false,
            }),
          ],
        }),
      ],
    });
    
    View changes on GitHub

v0.12.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0e4f143 chore: release v0.13.2
  • 437c572 Merge pull request #69 from HiDeoo/hd-fix-type-starlight-user-config-plugins
  • 1e33b07 fix: fixes a potential type-checking issue in some Starlight projects
  • fb28487 chore: release v0.13.1
  • 9078c0b Merge pull request #68 from HiDeoo/hd-type-starlight-user-config
  • 1151857 fix: refactors some internal types to prevent type issues with future Starlig...
  • b076fa0 chore: release v0.13.0
  • a4ef9b9 Merge pull request #67 from HiDeoo/hd-feat-local-links
  • 806366c feat!: adds errors for local links, e.g. URLs with a hostname of localhost ...
  • 3182cfa chore: release v0.12.4
  • Additional commits viewable in compare view


Updates starlight-package-managers from 0.7.0 to 0.8.0

Release notes

Sourced from starlight-package-managers's releases.

v0.8.0

   🚀 Features

    View changes on GitHub
Commits


Updates astro-integration-kit from 0.16.1 to 0.17.0

Release notes

Sourced from astro-integration-kit's releases.

astro-integration-kit@0.17.0

Please refer to CHANGELOG.md for details.

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
cloudflare-workers-and-pages[bot] commented 2 weeks ago

Deploying starlight-utils with  Cloudflare Pages  Cloudflare Pages

Latest commit: 35892da
Status: ✅  Deploy successful!
Preview URL: https://f2eec61a.starlight-utils.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-deps-m4zh.starlight-utils.pages.dev

View logs

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: 35892dada390e84305d8ae20222880741530a385

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 2 weeks ago

Superseded by #126.