fix(deps): update all non-major third-party dependencies #189
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:
3.0.9
->3.1.0
0.15.3
->0.21.1
7.23.7
->7.24.0
18.4.4
->18.6.1
18.4.4
->18.6.3
11.11.3
->11.11.4
8.3.1
->8.4.1
0.27.2
->0.34.3
0.35.0
2.5.0
->2.8.1
2.5.0
->2.8.1
2.5.0
->2.8.1
2.5.0
->2.8.1
2.5.0
->2.8.1
2.5.0
->2.8.1
2.5.0
->2.8.1
2.5.0
->2.8.1
0.2.6
->0.3.0
2.39.3
->2.39.8
6.2.0
->6.4.2
14.1.2
->14.2.1
8.56.2
->8.56.5
20.11.5
->20.11.26
20.11.28
(+1)18.2.48
->18.2.65
18.2.66
18.2.48
->18.2.65
18.2.66
18.2.18
->18.2.21
18.2.22
18.2.18
->18.2.21
18.2.22
6.19.0
->6.21.0
6.19.0
->6.21.0
v1.0.2
->v1.2.0
3.6.4
->3.6.5
10.4.16
->10.4.18
13.6.3
->13.6.6
13.7.0
16.3.1
->16.4.5
0.19.11
->0.20.1
0.20.2
8.56.0
->8.57.0
0.23.0
->0.24.0
4.18.2
->4.18.3
23.7.16
->23.10.1
2.4.2
->2.5.0
15.2.0
->15.2.2
2.1.1
->2.2.3
20.11.0
->20.11.1
20.11.0-bullseye
->20.11.1-bullseye
8.4.33
->8.4.35
3.2.4
->3.2.5
2.9.0
->2.12.2
1.131.5
->1.148.6
v1.4
->1.5
1.3.1
->1.3.3
5.3.3
->5.4.2
0.6.2
->0.6.4
8.28.0
->8.33.1
Release Notes
withastro/astro (@astrojs/react)
v3.1.0
Compare Source
Minor Changes
#10136
9cd84bd19b92fb43ae48809f575ee12ebd43ea8f
Thanks @matthewp! - Changes the default behavior oftransition:persist
to update the props of persisted islands upon navigation. Also adds a new view transitions optiontransition:persist-props
(default:false
) to prevent props from updating as needed.Islands which have the
transition:persist
property to keep their state when using the<ViewTransitions />
router will now have their props updated upon navigation. This is useful in cases where the component relies on page-specific props, such as the current page title, which should update upon navigation.For example, the component below is set to persist across navigation. This component receives a
products
props and might have some internal state, such as which filters are applied:Upon navigation, this component persists, but the desired
products
might change, for example if you are visiting a category of products, or you are performing a search.Previously the props would not change on navigation, and your island would have to handle updating them externally, such as with API calls.
With this change the props are now updated, while still preserving state.
You can override this new default behavior on a per-component basis using
transition:persist-props=true
to persist both props and state during navigation:v3.0.10
Compare Source
Patch Changes
20ca3154fb37049cbcd51b06d9fa2ef25ac25a36
Thanks @StandardGage! - Fixes an issue where passing void elements (img, etc..) did not work with theexperimentalReactChildren
option enabledwithastro/starlight (@astrojs/starlight)
v0.21.1
Compare Source
Patch Changes
#1584
8851d5cd
Thanks @HiDeoo! - Adds 2 new icons:apple
andlinux
.#1577
0ba77890
Thanks @morinokami! - TranslatesfileTree.directory
UI string into Japanese.#1593
fa7ed245
Thanks @liruifengv! - TranslatesfileTree.directory
UI string into simplified Chinese.#1585
bd4e278f
Thanks @HiDeoo! - TranslatesfileTree.directory
UI string into French.#1587
c5794260
Thanks @Eveeifyeve! - Adds 1 new icon:homebrew
.v0.21.0
Compare Source
Minor Changes
#1568
5f99a71d
Thanks @HiDeoo! - Adds support for optionally setting an icon on a<TabItem>
component to make it easier to visually distinguish between tabs.#1308
9a918a5b
Thanks @HiDeoo! - Adds<FileTree>
component to display the structure of a directory.#1308
9a918a5b
Thanks @HiDeoo! - Adds 144 new file-type icons from the Seti UI icon set, available with theseti:
prefix, e.g.seti:javascript
.#1564
d880065e
Thanks @delucis! - Adds a<Steps>
component for styling more complex guided tasks.#1308
9a918a5b
Thanks @HiDeoo! - Adds 5 new icons:astro
,biome
,bun
,mdx
, andpnpm
.v0.20.1
Compare Source
Patch Changes
8e091147
Thanks @hippotastic! - Updates Expressive Code to v0.33.4 to fix potential race condition bug in Shiki.v0.20.0
Compare Source
Minor Changes
#1541
1043052f
Thanks @hippotastic! - Updatesastro-expressive-code
dependency to the latest minor release (0.33).This unlocks support for word wrap and line numbers, as well as updating the syntax highlighter to the latest Shiki release, which includes new and updated language grammars.
See the Expressive Code release notes for more information including details of potentially breaking changes.
Patch Changes
#1542
b3b7a606
Thanks @delucis! - Improves error messages shown by Starlight for configuration errors.#1544
65dc6586
Thanks @torn4dom4n! - Update Vietnamese UI translationsv0.19.1
Compare Source
Patch Changes
#1527
163bc84
Thanks @HiDeoo! - Exports theStarlightPageProps
TypeScript type representing the props expected by the<StarlightPage />
component.#1504
fc83a05
Thanks @mingjunlu! - Adds Traditional Chinese UI translations#1534
aada680
Thanks @delucis! - Improves DX of thesidebar
prop used by the new<StarlightPage>
component.v0.19.0
Compare Source
Minor Changes
#1485
2cb3578
Thanks @timokoessler! - Add support for setting html attributes of hero action links#1175
dd11b95
Thanks @HiDeoo! - Adds a new<StarlightPage>
component to use the Starlight layout in custom pages.To learn more about this new feature, check out the new “Using Starlight’s design in custom pages” guide.
#1499
97bf523
Thanks @delucis! - Adds a new<Aside>
componentThe new component is in addition to the existing custom Markdown syntax.
v0.18.1
Compare Source
Patch Changes
#1487
6a72bda
Thanks @NavyStack! - Improves Korean UI translations#1489
b0d36de
Thanks @HiDeoo! - Fixes a potential text rendering issue with text containing colons.v0.18.0
Compare Source
Minor Changes
#1454
1d9ef56
Thanks @Fryuni! - Makes Starlight compatible with on-demand server rendering (sometimes referred to as server-side rendering or SSR).Starlight pages are always prerendered, even when using
output: 'server'
.#1454
1d9ef56
Thanks @Fryuni! - Enables Astro’sexperimental.globalRoutePriority
option and bumps the minimum required Astro version.v0.17.4
Compare Source
Patch Changes
#1473
29da505
Thanks @delucis! - Fixes a CSS bug for users with JavaScript disabled#1465
ce3108c
Thanks @delucis! - Updates internal MDX, sitemap, and Expressive Code dependencies to the latest versionsv0.17.3
Compare Source
Patch Changes
2e17880
Thanks @liruifengv! - Improves the table of contents tiConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/London, 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 has been generated by Mend Renovate. View repository job log here.