-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update npm-packages [skip ci] #15
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
base: main
Are you sure you want to change the base?
Conversation
|
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Comment |
f49fdda to
3bdca5c
Compare
be3b4b1 to
5324d3b
Compare
5324d3b to
dd5e90d
Compare
cc05ce8 to
ea36e75
Compare
d0c1ae7 to
faf338a
Compare
5f2c966 to
18e4bce
Compare
fc00fe1 to
974391c
Compare
974391c to
b8e6d3e
Compare
d75a5b1 to
c1375c7
Compare
c1375c7 to
ff5d4a5
Compare
This PR contains the following updates:
^0.36.2->^0.37.0^0.5.1->^0.5.2^2.29.7->^2.29.8^0.4.0->^0.4.1^0.4.1->^0.4.33.6.2->3.7.4^0.34.4->^0.34.5^0.3.0->^0.3.1^0.14.3->^0.19.2^0.10.0->^0.11.1Release Notes
withastro/starlight (@astrojs/starlight)
v0.37.0Compare Source
Minor Changes
#3491
28810f0Thanks @JusticeMatthew! - Changes text overflow styling in Markdown contentoverflow-wrapCSS style for common elements tobreak-word. In most cases, there should be little visual impact, but this change can impact how layouts with implicit sizing (such as tables) look, improving legibility in how words wrap.If you want to preserve the previous styling, you can add the following custom CSS to your site:
#3351
239698cThanks @HiDeoo! - Ensures that Starlight CSS layer order is predictable in custom pages using the<StarlightPage>component.Previously, due to how import order works in Astro, the
<StarlightPage>component had to be the first import in custom pages to set up cascade layers used internally by Starlight to manage the order of its styles.With this change, this restriction no longer applies and Starlight’s styles will be applied correctly regardless of the import order of the
<StarlightPage>component.#3521
ca7b771Thanks @shubham-padia! - Fixes an issue where a vertical scrollbar could be displayed on the Starlight<Tabs>component when zooming the page<Tabs>component no longer usesmargin-bottomandborder-bottomto highlight the current tab. This is now done with abox-shadow. If you have custom styling for your tabs, you may need to update it.If you want to preserve the previous styling, you can add the following custom CSS to your site:
#3549
1cf50ebThanks @jacobdalamb! - Updates the default sans-serif system font stack, dropping support for the-apple-systemandBlinkMacSystemFontfont names used in older browsers. These are no longer needed in browsers officially supported by Starlight.If you still need to support older browsers, you can add the following custom CSS to your site:
#3332
f61f99dThanks @HiDeoo! - Adds a newmarkdown.processedDirsconfiguration option to specify additional directories where files should be processed by Starlight’s Markdown pipeline.By default, Starlight’s processing only applies to Markdown and MDX content loaded using Starlight’s
docsLoader(). This new option allows to extend this processing to other directories, which can be useful if you are rendering content from a custom content collection using the<StarlightPage>component and expect Starlight’s Markdown processing to be applied to that content as well.v0.36.3Compare Source
Patch Changes
#3555
547dc30Thanks @Its-Just-Nans! - Improves the error message thrown when using a file in thepublic/directory with Starlight’scustomCssconfiguration option#3496
b78fda4Thanks @delucis! - Fixes invalid<head>output when configuration is missing:<meta property="og:description" />if Starlight’sdescriptionoption is unset<link rel="canonical" />and<meta property="og:url" />if Astro’ssiteoption is unset#3511
8727df1Thanks @astrobot-houston! - Updates theseti:gitlabicon to match latest version from Seti UI Iconschangesets/changesets (@changesets/changelog-github)
v0.5.2Compare Source
trueberryless-org/starlight-plugins-docs-components (@trueberryless-org/starlight-plugins-docs-components)
v0.4.3Compare Source
Patch Changes
#49
d65b41bThanks @trueberryless-org! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.#38
662fedfThanks @trueberryless! - Add link to the showcase addition explanation guide.prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
lovell/sharp (sharp)
v0.34.5Compare Source
Upgrade to libvips v8.17.3 for upstream bug fixes.
Add experimental support for prebuilt Linux RISC-V 64-bit binaries.
Support building from source with npm v12+, deprecate
--build-from-sourceflag.#4458
Add support for BigTIFF output.
#4459
@throwbi
Improve error messaging when only warnings issued.
#4465
Simplify ICC processing when retaining input profiles.
#4468
HiDeoo/starlight-links-validator (starlight-links-validator)
v0.19.2Compare Source
Patch Changes
14f4d8dThanks @DaniFoldi! - Addsastroas a peer dependency to prevent potential build errors in monorepos with hoisting disabled.v0.19.1Compare Source
Patch Changes
2c0e83dThanks @HiDeoo! - Fixes validation issues with links containing query strings when using the AstrotrailingSlashoption.v0.19.0Compare Source
Minor Changes
#123
e9cc59dThanks @HiDeoo! - Adds validation of hero action links in frontmatter.#123
e9cc59dThanks @HiDeoo! - Adds validation of previous and next page links in frontmatter.v0.18.1Compare Source
Patch Changes
242bc28Thanks @HiDeoo! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.v0.18.0Compare Source
Minor Changes
#118
efef54aThanks @HiDeoo! - Adds hyperlinks (OSC 8) support to validation terminal output.In supported terminals, error slugs can be conveniently used (e.g. with
Ctrl+Click,Opt+Click,Cmd+Click, or a context menu) to open the corresponding file using the default associated application.v0.17.2Compare Source
Patch Changes
b042c61Thanks @trueberryless! - Fixes validation issue for links to Starlight page's title anchor, e.g./getting-started/#_top.v0.17.1Compare Source
Patch Changes
3e0a88cThanks @HiDeoo! - Prevents plugin remark plugin from running on Markdown and MDX content when using the AstrorenderMarkdown()content loader API.v0.17.0Compare Source
Minor Changes
#108
82f8ec5Thanks @HiDeoo! - Adds support for excluding links from validation using a function.When using the function syntax, the function should return
truefor any link that should be excluded from validation orfalseotherwise. The function will be called for each link to validate and will receive an object containing various properties to help determine whether to exclude the link or not.Check out the
excludeconfiguration option documentation for more details and examples.v0.16.0Compare Source
Minor Changes
#104
cbeaa0fThanks @HiDeoo! - Ignores query strings when checking for excluded links.Previously, to exclude links with query strings, you may have needed to rely on fairly loose glob patterns, e.g.
/playground/**to exclude/playground/,/playground/?id=fooand/playground/?id=bar. With this change, excluding/playground/will ignore all query strings, so/playground/,/playground/?id=fooand/playground/?id=barwill all be excluded.v0.15.1Compare Source
Patch Changes
88e66a8Thanks @HiDeoo! - Fixes a regression with version0.15.0where theerrorOnLocalLinksoption was not being applied correctly.v0.15.0Compare Source
Minor Changes
#93⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version
6d7174bThanks @HiDeoo! -0.32.0.Please use the
@astrojs/upgradecommand to upgrade your project:#100
b238cb7Thanks @HiDeoo! - Adds a newsameSitePolicyoption to configure how external links pointing to the same origin as the one configured in the Astrositeoption should be handled.The current default behavior to ignore all external links remains unchanged. This new option allows to error on such links so they can be rewritten without the origin or to validate them as if they were internal links.
#100
b238cb7Thanks @HiDeoo! - Adds a newcomponentsoption to define additional components and their props to validate as links on top of the built-in<LinkButton>and<LinkCard>Starlight components.Patch Changes
56ea78cThanks @HiDeoo! - Fixes validation issue with the Astrobaseoption and theerrorOnFallbackPagesplugin option set tofalsein a multilingual project.HiDeoo/starlight-package-managers (starlight-package-managers)
v0.11.1Compare Source
Patch Changes
76e2efcThanks @HiDeoo! - Setups trusted publishing using OpenID Connect (OIDC) authentication — no code changes.v0.11.0Compare Source
Minor Changes
5e0b7f7Thanks @notpushkin! - Adds support for thecreatecommand type withbun.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.