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 dependencies #772

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@grpc/grpc-js (source) 1.11.3 -> 1.13.1 age adoption passing confidence dependencies minor
@types/node (source) 16.18.109 -> 16.18.126 age adoption passing confidence devDependencies patch
@types/sinon (source) 17.0.3 -> 17.0.4 age adoption passing confidence devDependencies patch
@vercel/ncc 0.38.2 -> 0.38.3 age adoption passing confidence devDependencies patch
axios (source) 1.7.7 -> 1.8.4 age adoption passing confidence dependencies minor
express (source) 4.21.0 -> 4.21.2 age adoption passing confidence dependencies patch
gcp-metadata 6.1.0 -> 6.1.1 age adoption passing confidence devDependencies patch
golang 1.23 -> 1.24 age adoption passing confidence minor
google-auth-library 9.14.1 -> 9.15.1 age adoption passing confidence dependencies minor
nock 13.5.5 -> 13.5.6 age adoption passing confidence devDependencies patch
otel/opentelemetry-collector-contrib 0.115.1 -> 0.122.1 age adoption passing confidence minor

Release Notes

grpc/grpc-node (@​grpc/grpc-js)

v1.13.1: @​grpc/grpc-js 1.13.1

Compare Source

  • Fix a bug that caused the rejectUnauthorized channel credentials option to be handled incorrectly (#​2926)
  • Fix a bug that caused the client to never send retries if any retryThrottling config was set (#​2927)
  • Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided (#​2927)

v1.13.0: @​grpc/grpc-js 1.13.0

Compare Source

Changelog

  • Add support for channel option grpc-node.flow_control_window to control HTTP/2 flow control window size (#​2864 contributed by @​rickihastings)
  • Show meaningful error messages more consistently when requests fail (#​2868)
  • Add support for CIDR blocks in no_proxyenvironment variable (#​2876 contributed by @​melkouri)
  • Fix a bug that caused server interceptor sendMetadata methods to not be called if the server interceptor did not explicitly send metadata (#​2897)
  • Fix IPv6-mapped IPv4 address parsing in channelz, and represent them as IPv4 addresses (#​2909)

Experimental API changes

Added:

  • SecureConnector
  • SecureConnectResult
  • SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX
  • Server#experimentalRegisterListenerToChannelz protected method
  • ServerexperimentalUnregisterListenerFromChannelz protected method
  • Server#experimentalCreateConnectionInjectorWithChannelzRef protected method

Modified:

  • LoadBalancer: Removed the ChannelCredentials constructor argument
  • LoadBalancer: Removed the ChannelOptions constructor argument
  • LoadBalancer#updateAddressList: Replaced the attributes argument with one of type ChannelOptions.
  • ChannelControlHelper#createSubchannel: Removed the ChannelCredentials argument
  • LeafLoadBalancer: Removed the ChannelCredentials constructor argument

v1.12.6

Compare Source

  • Allow garbage collection of IDLE channels (#​2896)

v1.12.5: @​grpc/grpc-js 1.12.5

Compare Source

  • Prioritize HTTP status errors over message decoding errors (#​2873)

v1.12.4: @​grpc/grpc-js 1.12.4

Compare Source

  • Prioritize reporting UNAVAILABLE status when handing connection drops (#​2862)

v1.12.3: @​grpc/grpc-js 1.12.3

Compare Source

  • Report UNAVAILABLE if possible when handling connection drops (#​2861)

v1.12.2: @​grpc/grpc-js 1.12.2

Compare Source

  • Use util.promisify instead of fs/promises for Node 12 compatibility (#​2838)

v1.12.1: @​grpc/grpc-js 1.12.1

Compare Source

  • Port bugfixes from 1.11.x into 1.12.x (#​2836)

v1.12.0: @​grpc/grpc-js 1.12.0

Compare Source

Changelog

  • Provide the method_name for the CallCredentials callback generateMetadata (#​2814 contributed by @​becoded)
  • Add an optional rejectUnauthorized field to the VerifyOptions interface, which can be passed as an argument to credentials.createSsl and createFromSecureContext (#​2812 contributed by @​vinothsa4891)

Experimental API changes

Added:

  • CaCertificateUpdate
  • CaCertificateUpdateListener
  • IdentityCertificateUpdate
  • IdentityCertificateUpdateListener
  • CertificateProvider
  • FileWatcherCertificateProvider
  • FileWatcherCertificateProviderConfig
  • createCertificateProviderChannelCredentials
  • createCertificateProviderServerCredentials

Modified:

  • LoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.
  • ChannelControlHelper#createSubchannel: Now takes an additional argument of type ChannelCredentials | null. This should be passed along if overriding this function.
  • LeafLoadBalancer: The constructor now takes an additional argument of type ChannelCredentials.
vercel/ncc (@​vercel/ncc)

v0.38.3

Compare Source

Bug Fixes
axios/axios (axios)

v1.8.4

Compare Source

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

v1.8.3

Compare Source

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

v1.8.2

Compare Source

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
expressjs/express (express)

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

googleapis/gcp-metadata (gcp-metadata)

v6.1.1

Compare Source

Bug Fixes
googleapis/google-auth-library-nodejs (google-auth-library)

v9.15.1

Compare Source

Bug Fixes

v9.15.0

Compare Source

Features

v9.14.2

Compare Source

Bug Fixes
nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)

v0.122.1

Compare Source

Check the v0.122.1 contrib changelog and the v0.122.1 core changelog for changelogs on specific components.

Changelog

v0.122.0

Compare Source

🛑 Breaking changes 🛑
  • contrib: Remove the component loki exporter from the distribution, as it has reached EOL (#​854)
🚀 New components 🚀
  • opampsupervisor: publish binaries and container images for the OpAMP Supervisor (#​858)
🧰 Bug fixes 🧰
  • packaging: Ensure Linux package scripts work in environments without systemd such as chrooted environments (#​767)

v0.121.0

Compare Source

🚀 New components 🚀
  • aesprovider: Add the AES provider to the contrib distribution (#​843)
  • envoyalsreceiver: Add the Envoy ALS receiver to the contrib distribution (#​842)
  • netflowreceiver: Add the NetFlow receiver to the contrib distribution (#​847)
  • s3provider: Add the s3 provider to the contrib distribution (#​546)
  • secretsmanagerprovider: Add the Secrets Manager provider to the contrib distribution (#​844)
💡 Enhancements 💡
  • images: set USER_GID alongside USER_UID (#​662)

v0.120.0

Compare Source

Check the following changelogs on specific components for more details:

Changelog


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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner September 27, 2024 13:15
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Sep 27, 2024
@dpebot
Copy link
Collaborator

dpebot commented Sep 27, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency @types/node to v16.18.111 chore(deps): update dependency @types/node to v16.18.112 Sep 27, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d594c65 to 0781d1b Compare September 27, 2024 19:29
@dpebot
Copy link
Collaborator

dpebot commented Sep 27, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency @types/node to v16.18.112 fix(deps): update all non-major dependencies Oct 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 0781d1b to 81e7d45 Compare October 3, 2024 21:50
@dpebot
Copy link
Collaborator

dpebot commented Oct 3, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 81e7d45 to 68be762 Compare October 4, 2024 17:02
@dpebot
Copy link
Collaborator

dpebot commented Oct 4, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 68be762 to ee521ea Compare October 7, 2024 22:47
@dpebot
Copy link
Collaborator

dpebot commented Oct 7, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from ee521ea to f4ea133 Compare October 8, 2024 18:12
@dpebot
Copy link
Collaborator

dpebot commented Oct 8, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from f4ea133 to 4259690 Compare October 8, 2024 22:51
@dpebot
Copy link
Collaborator

dpebot commented Oct 8, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 4259690 to 6c720f2 Compare October 9, 2024 22:03
@dpebot
Copy link
Collaborator

dpebot commented Oct 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6c720f2 to 0dc0861 Compare October 10, 2024 19:38
@dpebot
Copy link
Collaborator

dpebot commented Oct 10, 2024

/gcbrun

@dashpole dashpole requested a review from aabmass October 16, 2024 14:09
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 0dc0861 to 603779c Compare October 17, 2024 02:26
@dpebot
Copy link
Collaborator

dpebot commented Oct 17, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 603779c to 683db27 Compare October 23, 2024 04:58
@dpebot
Copy link
Collaborator

dpebot commented Oct 23, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 683db27 to 848ef3a Compare October 23, 2024 17:08
@dpebot
Copy link
Collaborator

dpebot commented Oct 23, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 848ef3a to 68f545a Compare October 29, 2024 18:13
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Feb 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d4396fe to 6503462 Compare February 4, 2025 19:24
@dpebot
Copy link
Collaborator

dpebot commented Feb 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6503462 to a6892e0 Compare February 4, 2025 23:15
@dpebot
Copy link
Collaborator

dpebot commented Feb 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from a6892e0 to 0670d67 Compare February 12, 2025 21:01
@dpebot
Copy link
Collaborator

dpebot commented Feb 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 0670d67 to e2c445d Compare February 19, 2025 21:07
@dpebot
Copy link
Collaborator

dpebot commented Feb 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from e2c445d to 5415e3f Compare February 22, 2025 12:56
@dpebot
Copy link
Collaborator

dpebot commented Feb 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 5415e3f to 12e1b41 Compare February 26, 2025 09:24
@dpebot
Copy link
Collaborator

dpebot commented Feb 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 12e1b41 to 4dcbb4b Compare March 4, 2025 18:01
@dpebot
Copy link
Collaborator

dpebot commented Mar 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 4dcbb4b to fe9b9e7 Compare March 7, 2025 08:28
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from fe9b9e7 to cb33432 Compare March 11, 2025 21:28
@dpebot
Copy link
Collaborator

dpebot commented Mar 11, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from cb33432 to 3b6b3dc Compare March 12, 2025 09:14
@dpebot
Copy link
Collaborator

dpebot commented Mar 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 3b6b3dc to 9e342c3 Compare March 18, 2025 18:13
@dpebot
Copy link
Collaborator

dpebot commented Mar 18, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 9e342c3 to 41de9ac Compare March 19, 2025 17:57
@dpebot
Copy link
Collaborator

dpebot commented Mar 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 41de9ac to a737853 Compare March 19, 2025 21:01
@dpebot
Copy link
Collaborator

dpebot commented Mar 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from a737853 to 6c1a09f Compare March 21, 2025 20:53
@dpebot
Copy link
Collaborator

dpebot commented Mar 21, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants