Skip to content
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

Merged
merged 4 commits into from
Jun 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.28.1 -> 6.28.2 age adoption passing confidence dependencies patch
@headlessui/react (source) 2.0.4 -> 2.1.1 age adoption passing confidence dependencies minor
@heroicons/react 2.1.3 -> 2.1.4 age adoption passing confidence dependencies patch
@types/mocha (source) 10.0.6 -> 10.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 20.14.2 -> 20.14.9 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.13.0 -> 7.14.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.13.0 -> 7.14.1 age adoption passing confidence devDependencies minor
buf 1.33.0 -> 1.34.0 age adoption passing confidence minor
eslint-plugin-react 7.34.2 -> 7.34.3 age adoption passing confidence devDependencies patch
github.com/aws/aws-sdk-go-v2 v1.27.2 -> v1.30.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.27.18 -> v1.27.21 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 -> v1.17.21 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0 -> v1.31.1 age adoption passing confidence require minor
github.com/puzpuzpuz/xsync/v3 v3.1.0 -> v3.2.0 age adoption passing confidence require minor
github.com/swaggest/jsonschema-go v0.3.70 -> v0.3.72 age adoption passing confidence require patch
github.com/tmc/langchaingo v0.1.11 -> v0.1.12 age adoption passing confidence require patch
maven 3.9.7 -> 3.9.8 age adoption passing confidence patch
protoc 27.1 -> 27.2 age adoption passing confidence minor
react-router-dom (source) 6.23.1 -> 6.24.0 age adoption passing confidence dependencies minor
reactflow (source) 11.11.3 -> 11.11.4 age adoption passing confidence dependencies patch
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence devDependencies minor
webpack 5.92.0 -> 5.92.1 age adoption passing confidence devDependencies patch
zola 0.18.0 -> 0.19.1 age adoption passing confidence minor
org.apache.maven.plugins:maven-dependency-plugin 3.7.0 -> 3.7.1 age adoption passing confidence build patch
io.github.classgraph:classgraph 4.8.173 -> 4.8.174 age adoption passing confidence compile patch

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
  • Fix issues spreading omitted props onto components (#​3313)
  • Fix initial anchor="selection" positioning (#​3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#​3327)
  • Fix incorrect Transition boundary for Dialog component (#​3331)

v2.1.0

Compare Source

Added
Fixed
  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#​3249)
  • Ensure ComboboxInput does not sync with current value while typing (#​3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#​3190)
  • Improve UX by freezing ComboboxOptions while closing (#​3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#​3250)
  • Prevent focus on Checkbox when it is disabled (#​3251)
  • Use useId instead of React internals (for React 19 compatibility) (#​3254)
  • Cancel outside click behavior on touch devices when scrolling (#​3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#​3303)
Changed
  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#​3284)
tailwindlabs/heroicons (@​heroicons/react)

v2.1.4

Compare Source

Fixed
  • Improve tree-shakability of React package (#​1192)
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
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 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
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

  • Add buf config ls-modules command to list configured modules.
  • Fix issue where buf generate would succeed on missing insertion points and
    panic on empty insertion point files.
  • Update buf generate to allow the use of Editions syntax when doing local code
    generation by proxying to a protoc binary (for languages where code gen is
    implemented inside of protoc instead of in a plugin: Java, C++, Python, etc).
  • Allow use of an array of strings for the protoc_path property of for buf.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 with never must not allow explicit true 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

  • Introduce Map/MapOf configs and grow-only option (#​132)

Adds options support to the NewMap/NewMapOf functions. A MapOf can now be created like this:

m := xsync.NewMapOf[int, int](WithPresize(100))

NewPresizedMap/NewPresizedMapOf functions are deprecated. Use the WithPresize option instead.

Also, adds WithGrowOnly option. It configures new Map/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 the Clear 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

New Contributors

Full Changelog: tmc/langchaingo@v0.1.11...v0.1.12

apache/maven (maven)

v3.9.8: 3.9.8

Compare Source

Release Notes - Maven - Version 3.9.8

Bug

  • [MNG-7758] - o.e.aether.resolution.ArtifactResolutionException incorrectly examined when multiple repositories are involved
  • [MNG-8066] - Maven hangs on self-referencing exceptions
  • [MNG-8116] - Plugin configuration can randomly fail in case of method overloading as it doesn&#​39;t take into account implementation attribute
  • [MNG-8131] - Property replacement in dependency pom no longer works
  • [MNG-8135] - Profile activation based on OS properties is no longer case insensitive
  • [MNG-8142] - If JDK profile activator gets "invalid" JDK version for whatever reason, it chokes but does not tell why
  • [MNG-8147] - Profile interpolation broke their evaluation in case of duplicate IDs

Improvement

  • [MNG-7902] - Sort plugins in validation report
  • [MNG-8140] - When a model is discarded (by model builder) for whatever reason, show why it happened
  • [MNG-8141] - Model Builder should report if not sure about "fully correct" outcome
  • [MNG-8150] - Make SimplexTransferListener handle absent source/target files

Task

Dependency upgrade

  • [MNG-8136] - Update to Eclipse Sisu 0.9.0.M3
  • [MNG-8143] - Update to commons-cli 1.8.0
  • [MNG-8144] - Update to Guava 32.2.1-jre
  • [MNG-8154] - Upgrade default plugin bindings

What's Changed

Full Changelog: apache/maven@maven-3.9.7...maven-3.9.8

protocolbuffers/protobuf (protoc)

v27.2: Protocol Buffers v27.2

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

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
Patch Changes
  • Fix fetcher.submit types - remove incorrect navigate/fetcherKey/unstable_viewTransition options because they are only relevant for useSubmit (#​11631)
  • Allow falsy location.state values passed to <StaticRouter> (#​11495)
  • Updated dependencies:
    • 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 and updateEdgeData helpers in React Flow 12.

Patch Changes
Microsoft/TypeScript (typescript)

v5.5.2

Compare Source

webpack/webpack (webpack)

v5.92.1

Compare Source

getzola/zola (zola)

v0.19.1

  • Fix config.generate_feeds being still serialized as config.generate_feed. Both are available for now
  • Fix zola serve not reacting to changes on some OSes

v0.19.0

  • Updates the pulldown-cmark dependency to v0.11.0. This improves footnote handling, and may also introduce some minor behavior changes such as reducing the amount of unnecessary HTML-escaping of text content.
  • Add bottom footnotes with backreference option
  • Fix link check report inconsistency
  • Fix resizing for images with EXIF orientation
  • Add MIME type to get_image_metadata
  • Fix hot loading for config.toml in some cases
  • Add render = false capability to pages
  • Handle string dates in YAML front-matter
  • Add support for fuse.js search format
  • Added support for generating multiple kinds of feeds at once
  • Changed config options named generate_feed to generate_feeds (both in config.toml and in section front-matter)
  • Changed config option feed_filename: String to feed_filenames: Vec<String>
  • The config file no longer allows arbitrary fields outside the [extra] section

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from alecthomas and a team as code owners June 24, 2024 00:11
@renovate renovate bot enabled auto-merge (squash) June 24, 2024 00:11
Copy link
Contributor Author

renovate bot commented Jun 24, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 -> v1.16.8
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 -> v1.3.12
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 -> v2.6.12
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 -> v1.11.14
github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 -> v1.21.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 -> v1.25.1
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 -> v1.29.1

@renovate renovate bot requested review from worstell and removed request for a team June 24, 2024 00:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from e1016de to a3c9def Compare June 26, 2024 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3c9def to a658a7f Compare June 26, 2024 14:02
Copy link
Contributor Author

renovate bot commented Jun 26, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Comment on lines -4 to -5
date = 2025-05-01T08:00:00+00:00
updated = 2021-05-01T08:00:00+00:00
Copy link
Member

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`

@renovate renovate bot merged commit a3a6bc8 into main Jun 26, 2024
43 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 26, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants