fix(deps): update all non-major dependencies (minor) #1719
+182
−204
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:
^6.36.7
->^6.38.1
^6.1.4
->^6.2.0
^6.1.4
->^6.2.0
^1.52.0
->^1.54.1
2.20.8
->2.25.1
^22.15.10
->^22.16.4
^1.4.6
->^1.8.0
22.15.0-alpine3.21
->22.17.1-alpine3.21
^0.507.0
->^0.525.0
v1.52.0-jammy
->v1.54.1-jammy
22.15.0
->22.17.1
10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39
->10.13.1
^3.5.3
->^3.6.2
^3.3.3
->^3.4.0
^5.28.2
->^5.36.8
^3.2.0
->^3.3.1
Release Notes
codemirror/view (@codemirror/view)
v6.38.1
Compare Source
Bug fixes
Make the keymap not dispatch Alt key combos on macOS by key code, because those are generally used to type special characters.
Fix a layout bug that could occur with very narrow editors.
v6.38.0
Compare Source
New features
Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).
v6.37.2
Compare Source
Bug fixes
Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.
Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by
posAtCoords
.v6.37.1
Compare Source
Bug fixes
Properly add
crelt
as a dependency.v6.37.0
Compare Source
New features
View plugins can now take an argument, in which case they must be instantiated with their
of
method in order to be added to a configuration.The new
showDialog
function makes it easy to show a notification or prompt using a CodeMirror panel.v6.36.8
Compare Source
Bug fixes
Make
logException
log errors to the console whenonerror
returns a falsy value.Fix an issue in
MatchDecorator
causingupdateDeco
to sometimes not do the right thing for deletions.fsegurai/codemirror-themes (@fsegurai/codemirror-theme-vscode-dark)
v6.2.0
Compare Source
microsoft/playwright (@playwright/test)
v1.54.1
Compare Source
v1.54.0
Compare Source
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.53.2
Compare Source
v1.53.1
Compare Source
v1.53.0
Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'
reporter to set the title of a specific test run:Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit (@sveltejs/kit)
v2.25.1
Compare Source
Patch Changes
v2.25.0
Compare Source
Minor Changes
read
implementations from adapters (#13859)Patch Changes
v2.24.0
Compare Source
Minor Changes
params
prop for page/layout components (#13999)Patch Changes
storage.get
helper (#13998)v2.23.0
Compare Source
Minor Changes
feat: support svelte.config.ts (#13935)
Patch Changes
fix: extend
vite-plugin-svelte
'sConfig
type instead of duplicating it (#13982)fix: regression with
rolldown-vite
not bundling a single JS file for single and inline apps (#13941)v2.22.5
Compare Source
Patch Changes
@sveltejs/kit
tooptimizeDeps.exclude
(#13983)v2.22.4
Compare Source
Patch Changes
$app/*
modules to be bundled (#13977)v2.22.3
Compare Source
Patch Changes
@sveltejs/kit
(#13971)v2.22.2
Compare Source
Patch Changes
fix: use fallback if
untrack
doesn't exist in svelte package (#13933)fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#13905)
v2.22.1
Compare Source
Patch Changes
fix: prevent infinite loop when calling
pushState
/replaceState
in$effect
(#13914)chore: use
manualChunks
to bundle single and inline apps with Rolldown (#13915)v2.22.0
Compare Source
Minor Changes
vite-plugin-svelte@^6.0.0-next.0
andvite@^7.0.0-beta.0
. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)v2.21.5
Compare Source
Patch Changes
fix: correctly set the sequential focus navigation point when using hash routing (#13884)
fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)
v2.21.4
Compare Source
Patch Changes
v2.21.3
Compare Source
Patch Changes
fix: correctly invalidate static analysis cache of child nodes when modifying a universal
+layout
file during dev (#13793)fix: correctly set sequential focus navigation starting point after navigation (#10856)
fix: suppress console spam for chrome devtools requests (#13830)
fix: avoid externalising packages that depend on
@sveltejs/kit
so that libraries can also useredirect
anderror
helpers (#13843)fix: correctly run
deserialize
on the server (#13686)fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)
v2.21.2
Compare Source
Patch Changes
v2.21.1
Compare Source
Patch Changes
chore: clarify which functions
handleFetch
affects (#13788)fix: ensure
$env
and$app/environment
are correctly set while analysing server nodes (#13790)v2.21.0
Compare Source
Minor Changes
Patch Changes
chore: remove
import-meta-resolve
dependency (#13629)fix: remove component code from server nodes that are never used for SSR (#13684)
huntabyte/bits-ui (bits-ui)
v1.8.0
Compare Source
Minor Changes
thumbPositioning
for more granular control of thumb positioning (#1470)Patch Changes
fix(NavigationMenu): moving from submenu trigger to menu item in the same menu should close the submenu (#1489)
feat(NavigationMenu):
openOnHover
prop to control whether menu items open on hover or not (#1491)fix(NavigationMenu): issues with non-viewport transitions (#1489)
v1.7.0
Compare Source
Minor Changes
feat(DropdownMenu): new
DropdownMenu.CheckboxGroup
component (#1486)feat(ContextMenu): new
ContextMenu.CheckboxGroup
component (#1486)feat(Menubar): new
Menubar.CheckboxGroup
component (#1486)Patch Changes
fix(Select): ensure scroll buttons render on subsequent mounts (#1484)
fix(Combobox): ensure scroll buttons render on subsequent mounts (#1484)
v1.6.1
Compare Source
Patch Changes
fix(Tooltip): ensure only one tooltip within a Provider can be open at a time (#1481)
fix(Command): replace
encodeURIComponent
withcss.escape
for attribute values (#1482)v1.6.0
Compare Source
Minor Changes
active
state (#1471)Patch Changes
fix(DateRangeField): ensure prepopulated value takes priority over placeholder for validation (#1479)
fix(NavigationMenu): do not close
Sub
content when clicking the trigger (#1473)fix(NavigationMenu): render
Content
withoutViewport
(#1474)fix(DateField): ensure prepopulated value takes priority over placeholder for validation (#1479)
v1.5.3
Compare Source
Patch Changes
v1.5.2
Compare Source
Patch Changes
fix(RangeCalendar): ensure
weekStartsOn
is absolute and fallback to locale if not provided (#1462)fix(DateRangePicker): use current field to determine max days in month (#1460)
fix(DateRangePicker): ensure
weekStartsOn
is absolute and fallback to locale if not provided (#1462)fix(DatePicker): ensure
weekStartsOn
is absolute and fallback to locale if not provided (#1462)fix(Calendar): ensure
weekStartsOn
is absolute and fallback to locale if not provided (#1462)fix(DateRangeField): use current field to determine max days in month (#1460)
v1.5.1
Compare Source
Patch Changes
v1.5.0
Compare Source
Minor Changes
onSelect
for SubTrigger (#1454)Patch Changes
fix(ScrollArea): ensure thumb properly restores previous position (#1455)
fix(DatePicker): export
Portal
parts (#1451)fix(Menu): remove unused
closeOnSelect
prop from SubTrigger components (#1453)v1.4.8
Compare Source
Patch Changes
v1.4.7
Compare Source
Patch Changes
preventOverflowTextSelection
prop is applied (#1435)lucide-icons/lucide (lucide-svelte)
v0.525.0
: Version 0.525.0Compare Source
What's Changed
megaphone
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/2448shrub
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2292sun-moon
icon by @zishankadri in https://github.com/lucide-icons/lucide/pull/3328flag
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3370tool-case
icon by @AlexNaskida in https://github.com/lucide-icons/lucide/pull/3333New Contributors
Full Changelog: lucide-icons/lucide@0.524.0...0.525.0
v0.524.0
: Version 0.524.0Compare Source
What's Changed
dessert
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3362ligature
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3369vector-square
icon by @chessurisme in https://github.com/lucide-icons/lucide/pull/2531Full Changelog: lucide-icons/lucide@0.523.0...0.524.0
v0.523.0
: Version 0.523.0Compare Source
What's Changed
bottle-wine
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3265Full Changelog: lucide-icons/lucide@0.522.0...0.523.0
v0.522.0
: Version 0.522.0Compare Source
What's Changed
shopping-bag
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2483line-squiggle
icon by @chessurisme in https://github.com/lucide-icons/lucide/pull/2393Full Changelog: lucide-icons/lucide@0.521.0...0.522.0
v0.521.0
: Version 0.521.0Compare Source
What's Changed
circle-arrow-left
andcircle-arrow-right
by @cstayyab in https://github.com/lucide-icons/lucide/pull/3269squircle-dashed
icon by @aramsoneson in https://github.com/lucide-icons/lucide/pull/3262New Contributors
Full Changelog: lucide-icons/lucide@0.520.0...0.521.0
v0.520.0
: Version 0.520.0Compare Source
What's Changed
georgian-lari
icon by @kivicode in https://github.com/lucide-icons/lucide/pull/3323New Contributors
Full Changelog: lucide-icons/lucide@0.519.0...0.520.0
v0.519.0
: Version 0.519.0Compare Source
What's Changed
blocks
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3267spool
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/2926Full Changelog: lucide-icons/lucide@0.518.0...0.519.0
v0.518.0
: Version 0.518.0Compare Source
What's Changed
egg
andegg-off
icons by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3299*-help
and*-question
icons to*-question-mark
by @jguddas in https://github.com/lucide-icons/lucide/pull/2540drone
icon by @shopped in https://github.com/lucide-icons/lucide/pull/3247New Contributors
Full Changelog: lucide-icons/lucide@0.517.0...0.518.0
v0.517.0
: Version 0.517.0Compare Source
What's Changed
barrel
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/1955Full Changelog: lucide-icons/lucide@0.516.0...0.517.0
v0.516.0
: Version 0.516.0Compare Source
What's Changed
stamp
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3310pocket
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3304mic
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3301radio
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3293wifi-cog
icon by @luisdlopera in https://github.com/lucide-icons/lucide/pull/3133New Contributors
Full Changelog: lucide-icons/lucide@0.515.0...0.516.0
v0.515.0
: Version 0.515.0Compare Source
What's Changed
house-plus
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3238radiation
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3303rectangle-circle
icon by @zefir-git in https://github.com/lucide-icons/lucide/pull/3245New Contributors
Full Changelog: lucide-icons/lucide@0.514.0...0.515.0
v0.514.0
: Version 0.514.0Compare Source
What's Changed
trophy
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2475bandage
icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3300settings-2
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2974New Contributors
Full Changelog: lucide-icons/lucide@0.513.0...0.514.0
v0.513.0
: Version 0.513.0Compare Source
What's Changed
Full Changelog: lucide-icons/lucide@0.512.0...0.513.0
v0.512.0
: Version 0.512.0Compare Source
What's Changed
circle-pound-sterling
icon by @lieonlion in https://github.com/lucide-icons/lucide/pull/2822square-check-big
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3156list-collapse
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3081battery-*
icons by @jguddas in https://github.com/lucide-icons/lucide/pull/3083paperclip
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2956eraser
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3076cloud-check
icon by @lscheibel in https://github.com/lucide-icons/lucide/pull/2612id-card-lanyard
icon by @python2911 in https://github.com/lucide-icons/lucide/pull/2898file-badge
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2934grid-3x2
icon by @qubrat in https://github.com/lucide-icons/lucide/pull/3216New Contributors
Full Changelog: lucide-icons/lucide@0.511.0...0.512.0
v0.511.0
: Version 0.511.0Compare Source
What's Changed
<line>
and<polyline>
by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3168clock-6
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3209axis-3d
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3199chevrons-left-right-ellipsis
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3189square-code
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3173satellite
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/3180factory
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/2970university
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/2965warehouse
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/2966landmark
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/2967custom-words.txt
by @Abdalrhman-Almarakeby in https://github.com/lucide-icons/lucide/pull/3193square-dashed-top-solid
icon by @juanpablofernandez in https://github.com/lucide-icons/lucide/pull/3204New Contributors
Full Changelog: lucide-icons/lucide@0.510.0...0.511.0
v0.510.0
: Version 0.510.0Compare Source
What's Changed
brackets
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3172check-line
icon by @oosawy in https://github.com/lucide-icons/lucide/pull/2890New Contributors
Full Changelog: lucide-icons/lucide@0.509.0...0.510.0
v0.509.0
: Version 0.509.0Compare Source
What's Changed
axe
icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/3201gpu
icon by @xandykati98 in https://github.com/lucide-icons/lucide/pull/2955New Contributors
Full Changelog: lucide-icons/lucide@0.508.0...0.509.0
v0.508.0
: Version 0.508.0Compare Source
What's Changed
phone-
icons by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/3169laptop
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3190lens
tag to icons with magnifying glass by @Abdalrhman-Almarakeby in https://github.com/lucide-icons/lucide/pull/3192Full Changelog: lucide-icons/lucide@0.507.0...0.508.0
nodejs/node (node)
v22.17.1
Compare Source
v22.17.0
: 2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95Compare Source
Notable Changes
Instantiating
node:http
classes withoutnew
Constructing classes like
IncomingMessage
orServerResponse
without thenew
keyword is now discouraged. This clarifies API expectations and aligns with standard
JavaScript behavior. It ma
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.