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 dependency iso-error-google-cloud-api to v6 #581

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iso-error-google-cloud-api (source) ^5.2.0 -> ^6.0.0 age adoption passing confidence

Release Notes

unional/iso-error (iso-error-google-cloud-api)

v6.0.6

Compare Source

Patch Changes
  • Updated dependencies [5bba9a9]
    • google-cloud-api@7.0.0

v6.0.5

Compare Source

Patch Changes
  • Updated dependencies [c1efc1d]
    • google-cloud-api@6.0.0

v6.0.4

Compare Source

Patch Changes
  • Updated dependencies [b8eee47]
    • google-cloud-api@5.2.1

v6.0.3

Compare Source

Patch Changes
  • Updated dependencies [4feedbf]
    • google-cloud-api@5.2.0

v6.0.2

Compare Source

Patch Changes
  • Updated dependencies [ca2efb4]
    • google-cloud-api@5.1.0

v6.0.1

Compare Source

Patch Changes
  • Updated dependencies [13e7538]
    • google-cloud-api@5.0.0

v6.0.0

Compare Source

Major Changes
  • b394a73: google.rpc.Status should be wrapped inside an error field.

    According to Google Cloud API Errors > HTTP Mapping:

    // This message defines the error schema for Google's JSON HTTP APIs.
    message Error {
      // Deprecated. This message is only used by error format v1.
      message ErrorProto {}
      // This message has the same semantics as `google.rpc.Status`. It uses HTTP
      // status code instead of gRPC status code. It has extra fields `status` and
      // `errors` for backward compatibility with [Google API Client
      // Libraries](https://developers.google.com/api-client-library).
      message Status {
        // The HTTP status code that corresponds to `google.rpc.Status.code`.
        int32 code = 1;
        // This corresponds to `google.rpc.Status.message`.
        string message = 2;
        // Deprecated. This field is only used by error format v1.
        repeated ErrorProto errors = 3;
        // This is the enum version for `google.rpc.Status.code`.
        google.rpc.Code status = 4;
        // This corresponds to `google.rpc.Status.details`.
        repeated google.protobuf.Any details = 5;
      }
      // The actual error payload. The nested message structure is for backward
      // compatibility with [Google API Client
      // Libraries](https://developers.google.com/api-client-library). It also
      // makes the error more readable to developers.
      Status error = 1;
    }

v5.2.6

Compare Source

Patch Changes
  • Updated dependencies [2fd15b8]
    • google-cloud-api@4.1.1

v5.2.5

Compare Source

Patch Changes
  • Updated dependencies [39fd27c]
  • Updated dependencies [7cccde8]
    • google-cloud-api@4.1.0

v5.2.4

Compare Source

Patch Changes
  • 9d56e0f: Adjust or add back main export.

    Allow older systems which does not support exports field to use the module.

    • google-cloud-api@4.0.8

v5.2.3

Compare Source

Patch Changes
  • 33ccdb0: Improve code quality with newer typescript settings.

    Improve exports field.

  • Updated dependencies [33ccdb0]

    • google-cloud-api@4.0.7

v5.2.2

Compare Source

Patch Changes
  • google-cloud-api@4.0.6

v5.2.1

Compare Source

Patch Changes
  • Updated dependencies [e7606b6]
    • google-cloud-api@4.0.5

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Sep 28, 2023

⚠️ No Changeset found

Latest commit: 79e5f1d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/iso-error-google-cloud-api-6.x branch from a0191d1 to 79e5f1d Compare October 6, 2023 16: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.

None yet

0 participants