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 #5566

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.26.8 -> 7.26.10 age adoption passing confidence devDependencies patch
@babel/preset-env (source) 7.26.8 -> 7.26.9 age adoption passing confidence devDependencies patch
@babel/preset-typescript (source) 7.26.0 -> 7.27.0 age adoption passing confidence devDependencies minor
@changesets/changelog-github (source) 0.5.0 -> 0.5.1 age adoption passing confidence devDependencies patch
@changesets/cli (source) 2.27.12 -> 2.28.1 age adoption passing confidence devDependencies minor
@grpc/grpc-js (source) ~1.9.0 -> ~1.13.0 age adoption passing confidence dependencies minor
@rollup/plugin-node-resolve (source) 16.0.0 -> 16.0.1 age adoption passing confidence devDependencies patch
@rushstack/ts-command-line (source) 4.23.3 -> 4.23.7 age adoption passing confidence dependencies patch
@types/node (source) 18.19.83 -> 18.19.84 age adoption passing confidence dependencies patch
@types/node (source) 18.19.83 -> 18.19.84 age adoption passing confidence devDependencies patch
firebase (source, changelog) 11.3.0 -> 11.5.0 age adoption passing confidence dependencies minor
firebase-tools 13.30.0 -> 13.35.1 age adoption passing confidence devDependencies minor
node 22.10.0 -> 22.14.0 age adoption passing confidence uses-with minor
rollup-plugin-license 3.5.3 -> 3.6.0 age adoption passing confidence devDependencies minor
sinon.js (source) 4.1.3 -> 4.5.0 age adoption passing confidence minor
terser (source) 5.37.0 -> 5.39.0 age adoption passing confidence devDependencies minor
terser (source) 5.38.1 -> 5.39.0 age adoption passing confidence devDependencies minor
webpack-dev-server 5.2.0 -> 5.2.1 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal
changesets/changesets (@​changesets/changelog-github)

v0.5.1

Compare Source

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

v1.13.2

Compare Source

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.

v1.11.3: @​grpc/grpc-js 1.11.3

Compare Source

  • Ensure the client queries the name resolver again after connections drop while using the round_robin load balancing policy (#​2825)

v1.11.2: @​grpc/grpc-js 1.11.2

Compare Source

  • Fix client crash on receiving a custom error code (#​2801 contributed by @​hastom)
  • Report connection errors more consistently (#​2808)
  • Avoid computing the channel constructor trace log when that tracer is not enabled (#​2817 contributed by @​ygalbel)

v1.11.1: @​grpc/grpc-js 1.11.1

Compare Source

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#​2799 contributed by @​xqin)

v1.11.0: @​grpc/grpc-js 1.11.0

Compare Source

Changelog

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

v1.10.11: @​grpc/grpc-js 1.10.11

Compare Source

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#​2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#​2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#​2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#​2791)

v1.10.10: @​grpc/grpc-js 1.10.10

Compare Source

  • Various improvements to handling of keepalive timers (#​2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#​2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#​2746 contributed by @​mjameswh, backported in #​2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#​2761 contributed by @​brendan-myers, backported in #​2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#​2779)

v1.10.9: @​grpc/grpc-js 1.10.9

Compare Source

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

v1.10.8: @​grpc/grpc-js 1.10.8

Compare Source

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#​2750)

v1.10.7: @​grpc/grpc-js 1.10.7

Compare Source

  • Improve reporting of HTTP error codes (#​2723)
  • Update dependency on @grpc/proto-loader to the latest version (#​2732)

v1.10.6: @​grpc/grpc-js 1.10.6

Compare Source

  • Fix a bug that could cause a server to sometimes send the status early (#​2708)

v1.10.5: @​grpc/grpc-js 1.10.5

Compare Source

  • Resolve exception when Error.stackTraceLimit is undefined (#​2701 contributed by @​davidfiala)
  • Call configured checkServerIdentity when grpc.ssl_target_name_override is set (#​2704)
  • Add more information to DEADLINE_EXCEEDED error details strings (#​2692)

v1.10.4: @​grpc/grpc-js 1.10.4

Compare Source

  • Fix a bug that caused server interceptors to crash when using partially-populated ResponderBuilder and ListenerBuilder objects (#​2696)
  • Avoid sending RST_STREAM from the client when the server has already finished its side of the stream (#​2695)

v1.10.3: @​grpc/grpc-js 1.10.3

Compare Source

v1.10.2: @​grpc/grpc-js 1.10.2

Compare Source

  • Implement server connection idle timeouts and improve channelz performance (#​2677 contributed by @​AVVS)
  • Fix a bug that caused clients to automatically reconnect even when there were no active requests (#​2680)
  • Modify order of server call events to more closely match pre-1.10.x behavior (#​2683)

v1.10.1: @​grpc/grpc-js 1.10.1

Compare Source

  • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#​2667)

v1.10.0: @​grpc/grpc-js 1.10.0

Compare Source

Changelog

Experimental API Changes

  • Added:
    • Endpoint
    • endpointToString
    • endpointHasAddress
    • LeafLoadBalancer
    • HealthListener
    • SubchannelInterface#isHealthy
    • SubchannelInterface#addHealthStateWatcher
    • SubchannelInterface#removeHealthStateWatcher
    • SubchannelWrapper#setHealthy
    • selectLbConfigFromList
    • parseLoadBalancingConfig
    • OutlierDetectionRawConfig
    • EndpointMap
  • Moved out of the experimental namespace:
    • ServiceConfig
    • MethodConfig
    • LoadBalancingConfig (now a simple raw object type)
    • RetryPolicy
  • Removed:
    • getFirstUsableConfig
    • validateLoadBalancingConfig
    • OutlierDetectionLoadBalancingConfig
  • Modified:
    • LoadBalancer#updateAddressList: The first argument now has type Endpoint[] instead of SubchannelAddress[]
    • ResolverListener#onSuccessfulResolution: The first argument now has type Endpoint[] instead of SubchannelAddress[]
    • registerLoadBalancerType: The second argument, a LoadBalancerConstructor now takes a second argument options: ChannelOptions
    • ConfigSelector: Now accepts an additional argument channelId: number
    • QueuePicker: The constructor now accepts an additional optional argument childPicker: Picker, which the QueuePicker instance will delegate to if provided.
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.1

2025-03-11

Bugfixes
  • fix: add ignoreSideEffectsForRoot to exported interface (#​1841)
microsoft/rushstack (@​rushstack/ts-command-line)

v4.23.7

Compare Source

Tue, 25 Mar 2025 15:11:15 GMT

Version update only

v4.23.6

Compare Source

Tue, 11 Mar 2025 02:12:33 GMT

Version update only

v4.23.5

Compare Source

Wed, 12 Feb 2025 01:10:52 GMT

Version update only

v4.23.4

Compare Source

Thu, 30 Jan 2025 01:11:42 GMT

Version update only

firebase/firebase-js-sdk (firebase)

v11.5.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

firebase@11.5.0

Minor Changes
  • 058afa2 #​8741 - Added missing BlockReason and FinishReason enum values.
Patch Changes

@​firebase/vertexai@​1.2.0

Minor Changes
  • 25985ac #​8827 - Add systemInstruction, tools, and generationConfig to CountTokensRequest.

  • 058afa2 #​8741 - Added missing BlockReason and FinishReason enum values.

@​firebase/app@​0.11.3

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-check@​0.8.13

Patch Changes
  • 95b4fc6 #​8842 (fixes #​8822) - Improve error handling in AppCheck. The publicly-exported getToken() will now throw internalError strings it was previously ignoring.

@​firebase/app-check-compat@​0.3.20

Patch Changes

@​firebase/app-compat@​0.2.52

Patch Changes

@​firebase/data-connect@​0.3.2

Patch Changes
  • 43d6b67 #​8820 - Update requests to point to v1 backend endpoints instead of v1beta

@​firebase/database@​1.0.14

Patch Changes

@​firebase/database-compat@​2.0.5

Patch Changes

@​firebase/database-types@​1.0.10

Patch Changes

@​firebase/firestore@​4.7.10

Patch Changes
  • feb2c9d #​8787 - Use lazy encoding in UTF-8 encoded byte comparison for strings.

@​firebase/firestore-compat@​0.3.45

Patch Changes

@​firebase/performance@​0.7.2

Patch Changes
  • 5611175 #​8814 (fixes #​8813) - Modify the retry mechanism to stop when remaining tries is less than or equal to zero, improving the robustness of the retry handling.

@​firebase/performance-compat@​0.2.15

Patch Changes

v11.4.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed
firebase@11.4.0
Minor Changes
  • 9d82665 #​8757 - Added support for modality-based token count.

  • 70e08cf #​8699 - Adds support for initial state hydration (from SSR contexts)

  • 777f465 #​8483 - Add support for the FIREBASE_WEBAPP_CONFIG environment variable at install time.

  • ce2c775 #​8683 - Public Preview Added support for generating images using the Imagen 3 model.

Patch Changes
@​firebase/remote-config@​0.6.0
Minor Changes

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2021

⚠️ No Changeset found

Latest commit: 1d372a6

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

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Oct 1, 2021

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Oct 1, 2021

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from bf50472 to d526749 Compare October 1, 2021 08:38
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 10 times, most recently from c2979ca to 6cf7147 Compare October 6, 2021 21:40
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from 9ec634a to b568956 Compare March 6, 2025 19:05
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 7 times, most recently from 3fbfa95 to b8af630 Compare March 12, 2025 03:01
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 7 times, most recently from f862b03 to 1553011 Compare March 24, 2025 12:04
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 3 times, most recently from ec694c4 to c0fe570 Compare March 25, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 3 times, most recently from 6b6e8b0 to aba1607 Compare March 27, 2025 21:56
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Mar 28, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from aba1607 to 1d372a6 Compare March 29, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants