fix(deps): update all non-major dependencies #172
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.1->0.9.35.4.0->5.5.3^0.26.0->^0.28.05.7.0->5.7.1^0.0.2->^0.0.31.45.3->1.47.13.2.2->3.2.52.5.19->2.5.282.3.2->2.3.53.1.1->3.1.26.4.8->6.5.09.6.0->9.6.12.0.5->2.1.12.0.5->2.1.14.13.0->4.15.89.8.0->9.10.02.43.0->2.44.09.9.0->9.10.00.2.9->0.2.110.33.4->0.33.54.2.18->4.2.19^4.0.0->^3.8.52.6.3->2.7.05.5.4->5.6.28.0.0->8.6.08.3.0->8.6.05.3.5->5.4.62.0.5->2.1.1Release Notes
withastro/language-tools (@astrojs/check)
v0.9.3Compare Source
Patch Changes
28dfebe: Updates to the stable version of Volar 2.4.028dfebe]v0.9.2Compare Source
Patch Changes
e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the filee8e18a8]withastro/adapters (@astrojs/netlify)
v5.5.3Compare Source
Patch Changes
3f280f1Thanks @hrishikesh-k! - Allows-in hostnames for Netlify Image CDN RegExv5.5.2Compare Source
Patch Changes
46fbb26Thanks @matthewp! - Prevent crawling for dependencies outside of the workspace rootv5.5.1Compare Source
Patch Changes
#350
2248bc7Thanks @matthewp! - Apply polyfills immediately on function executionThis moves up when the polyfills are applied so that they are present before Astro runs, preventing a race condition that can cause
cryptoto not be defined early enough in Node 18.v5.5.0Compare Source
Minor Changes
6dd65a0Thanks @ascorbic! - Sets immutable cache headers for static assetswithastro/starlight (@astrojs/starlight)
v0.28.2Compare Source
Patch Changes
a257b83Thanks @HiDeoo! - Fixes an issue with synced<Tabs>components containing nested<Tabs>causing tab panels to not render correctly.v0.28.1Compare Source
Patch Changes
79b9adeThanks @HiDeoo! - Fixes an issue with Expressive Code UI labels not displaying correctly.v0.28.0Compare Source
Minor Changes
#1923
5269aadThanks @HiDeoo! - Overhauls the built-in localization system which is now powered by thei18nextlibrary and available to use anywhere in your documentation website.See the “Using UI translations” guide to learn more about how to access built-in UI labels or your own custom strings in your project. Plugin authors can also use the new
injectTranslations()helper to add or update translation strings.Astro.props.labelsprops has been removed from the props passed down to custom component overrides.If you are relying on
Astro.props.labels(for example to read a built-in UI label), you will need to update your code to use the newAstro.locals.t()helper instead.v0.27.1Compare Source
Patch Changes
f92791aThanks @delucis! - Fixes resolution for the internal module Git virtual module in projects with special characters in the file pathv0.27.0Compare Source
Minor Changes
#1255
6f3202bThanks @Fryuni! - Adds support for server-rendered Starlight pages.When building a project with
hybridorserveroutput mode, a newprerenderoption on Starlight config can be set tofalseto make all Starlight pages be rendered on-demand:Patch Changes
#2242
756e85eThanks @delucis! - Refactors the logic for persisting and restoring sidebar state across navigations for better performance on slow or busy devices#1255
6f3202bThanks @Fryuni! - Improves performance of computing the last updated times from Git history.Instead of executing
gitfor each docs page, it is now executed twice regardless of the number of pages.#1255
6f3202bThanks @Fryuni! - Fixes last updated times on projects with customsrcDirv0.26.4Compare Source
Patch Changes
#2288
b15f725Thanks @matthewp! - Safely handle Zod errorsPrevents bugs where errors without the
.receivedprops would through and cause builds to fail unnecessarily.v0.26.3Compare Source
Patch Changes
#2281
5062d30Thanks @HiDeoo! - Fixes a potential text rendering issue that could include extra whitespaces for text containing colons.#2279
62d59e2Thanks @HiDeoo! - Fixes an issue with frontmatter schemas containing collection references used with the<StarlightPage />component and an Astro version greater than4.14.0.v0.26.2Compare Source
Patch Changes
#2273
746e0cdThanks @delucis! - Fixes type error when using Starlight with Astro v4.15#2265
25b661eThanks @SeraphicRav! - Adds TikTok social icon#2272
d1969ddThanks @o-az! - Adds new icon:jsr#2250
c0a6166Thanks @HiDeoo! - Removes internal E2E tests from the package published to the npm registry.#2253
72bc76aThanks @HiDeoo! - Fixes an issue preventing to use theclassattribute in hero action link buttons.v0.26.1Compare Source
Patch Changes
74d4716Thanks @HiDeoo! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.v0.26.0Compare Source
Minor Changes
#1784
68f56a7Thanks @HiDeoo! - Adds<LinkButton>component for visually distinct and emphasized call to action links#2150
9368494Thanks @delucis! - Adds state persistence across page navigations to the main site sidebar#2087
caa84eaThanks @HiDeoo! - Adds persistence to synced<Tabs>so that a user's choices are reflected across page navigations.#2051
ec3b579Thanks @HiDeoo! - Adds a guideline to the last step of the<Steps>component.If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site:
#1784
68f56a7Thanks @HiDeoo! - Changes the hero component action button default variant fromminimaltoprimary.variantwill need to be updated to include thevariantproperty with the valueminimal.hero: actions: - text: View on GitHub link: https://github.com/astronaut/my-project icon: external + variant: minimal#2168⚠️ BREAKING CHANGE: Updates the
e044feeThanks @HiDeoo! -<StarlightPage />componentsidebarprop to accept an array ofSidebarItems like the main Starlightsidebarconfiguration inastro.config.mjs.This change simplifies the definition of sidebar items in the
<StarlightPage />component, allows for shared sidebar configuration between the globalsidebaroption and<StarlightPage />component, and also enables the usage of autogenerated sidebar groups with the<StarlightPage />component.If you are using the
<StarlightPage />component with a customsidebarconfiguration, you will need to update thesidebarprop to an array ofSidebarItemobjects.For example, the following custom page with a custom
sidebarconfiguration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of thedocscontent collection, and a link to the Starlight website:v0.25.5Compare Source
Patch Changes
#2171
c8258d7Thanks @delucis! - Improves build performance slightly for bigger sites#2199
91557fdThanks @connorjs! - Adds Azure DevOps (azureDevOps) icon for use in social links.v0.25.4Compare Source
Patch Changes
#2155
8bed886Thanks @delucis! - Improves page load performance on slower devices#2167
9ac7725Thanks @delucis! - Fixes an issue detecting the built-in locale when running Starlight in a web container environment on Firefox#2166
4f12049Thanks @delucis! - Updates@astrojs/mdx,@astrojs/sitemap,astro-expressive-code,unified, andvfiledependencies to the latest versionwithastro/astro (@astrojs/svelte)
v5.7.1Compare Source
Patch Changes
a582cb6Thanks @johannesspohr! - Fix Svelte component view transition state persistencemicrosoft/playwright (@playwright/test)
v1.47.1Compare Source
v1.47.0Compare Source
v1.46.1Compare Source
v1.46.0Compare Source
sveltejs/kit (@sveltejs/adapter-auto)
v3.2.5Compare Source
Patch Changes
fix: import
node:processinstead of using globals (#12641)Updated dependencies [
e798ef718f163bed4f93e1918bd8294f765376ad]:v3.2.4Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101]:v3.2.3Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20]:sveltejs/kit (@sveltejs/kit)
v2.5.28Compare Source
Patch Changes
node:processinstead of using globals (#12641)v2.5.27Compare Source
Patch Changes
fix: asynchronously instantiate components when using Svelte 5 (#12613)
fix: use
{@​render ...}tag when generating default fallback page for svelte 5 apps (#12653)fix: emulate
event.platformeven when the route does not exist (#12513)v2.5.26Compare Source
Patch Changes
v2.5.25Compare Source
Patch Changes
6056ba30e29ac5747c356fbf1a42dd71f2c4aa1f)v2.5.24Compare Source
Patch Changes
v2.5.23Compare Source
Patch Changes
root.svelteinstead ofsvelte:componentfor svelte 5 (#12584)v2.5.22Compare Source
Patch Changes
v2.5.21Compare Source
Patch Changes
v2.5.20Compare Source
Patch Changes
sveltejs/kit (@sveltejs/package)
v2.3.5Compare Source
Patch Changes
fix: use input tsconfig when calling emitDts (#12612)
chore(deps): update dependency chokidar to v4 (#12671)
v2.3.4Compare Source
Patch Changes
v2.3.3Compare Source
Patch Changes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v3.1.2Compare Source
Patch Changes
testing-library/jest-dom (@testing-library/jest-dom)
v6.5.0Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.0Compare Source
This release makes another big change to the Browser Mode by introducing locators API:
You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the
pageobject from@vitest/browser/context.🚀 Features
userEvent.uploadin playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)--exclude-after-remap- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)Configuration
📅 Schedule: Branch creation - "before 7am on friday" (UTC), 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.