Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/server 4.9.1 -> 4.9.2 age adoption passing confidence dependencies patch
clap 4.3.23 -> 4.4.1 age adoption passing confidence dependencies minor
dashmap 5.5.0 -> 5.5.3 age adoption passing confidence dependencies patch
dd-trace 4.12.0 -> 4.13.1 age adoption passing confidence dependencies minor
fred 6.3.0 -> 6.3.1 age adoption passing confidence dev-dependencies patch
fred 6.3.0 -> 6.3.1 age adoption passing confidence dependencies patch
memchr 2.5.0 -> 2.6.1 age adoption passing confidence dev-dependencies minor
memchr 2.5.0 -> 2.6.1 age adoption passing confidence dependencies minor
regex 1.9.3 -> 1.9.4 age adoption passing confidence dependencies patch
serde (source) 1.0.185 -> 1.0.188 age adoption passing confidence dependencies patch
serde (source) 1.0.183 -> 1.0.188 age adoption passing confidence dependencies patch
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence devDependencies minor
url 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.9.2

Compare Source

Patch Changes
  • #​7699 62e7d940d Thanks @​trevor-scheer! - Fix error path attachment for list items

    Previously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:

    Could not find node with path x.y.1, defaulting to put errors on root node.

    This change places these errors at their correct paths and removes the log.

clap-rs/clap (clap)

v4.4.1

Compare Source

Features
  • Stabilize Command::styles

v4.4.0

Compare Source

Compatibility
  • Update MSRV to 1.70.0

v4.3.24

Compare Source

Fixes
  • Ensure column padding is preserved in --help with custom templates
xacrimon/dashmap (dashmap)

v5.5.2

Compare Source

This release merely reverts #​259 since it introduced data race violations. We'll look into this more in the coming time and try to investigate why and how to gain back the additional 0.5%-ish lost performance. Additionally, v5.5.1 has been yanked.

Thanks to @​Turbo87 and the crates.io team for reporting this issue.

v5.5.1

Compare Source

This release includes a couple of internal changes such as committing Cargo.lock as well as minor optimizations to lookup performance.

DataDog/dd-trace-js (dd-trace)

v4.13.1

Compare Source

Bug Fixes
  • core: fix esm tracing for kafkajs and add esm integration test (#​3571)
  • core: mongodb-core: fix serialization of BigInt values in query (#​3575)
  • appsec: Fix evidence redaction with empty sensitive ranges (#​3520)
  • appsec: Add vulnerabilities loaded before starting recollect (#​3531)
  • core: Send instrumentation telemetry app-heartbeat events in uniform intervals (#​3553)
Improvements
  • core: enable lib injection images on v3 release line (#​3573)

v4.13.0

Compare Source

Bug Fixes
  • core: add webpack5 for nextjs v9.5 (#​3572)
  • core: fix google-cloud-pubsub and startup test (#​3561)
  • core: add logging to esm integration tests (#​3559)
  • esbuild: early bailout when loading app local modules (#​3551)
  • core: fix socketPath for Named Pipe UDS cases (#​3501)
  • core: limiting library range (#​3552)
  • core: remove wrapObjectProperty wrapper for Next.js (#​3558)
Improvements
  • profiling: update pprof version (#​3560)
Features
  • core: adding support for Next.js >=13.4.13 (#​3538)
  • core: drop v2.x support (#​3544)
aembke/fred.rs (fred)

v6.3.1

Compare Source

  • Update various dependencies
  • Move pretty-env-logger to dev-dependencies
  • Update rustfmt.toml
BurntSushi/memchr (memchr)

v2.6.1

Compare Source

v2.6.0

Compare Source

rust-lang/regex (regex)

v1.9.4

Compare Source

==================
This is a patch release that fixes a bug where RegexSet::is_match(..) could
incorrectly return false (even when RegexSet::matches(..).matched_any()
returns true).

Bug fixes:

  • BUG #​1070:
    Fix a bug where a prefilter was incorrectly configured for a RegexSet.
serde-rs/serde (serde)

v1.0.188

Compare Source

  • Fix "failed to parse manifest" error when building serde using a Cargo version between 1.45 and 1.50 (#​2603)

v1.0.187

Compare Source

  • Remove support for Emscripten targets on rustc older than 1.40 (#​2600)

v1.0.186

Compare Source

  • Disallow incompatible versions of serde_derive and serde in the dependency graph (#​2588, thanks @​soqb)
Microsoft/TypeScript (typescript)

v5.2.2: TypeScript 5.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:

servo/rust-url (url)

v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: servo/rust-url@v2.4.0...v2.4.1


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, check this box

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

@github-actions
Copy link
Contributor

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@router-perf
Copy link

router-perf bot commented Aug 21, 2023

CI performance tests

  • step - Basic stress test that steps up the number of users over time
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • xlarge-request - Stress test with 10 MB request payload
  • xxlarge-request - Stress test with 100 MB request payload
  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • const - Basic stress test that runs with a constant number of users
  • reload - Reload test over a long period of time at a constant rate of users
  • large-request - Stress test with a 1 MB request payload
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • no-graphos - Basic stress test, no GraphOS.

@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.185 fix(deps): update all non-major packages >= 1.0 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch 27 times, most recently from e782695 to 3488035 Compare August 28, 2023 12:33
@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch 19 times, most recently from 756d41e to 9c93f00 Compare August 30, 2023 04:50
@renovate renovate bot force-pushed the renovate/all-non-major-gte-1.0 branch from 9c93f00 to 922094a Compare August 30, 2023 05:04
@abernix abernix requested a review from Geal August 30, 2023 08:39
@abernix abernix merged commit da87805 into dev Aug 30, 2023
@abernix abernix deleted the renovate/all-non-major-gte-1.0 branch August 30, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant