chore(deps): update dependencies-non-major #1741
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20.12.12->20.14.020.12.11->20.14.018.3.2->18.3.37.8.0->7.11.07.8.0->7.11.04.2.1->4.3.00.4.10->0.4.113.3.0->3.4.00.25.1->0.26.00.25.1->0.26.00.3.71->0.3.721.1.10->1.1.127.34.1->7.34.20.1.4->0.1.54.0.0-alpha.1->4.0.0-alpha.20.22->0.230.15->0.160.3->0.40.22.0->0.23.09.1.3->9.1.41.0.84->1.0.850.19->0.210.19->0.210.6->0.70.26.2->0.26.30.113.4->0.113.51.37.0->1.38.01.37.0->1.38.01.37.0->1.38.00.11.0->0.12.00.25.0->0.26.00.21.0->0.23.00.23->0.24=29.1.3->=29.1.48.0.2->8.1.00.21.0->0.23.04.18.2->4.18.35.2.11->5.2.122.1.0->2.1.2Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.11.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.10.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.9.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.11.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.10.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.9.0Compare 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.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.0Compare Source
Fix support for React compiler
Don't set
retainLines: truewhen the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
Nullus157/async-compression (async-compression)
v0.4.11Compare Source
Other
smol-rs/async-lock (async-lock)
v3.4.0Compare Source
event-listenerv5.0.0. (#74)sdroege/async-tungstenite (async-tungstenite)
v0.26.0Compare Source
Changed
rust-lang/backtrace-rs (backtrace)
v0.3.72Compare Source
This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.
If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.
What's Changed
objectandaddr2linedependencies by @a1phyr in https://github.com/rust-lang/backtrace-rs/pull/612libbacktraceandgimli-symbolizefeatures by @Enselic in https://github.com/rust-lang/backtrace-rs/pull/615New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72
oven-sh/bun (bun)
v1.1.12: Bun v1.1.12Compare Source
This release fixes a regression briefly introduced in
bun upgradeon Windows that occurred in Bun v1.1.11. There are no release notes, please take a look at the Bun v1.1.11 release notes instead.To install Bun v1.1.12:
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.1.12:
Read Bun v1.1.11's release notes on Bun's blog
v1.1.11: Bun v1.1.11Compare Source
To install Bun v1.1.11:
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.1.11:
Read Bun v1.1.11's release notes on Bun's blog
Thanks to 16 contributors!
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.2Compare Source
Fixed
boolean-prop-naming][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type (#3718 @developer-bandi)jsx-no-leaked-render][jsx-no-leaked-render]: invalid report if left side is boolean (#3746 @akulsr0)jsx-closing-bracket-location][jsx-closing-bracket-location]: message shows{{details}}when there are no details (#3759 @mdjermanovic)no-invalid-html-attribute][no-invalid-html-attribute]: ensure error messages are correct (#3759 @mdjermanovic, @ljharb)Changed
hyperium/hyper-util (hyper-util)
v0.1.5Compare Source
server::graceful::GracefulShutdownhelper to coordinate over many connections.server::conn::auto::Connection::into_owned()to unlink lifetime fromBuilder.servicemodule to be available with onlyservicefeature enabled.ramosbugs/openidconnect-rs (openidconnect)
v4.0.0-alpha.2Compare Source
Bug Fixes
impl Futureinstead ofPin<Box<dyn Future>>(#158)Full Changelog: ramosbugs/openidconnect-rs@4.0.0-alpha.1...4.0.0-alpha.2
open-telemetry/opentelemetry-rust (opentelemetry)
v0.23.0: 0.23.0Compare Source
Whats changed?
See individual crate changelogs for details.
New Contributors
@svix-jplatte made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1568
@rex4539 made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1587
@divergentdave made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1584
@pyohannes made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1578
@masato-hi made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1621
@rogercoll made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1624
@LuisOsta made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1638
@svrnm made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1664
@Lev1ty made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1672
@ThomsonTan made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1675
@ramgdev made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1585
@utpilla made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1701
@ChieloNewctle made their first contribution in https://github.com/open-telemetry/opentelemetry-rust/pull/1746
open-telemetry/opentelemetry-rust (opentelemetry-otlp)
v0.16.0Compare Source
Fixed
OTEL_EXPORTER_OTLP_HEADERSare now correctly decoded. #1578ExportConfig#1706/v1/traces) #1706OTEL_EXPORTER_OTLP_PROTOCOL_DEFAULT#1746Added
DeltaTemporalitySelector(#1568)webkpi-rootsfeatures toreqwestandtonicbackendsChanged
LoggerProviderinstead ofLogger. Refer to the basic-otlp and basic-otlp-http examples for how to initialize OTLP Log Exporter to use with OpenTelemetryLogBridge and OpenTelemetryTracingBridge respectively.opentelemetrydependency version to 0.23opentelemetry_sdkdependency version to 0.23opentelemetry-httpdependency version to 0.12opentelemetry-protodependency version to 0.6open-telemetry/opentelemetry-rust (opentelemetry-stdout)
v0.4.0Compare Source
Changed
opentelemetrydependency version to 0.23opentelemetry_sdkdependency version to 0.23pnpm/pnpm (pnpm)
v9.1.4Compare Source
dtolnay/proc-macro2 (proc-macro2)
v1.0.85Compare Source
la10736/rstest (rstest)
v0.21.0Compare Source
Changed
crate-nameenabled by default to opt-in crate renamesupport. See #258
v0.20.0Compare Source
Add
#[by_ref]attribute to take get a local lifetime for test arguments.See #241 for more details. Thanks to
@narpfel for suggesting it and useful discussions.
rstestwith another name. See #221Fixed
#241 for more details.
PathBufdoes no longer need to bein scope when using
#[files](see #242)#[from(now::accept::also::path::for::fixture)]See #246for more details
Peternator7/strum (strum_macros)
v0.26.3Compare Source
EnumTablebecause it's going to be deprecated in the nextversion.
itertoolsby using the fullyqualified name rather than the inherent method.
string interpolation.
#[strum(to_string = "Field 0: {0}, Field 1: {1})")]will now work for tuple variantstokio-rs/tokio (tokio)
v1.38.0: Tokio v1.38.0Compare Source
This release marks the beginning of stabilization for runtime metrics. It
stabilizes
RuntimeMetrics::worker_count. Future releases will continue tostabilize more metrics.
Added
File::create_new([#6573])copy_bidirectional_with_sizes([#6500])AsyncBufReadforJoin([#6449])CloneforNamedPipeInfo([#6586])Notify::notify_last([#6520])mpsc::Receiver::{capacity,max_capacity}([#6511])splitmethod to the semaphore permit ([#6472], [#6478])tokio::task::join_set::Builder::spawn_blocking([#6578])Changed
#[tokio::test]append#[test]at the end of the attribute list ([#6497])blocking_threadscount ([#6551])RuntimeMetrics::worker_count([#6556])lifo_slotinblock_in_place([#6596])global_queue_intervalis zero ([#6445])Semaphorefor task dumps ([#6499])LocalKey::getwork with Clone types ([#6433])true_whenfield inTimerShared([#6563])Fixed
Interval::poll_tick([#6487])is_emptyon mpsc block boundaries ([#6603])Documented
stdindocumentation ([#6581])ReadHalf::unsplit()documentation ([#6498])select!([#6468])NamedPipeServerexample ([#6590])SemaphorePermit,OwnedSemaphorePermit([#6477])Barrier::waitis not cancel safe ([#6494])Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 Mend Renovate. View repository job log here.