-
-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update all dependencies (patch only) #246
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
base: main
Are you sure you want to change the base?
Conversation
9929121
to
3130939
Compare
3130939
to
3a54442
Compare
3a54442
to
d0a06b0
Compare
d0a06b0
to
1693516
Compare
1693516
to
c2a5394
Compare
73bdfb3
to
61a6448
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
61a6448
to
dede83e
Compare
| datasource | package | from | to | | ---------- | ---------------------------------- | -------- | -------- | | crate | async-trait | 0.1.82 | 0.1.88 | | crate | clap | 4.5.35 | 4.5.40 | | crate | clap_complete | 4.5.24 | 4.5.54 | | crate | clap_complete_nushell | 4.5.4 | 4.5.7 | | crate | clap_mangen | 0.2.23 | 0.2.27 | | crate | comfy-table | 7.1.1 | 7.1.4 | | 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.17 | | crate | libc | 0.2.171 | 0.2.174 | | npm | openapi-typescript | 6.7.5 | 6.7.6 | | crate | reqwest | 0.12.7 | 0.12.20 | | crate | semver | 1.0.23 | 1.0.26 | | crate | sha2 | 0.10.8 | 0.10.9 | | crate | snafu | 0.8.4 | 0.8.6 | | crate | termion | 4.0.2 | 4.0.5 | | crate | tracing | 0.1.40 | 0.1.41 | | crate | tracing-subscriber | 0.3.18 | 0.3.19 | | crate | url | 2.5.2 | 2.5.4 | | npm | yarn | 1.22.19 | 1.22.22 |
dede83e
to
b92d7ea
Compare
|
This PR contains the following updates:
0.1.82
->0.1.88
4.5.35
->4.5.40
4.5.24
->4.5.54
4.5.4
->4.5.7
0.2.23
->0.2.27
7.1.1
->7.1.4
^8.40.0
->^8.57.0
0.3.30
->0.3.31
v0.12.10
->v0.12.17
0.2.171
->0.2.174
^6.5.0
->^6.7.5
0.12.7
->0.12.20
1.0.23
->1.0.26
0.10.8
->0.10.9
0.8.4
->0.8.6
4.0.2
->4.0.5
0.1.40
->0.1.41
0.3.18
->0.3.19
2.5.2
->2.5.4
1.22.19
->1.22.22
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dtolnay/async-trait (async-trait)
v0.1.88
Compare Source
v0.1.87
Compare Source
v0.1.86
Compare Source
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)v0.1.84
Compare Source
impl Trait
in return type (#282)v0.1.83
Compare Source
clap-rs/clap (clap)
v4.5.40
Compare Source
Features
arg!()
macro (e.g.arg!("check-config": ...)
)v4.5.39
Compare Source
Fixes
v4.5.38
Compare Source
Fixes
--
or-
v4.5.37
Compare Source
Features
ArgMatches::try_clear_id()
v4.5.36
Compare Source
Fixes
nukesor/comfy-table (comfy-table)
v7.1.4
Compare Source
Fix
Change
unicode-segmentation
library in the scope of #167 and #168.However, this will most likely unnoticable for most people.
The benchmark table with 10 columns and 500 rows slowed down from 15ms to 25ms.
For "normal" tables, the performance hit is negligible.
v7.1.3
Compare Source
Fix
crossterm
to0.28
on Windows as wellv7.1.2
Compare Source
Chore
crossterm
to0.28
unicode-width
to0.2
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: allowname
in global ignores, fix--no-ignore
for non-global (#18875) (Milos Djermanovic)3836bb4
fix: do not crash on error infs.walk
filter (#18886) (Milos Djermanovic)2dec349
fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)Documentation
6a5add4
docs: v8.x Add EOL banner (#18744) (Amaresh S M)b034575
docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)760ef7d
docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)428b7ea
docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)c68c07f
docs: version selectors synchronization (#18265) (Milos Djermanovic)Build Related
35d366a
build: Support updates to previous major versions (#18870) (Milos Djermanovic)Chores
140ec45
chore: upgrade @eslint/js@8.57.1 (#18913) (Milos Djermanovic)bcdfc04
chore: package.json update for @eslint/js release (Jenkins)3f6ce8d
chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)9f07549
chore: ignore/docs/v8.x
in link checker (#18660) (Milos Djermanovic)rust-lang/futures-rs (futures)
v0.3.31
Compare Source
FuturesUnordered
when dropped future panics (#2886)task::waker_ref
(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)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.
Waker::will_wake
change (#2865)stream::Iter::{get_ref,get_mut,into_inner}
(#2875)future::AlwaysReady
(#2825)io::{BufReader,BufWriter}
(#2848)mittwald/go-helm-client (github.com/mittwald/go-helm-client)
v0.12.17
Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.16...v0.12.17
v0.12.16
Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.15...v0.12.16
v0.12.15
Compare Source
What's Changed
New Contributors
Full Changelog: mittwald/go-helm-client@v0.12.14...v0.12.15
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.174
Compare Source
Added
pidfd_info
fields pub (#4487)Fixed
timespec.tv_nsec
(#4497)nlink_t
type forst_nlink
instruct stat
definition (#4483)Other
unpredictable_function_pointer_comparisons
lints (#4489)pointer::cast
. (#4490)CMSG_NXTHDR
. (#4492)v0.2.173
Compare Source
Added
SO_SPLICE
socket option support for FreeBSD >= 14.2 (#4451)_TIME_BITS=64
(#4433)nsfs
ioctls (#4436)prctls
(#4400)linux/cn_proc.h
andlinux/connector.h
(#4434)pwritev2
andpreadv2
(#4452)MADV_SOFT_OFFLINE
constant (#4448)struct tcp_info
(#4443)arc4random
andarc4random_buf
(#4464)MADV_SOFT_OFFLINE
definition (#4447)time.h
functions (#4427)Changed
SA_
constants. (#4426)CMSG_ALIGN
,CMSG_LEN
, andCMSG_SPACE
const functions (#4441)Fixed
fpos_t
(#4472)struct ipc_perm
bindings (#4384)O_LARGEFILE
constant value. (#4443)v0.2.172
Compare Source
Added
getauxval
for 32-bit targets (#4338)if_tun.h
ioctls (#4379)SO_BINDTOIFINDEX
(#4391)posix_spawn_file_actions_add[f]chdir[_np]
(#4387)filedesc
andfdescenttbl
(#4327)AF_UNSPEC
(#4344)AF_VSOCK
(#4344)timerfd
APIs (#4333)_IO
,_IOW
,_IOR
,_IOWR
to the exported API (#4325)tcp_info
to uClibc bindings (#4347)input-event-codes.h
(#4326)seccomp.h
(#4330)ptrace_sud_config
and relatedPTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG
. (#4386)pthread_attr_setstack
(#4349)utmpx
API (#4332)getrandom
on all platforms (#4346)io-sock
(#4169)sys/socket.h
andsys/uio.h
definitions (#4388)O_DIRECT
andSIGINFO
(#4348)secure_getenv
(#4342)d_type
member todirent
(#4352)Deprecated
TCP_PCAP_OUT
andTCP_PCAP_IN
(#4381)Fixed
statfs
(#4324)AF_INET = 3
(#4344)SA_ONSTACK
on RISC-V-32 (#4335)waitpid
parameter name (#4334)Removed
O_FSYNC
on RISC-V-32 (useO_SYNC
instead) (#4335)RTLD_DEEPBIND
on RISC-V-32 (#4335)Other
MFD_EXEC
andMFD_NOEXEC_SEAL
on sparc64" (#)$PWD
instead of$(pwd)
in run-docker (#4345)openpty
andforkpty
polyfills to Illumos, replace Solaris implementation with bindings (#4329)openapi-ts/openapi-typescript (openapi-typescript)
v6.7.6
Compare Source
Patch Changes
37885c2aec15d406720c5457da5bcaf7a142ab75
Thanks @nzapponi! - Fix SecurityRequirementsObject to allow partial security schemesseanmonstar/reqwest (reqwest)
v0.12.20
Compare Source
ClientBuilder::tcp_user_timeout(Duration)
option to setTCP_USER_TIMEOUT
.Error::is_status()
.v0.12.19
Compare Source
cookies
feature is enabled (by the way, it's a noop feature in wasm).v0.12.18
Compare Source
socks
enabled without TLS.v0.12.17
Compare Source
v0.12.16
Compare Source
ClientBuilder::http3_congestion_bbr()
to enable BBR congestion control.ClientBuilder::http3_send_grease()
to configure whether to send use QUIC grease.ClientBuilder::http3_max_field_section_size()
to configure the maximum response headers.ClientBuilder::tcp_keepalive_interval()
to configure TCP probe interval.ClientBuilder::tcp_keepalive_retries()
to configure TCP probe count.Proxy::headers()
to add extra headers that should be sent to a proxy.redirect::Policy::limit()
which had an off-by-1 error, allowing 1 more redirect than specified.Response::bytes_stream()
.v0.12.15
Compare Source
ProxyOverride
andNO_PROXY
.v0.12.14
Compare Source
fetch_mode_no_cors()
, marking as deprecated when not on WASM.v0.12.13
Compare Source
Form::into_reader()
for blockingmultipart
forms.Form::into_stream()
for asyncmultipart
forms.RequestBuilder::form()
from overwriting a previously setContent-Type
header, like the other builder methods.blocking::Request
.ProxyOverride
as aNO_PROXY
value.Error::is_timeout()
to return true when from a request timeout.v0.12.12
Compare Source
tokio/time
on WASM.v0.12.11
Compare Source
v0.12.10
Compare Source
ClientBuilder::connector_layer()
to allow customizing the connector stack.ClientBuilder::http2_max_header_list_size()
option.content-length
) information when wrapping bodies.v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include content-length.v0.12.8
Compare Source
multipart::Form::file()
method for adding files easily.Body::wrap()
to wrap anyhttp_body::Body
type.dtolnay/semver (semver)
v1.0.26
Compare Source
v1.0.25
Compare Source
v1.0.24
Compare Source
RustCrypto/hashes (sha2)
v0.10.9
Compare Source
shepmaster/snafu (snafu)
v0.8.6
Compare Source
Added
A new
alloc
feature flag has been added as a subset of theexisting
std
feature flag. This allows SNAFU to be used inenvironments that have access to an allocator but not the standard
library.
Context selectors may now be explicitly named. This allows
flexibility in edge cases, but also is understood by rust-analyzer
to help with renaming context selectors.
Fixed
#[allow(dead_code)]
to the context selector'sfail
method. This works around an issue with the
dead_code
lint in rareusages involving declarative macros and explicit visibility
qualifiers.
Changed
Add top-level documentation on reporting errors using
#[snafu::report]
.Show the
cfg
options that control features on docs.rs.v0.8.5
Compare Source
Added
core::error::Error
trait instead ofstd::error::Error
when therust_1_81
feature flag isenabled. This supersedes the
unstable-core-error
feature flag.redox-os/termion (termion)
v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
Remove unused code and update dependencies.
tokio-rs/tracing (tracing)
v0.1.41
: tracing 0.1.41Compare Source
[ crates.io ] | [ docs.rs ]
This release updates the
tracing-core
dependency to v0.1.33 andthe
tracing-attributes
dependency to v0.1.28.Added
Field
(#2820)&[u8]
to be recorded as event/span field (#2954)Changed
thread_local
s when possible (#2838)Fixed
register_callsite
error (#2938)target
andname
(#2941)servo/rust-url (url)
v2.5.4
Compare Source
What's Changed
Full Changelog: servo/rust-url@v2.5.3...v2.5.4
v2.5.3
Compare Source
What's Changed
no_std
support for theurl
crate by @domenukk in https://github.com/servo/rust-url/pull/831wasm32-wasip2
on the stable channel by @brooksmtownsend in https://github.com/servo/rust-url/pull/983New Contributors
Full Changelog: servo/rust-url@v2.5.2...v2.5.3
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
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
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 exactx.y.z
version (prior to this change it used to first install the latest version, and only in a second step would it downgrade tox.y.z
; this was causing issues when we bump the minimal Node.js version we support, as runningyarn 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.
This PR has been generated by Renovate Bot.