fix(deps): update all non-major dependencies #1534
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:
11.0.3
->11.1.0
11.0.3
->11.1.0
v1.9.0
->v1.10.0
0.5.0
->0.6.0
0.4.1
->0.4.2
1.0.86
->1.0.89
v1.10.1
->v1.10.2
1.39.0
->1.40.0
0.14.1
->0.14.2
0.39.0
->0.40.0
==1.7.1
->==1.8.1
==2.9.1
->==2.9.2
0.8.1
->0.8.2
0.7.11
->0.7.12
3.5.5
->3.5.8
Release Notes
vueuse/vueuse (@vueuse/core)
v11.1.0
Compare Source
🚀 Features
$el
- by @KazariEX in https://github.com/vueuse/vueuse/issues/4202 (8e141)onCancel
handler - by @AndreyYolkin in https://github.com/vueuse/vueuse/issues/4184 (30452)🐞 Bug Fixes
ignore
accept reactive values - by @CernyMatej in https://github.com/vueuse/vueuse/issues/4211 (aa5e3)Document
type for root - by @phk422 in https://github.com/vueuse/vueuse/issues/4210 (6b584)el
to be instanceof Element - by @FRSgit in https://github.com/vueuse/vueuse/issues/4189 (4dcc2)View changes on GitHub
actions-rust-lang/setup-rust-toolchain (actions-rust-lang/setup-rust-toolchain)
v1.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions-rust-lang/setup-rust-toolchain@v1...v1.10.0
chriswk/actix-middleware-etag (actix-middleware-etag)
v0.4.2
Compare Source
Chore
Commit Statistics
Commit Details
view details
6c73e2e
)dtolnay/anyhow (anyhow)
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)mitsuhiko/insta (insta)
v1.40.0
Compare Source
cargo-insta
no longer panics when runningcargo insta test --accept --workspace
on a workspace with a default crate. #532
MSRV for
insta
has been raised to 1.60, and forcargo-insta
to 1.64.Added support for compact debug snapshots (
assert_compact_debug_snapshot
). #514Deprecate
--no-force-pass
incargo-insta
. The--check
option covers thesame functionality and has a clearer name. #513
Inline snapshots now use the required number of
#
s to escape the snapshotvalue, rather than always using
###
. This allows snapshotting values whichthemselves contain
###
. If there are no existing#
characters in thesnapshot value, a single
#
will be used. #540Inline snapshots can now be updated with
--force-update-snapshots
. #569cargo insta test
accepts multiple--exclude
flags. #520test
runner
in insta's yaml config works. #544Print a warning when encountering old snapshot formats. #503
Group the options in
cargo insta --help
, upgrade toclap
fromstructopt
. #518No longer suggest running
cargo insta
message when runningcargo insta test --check
. #515Print a clearer error message when accepting a snapshot that was removed. #516
Mark
require-full-match
as experimental, given some corner-cases are currently difficult to manage. #497Add a new integration test approach for
cargo-insta
and a set of integration tests. #537Enable Filters to be created from
IntoIterator
types, rather than justVec
s. #570Implemented total sort order for an internal
Key
type correctly. This prevents potentialcrashes introduced by the new sort algorithm in Rust 1.81. #586
maciejhirsz/logos (logos)
v0.14.2
: - Optionalforbid_unsafe
feature, fuzzing, book, and more!Compare Source
What's Changed
forbid_unsafe
feature to disable unsafe code by @davidkern in https://github.com/maciejhirsz/logos/pull/413New Contributors
Full Changelog: maciejhirsz/logos@v0.14.1...v0.14.2
XAMPPRocky/octocrab (octocrab)
v0.40.0
Compare Source
Added
remove_assignees
on issue API (#686)CreateForkBuilder
(#682)Gist::public
field (#678)Fixed
Reference::Commit
variant (#697)Other
DeviceCodes::poll_until_available
method (#679)merged_by
andclosed_by
fields (#674)pydantic/pydantic (pydantic)
v2.9.2
Compare Source
GitHub release
What's Changed
Fixes
Callable
discriminators by @sydney-runkle in #10400PlainValidator
by @Viicos in #10427Union
serialization warnings by @sydney-runkle in pydantic/pydantic-core#1449_IncEx
type alias, only allowTrue
by @Viicos in #10414ZoneInfo
validation with various invalid types by @sydney-runkle in #10408launchbadge/sqlx (sqlx)
v0.8.2
Compare Source
10 pull requests were merged this release cycle.
This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see the FAQ).
Added
Changed
Cargo.toml
files in examples [[@carschandler]]Fixed
#[sqlx(no_pg_array)]
being forbidden on#[derive(Type)]
structs.PgListener
,PgStream::recv()
[[@abonander]]unknown message: "\\0"
errorLukeMathWalker/tracing-actix-web (tracing-actix-web)
v0.7.12
Compare Source
vuejs/core (vue)
v3.5.8
Compare Source
Bug Fixes
v3.5.7
Compare Source
Bug Fixes
duration
setting even when it is0
(#11967) (f927a4a)Performance Improvements
v3.5.6
Compare Source
Bug Fixes
once
option should be ignored by watchEffect (#11884) (49fa673)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.