-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #1861
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
e1016de
to
a3c9def
Compare
a3c9def
to
a658a7f
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
date = 2025-05-01T08:00:00+00:00 | ||
updated = 2021-05-01T08:00:00+00:00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alecthomas heads up here. I think these fields were removed by zola, so I nuked them here.
cd docs && zola serve
Building site...
Error: Failed to serve the site
Error: Error when parsing front matter of section `/Users/wesbillman/dev/ftl/docs/content/docs/reference/_index.md`
Error: Reason: TOML parse error at line 4, column 1
|
4 | date = 2025-05-01T18:00:00+00:00
| ^^^^
unknown field `date`, expected one of `title`, `description`, `sort_by`, `weight`, `draft`, `template`, `paginate_by`, `paginate_reversed`, `paginate_path`, `insert_anchor_links`, `render`, `redirect_to`, `in_search_index`, `transparent`, `page_template`, `aliases`, `generate_feeds`, `extra`
This PR contains the following updates:
6.28.1
->6.28.2
2.0.4
->2.1.1
2.1.3
->2.1.4
10.0.6
->10.0.7
20.14.2
->20.14.9
7.13.0
->7.14.1
7.13.0
->7.14.1
1.33.0
->1.34.0
7.34.2
->7.34.3
v1.27.2
->v1.30.0
v1.27.18
->v1.27.21
v1.17.18
->v1.17.21
v1.30.0
->v1.31.1
v3.1.0
->v3.2.0
v0.3.70
->v0.3.72
v0.1.11
->v0.1.12
3.9.7
->3.9.8
27.1
->27.2
6.23.1
->6.24.0
11.11.3
->11.11.4
5.4.5
->5.5.2
5.92.0
->5.92.1
0.18.0
->0.19.1
3.7.0
->3.7.1
4.8.173
->4.8.174
Release Notes
codemirror/view (@codemirror/view)
v6.28.2
Compare Source
Bug fixes
Only use
EditContext
on Chrome versions that support passing it an inverted selection range.Fix an issue that prevented non-inclusive block widgets from having their
updateDOM
method called when changed.Re-enable
EditContext
use on Chrome 126 and up.tailwindlabs/headlessui (@headlessui/react)
v2.1.1
Compare Source
Fixed
anchor="selection"
positioning (#3324)ComboboxOptions
to useany
instead ofunknown
(#3327)Transition
boundary forDialog
component (#3331)v2.1.0
Compare Source
Added
Dialog
components at once (without nesting them) (#3242)DialogBackdrop
component (#3307, #3310)PopoverBackdrop
component to replacePopoverOverlay
(#3308)Fixed
Combobox
open when clicking scrollbar inComboboxOptions
(#3249)ComboboxInput
does not sync with current value while typing (#3259)Combobox
component when using native scrollbar (#3190)ComboboxOptions
while closing (#3304)style
prop onComboboxOptions
,ListboxOptions
,MenuItems
, andPopoverPanel
components (#3250)Checkbox
when it isdisabled
(#3251)useId
instead of React internals (for React 19 compatibility) (#3254)Transition
andTransitionChild
components (#3303)Changed
Tab
andShift+Tab
keys when theListbox
component is open (#3284)tailwindlabs/heroicons (@heroicons/react)
v2.1.4
Compare Source
Fixed
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.14.1
Compare 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.0
Compare 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.1
Compare 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.1
Compare 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.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.13.1
Compare 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.0
buf config ls-modules
command to list configured modules.buf generate
would succeed on missing insertion points andpanic on empty insertion point files.
buf generate
to allow the use of Editions syntax when doing local codegeneration by proxying to a
protoc
binary (for languages where code gen isimplemented inside of
protoc
instead of in a plugin: Java, C++, Python, etc).protoc_path
property of forbuf.gen.yaml
,where the first array element is the actual path and other array elements are extra
arguments that are passed to
protoc
each time it is invoked.jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.3
Compare 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
]:assumeUndefinedIsFalse
withnever
must not allow explicittrue
value (#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.0
Compare Source
v1.29.0
Compare Source
v1.28.0
Compare Source
puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v3)
v3.2.0
Compare Source
Adds options support to the
NewMap
/NewMapOf
functions. AMapOf
can now be created like this:NewPresizedMap
/NewPresizedMapOf
functions are deprecated. Use theWithPresize
option instead.Also, adds
WithGrowOnly
option. It configures newMap
/MapOf
instance 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 theClear
method 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.72
Compare Source
What's Changed
Full Changelog: swaggest/jsonschema-go@v0.3.71...v0.3.72
v0.3.71
Compare Source
What's Changed
Full Changelog: swaggest/jsonschema-go@v0.3.70...v0.3.71
tmc/langchaingo (github.com/tmc/langchaingo)
v0.1.12
Compare Source
What's Changed
Defined
parser 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.0
Compare Source
Minor Changes
Add support for Lazy Route Discovery (a.k.a. Fog of War) (#11626)
unstable_patchRoutesOnMiss
docs: https://reactrouter.com/en/main/routers/create-browser-routerPatch Changes
fetcher.submit
types - remove incorrectnavigate
/fetcherKey
/unstable_viewTransition
options because they are only relevant foruseSubmit
(#11631)location.state
values passed to<StaticRouter>
(#11495)react-router@6.24.0
@remix-run/router@1.17.0
xyflow/xyflow (reactflow)
v11.11.4
Compare Source
This release adds some deprecation warnings and introduces new function and attribute names for "edge update" which is now called "edge reconnect":
updateEdge
=>reconnectEdge
onEdgeUpdateStart
=>onReconnectStart
onEdgeUpdate
=>onReconnect
onEdgeUpdateEnd
=>onReconnectEnd
edgeUpdaterRadius
=>reconnectRadius
edge.updatable
=>edge.reconnectable
We changed the term, because we think it's more clear what it does and is better to distinguish from the new
updateEdge
andupdateEdgeData
helpers in React Flow 12.Patch Changes
092b2ecb
- rename updateEdge to reconectEdge280a64ee
- abort drag when multiple touches are detected092b2ecb
,280a64ee
]:Microsoft/TypeScript (typescript)
v5.5.2
Compare Source
webpack/webpack (webpack)
v5.92.1
Compare Source
getzola/zola (zola)
v0.19.1
config.generate_feeds
being still serialized asconfig.generate_feed
. Both are available for nowzola serve
not reacting to changes on some OSesv0.19.0
render = false
capability to pagesgenerate_feed
togenerate_feeds
(both in config.toml and in section front-matter)feed_filename: String
tofeed_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.