chore(deps): update all non-major dependencies #662
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:
^3.4.0
->^3.5.0
^3.5.0
->^3.6.0
^3.1.5
->^3.1.6
^2.5.11
->^2.5.16
^20.14.2
->^20.14.4
7.13.0
->7.13.1
^7.13.0
->^7.13.1
7.13.0
->7.13.1
^7.13.0
->^7.13.1
^4.10.2
->^4.10.3
^3.8.0
->^3.8.1
6.18.2
->6.19.1
^5.3.0
->^5.3.1
5.3.0
->5.3.1
^3.4.27
->^3.4.29
Release Notes
withastro/astro (@astrojs/preact)
v3.5.0
Compare Source
Minor Changes
#11234
4385bf7
Thanks @ematipico! - Adds a new function calledaddServerRenderer
to the Container API. Use this function to manually store renderers inside the instance of your container.This new function should be preferred when using the Container API in environments like on-demand pages:
withastro/astro (@astrojs/react)
v3.6.0
Compare Source
Minor Changes
#11234
4385bf7
Thanks @ematipico! - Adds a new function calledaddServerRenderer
to the Container API. Use this function to manually store renderers inside the instance of your container.This new function should be preferred when using the Container API in environments like on-demand pages:
withastro/astro (@astrojs/sitemap)
v3.1.6
Compare Source
Patch Changes
7d59750
Thanks @wackbyte! - Refactor to use Astro's integration logger for loggingsveltejs/kit (@sveltejs/kit)
v2.5.16
Compare Source
Patch Changes
v2.5.15
Compare Source
Patch Changes
v2.5.14
Compare Source
Patch Changes
v2.5.13
Compare Source
Patch Changes
v2.5.12
Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.13.1
Compare Source
🩹 Fixes
eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [return-await] support explicit resource management
eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.13.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
withastro/astro (astro)
v4.10.3
Compare Source
Patch Changes
#11213
94ac7ef
Thanks @florian-lefebvre! - Removes thePUBLIC_
prefix constraint forastro:env
public variables#11213
94ac7ef
Thanks @florian-lefebvre! - BREAKING CHANGE to the experimentalastro:env
feature onlyServer secrets specified in the schema must now be imported from
astro:env/server
. UsinggetSecret()
is no longer required to use these environment variables in your schema:Note that using
getSecret()
with these keys is still possible, but no longer involves any special handling and the raw value will be returned, just like retrieving secrets not specified in your schema.#11234
4385bf7
Thanks @ematipico! - Adds a new function calledaddServerRenderer
to the Container API. Use this function to manually store renderers inside the instance of your container.This new function should be preferred when using the Container API in environments like on-demand pages:
#11249
de60c69
Thanks @markgaze! - Fixes a performance issue with JSON schema generation#11242
e4fc2a0
Thanks @ematipico! - Fixes a case where the virtual moduleastro:container
wasn't resolved#11236
39bc3a5
Thanks @ascorbic! - Fixes a case where symlinked content collection directories were not correctly resolved#11258
d996db6
Thanks @ascorbic! - Adds a new errorRewriteWithBodyUsed
that throws whenAstro.rewrite
is used after the request body has already been read.#11243
ba2b14c
Thanks @V3RON! - Fixes a prerendering issue for libraries innode_modules
when a folder with an underscore is in the path.#11244
d07d2f7
Thanks @ematipico! - Improves the developer experience of the custom500.astro
page in development mode.Before, in development, an error thrown during the rendering phase would display the default error overlay, even when users had the
500.astro
page.Now, the development server will display the
500.astro
and the original error is logged in the console.#11240
2851b0a
Thanks @ascorbic! - Ignores query strings in module identifiers when matching ".astro" file extensions in Vite plugin#11245
e22be22
Thanks @bluwy! - Refactors prerendering chunk handling to correctly remove unused code during the SSR runtimesveltejs/language-tools (svelte-check)
v3.8.1
Compare Source
nodejs/undici (undici)
v6.19.1
Compare Source
v6.19.0
Compare Source
What's Changed
9e8f45f
todd7e693
in /build by @dependabot in https://github.com/nodejs/undici/pull/3309dd7e693
toe6d4495
in /build by @dependabot in https://github.com/nodejs/undici/pull/3313e6d4495
to075a5cc
in /build by @dependabot in https://github.com/nodejs/undici/pull/3326bodyTimeout
in the request by @jakecastelli in https://github.com/nodejs/undici/pull/3324New Contributors
Full Changelog: nodejs/undici@v6.18.2...v6.19.0
vitejs/vite (vite)
v5.3.1
Compare Source
vuejs/core (vue)
v3.4.29
Compare Source
Bug Fixes
v3.4.28
Compare Source
Bug Fixes
ForIteratorExpression
'sreturns
property optional (#11011) (5b8c1af)<math>
tag as block to retain MathML namespace after patching (#10891) (87c5443)<details>
'sonToggle
event handler (#10938) (fd18ce7), closes #10928@vue/reactivity
as dependency of@vue/runtime-dom
(#10468) (ec424f6)<component :is>
(#8304) (b310ec3), closes #8298app.provide
type checking (#10603) (612bbf0), closes #10602Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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.