fix(deps): update all non-major dependencies - autoclosed #103
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:
0.10.3
->0.10.4
0.6.3
->0.6.4
0.10.1
->0.10.2
0.6.0
->0.6.1
0.1.82
->0.1.85
0.8.5
->0.9.0
0.53.0
->0.54.0
0.4.38
->0.4.39
9.0.0
->9.1.2
^0.23.0
->^0.24.0
9.9.1
->9.17.0
0.3.30
->0.3.31
0.1.2
->0.1.3
9.1.5
->9.1.7
0.13.0
->0.14.0
15.2.10
->15.3.0
3.2.0
->3.2.1
2.4.10
->2.7.0
3.15.0
->3.15.1
0.24.0
->0.27.0
0.13.0
->0.27.0
0.17.0
->0.27.0
0.16.0
->0.27.0
0.24.0
->0.27.0
9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1
->9.15.3
3.3.3
->3.4.2
1.0.86
->1.0.92
0.13.1
->0.13.4
0.13.1
->0.13.4
0.13.2
->0.13.4
1.0.37
->1.0.38
4.5.29
->4.5.48
4.5.4
->4.5.7
4.5.8
->4.5.17
4.5.12
->4.5.17
4.5.18
->4.5.24
0.12.7
->0.12.12
1.83.0
->1.83.1
1.0.128
->1.0.135
0.8.10
->0.8.11
2.0.76
->2.0.95
1.40.0
->1.43.0
0.12.1
->0.12.3
0.12.2
->0.12.3
0.12.2
->0.12.3
0.12.2
->0.12.3
0.5.0
->0.5.2
0.5.2
->0.6.0
0.1.40
->0.1.41
0.25.0
->0.28.0
0.3.18
->0.3.19
2.7.0
->2.8.1
5.5.4
->5.7.3
5.7.2
->5.7.3
8.19.0
->8.19.1
0.18.1
->0.19.0
0.18
->0.19
1.4.1
->1.5.0
3.5.12
->3.5.13
0.2.0
->0.3.0
Release Notes
open-wc/custom-elements-manifest (@custom-elements-manifest/analyzer)
v0.10.4
Compare Source
@customelement
and@customElement
class jsdocneoeinstein/aliri (aliri)
v0.6.4
: aliri: v0.6.4Compare Source
Bug Fixes
dtolnay/async-trait (async-trait)
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
djc/bb8 (bb8)
v0.9.0
: 0.9.0Compare Source
bb8 0.9.0 (and bb8-postgres 0.9.0, bb8-redis 0.18.0) adopts RPITIT (first stabilized in Rust 1.75) to drop the dependency on
async_trait
. This comes at the cost of raising the MSRV for these new releases to 1.75. If any bugs are found, I will consider releasing 0.8.x upgrades until such time as Tokio bumps its MSRV to 1.75.What's Changed
v0.8.6
Compare Source
What's Changed
Pool::add
by @tneely in https://github.com/djc/bb8/pull/214Please consider sponsoring ongoing maintenance or contact @djc to discuss commercial support.
jaemk/cached (cached)
v0.54.0
[0.54.0]
chronotope/chrono (chrono)
v0.4.39
: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()
by @sgoll in https://github.com/chronotope/chrono/pull/1591NaiveWeek
methods by @bragov4ik in https://github.com/chronotope/chrono/pull/1600PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by @DSeeLP in https://github.com/chronotope/chrono/pull/1618#[inline]
tonum_days
by @CommanderStorm in https://github.com/chronotope/chrono/pull/1627open-cli-tools/concurrently (concurrently)
v9.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2
v9.1.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0
v9.0.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1
evanw/esbuild (esbuild)
v0.24.2
Compare Source
Fix regression with
--define
andimport.meta
(#4010, #4012, #4013)The previous change in version 0.24.1 to use a more expression-like parser for
define
values to allow quoted property names introduced a regression that removed the ability to use--define:import.meta=...
. Even thoughimport
is normally a keyword that can't be used as an identifier, ES modules special-case theimport.meta
expression to behave like an identifier anyway. This change fixes the regression.This fix was contrib
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 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 was generated by Mend Renovate. View the repository job log.