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.3
5.4.0
->5.5.3
^0.26.0
->^0.28.0
5.7.0
->5.7.1
^0.0.2
->^0.0.3
1.45.3
->1.47.1
3.2.2
->3.2.5
2.5.19
->2.5.28
2.3.2
->2.3.5
3.1.1
->3.1.2
6.4.8
->6.5.0
9.6.0
->9.6.1
2.0.5
->2.1.1
2.0.5
->2.1.1
4.13.0
->4.15.8
9.8.0
->9.10.0
2.43.0
->2.44.0
9.9.0
->9.10.0
0.2.9
->0.2.11
0.33.4
->0.33.5
4.2.18
->4.2.19
^4.0.0
->^3.8.5
2.6.3
->2.7.0
5.5.4
->5.6.2
8.0.0
->8.6.0
8.3.0
->8.6.0
5.3.5
->5.4.6
2.0.5
->2.1.1
Release Notes
withastro/language-tools (@astrojs/check)
v0.9.3
Compare Source
Patch Changes
28dfebe
: Updates to the stable version of Volar 2.4.028dfebe
]v0.9.2
Compare 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.3
Compare Source
Patch Changes
3f280f1
Thanks @hrishikesh-k! - Allows-
in hostnames for Netlify Image CDN RegExv5.5.2
Compare Source
Patch Changes
46fbb26
Thanks @matthewp! - Prevent crawling for dependencies outside of the workspace rootv5.5.1
Compare Source
Patch Changes
#350
2248bc7
Thanks @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
crypto
to not be defined early enough in Node 18.v5.5.0
Compare Source
Minor Changes
6dd65a0
Thanks @ascorbic! - Sets immutable cache headers for static assetswithastro/starlight (@astrojs/starlight)
v0.28.2
Compare Source
Patch Changes
a257b83
Thanks @HiDeoo! - Fixes an issue with synced<Tabs>
components containing nested<Tabs>
causing tab panels to not render correctly.v0.28.1
Compare Source
Patch Changes
79b9ade
Thanks @HiDeoo! - Fixes an issue with Expressive Code UI labels not displaying correctly.v0.28.0
Compare Source
Minor Changes
#1923
5269aad
Thanks @HiDeoo! - Overhauls the built-in localization system which is now powered by thei18next
library 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.labels
props 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.1
Compare Source
Patch Changes
f92791a
Thanks @delucis! - Fixes resolution for the internal module Git virtual module in projects with special characters in the file pathv0.27.0
Compare Source
Minor Changes
#1255
6f3202b
Thanks @Fryuni! - Adds support for server-rendered Starlight pages.When building a project with
hybrid
orserver
output mode, a newprerender
option on Starlight config can be set tofalse
to make all Starlight pages be rendered on-demand:Patch Changes
#2242
756e85e
Thanks @delucis! - Refactors the logic for persisting and restoring sidebar state across navigations for better performance on slow or busy devices#1255
6f3202b
Thanks @Fryuni! - Improves performance of computing the last updated times from Git history.Instead of executing
git
for each docs page, it is now executed twice regardless of the number of pages.#1255
6f3202b
Thanks @Fryuni! - Fixes last updated times on projects with customsrcDir
v0.26.4
Compare Source
Patch Changes
#2288
b15f725
Thanks @matthewp! - Safely handle Zod errorsPrevents bugs where errors without the
.received
props would through and cause builds to fail unnecessarily.v0.26.3
Compare Source
Patch Changes
#2281
5062d30
Thanks @HiDeoo! - Fixes a potential text rendering issue that could include extra whitespaces for text containing colons.#2279
62d59e2
Thanks @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.2
Compare Source
Patch Changes
#2273
746e0cd
Thanks @delucis! - Fixes type error when using Starlight with Astro v4.15#2265
25b661e
Thanks @SeraphicRav! - Adds TikTok social icon#2272
d1969dd
Thanks @o-az! - Adds new icon:jsr
#2250
c0a6166
Thanks @HiDeoo! - Removes internal E2E tests from the package published to the npm registry.#2253
72bc76a
Thanks @HiDeoo! - Fixes an issue preventing to use theclass
attribute in hero action link buttons.v0.26.1
Compare Source
Patch Changes
74d4716
Thanks @HiDeoo! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.v0.26.0
Compare Source
Minor Changes
#1784
68f56a7
Thanks @HiDeoo! - Adds<LinkButton>
component for visually distinct and emphasized call to action links#2150
9368494
Thanks @delucis! - Adds state persistence across page navigations to the main site sidebar#2087
caa84ea
Thanks @HiDeoo! - Adds persistence to synced<Tabs>
so that a user's choices are reflected across page navigations.#2051
ec3b579
Thanks @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
68f56a7
Thanks @HiDeoo! - Changes the hero component action button default variant fromminimal
toprimary
.variant
will need to be updated to include thevariant
property 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
e044fee
Thanks @HiDeoo! -<StarlightPage />
componentsidebar
prop to accept an array ofSidebarItem
s like the main Starlightsidebar
configuration inastro.config.mjs
.This change simplifies the definition of sidebar items in the
<StarlightPage />
component, allows for shared sidebar configuration between the globalsidebar
option 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 customsidebar
configuration, you will need to update thesidebar
prop to an array ofSidebarItem
objects.For example, the following custom page with a custom
sidebar
configuration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of thedocs
content collection, and a link to the Starlight website:v0.25.5
Compare Source
Patch Changes
#2171
c8258d7
Thanks @delucis! - Improves build performance slightly for bigger sites#2199
91557fd
Thanks @connorjs! - Adds Azure DevOps (azureDevOps
) icon for use in social links.v0.25.4
Compare Source
Patch Changes
#2155
8bed886
Thanks @delucis! - Improves page load performance on slower devices#2167
9ac7725
Thanks @delucis! - Fixes an issue detecting the built-in locale when running Starlight in a web container environment on Firefox#2166
4f12049
Thanks @delucis! - Updates@astrojs/mdx
,@astrojs/sitemap
,astro-expressive-code
,unified
, andvfile
dependencies to the latest versionwithastro/astro (@astrojs/svelte)
v5.7.1
Compare Source
Patch Changes
a582cb6
Thanks @johannesspohr! - Fix Svelte component view transition state persistencemicrosoft/playwright (@playwright/test)
v1.47.1
Compare Source
v1.47.0
Compare Source
v1.46.1
Compare Source
v1.46.0
Compare Source
sveltejs/kit (@sveltejs/adapter-auto)
v3.2.5
Compare Source
Patch Changes
fix: import
node:process
instead of using globals (#12641)Updated dependencies [
e798ef718f163bed4f93e1918bd8294f765376ad
]:v3.2.4
Compare Source
Patch Changes
chore: configure provenance in a simpler manner (#12570)
Updated dependencies [
087a43d391fc38b8c008fb39a804dc6988974101
]:v3.2.3
Compare Source
Patch Changes
chore: package provenance (#12567)
Updated dependencies [
4930a8443caa53bcecee7b690cd28e429b1c8a20
]:sveltejs/kit (@sveltejs/kit)
v2.5.28
Compare Source
Patch Changes
node:process
instead of using globals (#12641)v2.5.27
Compare 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.platform
even when the route does not exist (#12513)v2.5.26
Compare Source
Patch Changes
v2.5.25
Compare Source
Patch Changes
6056ba30e29ac5747c356fbf1a42dd71f2c4aa1f
)v2.5.24
Compare Source
Patch Changes
v2.5.23
Compare Source
Patch Changes
root.svelte
instead ofsvelte:component
for svelte 5 (#12584)v2.5.22
Compare Source
Patch Changes
v2.5.21
Compare Source
Patch Changes
v2.5.20
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/package)
v2.3.5
Compare Source
Patch Changes
fix: use input tsconfig when calling emitDts (#12612)
chore(deps): update dependency chokidar to v4 (#12671)
v2.3.4
Compare Source
Patch Changes
v2.3.3
Compare Source
Patch Changes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v3.1.2
Compare Source
Patch Changes
testing-library/jest-dom (@testing-library/jest-dom)
v6.5.0
Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.0
Compare 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
page
object from@vitest/browser/context
.🚀 Features
userEvent.upload
in 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.