This repository was archived by the owner on Aug 17, 2025. It is now read-only.
chore(deps): update all non-major dependencies #1861
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:
6.28.1->6.28.22.0.4->2.1.12.1.3->2.1.410.0.6->10.0.720.14.2->20.14.97.13.0->7.14.17.13.0->7.14.11.33.0->1.34.07.34.2->7.34.3v1.27.2->v1.30.0v1.27.18->v1.27.21v1.17.18->v1.17.21v1.30.0->v1.31.1v3.1.0->v3.2.0v0.3.70->v0.3.72v0.1.11->v0.1.123.9.7->3.9.827.1->27.26.23.1->6.24.011.11.3->11.11.45.4.5->5.5.25.92.0->5.92.10.18.0->0.19.13.7.0->3.7.14.8.173->4.8.174Release Notes
codemirror/view (@codemirror/view)
v6.28.2Compare Source
Bug fixes
Only use
EditContexton Chrome versions that support passing it an inverted selection range.Fix an issue that prevented non-inclusive block widgets from having their
updateDOMmethod called when changed.Re-enable
EditContextuse on Chrome 126 and up.tailwindlabs/headlessui (@headlessui/react)
v2.1.1Compare Source
Fixed
anchor="selection"positioning (#3324)ComboboxOptionsto useanyinstead ofunknown(#3327)Transitionboundary forDialogcomponent (#3331)v2.1.0Compare Source
Added
Dialogcomponents at once (without nesting them) (#3242)DialogBackdropcomponent (#3307, #3310)PopoverBackdropcomponent to replacePopoverOverlay(#3308)Fixed
Comboboxopen when clicking scrollbar inComboboxOptions(#3249)ComboboxInputdoes not sync with current value while typing (#3259)Comboboxcomponent when using native scrollbar (#3190)ComboboxOptionswhile closing (#3304)styleprop onComboboxOptions,ListboxOptions,MenuItems, andPopoverPanelcomponents (#3250)Checkboxwhen it isdisabled(#3251)useIdinstead of React internals (for React 19 compatibility) (#3254)TransitionandTransitionChildcomponents (#3303)Changed
TabandShift+Tabkeys when theListboxcomponent is open (#3284)tailwindlabs/heroicons (@heroicons/react)
v2.1.4Compare Source
Fixed
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.14.1Compare Source
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.14.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.1Compare 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.14.1Compare 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.
v7.14.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.1Compare 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.
bufbuild/buf (buf)
v1.34.0buf config ls-modulescommand to list configured modules.buf generatewould succeed on missing insertion points andpanic on empty insertion point files.
buf generateto allow the use of Editions syntax when doing local codegeneration by proxying to a
protocbinary (for languages where code gen isimplemented inside of
protocinstead of in a plugin: Java, C++, Python, etc).protoc_pathproperty of forbuf.gen.yaml,where the first array element is the actual path and other array elements are extra
arguments that are passed to
protoceach time it is invoked.jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.3Compare Source
Fixed
prop-types]: null-check rootNode before calling getScope (#3762 @crnhrv)boolean-prop-naming]: avoid a crash with a spread prop (#3733 @ljharb)jsx-boolean-value]:assumeUndefinedIsFalsewithnevermust not allow explicittruevalue (#3757 @6uliver)no-object-type-as-default-prop]: enable rule for components with many parameters (#3768 @JulienR1)jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769 @akulsr0)aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.30.0Compare Source
v1.29.0Compare Source
v1.28.0Compare Source
puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v3)
v3.2.0Compare Source
Adds options support to the
NewMap/NewMapOffunctions. AMapOfcan now be created like this:NewPresizedMap/NewPresizedMapOffunctions are deprecated. Use theWithPresizeoption instead.Also, adds
WithGrowOnlyoption. It configures newMap/MapOfinstance to be grow-only. This means that the underlying hash table grows in capacity when new keys are added, but does not shrink when keys are deleted. The only exception to this rule is theClearmethod which shrinks the hash table back to the initial capacity.Grow-only maps are more efficient in the case of oscillating map size, i.e. when the map frequently grows and then shrinks in size.
swaggest/jsonschema-go (github.com/swaggest/jsonschema-go)
v0.3.72Compare Source
What's Changed
Full Changelog: swaggest/jsonschema-go@v0.3.71...v0.3.72
v0.3.71Compare Source
What's Changed
Full Changelog: swaggest/jsonschema-go@v0.3.70...v0.3.71
tmc/langchaingo (github.com/tmc/langchaingo)
v0.1.12Compare Source
What's Changed
Definedparser to extract a struct from LLM output by @erictse in https://github.com/tmc/langchaingo/pull/856New Contributors
Full Changelog: tmc/langchaingo@v0.1.11...v0.1.12
apache/maven (maven)
v3.9.8: 3.9.8Compare Source
Release Notes - Maven - Version 3.9.8
Bug
Improvement
Task
Dependency upgrade
What's Changed
Full Changelog: apache/maven@maven-3.9.7...maven-3.9.8
protocolbuffers/protobuf (protoc)
v27.2: Protocol Buffers v27.2Announcements
Compiler
C++
Java
Csharp
Python
PHP
PHP C-Extension
Ruby
Ruby C-Extension
UPB (Python/PHP/Ruby C-Extension)
Other
remix-run/react-router (react-router-dom)
v6.24.0Compare Source
Minor Changes
Add support for Lazy Route Discovery (a.k.a. Fog of War) (#11626)
unstable_patchRoutesOnMissdocs: https://reactrouter.com/en/main/routers/create-browser-routerPatch Changes
fetcher.submittypes - remove incorrectnavigate/fetcherKey/unstable_viewTransitionoptions because they are only relevant foruseSubmit(#11631)location.statevalues passed to<StaticRouter>(#11495)react-router@6.24.0@remix-run/router@1.17.0xyflow/xyflow (reactflow)
v11.11.4Compare Source
This release adds some deprecation warnings and introduces new function and attribute names for "edge update" which is now called "edge reconnect":
updateEdge=>reconnectEdgeonEdgeUpdateStart=>onReconnectStartonEdgeUpdate=>onReconnectonEdgeUpdateEnd=>onReconnectEndedgeUpdaterRadius=>reconnectRadiusedge.updatable=>edge.reconnectableWe changed the term, because we think it's more clear what it does and is better to distinguish from the new
updateEdgeandupdateEdgeDatahelpers in React Flow 12.Patch Changes
092b2ecb- rename updateEdge to reconectEdge280a64ee- abort drag when multiple touches are detected092b2ecb,280a64ee]:Microsoft/TypeScript (typescript)
v5.5.2Compare Source
webpack/webpack (webpack)
v5.92.1Compare Source
getzola/zola (zola)
v0.19.1config.generate_feedsbeing still serialized asconfig.generate_feed. Both are available for nowzola servenot reacting to changes on some OSesv0.19.0render = falsecapability to pagesgenerate_feedtogenerate_feeds(both in config.toml and in section front-matter)feed_filename: Stringtofeed_filenames: Vec<String>[extra]sectionConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.