fix(deps): update all non-major dependencies #255
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.29.0
->^0.31.0
5.1.0
->5.1.1
5.1.0
->5.1.1
^0.0.4
->^0.0.7
2.11.1
->2.15.3
5.0.2
->5.0.3
5.0.2
->5.0.3
9.16.0
->9.18.0
1.2.1
->1.2.2
1.2.3
->1.4.3
15.13.0
->15.14.0
16.0.0
->16.6.0
22.12.0
->22.13.0
9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c
->9.15.4
9.15.0
->9.15.4
3.3.2
->3.3.3
^0.2.7
->^0.3.0
5.12.0
->5.18.0
5.12.0
->5.18.0
4.1.1
->4.1.4
5.7.2
->5.7.3
5.7.2
->5.7.3
8.18.0
->8.20.0
6.0.3
->6.0.7
Release Notes
withastro/starlight (@astrojs/starlight)
v0.31.0
Compare Source
Minor Changes
#2777
88f4214
Thanks @hippotastic! - Updatesastro-expressive-code
dependency to the latest version (0.40).This includes an update to the latest Shiki version (1.26.1), providing access to all current Shiki themes and syntax highlighting languages, and adding the config options
shiki.engine
,shiki.bundledLangs
,shiki.langAlias
andremoveUnusedThemes
. It also adds new style variants to the optional collapsible sections plugin.See the Expressive Code release notes for full details.
#2736⚠️ BREAKING CHANGE: The minimum supported version of Astro is now 5.1.5
29a885b
Thanks @delucis! -Please update Astro and Starlight together:
#2728
e187383
Thanks @delucis! - Updates minimum Pagefind dependency to v1.3.0, sets new defaults for Pagefind’s ranking options, and adds support for manually configuring the ranking optionsThe new ranking option defaults have been evaluated against Starlight’s own docs to improve the quality of search results. See “Customize Pagefind's result ranking” for more details about how they work.
#157
23bf960
Thanks @tony-sull! - Adds a print stylesheet to improve the appearance of Starlight docs pages when printed#2728
e187383
Thanks @delucis! - Fixes Pagefind logging to respect the Astro log level. When using Astro’s--verbose
or--silent
CLI flags, these are now respected by Pagefind as well.Patch Changes
#2792
412effb
Thanks @dhruvkb! - Uses semanticvar(--sl-color-hairline)
for the page sidebar border instead ofvar(--sl-color-gray-6)
. This is visually the same as previously but makes it easier to override the hairline color consistently across a site.#2736
29a885b
Thanks @delucis! - Updates internal dependencies@astrojs/sitemap
and@astrojs/mdx
to the latest versions#2782
d9d415b
Thanks @delucis! - Fixes a documentation link in the JSDoc comment for theStarlightExpressiveCodeOptions
type#2708
442c819
Thanks @delucis! - Fixes colour contrast correction in code blocksv0.30.6
Compare Source
Patch Changes
#2722
0b206d3
Thanks @techfg! - Fixes display of long site title on mobile#2762
7ab1576
Thanks @HiDeoo! - Prevents the header title from being translated by automatic translation systems.v0.30.5
Compare Source
Patch Changes
#2757
e7b0e74
Thanks @HiDeoo! - Fixes a UI string translation issue for languages with a region subtag.#2760
aec9edd
Thanks @HiDeoo! - Adds 5 new icons:left-caret
,up-arrow
,down-arrow
,download
, andcloud-download
.v0.30.4
Compare Source
Patch Changes
#2747
474c27e
Thanks @bbag! - Ensures<Tab>
component toggling is stable when smooth scrolling is enabled via custom CSS#2740
0e169c9
Thanks @HiDeoo! - Fixes an issue preventing Pagefind to be disabled using thepagefind
frontmatter field.#2732
a10b466
Thanks @Sidnioulz! - Adds Storybook, Confluence and Jira social iconsv0.30.3
Compare Source
Patch Changes
#2717
c5fcbb3
Thanks @delucis! - Fixes a list item spacing issue where line break elements (<br>
) could receive a margin, breaking layout in Firefox#2724
02d7ac6
Thanks @dionysuzx! - Adds social link support for Farcaster#2635
ec4b851
Thanks @HiDeoo! - Fixes an issue where the language picker in multilingual sites could display the wrong language when navigating between pages with the browser back/forward buttons.#2726
e54ebd5
Thanks @techfg! - Adds icon for phonev0.30.2
Compare Source
Patch Changes
#2702
02d16f3
Thanks @HiDeoo! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API with directories containing spaces or special characters.#2704
fd16470
Thanks @delucis! - Fixes display of focus indicator around site titlev0.30.1
Compare Source
Patch Changes
5c6996c
Thanks @HiDeoo! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API where group names would be sluggified.v0.30.0
Compare Source
Minor Changes
8d5a4e8
Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.Upgrade Astro and dependencies
Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v5. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.
Update your collections
Move the content config file. This file no longer lives within the
src/content/config.ts
folder and should now exist atsrc/content.config.ts
.Edit the collection definition(s). To update the
docs
collection, aloader
is now required:If you are using the
i18n
collection to provide translations for additional languages you support or override our default labels, you will need to update the collection definition in a similar way and remove the collectiontype
which is no longer available:Update other collections. To update any other collections you may have, follow the “Updating existing collections” section in the Astro 5 upgrade guide.
If you are unable to make any changes to your collections at this time, including Starlight's default
docs
andi18n
collections, you can enable thelegacy.collections
flag to upgrade to v5 without updating your collections. This legacy flag exists to provide temporary backwards compatibility, and will allow you to keep your collections in their current state until the legacy flag is no longer supported.Patch Changes
#2669
310df7d
Thanks @aaronperezaguilera! - Adds Catalan UI translations#2664
62ff007
Thanks @HiDeoo! - Publishes provenance containing verifiable data to link a package back to its source repository and the specific build instructions used to publish it.#2670
0223b42
Thanks @aaronperezaguilera! - Adds Spanish UI translations for the Pagefind search modalfontsource/font-files (@fontsource/calistoga)
v5.1.1
Compare Source
fontsource/font-files (@fontsource/pt-sans)
v5.1.1
Compare Source
sveltejs/kit (@sveltejs/kit)
v2.15.3
Compare Source
Patch Changes
fix: fix race-condition when not using SSR when pressing back before initial load (#12925)
fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#12157)
fix: upgrade esm-env to remove warning when NODE_ENV is not set (#13291)
fix: handle
Redirect
thrown from root layout load function when client-side navigating to a non-existent page (#12005)fix: make param matchers generated type import end with
.js
(#13286)v2.15.2
Compare Source
Patch Changes
fix: correctly notify page store subscribers (#13205)
fix: prerender data when there is no server load but the
trailingSlash
option is set from the server (#13262)fix: correctly remove navigation callbacks when returning function in onNavigate (#13241)
v2.15.1
Compare Source
Patch Changes
fix: add CSP hashes/nonces to inline styles when using
bundleStrategy: 'inline'
(#13232)fix: silence dev/prod warning during sync (#13244)
v2.15.0
Compare Source
Minor Changes
bundleStrategy: 'inline'
option (#13193)v2.14.1
Compare Source
Patch Changes
v2.14.0
Compare Source
Minor Changes
Patch Changes
goto(...)
, to handle case where URL is mutated (#13196)v2.13.0
Compare Source
Minor Changes
bundleStrategy: 'split' | 'single'
option (#13173)v2.12.2
Compare Source
Patch Changes
fix: correctly resolve no hooks file when a similarly named directory exists (#13188)
fix: correctly resolve
$app/state
on the server with Vite 5 (#13192)v2.12.1
Compare Source
Patch Changes
navigating.current.<x>
withnavigating.<x>
(#13174)v2.12.0
Compare Source
Minor Changes
$app/state
module (#13140)Patch Changes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v5.0.3
Compare Source
Patch Changes
eslint/eslint (eslint)
v9.18.0
Compare Source
v9.17.0
Compare Source
benmccann/esm-env (esm-env)
v1.2.2
Compare Source
Patch Changes
sveltejs/esrap (esrap)
v1.4.3
Compare Source
Patch Changes
030c3ec
: fix: correctly escape\r
v1.4.2
Compare Source
Patch Changes
faa865e
: fix: including sourcemap mappings for block statement bracketsv1.4.1
Compare Source
Patch Changes
10c6156
: fix: escape newlines when quoting stringsv1.4.0
Compare Source
Minor Changes
d97e56f
: feat: add option for quote and indentation stylesv1.3.7
Compare Source
Patch Changes
4c784f6
: fix: move @changesets/cli to dev dependenciesv1.3.6
Compare Source
Patch Changes
333b32c
: chore: verify changesets setup, againv1.3.4
Compare Source
sveltejs
v1.3.3
Compare Source
export * as
(#16)v1.3.2
Compare Source
v1.3.1
Compare Source
v1.3.0
Compare Source
sindresorhus/globals (globals)
v15.14.0
Compare Source
capricorn86/happy-dom (happy-dom)
v16.6.0
Compare Source
v16.5.3
Compare Source
👷♂️ Patch fixes
v16.5.2
Compare Source
👷♂️ Patch fixes
Event.target
should be the target element after an event has been dispatched - By @capricorn86 in task #1529v16.5.1
Compare Source
👷♂️ Patch fixes
Comment
,Text
andDocumentFragment
are not instances of their corresponding property onWindow
- By @capricorn86 in task #1577v16.5.0
Compare Source
🎨 Features
GlobalRegistrator.isRegistered
- By @capricorn86 in task #1670v16.4.3
Compare Source
👷♂️ Patch fixes
Response
during tear down of theWindow
- By @capricorn86 in task #1669v16.4.2
Compare Source
👷♂️ Patch fixes
v16.4.1
Compare Source
👷♂️ Patch fixes
document.documentElement.innerHTML
isnt parsed correctly since v16 - By @capricorn86 in task #1663v16.4.0
Compare Source
🎨 Features
v16.3.0
Compare Source
🎨 Features
v16.2.9
Compare Source
👷♂️ Patch fixes
HTMLInputElement.defaultChecked
property - By @capricorn86 in task #1587v16.2.8
Compare Source
👷♂️ Patch fixes
HTMLFormElement
orHTMLSelectElement
- By @capricorn86 in task #1628v16.2.7
Compare Source
👷♂️ Patch fixes
<script>
and<style>
elements should not be decoded or encoded - By @capricorn86 in task #1564v16.2.6
Compare Source
👷♂️ Patch fixes
<form>
and<select>
elements - By @capricorn86 in task #1608v16.2.5
Compare Source
👷♂️ Patch fixes
HTMLFormElement
andHTMLSelectElement
was wrong which affected the methodsremove()
,replaceWith()
,before()
,after()
,append()
,prepend()
,replaceChildren()
andinsertAdjacentElement()
- By @capricorn86 in task #1637v16.2.4
Compare Source
👷♂️ Patch fixes
BrowserFrame.goto()
andDetachedBrowserFrame.goto()
- By @capricorn86 in task #1627v16.2.3
Compare Source
👷♂️ Patch fixes
HTMLTableCellElement.headers
property - By @capricorn86 in task #1634v16.2.2
Compare Source
👷♂️ Patch fixes
querySelector()
orquerySelectorAll()
as selector - By @chocolateboy in task #1640v16.2.1
Compare Source
👷♂️ Patch fixes
XMLHttpRequest
when "withCredentials" is false - By @saitonakamura in task #1631v16.2.0
Compare Source
🎨 Features
Window.scrollBy()
andElement.scrollBy()
- By @OlaviSau in task #1623v16.1.0
Compare Source
🎨 Features
getElementsByClassName()
- By @kylehalleman in task #1551v16.0.1
Compare Source
👷♂️ Patch fixes
document.implementation.createHTMLDocument()
) not being considered as connected to a DOM that was introduced in v16 - By @capricorn86 in task #1647nodejs/node (node)
v22.13.0
Compare Source
pnpm/pnpm (pnpm)
v9.15.4
Compare Source
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.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.