chore(deps): update all non-major dependencies#145
Merged
Conversation
e37e88e to
05a70fb
Compare
1f63f94 to
80bdc4b
Compare
80bdc4b to
c725e1d
Compare
spah-soptim
approved these changes
Jun 9, 2026
kiph-soptim
approved these changes
Jun 9, 2026
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:
8.60.0→8.60.11.5.2→1.6.010.4.0→10.4.13.17.1→3.19.04.0.1→4.1.019.2.6→19.2.719.2.6→19.2.75.55.9→5.56.11.6.1→1.7.18.60.0→8.60.18.0.14→8.0.164.1.7→4.1.813.4.2→13.5.03.5.1→3.6.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.60.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
xyflow/xyflow (@xyflow/svelte)
v1.6.0Compare Source
Minor Changes
e6661de- AddautoPanOnSelectionto auto-pan when user drags a selection close to the edge of the viewport.Patch Changes
#5790
735d259- Fix control button props not being reactive#5791
732c8eb- Adds a type error whenhandleIdis used withouthandleTypeinuseNodeConnections#5105
2a8d0bc- Improve generic types on useSvelteFlow to better reflect custom node & edge data#5793
c5c853d- Dev Warnings now use library-specific messaging with the correct documentation links.#5776
0441e9f- ExportNodeHandletype#5801
536ff5f- Pass aria label to node dom element#5778
109ba13- Remove unusedbackground-colorCSS variable#5784
7055140- Fix node resizing possible beyond absolute extents#5795
d06cec7- Check if window is defined before calling browser functionsUpdated dependencies [
732c8eb,c5c853d,e6661de,737194d,40660cd,4806e7c,7055140]:eslint/eslint (eslint)
v10.4.1Compare Source
Bug Fixes
e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930) (Francesco Trotta)d4ce898fix: propagate failures from delegated commands (#20917) (Minh Vu)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916) (kuldeep kumar)c5bc78bfix: false positive for reference infinallyblock (#20655) (Tanuj Kanti)27538c0fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)Documentation
61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921) (Tanuj Kanti)305d5b9docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)49b0202docs: fixdisplay: noneof ad (#20901) (Tanuj Kanti)9067f94docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)c91b041docs: Update README (GitHub Actions Bot)e349265docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)Chores
b0e466btest: adddataproperty to invalid tests cases for rules (#20924) (Tanuj Kanti)f78838btest: add CodePath type coverage (#20904) (Pixel998)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20922) (Francesco Trotta)002942cci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)64bca24chore: update ecosystem plugins (#20912) (ESLint Bot)6d7c832chore: ignore fflate updates in renovate (#20908) (Pixel998)b2c8638ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])a9b8d7fchore: increase maxBuffer for ecosystem tests (#20881) (sethamus)b702eadchore: update ecosystem update PR settings (#20884) (Pixel998)507f60echore: update ecosystem plugins (#20882) (ESLint Bot)92f5c5btest: add unit test for message-count (#20878) (kuldeep kumar)df32108chore: add @eslint/markdown and typescript-eslint ecosystem tests (#20837) (sethamus)327f91dchore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)f0dc4bdchore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)0f4bd25ci: run Discord alert for ecosystem test failures (#20873) (Copilot)sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.19.0Compare Source
Minor Changes
#1533
f0416beThanks @dummdidumm! - feat: support Svelte 5 declaration tags#1533
f0416beThanks @dummdidumm! - feat: update svelte-eslint-parser to 1.7.0v3.18.0Compare Source
Minor Changes
#1530
f110d75Thanks @SAY-5! - feat: addno-nested-style-tagrule#1531
d3043d3Thanks @SAY-5! - feat: addprefer-derived-over-derived-byrule#1532
aa8fe83Thanks @marekdedic! - feat(no-navigation-without-resolve): recognizing nullish TS types as allowedsveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v4.1.0Compare Source
Minor Changes
facebook/react (react)
v19.2.7Compare Source
facebook/react (react-dom)
v19.2.7Compare Source
sveltejs/svelte (svelte)
v5.56.1Compare Source
Patch Changes
fix: error at compile time on duplicate snippet/declaration tag definitions (#18351)
fix: parse declaration tag contents more robustly (#18353)
fix: correctly transform references to earlier declarators in a declaration tag (e.g.
{let a = $state(0), b = $derived(a * 2)}) (#18348)fix: avoid spurious
state_referenced_locallywarnings for$deriveddeclarations in declaration tags (#18348)fix: tolerate whitespace before
let/constin declaration tags (#18348)fix: prevent infinite loop when a tag's expression ends with a trailing
/at the end of the input (#18350)fix: more robust parsing of declaration tags with regards to
type(#18330)fix: preserve newlines in spread input values when the
typeattribute is applied aftervalue(#18345)fix: update
SvelteURLSearchParamswhen setting duplicate keys to the same joined value (#18336)fix: check references for blockers on server, too (#18352)
v5.56.0Compare Source
Minor Changes
Patch Changes
perf: use
createElementinstead ofcreateElementNSfor HTML elements (#18262)perf: store
current_sourcesas aSetfor O(1) membership checks (#18278)perf: deduplicate identical hoisted templates within a component (#18320)
perf: hoist
rest_propsexclude list as a module-scopeSet(#18252)v5.55.10Compare Source
Patch Changes
fix: unlink errored and otherwise finished batch (#18264)
perf: walk composedPath() directly in delegated event propagation (#18268)
fix: transfer effects when merging batches (#18254)
fix: allow
$derived(await ...)in disconnected effect roots (#18273)fix: remove temporary raw-text hydration markers (#18269)
fix: propagate async
@constblockers through closure references so template expressions like{(() => host)()}correctly wait for the awaited value (#18309)fix: properly unlink batches (#18298)
fix: settle discarded batch (#18290)
fix: declare
let:directives before{@​const}declarations on slotted elements (#18271)fix: resume outro-ed branches if they were kept around (#18291)
fix: avoid waterfall-warning when async resolves to same value (#18297)
fix: correctly coordinate component-level effects inside async blocks (#18260)
fix: make unnecessary commit work less likely (#18263)
chore: add tag name to
a11y_click_events_have_key_eventswarning (#18272)fix: catch rejected promises while merging/committing (#18266)
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v1.7.1Compare Source
Patch Changes
009dd55Thanks @ota-meshi! - Fix parsing TypeScript$derived(...)declaration tags inside top-level snippets.v1.7.0Compare Source
Minor Changes
05dd7f0Thanks @dummdidumm! - feat: support Svelte 5 declaration tagsPatch Changes
aba2993Thanks @ota-meshi! - fix: wrong parent type for some nodestypescript-eslint/typescript-eslint (typescript-eslint)
v8.60.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v8.0.16Compare Source
Bug Fixes
v8.0.15Compare Source
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
collectAllModulesfunction (#22562) (6978a9c)vitest-dev/vitest (vitest)
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)
v13.5.0Compare Source
Checkstyle 13.5.0 - https://checkstyle.org/releasenotes.html#Release_13.5.0
New:
#19496 - AvoidStarImport: new property maxAllowedStarImports to allow atmost one star import in a file.
#14782 - LITERAL_DEFAULT token support in RightCurlyCheck.
#15484 - New Check UnusedTryResourceShouldBeUnnamed.
Bug fixes:
#17697 - Google style: Disallow comments enclosed in boxes.
#19641 - Add checks for OpenJDK Style §3.10 - Variable Declarations.
#19640 - Add checks for OpenJDK Style §4.1 - Package Names.
#18227 - Extend TextBlockGoogleStyleFormatting to check indentation of each line in the blocks.
#19770 - JavadocTypeCheck incorrectly matches record component
@param tags using prefix instead of exact match.#17052 - Add support for flexible constructor bodies (JEP 513) targeted for JDK25.
#17464 - RequireThis false positive inside annotation definition.
#19623 - Add checks for OpenJDK Style §3.3 - Import statements.
#17203 - PatternVariableAssignment check false negative when pattern variable extends beyond the statement of introduction.
#19716 - False Negative: SimplifyBooleanExpression does not report with paranthesized boolean literals in ternary operators.
#19617 - Add checks for OpenJDK Style §2 - Java Source Files.
#17253 - Google-style: Illegal to break the line before or after the lambda arrow.
#19149 - update MissingJavadocTypeCheck to use AST of javadoc.
#2629 - IndentationCheck: incorrect validation for class definition.
#5685 - Indentation: false positive for try child on the same line.
#11822 - RequireThisCheck giving multiple violation for classes nested in lambdas.
#19622 - Add checks for OpenJDK Style §3.2 - Package declaration.
Other Changes:
Confused supression of Indentation in google_checks.
Remove chapter numbers from Doc Comments Coverage Page.
Fix xdocs Examples AST Consistency Test (Reduce suppressions list).
Move violation comments out of Javadoc for all input files.
`Regexp` check for unnecessary `// ok` comments is configured under `TreeWalker`.
google_style.xml: support multiple config links per rule entry in XdocsPagesTest.
missing description of blue-tick checks at google style coverage page.
False Negative: FinalLocalVariableCheck does not report for variables assigned in adjacent catches.
Cached page of Documentation style guide should be open in mobile browser in easy to read rendering.
Documentation Comments Style Guide - Images in HTML Destination.
Documentation Comments Style Guide - `@`author.
AbbreviationAsWordInName doc should have horizontal line after above example description.
Remove Chapter number from openjdk_checks.xml file.
resolve Qodana inspections in Javadoc and test utilities.
NoClassDefFound Exception during compilation on jdk25.
review suppresions of org.openrewrite.staticanalysis.CodeCleanup.
Website warnings in maven output: Anchor name used more than once.
Add Oracle Doc Comments Style Guide coverage infrastructure.
Improve design of PropertiesMacros.
inner lambdas right curly idented too much on left to much same ident as wrapper statement.
Move violation comments above of annotated methods.
Violate all inlined violations that are placed in between method singature and annoation or javadoc.
Resolve CheckerFramework violations.
Trigger linkcheck by Github comment.
Organize openrewrite staticanalysis composite recipes by groups as it is done on openrewrite website.
Test extension: Variables `&` Patterns Syntax: Indentation.
Error in bash method does not stop execution of whole command.
Parsing problem detected by CI at jdk25/test/jdk/jdk/jfr/event/tracing/TestConstructors.java.
Remove UnmodifiableCollectionUtil and use pitest funmodifiablecollection feature.
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.