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 #2423

Merged
merged 5 commits into from
Aug 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@codemirror/view 6.31.0 -> 6.32.0 age adoption passing confidence dependencies minor
@storybook/addon-essentials (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/addon-onboarding (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/addon-themes (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/blocks (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/react (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/react-vite (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@storybook/test (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
@types/node (source) 20.14.15 -> 20.16.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.0.1 -> 8.1.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.0.1 -> 8.1.0 age adoption passing confidence devDependencies minor
@vscode/vsce (source) 2.31.1 -> 2.32.0 age adoption passing confidence devDependencies minor
buf 1.36.0 -> 1.37.0 age adoption passing confidence minor
clap 4.5.15 -> 4.5.16 age adoption passing confidence workspace.dependencies patch
github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.28 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.28 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/kms v1.35.3 -> v1.35.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.32.4 -> v1.32.5 age adoption passing confidence require patch
github.com/aws/smithy-go v1.20.3 -> v1.20.4 age adoption passing confidence require patch
github.com/docker/docker v27.1.1+incompatible -> v27.1.2+incompatible age adoption passing confidence require patch
github.com/tliron/kutil v0.3.25 -> v0.3.26 age adoption passing confidence require patch
go 1.22.6 -> 1.23.0 age adoption passing confidence minor
helm 3.15.3 -> 3.15.4 age adoption passing confidence patch
lint-staged 15.2.8 -> 15.2.9 age adoption passing confidence devDependencies patch
react-router-dom (source) 6.26.0 -> 6.26.1 age adoption passing confidence dependencies patch
serde (source) 1.0.206 -> 1.0.208 age adoption passing confidence workspace.dependencies patch
serde_json 1.0.124 -> 1.0.125 age adoption passing confidence workspace.dependencies patch
storybook (source) 8.2.8 -> 8.2.9 age adoption passing confidence devDependencies patch
syn 2.0.74 -> 2.0.75 age adoption passing confidence workspace.dependencies patch
tailwindcss (source) 3.4.9 -> 3.4.10 age adoption passing confidence dependencies patch
tokio (source) 1.39.2 -> 1.39.3 age adoption passing confidence workspace.dependencies patch
type-fest 4.24.0 -> 4.25.0 age adoption passing confidence dependencies minor
vscode-languageclient (source) 10.0.0-next.11 -> 10.0.0-next.12 age adoption passing confidence dependencies patch
zola 0.19.1 -> 0.19.2 age adoption passing confidence patch
kr.motd.maven:os-maven-plugin 1.6.0 -> 1.7.1 age adoption passing confidence build minor
org.apache.maven.plugins:maven-failsafe-plugin 3.2.5 -> 3.4.0 age adoption passing confidence build minor
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 -> 3.4.0 age adoption passing confidence build minor
io.grpc:grpc-stub 1.65.1 -> 1.66.0 age adoption passing confidence compile minor
io.grpc:grpc-protobuf 1.65.1 -> 1.66.0 age adoption passing confidence compile minor
io.grpc:grpc-netty 1.65.1 -> 1.66.0 age adoption passing confidence compile minor
io.grpc:grpc-bom 1.65.1 -> 1.66.0 age adoption passing confidence import minor
org.jetbrains.kotlin:kotlin-maven-allopen (source) 2.0.0 -> 2.0.10 age adoption passing confidence build patch
org.jetbrains.kotlin:kotlin-maven-plugin (source) 2.0.0 -> 2.0.10 age adoption passing confidence build patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

codemirror/view (@​codemirror/view)

v6.32.0

Compare Source

Bug fixes

Fix a bug where the editor could draw way too big a viewport when not managing its own scrollbar.

New features

The new gutterWidgetClass facet makes it possible to add a class to gutter elements next to widgets.

storybookjs/storybook (@​storybook/addon-essentials)

v8.2.9

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.2.9

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes
  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.1.0

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.

Microsoft/vsce (@​vscode/vsce)

v2.32.0

Compare Source

Changes:

  • #​1034: Revert "Update deprecated dependencies"
  • #​1032: fix: probabilistic trigger v8 crash
  • #​1028: Remove need-more-info-closer workflow

This list of changes was auto generated.

bufbuild/buf (buf)

v1.37.0

  • Add STABLE_PACKAGE_NO_IMPORT_UNSTABLE lint rule which disallows files from stable packages
    to import files from unstable packages.
  • Fix plugin push failures when pushing an image built with containerd image store.
clap-rs/clap (clap)

v4.5.16

Compare Source

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.30.4

Compare Source

aws/smithy-go (github.com/aws/smithy-go)

v1.20.4

Compare Source

docker/docker (github.com/docker/docker)

v27.1.2+incompatible

Compare Source

tliron/kutil (github.com/tliron/kutil)

v0.3.26

Compare Source

golang/go (go)

v1.23.0

helm/helm (helm)

v3.15.4: Helm v3.15.4

Helm v3.15.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.15.4. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Bump the k8s-io group across 1 directory with 7 updates fa9efb0 (dependabot[bot])
  • Bump github.com/docker/docker 36a21b1 (dependabot[bot])
lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.
remix-run/react-router (react-router-dom)

v6.26.1

Compare Source

serde-rs/serde (serde)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)
serde-rs/json (serde_json)

v1.0.125

Compare Source

dtolnay/syn (syn)

v2.0.75

Compare Source

  • Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#​1722)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.10

Compare Source

tokio-rs/tokio (tokio)

v1.39.3: Tokio v1.39.3

Compare Source

1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#​6772)

sindresorhus/type-fest (type-fest)

v4.25.0

Compare Source

getzola/zola (zola)

v0.19.2

  • Fix some of YAML date parsing
  • Fix feed generation for languages not working in some cases (it was taking the value from the root of the config for
    feed_filenames)
  • Ignore .bck files in zola serve
  • Fix change monitoring on Windows
  • Allow disabling sitemap.xml and robots.txt generation
  • Fix shortcodes in inline HTML
  • Ignore code blocks in word count
grpc/grpc-java (io.grpc:grpc-stub)

v1.66.0

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-maven-allopen)

v2.0.10: Kotlin 2.0.10

Compare Source

2.0.10

Apple Ecosystem
  • KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0
Compiler
Fixes
  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-68521 K2: Property's private setters can be bypassed when using plusAssign and minusAssign operators
  • KT-68667 K2: Compiler hangs on mapNotNull and elvis inside lambda
  • KT-68747 K2: Long compilation time because of constraint solving when using typealias in different modules
  • KT-68940 K2: "IllegalArgumentException: All variables should be fixed to something"
  • KT-68797 K2 / Native: "java.lang.IllegalStateException: FIELD" caused by enabled caching
  • KT-68362 False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java class which directly implements java.util.Map
  • KT-68449 K2: "when" expression returns Unit
  • KT-67072 K2: inconsistent stability of open vals on receivers of final type
  • KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
  • KT-69159 K2: KotlinNothingValueException in Exposed
  • KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
  • KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
  • KT-67804 removeFirst and removeLast return type with Java 21
  • KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
  • KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
  • KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
  • KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
  • KT-68351 K2: "Suspension functions can only be called within coroutine body"
  • KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
  • KT-69058 K2: Java-defined property annotations not persisted
  • KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring targets for test suites
  • KT-68016 K2: Gradle repo test should compile correctly with Kotlin explicit api mode fails on K2
  • KT-68575 K2: @ParameterName annotation is not erased when inferring the type of it in lambdas
  • KT-67999 K2: lost flexibility on parameters of Java SAM
  • KT-59679 K2: Investigate extracting uncompleted candidates from blocks
  • KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM
  • KT-68806 K/Wasm RuntimeError: unreachable on Sequence::toList
  • KT-68455 K2: False negative UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS
  • KT-68538 KJS/K2: using while with break inside inline lambdas leads to an endless cycle
  • KT-68798 JVM compiler crashes on calling private expect constructor with a default parameter
  • KT-68734 K2: enum class in KMP: Expect declaration MMKVLogLevel is incompatible with actual MMKVLogLevel because modality is different
  • KT-68674 False positive ACTUAL_WITHOUT_EXPECT in K2
  • KT-68350 K2: "Inapplicable candidate(s)" caused by pa

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from alecthomas as a code owner August 19, 2024 00:55
@renovate renovate bot requested a review from a team August 19, 2024 00:55
Copy link
Contributor Author

renovate bot commented Aug 19, 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):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.2 -> 1.23.0
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.18
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.4
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 -> v0.0.0-20240813172612-4fcff4a6cae7
github.com/sasha-s/go-deadlock v0.3.1 -> v0.3.5

@renovate renovate bot requested review from jonathanj-square and removed request for a team August 19, 2024 00:55
@renovate renovate bot enabled auto-merge August 19, 2024 00:55
Copy link
Contributor Author

renovate bot commented Aug 19, 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.

@stuartwdouglas stuartwdouglas force-pushed the renovate/all-minor-patch branch from e8fcc65 to dccff6e Compare August 19, 2024 05:24
@wesbillman wesbillman force-pushed the renovate/all-minor-patch branch from c2ac1dd to 6a3207f Compare August 19, 2024 16:58
@renovate renovate bot added this pull request to the merge queue Aug 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 19, 2024
@wesbillman wesbillman added this pull request to the merge queue Aug 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 19, 2024
@wesbillman wesbillman force-pushed the renovate/all-minor-patch branch from 3f7953f to 10c602b Compare August 19, 2024 17:56
@wesbillman wesbillman enabled auto-merge August 19, 2024 17:58
@wesbillman wesbillman added this pull request to the merge queue Aug 19, 2024
Merged via the queue into main with commit 32591b3 Aug 19, 2024
18 checks passed
@wesbillman wesbillman deleted the renovate/all-minor-patch branch August 19, 2024 18:06
safeer pushed a commit that referenced this pull request Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [@codemirror/view](https://togithub.com/codemirror/view) | [`6.31.0`
->
`6.32.0`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.31.0/6.32.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2fview/6.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codemirror%2fview/6.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codemirror%2fview/6.31.0/6.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2fview/6.31.0/6.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor |
|
[@storybook/addon-essentials](https://togithub.com/storybookjs/storybook/tree/next/code/addons/essentials)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/essentials))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/addon-interactions](https://togithub.com/storybookjs/storybook/tree/next/code/addons/interactions)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/interactions))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/addon-links](https://togithub.com/storybookjs/storybook/tree/next/code/addons/links)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/links))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/addon-onboarding](https://togithub.com/storybookjs/storybook/tree/next/code/addons/onboarding)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2faddon-onboarding/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-onboarding/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-onboarding/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-onboarding/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-onboarding/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/addon-themes](https://togithub.com/storybookjs/storybook/tree/next/code/addons/themes)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/addons/themes))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2faddon-themes/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-themes/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-themes/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-themes/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-themes/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/blocks](https://togithub.com/storybookjs/storybook/tree/next/code/lib/blocks)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/blocks))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2fblocks/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2fblocks/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2fblocks/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2fblocks/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2fblocks/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/react](https://togithub.com/storybookjs/storybook/tree/next/code/renderers/react)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/renderers/react))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/react-vite](https://togithub.com/storybookjs/storybook/tree/next/code/frameworks/react-vite)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact-vite/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact-vite/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact-vite/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact-vite/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@storybook/test](https://togithub.com/storybookjs/storybook/tree/next/code/lib/test)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/test))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/@storybook%2ftest/8.2.8/8.2.9)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2ftest/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2ftest/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2ftest/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2ftest/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.14.15` ->
`20.16.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.15/20.16.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.15/20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.15/20.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.0.1` ->
`8.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.0.1/8.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/8.0.1/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.0.1/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.0.1` ->
`8.1.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.0.1/8.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/8.0.1/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.0.1/8.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [@vscode/vsce](https://code.visualstudio.com)
([source](https://togithub.com/Microsoft/vsce)) | [`2.31.1` ->
`2.32.0`](https://renovatebot.com/diffs/npm/@vscode%2fvsce/2.31.1/2.32.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vscode%2fvsce/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vscode%2fvsce/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vscode%2fvsce/2.31.1/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vscode%2fvsce/2.31.1/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [buf](https://togithub.com/bufbuild/buf) | `1.36.0` -> `1.37.0` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/buf/1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/buf/1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/buf/1.36.0/1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/buf/1.36.0/1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [clap](https://togithub.com/clap-rs/clap) | `4.5.15` -> `4.5.16` |
[![age](https://developer.mend.io/api/mc/badges/age/crate/clap/4.5.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/clap/4.5.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/clap/4.5.15/4.5.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/clap/4.5.15/4.5.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| workspace.dependencies | patch |
| [github.com/aws/aws-sdk-go-v2](https://togithub.com/aws/aws-sdk-go-v2)
| `v1.30.3` -> `v1.30.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.30.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2/v1.30.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2/v1.30.3/v1.30.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2/v1.30.3/v1.30.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
|
[github.com/aws/aws-sdk-go-v2/config](https://togithub.com/aws/aws-sdk-go-v2)
| `v1.27.27` -> `v1.27.28` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.27/v1.27.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.27.27/v1.27.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
|
[github.com/aws/aws-sdk-go-v2/credentials](https://togithub.com/aws/aws-sdk-go-v2)
| `v1.17.27` -> `v1.17.28` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.27/v1.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.27/v1.17.28?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
|
[github.com/aws/aws-sdk-go-v2/service/kms](https://togithub.com/aws/aws-sdk-go-v2)
| `v1.35.3` -> `v1.35.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkms/v1.35.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkms/v1.35.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkms/v1.35.3/v1.35.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkms/v1.35.3/v1.35.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
|
[github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://togithub.com/aws/aws-sdk-go-v2)
| `v1.32.4` -> `v1.32.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.32.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.32.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.32.4/v1.32.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.32.4/v1.32.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/aws/smithy-go](https://togithub.com/aws/smithy-go) |
`v1.20.3` -> `v1.20.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2fsmithy-go/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2fsmithy-go/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2fsmithy-go/v1.20.3/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2fsmithy-go/v1.20.3/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/docker/docker](https://togithub.com/docker/docker) |
`v27.1.1+incompatible` -> `v27.1.2+incompatible` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v27.1.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdocker%2fdocker/v27.1.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdocker%2fdocker/v27.1.1+incompatible/v27.1.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fdocker/v27.1.1+incompatible/v27.1.2+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/tliron/kutil](https://togithub.com/tliron/kutil) |
`v0.3.25` -> `v0.3.26` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftliron%2fkutil/v0.3.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftliron%2fkutil/v0.3.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftliron%2fkutil/v0.3.25/v0.3.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftliron%2fkutil/v0.3.25/v0.3.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [go](https://togithub.com/golang/go) | `1.22.6` -> `1.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/go/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/go/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/go/1.22.6/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/go/1.22.6/1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [helm](https://togithub.com/helm/helm) | `3.15.3` -> `3.15.4` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/helm/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/helm/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/helm/3.15.3/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/helm/3.15.3/3.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [lint-staged](https://togithub.com/lint-staged/lint-staged) |
[`15.2.8` ->
`15.2.9`](https://renovatebot.com/diffs/npm/lint-staged/15.2.8/15.2.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.8/15.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.8/15.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [react-router-dom](https://togithub.com/remix-run/react-router)
([source](https://togithub.com/remix-run/react-router/tree/HEAD/packages/react-router-dom))
| [`6.26.0` ->
`6.26.1`](https://renovatebot.com/diffs/npm/react-router-dom/6.26.0/6.26.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-router-dom/6.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-router-dom/6.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-router-dom/6.26.0/6.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router-dom/6.26.0/6.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | `1.0.206` -> `1.0.208`
|
[![age](https://developer.mend.io/api/mc/badges/age/crate/serde/1.0.208?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/serde/1.0.208?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/serde/1.0.206/1.0.208?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/serde/1.0.206/1.0.208?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| workspace.dependencies | patch |
| [serde_json](https://togithub.com/serde-rs/json) | `1.0.124` ->
`1.0.125` |
[![age](https://developer.mend.io/api/mc/badges/age/crate/serde_json/1.0.125?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/serde_json/1.0.125?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/serde_json/1.0.124/1.0.125?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/serde_json/1.0.124/1.0.125?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| workspace.dependencies | patch |
|
[storybook](https://togithub.com/storybookjs/storybook/tree/next/code/lib/cli)
([source](https://togithub.com/storybookjs/storybook/tree/HEAD/code/lib/cli))
| [`8.2.8` ->
`8.2.9`](https://renovatebot.com/diffs/npm/storybook/8.2.8/8.2.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/storybook/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/storybook/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/storybook/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/storybook/8.2.8/8.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [syn](https://togithub.com/dtolnay/syn) | `2.0.74` -> `2.0.75` |
[![age](https://developer.mend.io/api/mc/badges/age/crate/syn/2.0.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/syn/2.0.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/syn/2.0.74/2.0.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/syn/2.0.74/2.0.75?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| workspace.dependencies | patch |
| [tailwindcss](https://tailwindcss.com)
([source](https://togithub.com/tailwindlabs/tailwindcss)) | [`3.4.9` ->
`3.4.10`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.9/3.4.10) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwindcss/3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwindcss/3.4.9/3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/3.4.9/3.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [tokio](https://tokio.rs)
([source](https://togithub.com/tokio-rs/tokio)) | `1.39.2` -> `1.39.3` |
[![age](https://developer.mend.io/api/mc/badges/age/crate/tokio/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/crate/tokio/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/crate/tokio/1.39.2/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/crate/tokio/1.39.2/1.39.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| workspace.dependencies | patch |
| [type-fest](https://togithub.com/sindresorhus/type-fest) | [`4.24.0`
-> `4.25.0`](https://renovatebot.com/diffs/npm/type-fest/4.24.0/4.25.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.24.0/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.24.0/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor |
|
[vscode-languageclient](https://togithub.com/Microsoft/vscode-languageserver-node)
([source](https://togithub.com/Microsoft/vscode-languageserver-node/tree/HEAD/client))
| [`10.0.0-next.11` ->
`10.0.0-next.12`](https://renovatebot.com/diffs/npm/vscode-languageclient/10.0.0-next.11/10.0.0-next.12)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vscode-languageclient/10.0.0-next.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vscode-languageclient/10.0.0-next.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vscode-languageclient/10.0.0-next.11/10.0.0-next.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vscode-languageclient/10.0.0-next.11/10.0.0-next.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [zola](https://togithub.com/getzola/zola) | `0.19.1` -> `0.19.2` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/zola/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/zola/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/zola/0.19.1/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/zola/0.19.1/0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
|
[kr.motd.maven:os-maven-plugin](https://togithub.com/trustin/os-maven-plugin)
| `1.6.0` -> `1.7.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/kr.motd.maven:os-maven-plugin/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/kr.motd.maven:os-maven-plugin/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/kr.motd.maven:os-maven-plugin/1.6.0/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/kr.motd.maven:os-maven-plugin/1.6.0/1.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| build | minor |
|
[org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/)
| `3.2.5` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.2.5/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-failsafe-plugin/3.2.5/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| build | minor |
|
[org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/)
| `3.2.5` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-surefire-plugin/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-surefire-plugin/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-surefire-plugin/3.2.5/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-surefire-plugin/3.2.5/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| build | minor |
| [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | `1.65.1` ->
`1.66.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-stub/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.grpc:grpc-stub/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.grpc:grpc-stub/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-stub/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| compile | minor |
| [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) |
`1.65.1` -> `1.66.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-protobuf/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.grpc:grpc-protobuf/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.grpc:grpc-protobuf/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-protobuf/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| compile | minor |
| [io.grpc:grpc-netty](https://togithub.com/grpc/grpc-java) | `1.65.1`
-> `1.66.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-netty/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.grpc:grpc-netty/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.grpc:grpc-netty/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-netty/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| compile | minor |
| [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.65.1` ->
`1.66.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-bom/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.grpc:grpc-bom/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.grpc:grpc-bom/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.grpc:grpc-bom/1.65.1/1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| import | minor |
| [org.jetbrains.kotlin:kotlin-maven-allopen](https://kotlinlang.org/)
([source](https://togithub.com/JetBrains/kotlin)) | `2.0.0` -> `2.0.10`
|
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin:kotlin-maven-allopen/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin:kotlin-maven-allopen/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin:kotlin-maven-allopen/2.0.0/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin:kotlin-maven-allopen/2.0.0/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| build | patch |
| [org.jetbrains.kotlin:kotlin-maven-plugin](https://kotlinlang.org/)
([source](https://togithub.com/JetBrains/kotlin)) | `2.0.0` -> `2.0.10`
|
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin:kotlin-maven-plugin/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin:kotlin-maven-plugin/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin:kotlin-maven-plugin/2.0.0/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin:kotlin-maven-plugin/2.0.0/2.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| build | patch |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>codemirror/view (@&#8203;codemirror/view)</summary>

###
[`v6.32.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6320-2024-08-12)

[Compare
Source](https://togithub.com/codemirror/view/compare/6.31.0...6.32.0)

##### Bug fixes

Fix a bug where the editor could draw way too big a viewport when not
managing its own scrollbar.

##### New features

The new `gutterWidgetClass` facet makes it possible to add a class to
gutter elements next to widgets.

</details>

<details>
<summary>storybookjs/storybook
(@&#8203;storybook/addon-essentials)</summary>

###
[`v8.2.9`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#829)

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v8.2.8...v8.2.9)

- CLI: Fix `init --skip-install` -
[#&#8203;28853](https://togithub.com/storybookjs/storybook/pull/28853),
thanks [@&#8203;ndelangen](https://togithub.com/ndelangen)!
- Telemetry: Disable save-from-controls logs for example stories -
[#&#8203;28870](https://togithub.com/storybookjs/storybook/pull/28870),
thanks [@&#8203;shilman](https://togithub.com/shilman)!

</details>

<details>
<summary>storybookjs/storybook
(@&#8203;storybook/addon-onboarding)</summary>

###
[`v8.2.9`](https://togithub.com/storybookjs/storybook/compare/v8.2.8...95d8bebd243bd30ce8a41823cd733f606d28c14d)

[Compare
Source](https://togithub.com/storybookjs/storybook/compare/v8.2.8...v8.2.9)

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v8.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#810-2024-08-12)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.1...v8.1.0)

##### 🚀 Features

- **eslint-plugin:** \[no-floating-promises] enable "add await"
suggestion if ignoreVoid is true

- **typescript-estree:** restrict variable declarator definite/init
combinations

-   **eslint-plugin:** \[no-unsafe-return] check promise any

- **eslint-plugin:** \[no-misused-promises] check subtype methods
against heritage type methods

##### 🩹 Fixes

-   **eslint-plugin:** \[no-unsafe-enum-comparison] typo in test

- **eslint-plugin:** \[no-unnecessary-type-parameters] skip checking
function bodies for AST references

- **eslint-plugin:** \[member-ordering] get accessor member name & take
into account `abstract` and decorator

- **eslint-plugin:** \[prefer-optional-chain] wrong parenthesis fix
output

-   **eslint-plugin:** \[no-unnecessary-type-parameters] clarify message

##### ❤️  Thank You

-   Aly Thobani
-   Brad Zacher
-   James
-   Josh Goldberg ✨
-   Joshua Chen
-   Olivier Zalmanski
-   YeonJuan
-   Yukihiro Hasegawa

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v8.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#810-2024-08-12)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v8.0.1...v8.1.0)

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](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>Microsoft/vsce (@&#8203;vscode/vsce)</summary>

###
[`v2.32.0`](https://togithub.com/microsoft/vscode-vsce/releases/tag/v2.32.0)

[Compare
Source](https://togithub.com/Microsoft/vsce/compare/v2.31.1...v2.32.0)

#### Changes:

- [#&#8203;1034](https://togithub.com/Microsoft/vsce/issues/1034):
Revert "Update deprecated dependencies"
- [#&#8203;1032](https://togithub.com/Microsoft/vsce/issues/1032): fix:
probabilistic trigger v8 crash
- [#&#8203;1028](https://togithub.com/Microsoft/vsce/issues/1028):
Remove need-more-info-closer workflow

This list of changes was [auto
generated](https://dev.azure.com/monacotools/Monaco/\_build/results?buildId=288197\&view=logs).

</details>

<details>
<summary>bufbuild/buf (buf)</summary>

###
[`v1.37.0`](https://togithub.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1370---2024-08-16)

- Add `STABLE_PACKAGE_NO_IMPORT_UNSTABLE` lint rule which disallows
files from stable packages
    to import files from unstable packages.
- Fix plugin push failures when pushing an image built with containerd
image store.

</details>

<details>
<summary>clap-rs/clap (clap)</summary>

###
[`v4.5.16`](https://togithub.com/clap-rs/clap/compare/clap_complete-v4.5.15...clap_complete-v4.5.16)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.5.15...v4.5.16)

</details>

<details>
<summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary>

###
[`v1.30.4`](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.30.4)

[Compare
Source](https://togithub.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.30.4)

</details>

<details>
<summary>aws/smithy-go (github.com/aws/smithy-go)</summary>

###
[`v1.20.4`](https://togithub.com/aws/smithy-go/compare/v1.20.3...v1.20.4)

[Compare
Source](https://togithub.com/aws/smithy-go/compare/v1.20.3...v1.20.4)

</details>

<details>
<summary>docker/docker (github.com/docker/docker)</summary>

###
[`v27.1.2+incompatible`](https://togithub.com/docker/docker/compare/v27.1.1...v27.1.2)

[Compare
Source](https://togithub.com/docker/docker/compare/v27.1.1...v27.1.2)

</details>

<details>
<summary>tliron/kutil (github.com/tliron/kutil)</summary>

###
[`v0.3.26`](https://togithub.com/tliron/kutil/compare/v0.3.25...v0.3.26)

[Compare
Source](https://togithub.com/tliron/kutil/compare/v0.3.25...v0.3.26)

</details>

<details>
<summary>golang/go (go)</summary>

###
[`v1.23.0`](https://togithub.com/golang/go/compare/go1.22.6...go1.23rc1)

</details>

<details>
<summary>helm/helm (helm)</summary>

### [`v3.15.4`](https://togithub.com/helm/helm/releases/tag/v3.15.4):
Helm v3.15.4

Helm v3.15.4 is a patch release. Users are encouraged to upgrade for the
best experience. Users are encouraged to upgrade for the best
experience.

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.15.4. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.15.4-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-darwin-amd64.tar.gz.sha256sum)
/ 1bc3f354f7ce4d7fd9cfa5bcc701c1f32c88d27076d96c2792d5b5226062aee5)
- [MacOS arm64](https://get.helm.sh/helm-v3.15.4-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-darwin-arm64.tar.gz.sha256sum)
/ 88115846a1fb58f8eb8f64fec5c343d95ca394f1be811602fa54a887c98730ac)
- [Linux amd64](https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz.sha256sum)
/ 11400fecfc07fd6f034863e4e0c4c4445594673fd2a129e701fe41f31170cfa9)
- [Linux arm](https://get.helm.sh/helm-v3.15.4-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-arm.tar.gz.sha256sum)
/ aa3fb3014d147e5dcf8bfe4f6d5fe8677029ed720d4a4bcc64e54cb745a72206)
- [Linux arm64](https://get.helm.sh/helm-v3.15.4-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-arm64.tar.gz.sha256sum)
/ fa419ecb139442e8a594c242343fafb7a46af3af34041c4eac1efcc49d74e626)
- [Linux i386](https://get.helm.sh/helm-v3.15.4-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-386.tar.gz.sha256sum)
/ d1457e19fa7b467aaa53433793c446582956905c66d4655655010cc9cef995d3)
- [Linux ppc64le](https://get.helm.sh/helm-v3.15.4-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-ppc64le.tar.gz.sha256sum)
/ e4efce93723f52dd858e9046ea836c9c75f346facce1b87b8cf78c817b97e6ac)
- [Linux s390x](https://get.helm.sh/helm-v3.15.4-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-s390x.tar.gz.sha256sum)
/ c6e0cdea598196895ac7b627ce972699ef9f06b0eba51dc4db7cc21b3369f24a)
- [Linux riscv64](https://get.helm.sh/helm-v3.15.4-linux-riscv64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.15.4-linux-riscv64.tar.gz.sha256sum)
/ 5d483ef8c61cf7efeac34278ad90c22a2a1978330723c0ea5f017ee48aee11c4)
- [Windows amd64](https://get.helm.sh/helm-v3.15.4-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.15.4-windows-amd64.zip.sha256sum)
/ 023b96f02e812cda1a1d5c950cb321834a56f4a50ca90146ff447a81be0ae5b6)

This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2
5E36 B98E ` and can be found at
[@&#8203;mattfarina](https://togithub.com/mattfarina) [keybase
account](https://keybase.io/mattfarina). Please use the attached
signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

- 3.16.0 is the next feature release and will be on September 11, 2024.

#### Changelog

- Bump the k8s-io group across 1 directory with 7 updates
[`fa9efb0`](https://togithub.com/helm/helm/commit/fa9efb07d9d8debbb4306d72af76a383895aa8c4)
(dependabot\[bot])
- Bump github.com/docker/docker
[`36a21b1`](https://togithub.com/helm/helm/commit/36a21b18b93d8712f0948d9764f8cd29558b9cb1)
(dependabot\[bot])

</details>

<details>
<summary>lint-staged/lint-staged (lint-staged)</summary>

###
[`v15.2.9`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1529)

[Compare
Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9)

##### Patch Changes

- [#&#8203;1463](https://togithub.com/lint-staged/lint-staged/pull/1463)
[`b69ce2d`](https://togithub.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945)
Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - Set the maximum
number of event listeners to the number of tasks. This should silence
the console warning `MaxListenersExceededWarning: Possible EventEmitter
memory leak detected`.

</details>

<details>
<summary>remix-run/react-router (react-router-dom)</summary>

###
[`v6.26.1`](https://togithub.com/remix-run/react-router/compare/[email protected]@6.26.1)

[Compare
Source](https://togithub.com/remix-run/react-router/compare/[email protected]@6.26.1)

</details>

<details>
<summary>serde-rs/serde (serde)</summary>

###
[`v1.0.208`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.208)

[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.207...v1.0.208)

- Support serializing and deserializing unit structs in a `flatten`
field ([#&#8203;2802](https://togithub.com/serde-rs/serde/issues/2802),
thanks [@&#8203;jonhoo](https://togithub.com/jonhoo))

###
[`v1.0.207`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.207)

[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.206...v1.0.207)

- Improve interactions between `flatten` attribute and
`skip_serializing`/`skip_deserializing`
([#&#8203;2795](https://togithub.com/serde-rs/serde/issues/2795), thanks
[@&#8203;Mingun](https://togithub.com/Mingun))

</details>

<details>
<summary>serde-rs/json (serde_json)</summary>

###
[`v1.0.125`](https://togithub.com/serde-rs/json/releases/tag/1.0.125)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.124...1.0.125)

- Speed up \uXXXX parsing and improve handling of unpaired surrogates
when deserializing to bytes
([#&#8203;1172](https://togithub.com/serde-rs/json/issues/1172),
[#&#8203;1175](https://togithub.com/serde-rs/json/issues/1175), thanks
[@&#8203;purplesyringa](https://togithub.com/purplesyringa))

</details>

<details>
<summary>dtolnay/syn (syn)</summary>

### [`v2.0.75`](https://togithub.com/dtolnay/syn/releases/tag/2.0.75)

[Compare
Source](https://togithub.com/dtolnay/syn/compare/2.0.74...2.0.75)

- Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position
([#&#8203;1722](https://togithub.com/dtolnay/syn/issues/1722))

</details>

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.10`](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)

[Compare
Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)

</details>

<details>
<summary>tokio-rs/tokio (tokio)</summary>

###
[`v1.39.3`](https://togithub.com/tokio-rs/tokio/releases/tag/tokio-1.39.3):
Tokio v1.39.3

[Compare
Source](https://togithub.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.39.3)

### 1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. ([#&#8203;6772])

[#&#8203;6772]: https://togithub.com/tokio-rs/tokio/pull/6772

</details>

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

###
[`v4.25.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.25.0)

[Compare
Source](https://togithub.com/sindresorhus/type-fest/compare/v4.24.0...v4.25.0)

- Add `StringRepeat` type
([#&#8203;938](https://togithub.com/sindresorhus/type-fest/issues/938))
[`a83e87e`](https://togithub.com/sindresorhus/type-fest/commit/a83e87e)
- Add `Arrayable` type
[#&#8203;270](https://togithub.com/sindresorhus/type-fest/issues/270)
([#&#8203;935](https://togithub.com/sindresorhus/type-fest/issues/935))
[`9aabcb9`](https://togithub.com/sindresorhus/type-fest/commit/9aabcb9)

</details>

<details>
<summary>getzola/zola (zola)</summary>

###
[`v0.19.2`](https://togithub.com/getzola/zola/blob/HEAD/CHANGELOG.md#0192-2024-08-15)

-   Fix some of YAML date parsing
- Fix feed generation for languages not working in some cases (it was
taking the value from the root of the config for
    feed_filenames)
-   Ignore `.bck` files in `zola serve`
-   Fix change monitoring on Windows
-   Allow disabling sitemap.xml and robots.txt generation
-   Fix shortcodes in inline HTML
-   Ignore code blocks in word count

</details>

<details>
<summary>grpc/grpc-java (io.grpc:grpc-stub)</summary>

###
[`v1.66.0`](https://togithub.com/grpc/grpc-java/compare/v1.65.1...v1.66.0)

</details>

<details>
<summary>JetBrains/kotlin
(org.jetbrains.kotlin:kotlin-maven-allopen)</summary>

###
[`v2.0.10`](https://togithub.com/JetBrains/kotlin/releases/tag/v2.0.10):
Kotlin 2.0.10

[Compare
Source](https://togithub.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10)

#### 2.0.10

##### Apple Ecosystem

- [`KT-68257`](https://youtrack.jetbrains.com/issue/KT-68257) Xcode
incorrectly reuses embedAndSign framework when moving to and from 2.0.0

##### Compiler

##### Fixes

- [`KT-69876`](https://youtrack.jetbrains.com/issue/KT-69876) K2 Compile
exception: Only IrBlockBody together with kotlinx serialization
- [`KT-68521`](https://youtrack.jetbrains.com/issue/KT-68521) K2:
Property's private setters can be bypassed when using plusAssign and
minusAssign operators
- [`KT-68667`](https://youtrack.jetbrains.com/issue/KT-68667) K2:
Compiler hangs on mapNotNull and elvis inside lambda
- [`KT-68747`](https://youtrack.jetbrains.com/issue/KT-68747) K2: Long
compilation time because of constraint solving when using typealias in
different modules
- [`KT-68940`](https://youtrack.jetbrains.com/issue/KT-68940) K2:
"IllegalArgumentException: All variables should be fixed to something"
- [`KT-68797`](https://youtrack.jetbrains.com/issue/KT-68797) K2 /
Native: "java.lang.IllegalStateException: FIELD" caused by enabled
caching
- [`KT-68362`](https://youtrack.jetbrains.com/issue/KT-68362)
False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java
class which directly implements java.util.Map
- [`KT-68449`](https://youtrack.jetbrains.com/issue/KT-68449) K2: "when"
expression returns Unit
- [`KT-67072`](https://youtrack.jetbrains.com/issue/KT-67072) K2:
inconsistent stability of open vals on receivers of final type
- [`KT-68570`](https://youtrack.jetbrains.com/issue/KT-68570) K2:
"Unresolved reference" in call with lambda argument and nested lambda
argument
- [`KT-69159`](https://youtrack.jetbrains.com/issue/KT-69159) K2:
KotlinNothingValueException in Exposed
- [`KT-68623`](https://youtrack.jetbrains.com/issue/KT-68623) K2: "Only
safe or null-asserted calls are allowed" on safe call
- [`KT-68193`](https://youtrack.jetbrains.com/issue/KT-68193) JDK 21:
new MutableList.addFirst/addLast methods allow adding nullable value for
non-null types
- [`KT-67804`](https://youtrack.jetbrains.com/issue/KT-67804)
removeFirst and removeLast return type with Java 21
- [`KT-68727`](https://youtrack.jetbrains.com/issue/KT-68727) K2: "Null
argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by
an enum class with default parameter in a different module
- [`KT-68383`](https://youtrack.jetbrains.com/issue/KT-68383) K2:
"Argument type mismatch: actual type is 'kotlin.String', but 'T & Any'
was expected." with intersection types
- [`KT-68546`](https://youtrack.jetbrains.com/issue/KT-68546) K2:
false-positive conflicting overloads error on inheriting generic type
with inherited generic and non-generic member overloads
- [`KT-68626`](https://youtrack.jetbrains.com/issue/KT-68626) K2:
"Conflicting Overloads" for function if inherited from generic type
- [`KT-68351`](https://youtrack.jetbrains.com/issue/KT-68351) K2:
"Suspension functions can only be called within coroutine body"
- [`KT-68489`](https://youtrack.jetbrains.com/issue/KT-68489) K2:
WRONG_ANNOTATION_TARGET with Java and Kotlin `@Target` annotation
positions
- [`KT-69058`](https://youtrack.jetbrains.com/issue/KT-69058) K2:
Java-defined property annotations not persisted
- [`KT-64515`](https://youtrack.jetbrains.com/issue/KT-64515) K2 IDE:
\[NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying
"jvm-test-suite" plugin and then configuring targets for test suites
- [`KT-68016`](https://youtrack.jetbrains.com/issue/KT-68016) K2: Gradle
repo test `should compile correctly with Kotlin explicit api mode` fails
on K2
- [`KT-68575`](https://youtrack.jetbrains.com/issue/KT-68575) K2:
`@ParameterName` annotation is not erased when inferring the type of
`it` in lambdas
- [`KT-67999`](https://youtrack.jetbrains.com/issue/KT-67999) K2: lost
flexibility on parameters of Java SAM
- [`KT-59679`](https://youtrack.jetbrains.com/issue/KT-59679) K2:
Investigate extracting uncompleted candidates from blocks
- [`KT-68401`](https://youtrack.jetbrains.com/issue/KT-68401) K2:
"IllegalAccessError: failed to access class" caused by package private
super Java type, when inferencing a common super type of if or when
branches on JVM
- [`KT-68806`](https://youtrack.jetbrains.com/issue/KT-68806) K/Wasm
RuntimeError: unreachable on Sequence::toList
- [`KT-68455`](https://youtrack.jetbrains.com/issue/KT-68455) K2: False
negative UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS
- [`KT-68538`](https://youtrack.jetbrains.com/issue/KT-68538) KJS/K2:
using `while` with `break` inside inline lambdas leads to an endless
cycle
- [`KT-68798`](https://youtrack.jetbrains.com/issue/KT-68798) JVM
compiler crashes on calling private expect constructor with a default
parameter
- [`KT-68734`](https://youtrack.jetbrains.com/issue/KT-68734) K2: enum
class in KMP: Expect declaration `MMKVLogLevel` is incompatible with
actual `MMKVLogLevel` because modality is different
- [`KT-68674`](https://youtrack.jetbrains.com/issue/KT-68674) False
positive ACTUAL_WITHOUT_EXPECT in K2
- [`KT-68350`](https://youtrack.jetbrains.com/issue/KT-68350) K2:
"Inapplicable candidate(s)" caused by pa

</details>

---

### 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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/TBD54566975/ftl).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stuart Douglas <[email protected]>
Co-authored-by: Wes <[email protected]>
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