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 8 updates #136

Open dependabot[bot] opened 19 hours ago

dependabot[bot] commented 19 hours ago

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

Package From To
@changesets/cli 2.27.9 2.27.10
astro 4.15.11 4.16.16
prettier 3.3.3 3.4.1
typescript 5.6.2 5.7.2
@astrojs/starlight 0.28.2 0.29.2
starlight-links-validator 0.12.3 0.13.3
starlight-package-managers 0.7.0 0.8.0
astro-integration-kit 0.16.1 0.17.0

Updates @changesets/cli from 2.27.9 to 2.27.10

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.10

Patch Changes

Commits


Updates astro from 4.15.11 to 4.16.16

Release notes

Sourced from astro's releases.

astro@4.16.16

Patch Changes

astro@4.16.15

Patch Changes

astro@4.16.14

Patch Changes

astro@4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

astro@4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

astro@4.16.11

Patch Changes

  • #12305 f5f7109 Thanks @​florian-lefebvre! - Fixes a case where the error overlay would not escape the message

  • #12402 823e73b Thanks @​ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.

    ---
    import { actions } from "astro:actions";
    

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.16

Patch Changes

4.16.15

Patch Changes

4.16.14

Patch Changes

4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

4.16.11

Patch Changes

... (truncated)

Commits


Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits


Updates typescript from 5.6.2 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view


Updates @astrojs/starlight from 0.28.2 to 0.29.2

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.29.2

Patch Changes

  • #2616 128cc51 Thanks @​delucis! - Fixes an edge case to correctly avoid a trailing slash when navigating from a root locale homepage to another language via Starlight’s language switcher when trailingSlash: 'never' is set

@​astrojs/starlight@​0.29.1

Patch Changes

  • #2611 6059d96 Thanks @​HiDeoo! - Fixes a UI string type issue in projects with multiple data content collections.

  • #2606 10b15a7 Thanks @​delucis! - Makes <CardGrid> more resilient to complex child content on smaller viewports

  • #2605 ec7ab4f Thanks @​brianzelip! - Exposes SidebarPersister component in package exports for use in custom overrides

  • #2614 9a31980 Thanks @​HiDeoo! - Fixes an issue with custom pages using the <StarlightPage /> component and a custom sidebar missing highlighting for the active page and navigation links.

  • #2600 49aef17 Thanks @​jdevega! - Adds Backstage social icon

  • #2613 a73780f Thanks @​delucis! - Fixes support for sidebar frontmatter options in sidebar entries using slug or the string shorthand for internal links

@​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.

... (truncated)

Changelog

Sourced from @​astrojs/starlight's changelog.

0.29.2

Patch Changes

  • #2616 128cc51 Thanks @​delucis! - Fixes an edge case to correctly avoid a trailing slash when navigating from a root locale homepage to another language via Starlight’s language switcher when trailingSlash: 'never' is set

0.29.1

Patch Changes

  • #2611 6059d96 Thanks @​HiDeoo! - Fixes a UI string type issue in projects with multiple data content collections.

  • #2606 10b15a7 Thanks @​delucis! - Makes <CardGrid> more resilient to complex child content on smaller viewports

  • #2605 ec7ab4f Thanks @​brianzelip! - Exposes SidebarPersister component in package exports for use in custom overrides

  • #2614 9a31980 Thanks @​HiDeoo! - Fixes an issue with custom pages using the <StarlightPage /> component and a custom sidebar missing highlighting for the active page and navigation links.

  • #2600 49aef17 Thanks @​jdevega! - Adds Backstage social icon

  • #2613 a73780f Thanks @​delucis! - Fixes support for sidebar frontmatter options in sidebar entries using slug or the string shorthand for internal links

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

... (truncated)

Commits


Updates starlight-links-validator from 0.12.3 to 0.13.3

Release notes

Sourced from starlight-links-validator's releases.

v0.13.3

   🚀 Features

  • Improves messages for errors related to the Astro trailingSlash option to indicate if a link is missing a trailing slash or if a link has a trailing slash when it should not  -  by @​HiDeoo (a8776)
    View changes on GitHub

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

... (truncated)

Commits
  • a02d026 chore: release v0.13.3
  • fb17708 Merge pull request #71 from HiDeoo/hd-feat-better-trailing-slash-errors
  • a87760a feat: improves messages for errors related to the Astro trailingSlash optio...
  • 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
  • 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 19 hours ago

Deploying starlight-utils with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0dcba04
Status: ✅  Deploy successful!
Preview URL: https://7c1beef2.starlight-utils.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-deps-450u.starlight-utils.pages.dev

View logs