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 dependencies (patch only) #246

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stackable-bot
Copy link
Contributor

@stackable-bot stackable-bot commented May 14, 2024

This PR contains the following updates:

Package Type Update Change
Swatinem/rust-cache action patch v2.7.3 -> v2.7.5
Swatinem/rust-cache action patch v2.7.0 -> v2.7.5
actions/setup-node action patch v4.0.2 -> v4.0.4
async-trait workspace.dependencies patch 0.1.82 -> 0.1.83
axum workspace.dependencies patch 0.7.5 -> 0.7.7
axum-extra workspace.dependencies patch 0.9.3 -> 0.9.4
cc workspace.dependencies patch 1.1.15 -> 1.1.30
clap workspace.dependencies patch 4.5.16 -> 4.5.20
clap_complete workspace.dependencies patch 4.5.24 -> 4.5.33
clap_mangen dependencies patch 0.2.23 -> 0.2.24
eslint (source) devDependencies patch ^8.40.0 -> ^8.57.0
futures (source) workspace.dependencies patch 0.3.30 -> 0.3.31
github.com/mittwald/go-helm-client require patch v0.12.10 -> v0.12.14
libc workspace.dependencies patch 0.2.158 -> 0.2.159
openapi-typescript (source) devDependencies patch ^6.5.0 -> ^6.7.5
reqwest workspace.dependencies patch 0.12.7 -> 0.12.8
serde (source) workspace.dependencies patch 1.0.209 -> 1.0.210
serde_json workspace.dependencies patch 1.0.127 -> 1.0.128
snafu workspace.dependencies patch 0.8.4 -> 0.8.5
softprops/action-gh-release action patch v2.0.5 -> v2.0.8
termion workspace.dependencies patch 4.0.2 -> 4.0.3
yarn packageManager patch 1.22.19 -> 1.22.22

Warning

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


Release Notes

Swatinem/rust-cache (Swatinem/rust-cache)

v2.7.5

Compare Source

What's Changed
New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5

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

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)
tokio-rs/axum (axum)

v0.7.7: axum v0.7.7

Compare Source

  • change: Remove manual tables of content from the documentation, since
    rustdoc now generates tables of content in the sidebar (#​2921)

v0.7.6: axum - v0.7.6

Compare Source

  • change: Avoid cloning Arc during deserialization of Path
  • added: axum::serve::Serve::tcp_nodelay and axum::serve::WithGracefulShutdown::tcp_nodelay (#​2653)
  • added: Router::has_routes function (#​2790)
  • change: Update tokio-tungstenite to 0.23 (#​2841)
  • added: Serve::local_addr and WithGracefulShutdown::local_addr functions (#​2881)
rust-lang/cc-rs (cc)

v1.1.30

Compare Source

Other
  • Don't pass -fPIC by default on wasm (#​1245)

v1.1.29

Compare Source

Other

v1.1.28

Compare Source

Other
  • Environment variables: For one accepting boolean, treat "0", "false" and empty env as false (#​1238)

v1.1.27

Compare Source

Other
  • Revert "Use debug version of MSVC runtime library on debug (#​1231)" (#​1237)
  • Disable CC_ENABLE_DEBUG_OUTPUT if it is set to "0" (#​1234)

v1.1.26

Compare Source

Other
  • Use debug version of MSVC runtime library on debug (#​1231)

v1.1.25

Compare Source

Other
  • Remove incorrect "lib" prefixes in CXXSTDLIB doc comments (#​1228)

v1.1.24

Compare Source

Other
  • Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features (#​1221)
  • Reduce the need for the host target triple (#​1224)
  • Add auto cancellation for CI jobs (#​1222)

v1.1.23

Compare Source

Other
  • Update doc for detecting changes/upgrades of compilers (#​1218)

v1.1.22

Compare Source

Other
  • Don't rerun if PATH changes (#​1215)

v1.1.21

Compare Source

Other
  • disable pic for targets that end in -none (#​1212)

v1.1.20

Compare Source

Other
  • Add buildcache as known Rust and C/C++ compiler wrapper (#​1209)

v1.1.19

Compare Source

Other
  • Add support arm64e-apple-darwin (#​1207)

v1.1.18

Compare Source

Other
  • Fixed unsoundness in StderrForwarder::forward_available (#​1203)

v1.1.17

Compare Source

Fixed
  • fix finding toolchains when invoked by msbuild (#​1201)

v1.1.16

Compare Source

Other
  • Treat VxWorks wr-cc as a Gnu compiler (#​1198)
clap-rs/clap (clap)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)
mittwald/go-helm-client (github.com/mittwald/go-helm-client)

v0.12.14

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.13...v0.12.14

v0.12.13

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.12...v0.12.13

v0.12.12

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.11...v0.12.12

v0.12.11

Compare Source

What's Changed

New Contributors

Full Changelog: mittwald/go-helm-client@v0.12.10...v0.12.11

rust-lang/libc (libc)

v0.2.159

Compare Source

Added
  • Android: add more AT_* constants in #​3779
  • Apple: add missing NOTE_* constants in #​3883
  • Hermit: add missing error numbers in #​3858
  • Hurd: add __timeval for 64-bit support in #​3786
  • Linux: add epoll_pwait2 in #​3868
  • Linux: add mq_notify in #​3849
  • Linux: add missing NFT_CT_* constants in #​3844
  • Linux: add the fchmodat2 syscall in #​3588
  • Linux: add the mseal syscall in #​3798
  • OpenBSD: add sendmmsg and recvmmsg in #​3831
  • Unix: add IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT in #​3693
  • VxWorks: add S_ISVTX in #​3768
  • VxWorks: add vxCpuLib and taskLib functions #​3861
  • WASIp2: add definitions for std::net support in #​3892
Fixed
  • Correctly handle version checks when clippy-driver is used #​3893
Changed
  • EspIdf: change signal constants to c_int in #​3895
  • HorizonOS: update network definitions in #​3863
  • Linux: combine ioctl APIs in #​3722
  • WASI: enable CI testing in #​3869
  • WASIp2: enable CI testing in #​3870
openapi-ts/openapi-typescript (openapi-typescript)

v6.7.6

Compare Source

Patch Changes
seanmonstar/reqwest (reqwest)

v0.12.8

Compare Source

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
serde-rs/serde (serde)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)
serde-rs/json (serde_json)

v1.0.128

Compare Source

shepmaster/snafu (snafu)

v0.8.5

Compare Source

Added
  • Implement the core::error::Error trait instead of
    std::error::Error when the rust_1_81 feature flag is
    enabled. This supersedes the unstable-core-error feature flag.
softprops/action-gh-release (softprops/action-gh-release)

v2.0.8

Compare Source

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.0.8

v2.0.7

Compare Source

What's Changed

Bug fixes 🐛
Other Changes 🔄

New Contributors

Full Changelog: softprops/action-gh-release@v2.0.6...v2.0.7

v2.0.6

Compare Source

maintenance release with updated dependencies

redox-os/termion (termion)

v4.0.3

Compare Source

Remove unused code and update dependencies.

yarnpkg/yarn (yarn)

v1.22.22

Compare Source

  • Fixes a punycode warning.

  • Fixes a hoisting issue when transitive dependencies themselves listed aliases as dependencies.

v1.22.21

Compare Source

[!WARNING]
This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.

  • Added a SKIP_YARN_COREPACK_CHECK environment variable to skip the Corepack check.

v1.22.20

Compare Source

[!WARNING]
This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Important: Punycode is now embed within the bundle, as it has been deprecated by Node.js and will be removed in a future version.

  • A message will be displayed when Yarn 1.22 notices that the local project has a package.json file referencing a non-1.x Yarn release via the packageManager field. The message will explain that the project is intended to be used with Corepack.

  • The yarn-error.log files won't be generated anymore, as we don't process non-critical 1.x bug reports (we however process all bugs reported on https://github.com/yarnpkg/berry; we just released the 4.0.2 release there).

  • The yarn set version x.y.z command will now install the exact x.y.z version (prior to this change it used to first install the latest version, and only in a second step would it downgrade to x.y.z; this was causing issues when we bump the minimal Node.js version we support, as running yarn set version 3.6.4 wouldn't work on Node 16).

  • Prevents crashes when reading from an empty .yarnrc.yml file.


Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@stackable-bot stackable-bot added the dependencies Pull requests that update a dependency file label May 14, 2024
@stackable-bot stackable-bot requested a review from a team May 14, 2024 09:05
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch 3 times, most recently from 9929121 to 3130939 Compare May 14, 2024 09:23
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from 3130939 to 3a54442 Compare June 13, 2024 08:25
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from 3a54442 to d0a06b0 Compare September 10, 2024 13:33
| datasource  | package                            | from     | to       |
| ----------- | ---------------------------------- | -------- | -------- |
| github-tags | Swatinem/rust-cache                | v2.7.3   | v2.7.5   |
| github-tags | Swatinem/rust-cache                | v2.7.0   | v2.7.5   |
| github-tags | actions/setup-node                 | v4.0.2   | v4.0.4   |
| crate       | async-trait                        | 0.1.82   | 0.1.83   |
| crate       | axum                               | 0.7.5    | 0.7.7    |
| crate       | axum-extra                         | 0.9.3    | 0.9.4    |
| crate       | cc                                 | 1.1.15   | 1.1.30   |
| crate       | clap                               | 4.5.16   | 4.5.20   |
| crate       | clap_complete                      | 4.5.24   | 4.5.33   |
| crate       | clap_mangen                        | 0.2.23   | 0.2.24   |
| npm         | eslint                             | 8.57.0   | 8.57.1   |
| crate       | futures                            | 0.3.30   | 0.3.31   |
| go          | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.14 |
| crate       | libc                               | 0.2.158  | 0.2.159  |
| npm         | openapi-typescript                 | 6.7.5    | 6.7.6    |
| crate       | reqwest                            | 0.12.7   | 0.12.8   |
| crate       | serde                              | 1.0.209  | 1.0.210  |
| crate       | serde_json                         | 1.0.127  | 1.0.128  |
| crate       | snafu                              | 0.8.4    | 0.8.5    |
| github-tags | softprops/action-gh-release        | v2.0.5   | v2.0.8   |
| crate       | termion                            | 4.0.2    | 4.0.3    |
| npm         | yarn                               | 1.22.19  | 1.22.22  |
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from d0a06b0 to 1693516 Compare October 16, 2024 08:47
@stackable-bot
Copy link
Contributor Author

stackable-bot commented Oct 16, 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):

  • 17 additional dependencies were updated

Details:

Package Change
helm.sh/helm/v3 v3.15.3 -> v3.16.2
k8s.io/client-go v0.30.3 -> v0.31.1
github.com/Masterminds/semver/v3 v3.2.1 -> v3.3.0
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/spf13/cast v1.6.0 -> v1.7.0
golang.org/x/crypto v0.25.0 -> v0.27.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.25.0
golang.org/x/term v0.22.0 -> v0.24.0
golang.org/x/text v0.16.0 -> v0.18.0
k8s.io/api v0.30.3 -> v0.31.1
k8s.io/apiextensions-apiserver v0.30.3 -> v0.31.1
k8s.io/apimachinery v0.30.3 -> v0.31.1
k8s.io/apiserver v0.30.3 -> v0.31.1
k8s.io/cli-runtime v0.30.3 -> v0.31.1
k8s.io/component-base v0.30.3 -> v0.31.1
k8s.io/kubectl v0.30.3 -> v0.31.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant