Update all non-major dependencies - #1047
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for pauseai canceled.
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 17, 2026 23:36
8cbf0c3 to
c8ee815
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
18 times, most recently
from
August 22, 2026 22:03
a0882d2 to
98c2b5c
Compare
Collaborator
|
/preview |
Contributor
|
🚀 Deployment triggered for branch Once the build is finished, it will be available at: You can check the deployment status here: |
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 26, 2026 02:54
ecc2622 to
1125b02
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 26, 2026 06:50
1125b02 to
b32d28c
Compare
This file contains hidden or 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
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:
^1.31.0→^1.34.0^10.70.0→^10.71.0^10.70.0→^10.71.0^2.70.2→^2.70.3^0.8.0→^0.8.1^16.2.3→^16.2.4^6.3.0→^6.6.0^8.0.3→^8.0.4^5.56.9→^5.56.10^8.2.1→^8.2.2^4.1.10→^4.1.11Release Notes
lucide-icons/lucide (@lucide/svelte)
v1.34.0: Version 1.34.0Compare Source
What's Changed
mail-clockicon by @ericfennis in #4722Full Changelog: lucide-icons/lucide@1.33.0...1.34.0
v1.33.0: Version 1.33.0Compare Source
What's Changed
usb-c-porticon by @karsa-mistmere in #4556audio-lines-officon by @karsa-mistmere in #4589mopicon by @karsa-mistmere in #4682midi-porticon by @simoncoudeville in #3754New Contributors
Full Changelog: lucide-icons/lucide@1.32.0...1.33.0
v1.32.0: Version 1.32.0Compare Source
What's Changed
car-batteryicon by @andreynaz4renko in #4088New Contributors
Full Changelog: lucide-icons/lucide@1.31.0...1.32.0
getsentry/sentry-javascript (@sentry/deno)
v10.71.0Compare Source
Important Changes
The
enableLogsclient option now defaults totrue, so Sentry Logs work without any manual opt-in. Nothing is captured unless you call theSentry.logger.*APIs or add a log-forwarding integration (such asconsoleLoggingIntegration,pinoIntegration, or the winston transport), and you can setenableLogs: falseto opt out. Although a default change like this would normally land in a major release, we are shipping it in a minor after careful consideration, since it sends no data on its own and only takes effect once you actively use the logging APIs or a logging integration.Other Changes
scope.clear()method (#23231)Headersinstances (#23241)captureExceptionfrom scope, not fromClient(#23280)Internal Changes
Bundle size 📦
sveltejs/kit (@sveltejs/kit)
v2.70.3Compare Source
Patch Changes
$app/statedependencies during module initialization (b61018d)unjs/fontaine (fontaine)
v0.8.1Compare Source
sindresorhus/globby (globby)
v16.2.4Compare Source
ignoreoption disabling thegitignoreoption19e1fcemaplibre/maplibre-gl-js (maplibre-gl)
v6.6.0Compare Source
✨ Features and improvements
symbol-height-offsetandsymbol-height-anchorlayout properties, which raise icons and text above the map.symbol-height-anchorselects whether the offset is measured from the terrain surface (ground, the default) or from the zero elevation datum (absolute) (#7827) (by @HarelM)🐞 Bug fixes
text-size/icon-size(#8175) (by @mondsichtung)center,zoom,bearing,pitchandrollbeing ignored when the map was created with aminZoomorminPitchoption, since applying those limits marked the transform as modified (#5932)color-reliefDEM texture once per tile instead of on every frame (#8209)v6.5.0Compare Source
✨ Features and improvements
ImageSource.setWarpandImageSource.getWarp, choosing between aauto,perspectiveand aflatwarp of the image (#8172) (by @HarelM)🐞 Bug fixes
v6.4.1Compare Source
🐞 Bug fixes
DOM.sanitizeleaving dangerous attributes behind when multiple consecutive attributes are present. Iterating the liveNamedNodeMapfromelem.attributeswhile callingremoveAttributeskipped the attribute directly after a removed one, so a second dangerous attribute (for example anontoggleon a<details open>element) could survive sanitisation and later execute (#8189) (by @0xKirisame)CustomRenderMethodInput.defaultProjectionData.projectionTransition, which was hardcoded to 1 for the whole globe/mercator transition, so a custom layer jumped straight to the fully bent globe while every other layer eased (#8169) (by @mondsichtung)sveltejs/svelte (svelte)
v5.56.10Compare Source
Patch Changes
fix: preserve CSS escape sequences when printing selectors (#18667)
fix: parse
:nth-child(2n of.foo)whereofis not followed by whitespace (#18611)fix: transform expressions inside labeled statements during server compilation (#18617)
docs: clarify that context lookup includes the current component and all ancestors (#18581)
fix: apply CSS custom properties with falsy values on components (#18634)
fix: correctly print
{#await ... catch x}et al (#18645)fix: ignore comments of Program node during migration script (#18656)
fix: reliably resolve append_style to its correct root (#18614)
fix: clean up removed capture event handlers from spread attributes (#18618)
fix: don't corrupt renderer type during SSR's legacy
bind:retry loop (#18616)fix: treat concise arrow function bodies as implicit returns when calculating blockers (#18613)
fix: give effect teardowns the value from before the first write in a flush (#18620)
fix: avoid double-calling a derived reference when destructuring
$derivedof another$derivedduring server-side rendering (#18668)fix: preserve namespaces in CSS type selectors (#18678)
fix: increment private state fields through a non-
thisreceiver (#18622)chore: deduplicate client and server context helpers (#18580)
fix: release
last_propagated_eventafter event propagation settles so it no longer retains the last event's target subtree (#18569)fix: allow custom elements to receive async values as props (#18661)
fix: strip comments from inline
stylevalues in linear time (#18553)fix: prevent declaration comments from breaking server derived references (#18641)
perf: make async blocker analysis scale linearly with the number of top-level references (#18549)
fix: preserve short-circuiting for logical assignments to private state fields (#18594)
vitejs/vite (vite)
v8.2.2Compare Source
Features
@vitejs/devtoolspeer range to v0.5.0 (#23302) (495d9ff)Bug Fixes
resolve.preserveSymlinkswhen resolving root (fix #23197) (#23198) (8413052)Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
vitest-dev/vitest (vitest)
v4.1.11Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.