fix(deps): update all non-major dependencies (minor) #1719
+593
−553
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.3.2
->^6.4.0
^6.36.7
->^6.38.6
^1.2.5
->^1.4.0
^9.18.0
->^9.37.0
^6.1.4
->^6.2.2
^6.1.4
->^6.2.2
^0.1.9
->^0.2.0
^1.52.0
->^1.56.1
^2.37.0
->^2.47.0
^6.1.3
->^6.2.1
^22.15.10
->^22.18.11
^2.9.6
->^2.11.8
22.15.0-alpine3.21
->22.20.0-alpine3.21
^9.18.0
->^9.37.0
^3.0.0
->^3.12.4
^16.0.0
->^16.4.0
^0.507.0
->^0.546.0
v1.52.0-jammy
->v1.56.1-jammy
0.52.2
->0.54.0
22.15.0
->22.20.0
10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39
->10.18.3
^3.5.3
->^3.6.2
^0.6.11
->^0.7.0
^5.38.6
->^5.40.2
^1.3.8
->^1.4.0
^8.42.0
->^8.46.1
^22.2.0
->^22.4.2
Release Notes
codemirror/lang-markdown (@codemirror/lang-markdown)
v6.4.0
Compare Source
New features
The new
pasteURLAsLink
extension allows you to paste URLs over a selection to quickly create a link.v6.3.4
Compare Source
Bug fixes
Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.
v6.3.3
Compare Source
Bug fixes
Make
insertNewlineContinueMarkup
take effect even when at the end of a nested range of Markdown content.codemirror/view (@codemirror/view)
v6.38.6
Compare Source
Bug fixes
Work around a regression in Safari 26 that causes fragments of old selections to remain visible.
v6.38.5
Compare Source
Bug fixes
Avoid firing text changes that cover unchanged text on Android.
Fix an issue where the editor could, in some circumstances, insert a stray newline when typing over a document that ended in a block widget.
Work around an issue in Safari 26 that causes inappropriate scrolling on focus in some circumstances.
v6.38.4
Compare Source
Bug fixes
Work around a Chrome Android issue where the browser doesn't properly fire composition end events, leaving CodeMirror to believe the user was still composing.
v6.38.3
Compare Source
Bug fixes
Work around a rendering bug in Mobile Safari by completely hiding empty layers.
Fix vertical cursor motion in Chrome around decorations with bottom borders or margins.
Fix an issue that caused mark decorations longer than 512 characters to needlessly be split.
Move the cursor out of atomic ranges when text input happens.
v6.38.2
Compare Source
Bug fixes
Re-enable falling dispatching keys by key code for Cmd-Alt- combinations on macOS.
Make sure all pointer selections skip atomic ranges.
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.eslint/rewrite (@eslint/compat)
v1.4.0
Features
Dependencies
eslint/eslint (@eslint/js)
v9.37.0
Compare Source
v9.36.0
Compare Source
Features
47afcf6
feat: correctpreserve-caught-error
edge cases (#20109) (Francesco Trotta)Bug Fixes
75b74d8
fix: add missing rule option types (#20127) (ntnyq)1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116) (루밀LuMir)7d61b7f
fix: add missing scope types toScope.type
(#20110) (Pixel998)7a670c3
fix: correct rule option typings inrules.d.ts
(#20084) (Pixel998)Documentation
b73ab12
docs: update examples to usedefineConfig
(#20131) (sethamus)31d9392
docs: fix typos (#20118) (Pixel998)c7f861b
docs: Update README (GitHub Actions Bot)6b0c08b
docs: Update README (GitHub Actions Bot)91f97c5
docs: Update README (GitHub Actions Bot)Chores
12411e8
chore: upgrade @eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6
chore: package.json update for @eslint/js release (Jenkins)bac82a2
ci: simplify renovate configuration (#19907) (唯然)c00bb37
ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751d
refactor: usedefaultOptions
in rules (#20121) (Pixel998)1ace67d
chore: update example to usedefineConfig
(#20111) (루밀LuMir)4821963
test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42e
chore: disallow use of deprecatedtype
property in core rule tests (#20094) (Milos Djermanovic)7bb498d
test: remove deprecatedtype
property from core rule tests (#20093) (Pixel998)e10cf2a
ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4
refactor: usemeta.defaultOptions
inpreserve-caught-error
(#20080) (Pixel998)f9f7cb5
chore: package.json update for eslint-config-eslint release (Jenkins)81764b2
chore: updateeslint
peer dependency ineslint-config-eslint
(#20079) (Milos Djermanovic)v9.35.0
Compare Source
fsegurai/codemirror-themes (@fsegurai/codemirror-theme-vscode-dark)
v6.2.2
Compare Source
v6.2.1
Compare Source
v6.2.0
Compare Source
mermaid-js/mermaid (@mermaid-js/layout-elk)
v0.2.0
Compare Source
Minor Changes
c8e5027
Thanks @darshanr0107! - feat: Update mindmap rendering to support multiple layouts, improved edge intersections, and new shapesPatch Changes
33bc4a0
,e0b45c2
,012530e
,c8e5027
]:microsoft/playwright (@playwright/test)
v1.56.1
Compare Source
Highlights
#37871 chore: allow local-network-access permission in chromium
#37891 fix(agents): remove workspaceFolder ref from vscode mcp
#37759 chore: rename agents to test agents
#37757 chore(mcp): fallback to cwd when resolving test config
Browser Versions
v1.56.0
Compare Source
v1.55.1
Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
This version was also tested against the following stable channels:
v1.55.0
Compare Source
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
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.47.0
Compare Source
Minor Changes
signal
property to request (#14715)Patch Changes
v2.46.5
Compare Source
Patch Changes
form
remote functions'fields.set
triggers reactivity (#14661)v2.46.4
Compare Source
Patch Changes
untrack
function (#14658)v2.46.3
Compare Source
Patch Changes
fix: merge
field.set(...)
calls (#14651)fix: don't automatically reset form after an enhanced submission (#14626)
fix: normalize path strings when updating field values (#14649)
v2.46.2
Compare Source
Patch Changes
env
modules (#14637)v2.46.1
Compare Source
Patch Changes
fix: use
$derived
for form fields (#14621)docs: remove
@example
blocks to allow docs to deploy (#14636)fix: require a value with
submit
andhidden
fields (#14635)fix: delete hydration cache on effect teardown (#14611)
v2.46.0
Compare Source
Minor Changes
Patch Changes
fix: wait a tick before collecting form data for validation (#14631)
fix: prevent code execution order issues around SvelteKit's
env
modules (#14632)v2.45.0
Compare Source
Minor Changes
form.for(id)
now implicitly sets id on form object (#14623)Patch Changes
fetch
in remote function without emitting a warning (#14610)v2.44.0
Compare Source
Minor Changes
feat: expose
event.route
andevent.url
to remote functions (#14606)breaking: update experimental
form
API (#14481)Patch Changes
v2.43.8
Compare Source
Patch Changes
fix: HMR for
query
(#14587)fix: avoid client modules while traversing dependencies to prevent FOUC during dev (#14577)
fix: skip prebundling of .remote.js files (#14583)
fix: more robust remote file pattern matching (#14578)
v2.43.7
Compare Source
Patch Changes
fix: correctly type the
result
ofform
remote functions that do not accept data (#14573)fix: force remote module chunks to isolate themselves (#14571)
v2.43.6
Compare Source
Patch Changes
fix: ensure cache key is consistent between client/server (#14563)
fix: keep resolve relative to initial base during prerender (#14533)
fix: avoid including
HEAD
twice when an unhandled HTTP method is used in a request to a+server
handler that has both aGET
handler and aHEAD
handler (#14564)fix: smoothscroll to deep link (#14569)
v2.43.5
Compare Source
Patch Changes
resolve(...)
outside an event context (#14532)v2.43.4
Compare Source
Patch Changes
v2.43.3
Compare Source
Patch Changes
fix: Webcontainer AsyncLocalStorage workaround (#14521)
fix: include the value of form submitters on
form
remote functions (#14475)v2.43.2
Compare Source
Patch Changes
fix: ensure rendering starts off synchronously (#14517)
fix: keep serialized remote data alive until navigation (#14508)
v2.43.1
Compare Source
Patch Changes
v2.43.0
Compare Source
Minor Changes
Patch Changes
fix: ensure
__SVELTEKIT_PAYLOAD__.data
is accessed safely (#14491)fix: create separate cache entries for non-exported remote function queries (#14499)
v2.42.2
Compare Source
Patch Changes
fix: prevent loops in postbuild analysis phase (#14450)
fix: handle nested object fields in form data (#14469)
fix: robustify form helper types (#14463)
fix: avoid running the
init
hook during builds if there's nothing to prerender (#14464)fix: ensure SSR rendering gets request store context (#14476)
v2.42.1
Compare Source
Patch Changes
v2.42.0
Compare Source
Minor Changes
feat: enhance remote form functions with schema support,
input
andissues
properties (#14383)breaking: remote form functions get passed a parsed POJO instead of a
FormData
object now (#14383)v2.41.0
Compare Source
Minor Changes
%sveltekit.version%
toapp.html
(#12132)Patch Changes
fix: allow remote functions to return custom types serialized with
transport
hooks (#14435)fix: fulfil
beforeNavigate
complete
when redirected (#12896)v2.40.0
Compare Source
Minor Changes
event
property on popstate/link/form navigation (#14307)Patch Changes
fix: respect
replaceState
/keepFocus
/noScroll
when a navigation results in a redirect (#14424)fix: invalidate preload cache when invalidateAll is true (#14420)
v2.39.1
Compare Source
Patch Changes
v2.39.0
Compare Source
Minor Changes
Patch Changes
fix: layout load data not serialized on error page (#14395)
fix: fail prerendering when remote function fails (#14365)
fix: treat handle hook redirect as part of remote function call as json redirect (#14362)
v2.38.1
Compare Source
Patch Changes
fix: enable redirects from queries (#14400)
fix: remove empty nodes from serialized server load data (#14404)
fix: allow commands from within endpoints (#14343)
v2.38.0
Compare Source
Minor Changes
query.batch
(#14272)v2.37.1
Compare Source
Patch Changes
fix: serialize server
load
data before passing to universalload
, to handle mutations and promises (#14298)fix: resolve_route prevent dropping a trailing slash of id (#14294)
fix: assign correct status code to form submission error on the client (#14345)
fix: un-proxy
form.result
(#14346)sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.2.1
Compare Source
Patch Changes
fix: remove unscopable global styles warning (#1223)
Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)
v6.2.0
Compare Source
Minor Changes
optimization.inlineConst
by default to ensure treeshaking works with esm-env in svelte (#1207)v6.1.4
Compare Source
Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
huntabyte/bits-ui (bits-ui)
v2.11.8
Compare Source
Patch Changes
fix(Command): allow selection of the initial value when passed as the
value
prop (#1837)fix(Select): prevent interrupting scroll when virtual select items are added (#1830)
chore: update
runed
andsvelte-toolbelt
(#1838)v2.11.7
Compare Source
Patch Changes
v2.11.6
Compare Source
Patch Changes
v2.11.5
Compare Source
Patch Changes
v2.11.4
Compare Source
Patch Changes
fix(Combobox): recompute whether the
ScrollDown
but should render when the input value changes (#1799)fix(Combobox): dont set the input value to an unselected item when
type='multiple'
(#1799)v2.11.3
Compare Source
Patch Changes
v2.11.2
Compare Source
Patch Changes
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.