Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 9, 2025

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@storybook/addon-a11y (source) 9.1.8 -> 9.1.10 age adoption passing confidence devDependencies patch
@storybook/vue3-vite (source) 9.1.8 -> 9.1.10 age adoption passing confidence devDependencies patch
@tailwindcss/vite (source) 4.1.13 -> 4.1.14 age adoption passing confidence devDependencies patch
@testing-library/jest-dom 6.8.0 -> 6.9.1 age adoption passing confidence devDependencies minor
@types/jsdom (source) ^21.1.7 -> ^27.0.0 age adoption passing confidence devDependencies major
@types/node (source) ^22.18.6 -> ^24.0.0 age adoption passing confidence devDependencies major
@vitest/eslint-plugin 1.3.12 -> 1.3.15 age adoption passing confidence devDependencies patch
actions/checkout v4 -> v5 age adoption passing confidence action major
actions/setup-node v4 -> v5 age adoption passing confidence action major
actions/stale v10.0.0 -> v10.1.0 age adoption passing confidence action minor
dotenv 17.2.2 -> 17.2.3 age adoption passing confidence devDependencies patch
eslint (source) 9.36.0 -> 9.37.0 age adoption passing confidence devDependencies minor
eslint-plugin-storybook (source) 9.1.8 -> 9.1.10 age adoption passing confidence devDependencies patch
github.com/ProtonMail/gopenpgp/v2 v2.9.0 -> v3.3.0 age adoption passing confidence require major
github.com/aws/aws-sdk-go-v2 v1.39.0 -> v1.39.2 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.31.8 -> v1.31.12 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.18.12 -> v1.18.16 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.19.6 -> v1.19.11 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.1 -> v1.88.3 age adoption passing confidence require patch
github.com/coreos/go-oidc/v3 v3.15.0 -> v3.16.0 age adoption passing confidence require minor
github.com/go-jose/go-jose/v4 v4.1.2 -> v4.1.3 age adoption passing confidence require patch
github.com/golang-jwt/jwt/v4 v4.5.2 -> v5.3.0 age adoption passing confidence require major
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 -> v2.3.2 age adoption passing confidence require major
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.27.3 age adoption passing confidence require patch
github.com/hashicorp/vault/api v1.21.0 -> v1.22.0 age adoption passing confidence require minor
github.com/johannesboyne/gofakes3 6555d31 -> ebf3e50 age adoption passing confidence require digest
github.com/planetscale/vtprotobuf 79df5c4 -> ba97887 require digest
github.com/siderolabs/crypto v0.6.3 -> v0.6.4 age adoption passing confidence require patch
github.com/siderolabs/omni/client v1.1.2 -> v1.2.1 age adoption passing confidence require minor
github.com/siderolabs/talos/pkg/machinery v1.11.1 -> v1.11.2 age adoption passing confidence require patch
github.com/unix4ever/saml 66b1371 -> 34930b2 replace digest
github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c -> v2.4.0 age adoption passing confidence replace major
github.com/zitadel/oidc/v3 v3.44.0 -> v3.45.0 age adoption passing confidence require minor
go.etcd.io/etcd/client/pkg/v3 v3.6.4 -> v3.6.5 age adoption passing confidence require patch
go.etcd.io/etcd/client/v3 v3.6.4 -> v3.6.5 age adoption passing confidence require patch
go.etcd.io/etcd/server/v3 v3.6.4 -> v3.6.5 age adoption passing confidence require patch
google.golang.org/protobuf v1.36.9 -> v1.36.10 age adoption passing confidence require patch
gopkg.in/yaml.v2 v2.4.0 -> v3.0.1 age adoption passing confidence require major
hashicorp/vault 1.18 -> 1.20 age adoption passing confidence minor
k8s.io/client-go v0.35.0-alpha.0 -> v11.0.0+incompatible age adoption passing confidence require major
monaco-editor ^0.52.2 -> ^0.53.0 age adoption passing confidence dependencies minor
node 22.18.0 -> 22.20.0 age adoption passing confidence uses-with minor
node 22-alpine -> 24-alpine age adoption passing confidence major
storybook (source) 9.1.8 -> 9.1.10 age adoption passing confidence devDependencies patch
tailwindcss (source) 4.1.13 -> 4.1.14 age adoption passing confidence devDependencies patch
typescript (source) 5.9.2 -> 5.9.3 age adoption passing confidence devDependencies patch
vite (source) 7.1.7 -> 7.1.9 age adoption passing confidence devDependencies patch
vue (source) 3.5.21 -> 3.5.22 age adoption passing confidence dependencies patch
vue-sonner 2.0.8 -> 2.0.9 age adoption passing confidence dependencies patch
vue-tsc (source) 3.0.8 -> 3.1.0 age adoption passing confidence devDependencies minor

Release Notes

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

v9.1.10

Compare Source

v9.1.9

Compare Source

  • Angular: Enable experimental zoneless detection on Angular v21 - #​32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #​32173, thanks @​steciuk!
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

v6.9.0

Compare Source

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.15

Compare Source

v1.3.14

Compare Source

v1.3.13

Compare Source

actions/checkout (actions/checkout)

v5

Compare Source

actions/setup-node (actions/setup-node)

v5

Compare Source

actions/stale (actions/stale)

v10.1.0

Compare Source

motdotla/dotenv (dotenv)

v17.2.3

Compare Source

Changed
  • Fixed typescript error definition (#​912)
eslint/eslint (eslint)

v9.37.0

Compare Source

storybookjs/storybook (eslint-plugin-storybook)

v9.1.10

Compare Source

v9.1.9

Compare Source

  • Angular: Enable experimental zoneless detection on Angular v21 - #​32580, thanks @​yannbf!
  • Svelte: Ignore inherited HTMLAttributes docgen when using utility types - #​32173, thanks @​steciuk!
ProtonMail/gopenpgp (github.com/ProtonMail/gopenpgp/v2)

v3.3.0

Compare Source

What's Changed
Added
  • MaxDecompressedSize option to control the maximum size of decompressed messages.
Changed
  • Update go-crypto to v1.3.0.

Full Changelog: ProtonMail/gopenpgp@v3.2.1...v3.3.0

v3.2.1

Compare Source

What's Changed
Fixed
  • Avoid double compression in signcryption with a session key by @​lubux in #​337

Full Changelog: ProtonMail/gopenpgp@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
Added
Changed
  • Bumped minimum supported Go version to 1.22.0.
  • Update go-crypto fork to v1.2.0.
  • Remove pkgs/errors dependency.

Full Changelog: ProtonMail/gopenpgp@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed
Changed
  • Update go-crypto fork to v1.1.6

Full Changelog: ProtonMail/gopenpgp@v3.1.2...v3.1.3

v3.1.2

Compare Source

What's Changed
Changed
  • Update go-crypto fork to v1.1.5

Full Changelog: ProtonMail/gopenpgp@v3.1.1...v3.1.2

v3.1.1

Compare Source

What's Changed
Changed
  • Update go-crypto fork to v1.1.4

Full Changelog: ProtonMail/gopenpgp@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's Changed
Added
Changed
  • Adapt to go-crypto cleartext API changes by @​lubux in #​310
  • Rename profile.Custom.AllowWeakRSA to profile.Custom.InsecureAllowWeakRSA
  • Update go-crypto fork to v1.1.3

Full Changelog: ProtonMail/gopenpgp@v3.0.0...v3.1.0

v3.0.0

Compare Source

What's Changed
New simplified and unified API

GopenPGP v3 introduces a new unified API for high level OpenPGP operations. In comparison to GopenPGP v2, where similar functions were dispersed across different types and required varying implementations for the same operations, GopenPGP v3 consolidates these functions into a consistent interface. Now, operations such as Sign, Verify, Encrypt, Decrypt, and Key generation are each accessible through a unified, builder like API, simplifying integration and enhancing code readability across cryptographic workflows.

However, applications migrating from v2 to v3 will need to update their API calls, as the changes are not backward-compatible. This means that all previous API calls must be rewritten to align with the new, unified API structure. GopenPGP v3 supports the migration process by offering extensive documentation and practical examples. We recommend upgrading to v3 for the latest features and improvements, but we'll continue to support GopenPGP v2 for the time being. Our support includes ongoing bug fixes and minor feature updates to ensure stability and functionality for existing users.

For usage examples of the new API, see the README. For the full documentation, see https://pkg.go.dev/github.com/ProtonMail/gopenpgp/v3.

Profiles

GopenPGP v3 introduces the concept of profiles, enabling applications to configure OpenPGP algorithm selection based on their specific needs. For most applications, the provided preset profiles offer robust and secure defaults, eliminating the need for additional configuration.

RFC 9580 and Interoperability

GopenPGP v3 adds full support for the latest OpenPGP specification, RFC 9580. Compliance with the specification has also been significantly enhanced, as confirmed by the results in the OpenPGP interoperability test suite. These enhancements in GopenPGP v3 are possible by leveraging a new API in the go-crypto fork, which enables a range of improvements in functionality, compliance, and performance.

Go Mobile Support

GopenPGP v3 aims to be fully compatible with Gomobile to provide an API for mobile platforms. For this reason, the library defaults to a builder-like pattern, which is less commonly used in Go. All code that is only relevant for mobile platforms has been moved to the mobile module.

Extending Functionality

GopenPGP v3 introduces a streaming interface across all APIs, enabling memory efficient processing of large data.
Additionally, it extends the library's functionality with various improvements, such as:

  • Consider all signatures in a message during verification and allow inspection of each.
  • Support signing with multiple keys.
  • Support encrypting to an "anonymous recipient", where the recipient KeyID is represented as all zeros in the message.
  • Add support for the intended recipient feature as specified in RFC 9580.
  • Ensure consistent behaviour across all APIs.
  • Support generating v6 keys as specified in RFC 9580.

Full Changelog: ProtonMail/gopenpgp@v2.7.5...v3.0.0.

Changelog since v3.0.0-beta.0: ProtonMail/gopenpgp@v3.0.0-beta.0...v3.0.0.

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

v1.39.2

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/account: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.37.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.30.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.27.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error mess

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Author

renovate bot commented Sep 9, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: client/go.sum
Command failed: go get -t ./...
go: gopkg.in/[email protected] (replaced by github.com/unix4ever/yaml/[email protected]): parsing go.mod:
	module declares its path as: gopkg.in/yaml.v2
	        but was required as: gopkg.in/yaml.v3

File name: go.sum
Command failed: go get -t ./...
go: github.com/siderolabs/omni/[email protected] (replaced by ./client): parsing client/go.mod: /tmp/renovate/repos/github/siderolabs/omni/client/go.mod:29:2: require github.com/planetscale/vtprotobuf: version "ba97887b0a25" invalid: must be of the form v1.2.3

@github-project-automation github-project-automation bot moved this to To Do in Planning Sep 9, 2025
@talos-bot talos-bot moved this from To Do to In Review in Planning Sep 9, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from cffc6d1 to 8e45c83 Compare September 10, 2025 07:23
@smira smira removed this from Planning Sep 10, 2025
@renovate renovate bot force-pushed the renovate/dependencies branch 15 times, most recently from 42bd4cd to 620cf5a Compare September 16, 2025 18:08
@renovate renovate bot force-pushed the renovate/dependencies branch 8 times, most recently from 9ed361a to 21e7627 Compare September 19, 2025 10:52
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 334b4f9 to ba1b4e4 Compare September 24, 2025 12:37
@renovate renovate bot requested a review from Slessi as a code owner September 24, 2025 12:37
@renovate renovate bot force-pushed the renovate/dependencies branch 14 times, most recently from 94bc451 to c420f7e Compare September 30, 2025 13:11
@renovate renovate bot force-pushed the renovate/dependencies branch 8 times, most recently from d950912 to 934ee13 Compare October 3, 2025 15:56
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/dependencies branch from 934ee13 to 9f993ac Compare October 3, 2025 21:40
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.

0 participants