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

chore(deps): update dependencies-non-major #1762

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@grafbase/sdk (source) ~0.24.0 -> ~0.25.0 age adoption passing confidence devDependencies minor
@grafbase/sdk (source) ^0.24.0 -> ^0.25.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.14.0 -> 20.14.2 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.11.0 -> 7.13.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.11.0 -> 7.13.0 age adoption passing confidence devDependencies minor
@urql/core (source) 5.0.3 -> 5.0.4 age adoption passing confidence dependencies patch
@vitejs/plugin-react (source) 4.3.0 -> 4.3.1 age adoption passing confidence devDependencies patch
async-compression 0.4.10 -> 0.4.11 age adoption passing confidence dependencies patch
async-graphql 7.0.5 -> 7.0.6 age adoption passing confidence workspace.dependencies patch
async-graphql-axum 7.0.5 -> 7.0.6 age adoption passing confidence workspace.dependencies patch
async-graphql-parser 7.0.5 -> 7.0.6 age adoption passing confidence workspace.dependencies patch
async-graphql-value 7.0.5 -> 7.0.6 age adoption passing confidence workspace.dependencies patch
async-lock 3.3.0 -> 3.4.0 age adoption passing confidence dependencies minor
async-tungstenite 0.26.0 -> 0.26.1 age adoption passing confidence dependencies patch
async-tungstenite 0.26.0 -> 0.26.1 age adoption passing confidence dev-dependencies patch
backtrace 0.3.71 -> 0.3.72 age adoption passing confidence dependencies patch
clap 4.5.4 -> 4.5.7 age adoption passing confidence dependencies patch
clap_complete 4.5.2 -> 4.5.5 age adoption passing confidence dependencies patch
cynic (source) 3.7.2 -> 3.7.3 age adoption passing confidence workspace.dependencies patch
cynic-codegen (source) 3.7.2 -> 3.7.3 age adoption passing confidence build-dependencies patch
cynic-introspection (source) 3.7.2 -> 3.7.3 age adoption passing confidence workspace.dependencies patch
cynic-parser (source) 0.4.3 -> 0.4.4 age adoption passing confidence dependencies patch
cynic-parser (source) 0.4.3 -> 0.4.4 age adoption passing confidence workspace.dependencies patch
deadpool-postgres 0.13 -> 0.14 age adoption passing confidence workspace.dependencies minor
duration-str 0.10.0 -> 0.11.0 age adoption passing confidence dependencies minor
futures-concurrency 7.6.0 -> 7.6.1 age adoption passing confidence dependencies patch
ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib 0.101.0 -> 0.102.1 age adoption passing confidence minor
hyper-util (source) 0.1.4 -> 0.1.5 age adoption passing confidence workspace.dependencies patch
openidconnect 4.0.0-alpha.1 -> 4.0.0-alpha.2 age adoption passing confidence workspace.dependencies patch
opentelemetry 0.22 -> 0.23 age adoption passing confidence dependencies minor
opentelemetry-otlp (source) 0.15 -> 0.16 age adoption passing confidence dependencies minor
opentelemetry-stdout (source) 0.3 -> 0.4 age adoption passing confidence dependencies minor
opentelemetry_sdk 0.22.0 -> 0.23.0 age adoption passing confidence dependencies minor
pnpm (source) 9.1.4 -> 9.3.0 age adoption passing confidence packageManager minor
proc-macro2 1.0.84 -> 1.0.85 age adoption passing confidence dependencies patch
regex 1.10.4 -> 1.10.5 age adoption passing confidence dev-dependencies patch
regex 1.10.4 -> 1.10.5 age adoption passing confidence workspace.dependencies patch
rustls 0.23.8 -> 0.23.9 age adoption passing confidence workspace.dependencies patch
strum_macros 0.26.2 -> 0.26.4 age adoption passing confidence workspace.dependencies patch
swc_ecma_ast 0.113.4 -> 0.113.7 age adoption passing confidence dependencies patch
swc_ecma_parser 0.144.1 -> 0.144.2 age adoption passing confidence dependencies patch
tar 0.4.40 -> 0.4.41 age adoption passing confidence dependencies patch
tar 0.4.40 -> 0.4.41 age adoption passing confidence workspace.dependencies patch
tokio (source) 1.37.0 -> 1.38.0 age adoption passing confidence dev-dependencies minor
tokio (source) 1.37.0 -> 1.38.0 age adoption passing confidence dependencies minor
tokio (source) 1.37.0 -> 1.38.0 age adoption passing confidence workspace.dependencies minor
tokio-postgres-rustls 0.11.0 -> 0.12.0 age adoption passing confidence workspace.dependencies minor
tokio-rustls 0.25.0 -> 0.26.0 age adoption passing confidence workspace.dependencies minor
toml 0.8.13 -> 0.8.14 age adoption passing confidence dependencies patch
toml 0.8.13 -> 0.8.14 age adoption passing confidence dev-dependencies patch
tracing-opentelemetry 0.23 -> 0.24 age adoption passing confidence dependencies minor
type-fest 4.18.3 -> 4.20.0 age adoption passing confidence dependencies minor
url 2.5.0 -> 2.5.1 age adoption passing confidence dependencies patch
url 2.5.0 -> 2.5.1 age adoption passing confidence dev-dependencies patch
url 2.5.0 -> 2.5.1 age adoption passing confidence workspace.dependencies patch
vite (source) 5.2.12 -> 5.2.13 age adoption passing confidence devDependencies patch
zip 2.1.0 -> 2.1.3 age adoption passing confidence dependencies patch

Release Notes

grafbase/grafbase (@​grafbase/sdk)

v0.25.0

Compare Source

CHANGELOG

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

urql-graphql/urql (@​urql/core)

v5.0.4

Compare Source

Patch Changes
  • Change how we calculate the OperationKey to take files into account, before we
    would encode them to null resulting in every mutation with the same variables
    (excluding the files) to have the same key. This resulted in mutations that upload
    different files at the same time to share a result in GraphCache
    Submitted by @​JoviDeCroock (See #​3601)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.1

Compare Source

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

Nullus157/async-compression (async-compression)

v0.4.11

Compare Source

Other
  • Expose total_in/total_out from underlying flate2 encoder types.
async-graphql/async-graphql (async-graphql)

v7.0.6

  • add license files to each project #​1523
  • Improve alignment of directive behavior with GraphQL spec #​1524
  • dynamic schema: pass default vals to ResolverContext #​1527
  • Add altair source #​1530
  • feat: Add support for using Interface and OneofObject on the same struct #​1534
smol-rs/async-lock (async-lock)

v3.4.0

Compare Source

  • Port to event-listener v5.0.0. (#​74)
sdroege/async-tungstenite (async-tungstenite)

v0.26.1

Compare Source

Added
  • New url feature that maps to the corresponding feature from tungstenite
    and allows connecting directly to ws / wss URLs.
rust-lang/backtrace-rs (backtrace)

v0.3.72

Compare Source

This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.

If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72

clap-rs/clap (clap)

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all
obmarg/cynic (cynic)

v3.7.3

Compare Source

Changes
  • update Cargo.toml dependencies
  • update rust crate trycmd to 0.15 (#​971)
baoyachi/duration-str (duration-str)

v0.11.2: update readme

Compare Source

v0.11.1: add benches

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested review from a team as code owners June 11, 2024 11:12
@renovate renovate bot requested a review from designhorf June 11, 2024 11:12
Copy link
Contributor Author

renovate bot commented Jun 11, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.4.41
    Updating git repository `https://github.com/grafbase/tar-rs.git`
error: Unable to update https://github.com/grafbase/tar-rs.git?rev=a889df5bd9fec44faf081f7fade5ec81935c2418#0.4.41

Caused by:
  revspec '0.4.41' not found; class=Reference (4); code=NotFound (-3)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path engine/crates/tracing/Cargo.toml --package [email protected] --precise 0.23.0
    Updating crates.io index
error: failed to select a version for the requirement `opentelemetry = "^0.22"`
candidate versions found which didn't match: 0.23.0
location searched: crates.io index
required by package `opentelemetry-aws v0.10.0`
    ... which satisfies dependency `opentelemetry-aws = "^0.10.0"` (locked to 0.10.0) of package `grafbase-gateway v0.3.1 (/tmp/renovate/repos/github/grafbase/grafbase/gateway/crates/gateway-binary)`
perhaps a crate was updated and forgotten to be re-vendored?

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path cli/crates/backend/Cargo.toml --package [email protected] --precise 0.4.41
    Updating git repository `https://github.com/grafbase/tar-rs.git`
error: Unable to update https://github.com/grafbase/tar-rs.git?rev=a889df5bd9fec44faf081f7fade5ec81935c2418#0.4.41

Caused by:
  revspec '0.4.41' not found; class=Reference (4); code=NotFound (-3)

@renovate renovate bot requested a review from tomhoule June 11, 2024 11:12
Copy link
Contributor Author

renovate bot commented Jun 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jakubadamw jakubadamw force-pushed the renovate-dependencies-non-major branch from ff81e1a to 33957be Compare June 11, 2024 18:20
@jakubadamw jakubadamw merged commit 768133a into main Jun 11, 2024
2 checks passed
@jakubadamw jakubadamw deleted the renovate-dependencies-non-major branch June 11, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant