-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update all non-major third-party dependencies #213
Merged
mgallagher56
merged 3 commits into
dev
from
renovate/all-non-major-third-party-dependencies
May 7, 2024
Merged
fix(deps): update all non-major third-party dependencies #213
mgallagher56
merged 3 commits into
dev
from
renovate/all-non-major-third-party-dependencies
May 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coverage Report
File CoverageNo changed files found. |
d091cbb
to
78400d8
Compare
55b7ebe
to
8e3e326
Compare
28dafa7
to
d3e7ca4
Compare
10a7345
to
df9ca21
Compare
0876284
to
8e09371
Compare
1a262e0
to
f5e322e
Compare
c5ebf03
to
635319d
Compare
4990f90
to
5535a14
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
5535a14
to
b6de442
Compare
mgallagher56
approved these changes
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1.0
->3.3.2
0.21.1
->0.22.1
0.22.2
7.24.0
->7.24.5
7.23.3
->7.24.1
19.2.0
->19.3.0
19.1.0
->19.2.2
11.11.0
->11.11.5
0.35.0
->0.39.0
2.8.1
->2.9.1
2.8.1
->2.9.1
2.8.1
->2.9.1
2.8.1
->2.9.1
2.8.1
->2.9.1
2.8.1
->2.9.1
2.8.1
->2.9.1
0.3.0
->0.4.0
2.39.8
->2.43.1
6.4.2
->6.4.5
8.56.5
->8.56.10
20.11.28
->20.12.8
20.12.10
(+1)18.2.66
->18.3.1
18.2.66
->18.3.1
18.2.22
->18.3.0
18.2.22
->18.3.0
7.2.0
->7.8.0
7.2.0
->7.8.0
1.4.0
->1.6.0
1.4.0
->1.6.0
4.5.5
->4.7.1
10.4.18
->10.4.19
13.7.0
->13.8.1
1.5.3
->1.5.4
0.24.0
->0.25.1
4.18.3
->4.19.2
11.0.14
->11.1.7
11.1.9
(+1)23.10.1
->23.11.3
7.2.0
->7.2.1
2.5.0
->2.5.1
5.1.1
->5.1.6
2.2.3
->2.2.14
20.11.1
->20.13.0
20.11.1-bullseye
->20.12.2-bullseye
8.4.35
->8.4.38
15.1.0
->15.1.2
18.2.0
->18.3.1
18.3.0-canary-a870b2d54-20240314
->18.3.1
18.3.0-canary-a870b2d54-20240314
->18.3.1
18.2.0
->18.3.1
18.3.0-canary-a870b2d54-20240314
->18.3.1
14.1.0
->14.1.1
2.12.3
->2.12.6
6.0.1
->6.1.0
^5.12.0
->5.12.0
0.33.2
->0.33.3
1.148.6
->1.165.0
2.27.1
->2.28.2
5.4.2
->5.4.5
5.1.6
->5.2.11
1.4.0
->1.6.0
8.34.0
->8.36.1
Release Notes
withastro/astro (@astrojs/react)
v3.3.2
Compare Source
Patch Changes
fd7a9ed
Thanks @Angrigo! - Removes using deprecatedReactDOMServer.renderToStaticNodeStream
APIv3.3.1
Compare Source
Patch Changes
f6bddd3
Thanks @lamATnginx! - Fix Redoc usage in React integrationv3.3.0
Compare Source
Minor Changes
#10689
683d51a5eecafbbfbfed3910a3f1fbf0b3531b99
Thanks @ematipico! - Deprecate support for versions of Node.js older thanv18.17.1
for Node.js 18, older thanv20.0.3
for Node.js 20, and the complete Node.js v19 release line.This change is in line with Astro's Node.js support policy.
v3.2.0
Compare Source
Minor Changes
14f1d49a10541fecc4c10def8a094322442ccf23
Thanks @fightingcat! - Expose Babel config for @astro/react.v3.1.1
Compare Source
Patch Changes
195f51f82a44df32be73865949aabee0d46ffe61
Thanks @matthewp! - Mark @material-tailwind/react as noExternalwithastro/starlight (@astrojs/starlight)
v0.22.1
Compare Source
Patch Changes
1c0fc384
Thanks @HiDeoo! - Fixes an issue where thesiteTitle
property would not be set when using the<StarlightPage />
component.v0.22.0
Compare Source
Minor Changes
#640
7dc503ea
Thanks @HiDeoo! - Adds support for syncing multiple sets of tabs on the same page.#1620
ca0678ca
Thanks @emjio! - Adds support for translating the site titletitle
field on Starlight’s internal config object has changed. This used to be a string, but is now an object.If you are relying on
config.title
(for example in a custom<SiteTitle>
or<Head>
component), you will need to update your code. We recommend using the newsiteTitle
prop available to component overrides:v0.21.5
Compare Source
Patch Changes
#1728
0a75680d
Thanks @delucis! - Adds 1 new icon:pkl
#1709
c5cd1811
Thanks @HiDeoo! - Fixes a UI strings translation issue for sites configured with a single non-root language different from English.#1723
3b29b3ab
Thanks @OliverSpeir! - Fixes accessibility by usingaria-selected="false"
for inactive tabs instead of removingaria-selected="true"
in the tablist of Starlight’s<Tabs>
component#1706
f171ac4d
Thanks @jorenbroekema! - Fixes some minor type errorsv0.21.4
Compare Source
Patch Changes
#1703
b26238f2
Thanks @HiDeoo! - Fixes aside custom titles rendering for nested asides.#1708
a72cb966
Thanks @HiDeoo! - Fixes translation issues with Expressive Code when using a default language other than English[
v0.21.3
Configuration
📅 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.