router icon indicating copy to clipboard operation
router copied to clipboard

fix(deps): update all non-major packages >= 1.0

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anyhow dependencies patch 1.0.64 -> 1.0.65 age adoption passing confidence
clap dependencies patch 3.2.21 -> 3.2.22 age adoption passing confidence
insta (source) dev-dependencies minor 1.19.1 -> 1.21.0 age adoption passing confidence
once_cell dev-dependencies minor 1.14.0 -> 1.15.0 age adoption passing confidence
once_cell dependencies minor 1.14.0 -> 1.15.0 age adoption passing confidence
rhai (source) dependencies patch 1.10.0 -> 1.10.1 age adoption passing confidence
serde (source) dependencies patch 1.0.144 -> 1.0.145 age adoption passing confidence
serde_json dependencies patch 1.0.85 -> 1.0.86 age adoption passing confidence
thiserror dependencies patch 1.0.34 -> 1.0.37 age adoption passing confidence
tokio (source) dependencies patch 1.21.0 -> 1.21.2 age adoption passing confidence
typescript (source) devDependencies patch 4.8.3 -> 4.8.4 age adoption passing confidence
uuid dependencies minor 1.1.2 -> 1.2.1 age adoption passing confidence

Release Notes

dtolnay/anyhow

v1.0.65

Compare Source

clap-rs/clap

v3.2.22

Compare Source

[3.2.22] - 2022-09-16

Fixes
  • Unify dependencies on terminal_size to the 0.2 release
mitsuhiko/insta

v1.21.0

  • Fixed an issue that broke support for older rust versions. (#​292)
  • Added cargo insta show command to render a snapshot.
  • Added support for compact JSON snapshots. (#​288)

v1.20.0

Compare Source

  • cargo insta now supports nextest as test runner. (#​285)
  • The glob! macro now defers failures by default. (#​284)
matklad/once_cell

v1.15.0

Compare Source

  • Increase minimal supported Rust version to 1.56.0.
  • Implement UnwindSafe even if the std feature is disabled.
serde-rs/serde

v1.0.145

Compare Source

serde-rs/json

v1.0.86

Compare Source

dtolnay/thiserror

v1.0.37

Compare Source

  • Documentation improvements

v1.0.36

Compare Source

v1.0.35

Compare Source

  • More work on integrating std::any::Provider for backtrace support
  • Fix "Multiple applicable provide methods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#​185)
tokio-rs/tokio

v1.21.2

Compare Source

1.21.2 (September 27, 2022)

This release removes the dependency on the once_cell crate to restore the MSRV of 1.21.x, which is the latest minor version at the time of release. (#​5048)

v1.21.1

Compare Source

1.21.1 (September 13, 2022)

Fixed
Microsoft/TypeScript

v4.8.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

uuid-rs/uuid

v1.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 13 '22 13:09 renovate[bot]

@renovate[bot] your pull request is missing a changelog!

github-actions[bot] avatar Sep 13 '22 13:09 github-actions[bot]

@renovate[bot], please add a /NEXT_CHANGELOG.md entry for this PR to the appropriate section!

github-actions[bot] avatar Sep 29 '22 15:09 github-actions[bot]

I've opened up https://github.com/apollographql/router/pull/1993 to figure out what happened between this PR and https://github.com/apollographql/router/commit/783206a93718c65d0a25ca7c930f0f64ec59df70, when tests were passing on this PR.

abernix avatar Oct 25 '22 09:10 abernix