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
trafficstars

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anyhow dependencies patch 1.0.58 -> 1.0.61 age adoption passing confidence
bytes dependencies minor 1.1.0 -> 1.2.1 age adoption passing confidence
clap dependencies patch 3.2.10 -> 3.2.17 age adoption passing confidence
insta (source) dev-dependencies minor 1.15.0 -> 1.18.2 age adoption passing confidence
miette dependencies minor 5.1.1 -> 5.3.0 age adoption passing confidence
paste dependencies patch 1.0.7 -> 1.0.8 age adoption passing confidence
serde (source) dependencies patch 1.0.139 -> 1.0.143 age adoption passing confidence
serde_json dependencies patch 1.0.82 -> 1.0.83 age adoption passing confidence
thiserror dependencies patch 1.0.31 -> 1.0.32 age adoption passing confidence
tokio (source) dev-dependencies minor 1.19.2 -> 1.20.1 age adoption passing confidence
tokio (source) dependencies minor 1.19.2 -> 1.20.1 age adoption passing confidence
typescript (source) devDependencies minor 4.6.4 -> 4.7.4 age adoption passing confidence

Release Notes

dtolnay/anyhow

v1.0.61

Compare Source

  • Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#​252)

v1.0.60

Compare Source

v1.0.59

Compare Source

  • Update crates.io metadata to include no-std category
tokio-rs/bytes

v1.2.1

Compare Source

Fixed
  • Fix unbounded memory growth when using reserve (#​560)

v1.2.0

Compare Source

Added
Changed
Fixed
Documented
  • Redraw layout diagram with box drawing characters (#​539)
  • Clarify BytesMut::unsplit docs (#​535)
clap-rs/clap

v3.2.17

Compare Source

[3.2.17] - 2022-08-12

Fixes
  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API

v3.2.16

Compare Source

Fixes
  • Ensure required arguments appear in errors when they are also members of a group (#​4004)

v3.2.15

Compare Source

Features
  • (derive) New default_values_t and default_values_os_t attributes

v3.2.14

Compare Source

Fixes
  • A multple_values positional followed by another positional now works with multiple flags

v3.2.13

Compare Source

Documentation
  • Pulled in tutorials, cookbook, and derive reference into rustdoc

v3.2.12

Compare Source

Fixes
  • Allow an arg to declare a conflict with a group

v3.2.11

Compare Source

Features
  • Added Arg::get_all_short_aliaes and Arg::get_all_aliases
mitsuhiko/insta

v1.18.2

Compare Source

  • Avoid the use of #[allow(unused)] in the macro. (#​271)

v1.18.1

Compare Source

  • Fixed a regression in the JSON serialization format with newtypes and tuple variants. (#​270)

v1.18.0

  • Settings::bind now can return a result.
  • Expose the drop guard type of bind_to_scope.
  • The serde dependency is now optional. While still enabled by default users need to opt into yaml and json features explicitly to regain support for it. To avoid the default serde dependency the default features just need to be disabled. (#​255)
  • Deprecated unused serialization features.
  • Deprecated unused backtrace feature.
  • Removed deprecated Settings::bind_to_thread.

Breaking Changes / Upgrading: If you are upgrading to serde 1.18.0 you will receive deprecating warnings if you are using the assert_yaml_snapshot! and assert_json_snapshot! macros. These macros will continue to function in the future but they will require explicit opting into the yaml and json features. To silence the warning add them to your insta dependency. Additionally the backtrace feature was deprecated. It is no longer needed so just remove it.

v1.17.2

  • Remove an accidentaly debug print output.

v1.17.1

  • Added support for nextest. (#​242)
  • Resolved an issue where inline snapshot tests in doctests refused to work. (#​252)

v1.17.0

  • Fixed an issue in cargo-insta where sometimes accepting inline snapshots would crash with an out of bounds panic.
  • Added new filters feature. (#​245)
  • Disallow unnamed snapshots in doctests. (#​246)
  • with_settings! macro now inherits the former settings rather than resetting. (#​249)
  • Added support for Settings::bind_to_scope and deprecated Settings::bind_to_thread. (#​250)
  • Added support for minimal-versions builds.

v1.16.0

Compare Source

  • Added --no-quiet/-Q flag to cargo insta test to suppress the quiet flag. This works around limitations with custom test harnesses such as cucumber.
  • Update RON to 0.7.1.
  • Improved ergonomics around with_settings!. It's now a perfect match to the settings object's setter methods.
  • Added description and info to snapshots. (#​239)
  • Added omit_expression setting. (#​239)
  • Added improved support for running insta from doctests. (#​243)
zkat/miette

v5.3.0

Compare Source

Bug Fixes
Features
  • graphical: Allow miette users to opt-out of the rendering of the cause chain (#​192) (b9ea5871)

v5.2.0

Compare Source

Features
Bug Fixes
  • docs: readme was getting cut off during generation (e286c705)
dtolnay/paste

v1.0.8

Compare Source

  • Add categories to crates.io metadata
serde-rs/serde

v1.0.143

Compare Source

  • Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#​2253, thanks @​taiki-e)

v1.0.142

Compare Source

  • Add keywords to crates.io metadata

v1.0.141

Compare Source

  • Add no-std category to crates.io metadata

v1.0.140

Compare Source

serde-rs/json

v1.0.83

Compare Source

  • Add categories to crates.io metadata
dtolnay/thiserror

v1.0.32

Compare Source

  • Add keywords to crates.io metadata
tokio-rs/tokio

v1.20.1

Compare Source

1.20.1 (July 25, 2022)

Fixed
  • chore: fix version detection in build script (#​4860)

v1.20.0

Compare Source

1.20.0 (July 12, 2022)

Added
Changed
  • time: remove src/time/driver/wheel/stack.rs (#​4766)
  • rt: clean up arguments passed to basic scheduler (#​4767)
  • net: be more specific about winapi features (#​4764)
  • tokio: use const initialized thread locals where possible (#​4677)
  • task: various small improvements to LocalKey (#​4795)
Fixed
Documented
Unstable
  • joinset: rename join_one to join_next (#​4755)
  • rt: unhandled panic config for current thread rt (#​4770)
Microsoft/TypeScript

v4.7.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:

v4.7.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.7.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» 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 Mar 02 '22 16:03 renovate[bot]

Deploy Preview for apollo-router-docs ready!

Name Link
Latest commit 13a7db5359e4b8f16a35238c94e245347a0cc159
Latest deploy log https://app.netlify.com/sites/apollo-router-docs/deploys/62be98b039014100081799c7
Deploy Preview https://deploy-preview-569--apollo-router-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Mar 09 '22 16:03 netlify[bot]

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

github-actions[bot] avatar Mar 10 '22 05:03 github-actions[bot]

@Geal:

once_cell should not be updated automatically for now

Is this still true? How do we know when this is safe to update it? (I would like to update it!)

abernix avatar Aug 17 '22 06:08 abernix