Skip to content

fix(deps): update all non-major dependencies - #5566

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-dependencies
Open

fix(deps): update all non-major dependencies#5566
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2021

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/changelog-github (source) 0.5.00.7.0 age confidence devDependencies minor
@changesets/cli (source) 2.27.122.31.1 age confidence devDependencies minor
@changesets/get-github-info (source) 0.6.00.8.0 age confidence dependencies minor
@grpc/grpc-js (source) ~1.9.0~1.14.0 age confidence dependencies minor
@grpc/proto-loader (source) ^0.7.8^0.8.0 age confidence dependencies minor
@rollup/plugin-node-resolve (source) 16.0.016.0.3 age confidence dependencies patch
@rollup/plugin-node-resolve (source) 16.0.016.0.3 age confidence devDependencies patch
@rollup/plugin-replace (source) 6.0.26.0.3 age confidence devDependencies patch
@rushstack/node-core-library (source) 5.19.15.24.0 age confidence dependencies minor
@rushstack/ts-command-line (source) 4.23.34.23.7 age confidence dependencies patch
@types/express (source) 4.17.214.17.25 age confidence devDependencies patch
@types/inquirer (source) 8.2.108.2.13 age confidence devDependencies patch
@types/listr (source) 0.14.90.14.10 age confidence devDependencies patch
@types/node (source) 18.19.8318.19.130 age confidence dependencies patch
@types/node (source) 18.19.8318.19.130 age confidence devDependencies patch
@types/yargs (source) 17.0.3317.0.35 age confidence devDependencies patch
actions/setup-java v5.6.0v5.7.0 age confidence action minor
cors 2.8.52.8.6 age confidence dependencies patch
date-fns 4.1.04.4.0 age confidence dependencies minor
eslint-plugin-import 2.31.02.32.0 age confidence devDependencies minor
firebase (source, changelog) 12.17.112.18.0 age confidence dependencies minor
firebase-tools 15.26.015.28.1 age confidence devDependencies minor
inquirer (source) 8.2.68.2.7 age confidence devDependencies patch
json-stable-stringify 1.2.11.3.0 age confidence devDependencies minor
lerna (source) 10.0.010.0.1 age confidence devDependencies patch
memfs 4.57.24.68.1 age confidence dependencies minor
mocha-chai-jest-snapshot 1.1.61.1.7 age confidence devDependencies patch
playwright (source) 1.55.11.62.1 age confidence devDependencies minor
prettier (source) 3.9.43.9.6 age confidence devDependencies patch
rollup (source) 4.62.24.62.5 age confidence dependencies patch
rollup (source) 4.62.24.62.5 age confidence devDependencies patch
selenium-webdriver (source) 4.30.04.47.0 age confidence devDependencies minor
semver 7.7.17.8.5 age confidence devDependencies minor
sinon.js (source) 4.1.34.5.0 age confidence minor
terser (source) 5.37.05.50.0 age confidence dependencies minor
terser (source) 5.38.15.50.0 age confidence devDependencies minor
ts-essentials 10.0.410.2.1 age confidence devDependencies minor
tsec 0.2.80.2.9 age confidence devDependencies patch
webpack 5.104.15.109.2 age confidence dependencies minor
webpack 5.104.15.109.2 age confidence devDependencies minor
yargs (source) 17.7.217.7.3 age confidence dependencies patch
yargs (source) 17.7.217.7.3 age confidence devDependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.7.0

Compare Source

Minor Changes

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

v2.29.8

Compare Source

Patch Changes

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes
changesets/changesets (@​changesets/get-github-info)

v0.8.0

Compare Source

Minor Changes
Patch Changes

v0.7.0

Compare Source

Minor Changes
  • #​1783 398b3fe Thanks @​mrginglymus! - Support GitHub URL environment variables

    @changesets/get-github-info will now respect environment variables set by GitHub Actions, specifically:

    • GITHUB_GRAPHQL_URL
    • GITHUB_SERVER_URL

    This means GitHub Enterprise Server will be supported without any additional configuration or patching.

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

v1.14.4: @​grpc/grpc-js 1.14.4

Compare Source

v1.14.3: @​grpc/grpc-js 1.14.3

Compare Source

  • Send halfClose immediately after messages to prevent late halfClose issues with Envoy (#​3031 contributed by @​serkanerip)

v1.14.2: @​grpc/grpc-js 1.14.2

Compare Source

v1.14.1: @​grpc/grpc-js 1.14.1

Compare Source

  • Fix a regression of the settings used internally for HTTP/2 sessions (#​3023)

v1.14.0: @​grpc/grpc-js 1.14.0

Compare Source

Changelog

Experimental API Changes

Added:

  • CHANNEL_ARGS_CONFIG_SELECTOR_KEY
  • StatusOr<T>
  • CallStream
  • statusOrFromValue
  • statusOrFromError

Modified:

  • ResolverListener#onSuccessfulResolution now has the signature (endpointList: StatusOr<Endpoint[]>, attributes: { [key: string]: unknown }, serviceConfig: StatusOr<ServiceConfig> | null, resolutionNote: string): boolean
  • LoadBalancer#updateAddressList now has the signature `updateAddressList(endpointList: StatusOr<Endpoint[]>,lbConfig: TypedLoadBalancingConfig, channelOptions: ChannelOptions, resolutionNote: string): boolean

v1.13.5: @​grpc/grpc-js 1.13.5

Compare Source

v1.13.4: @​grpc/grpc-js 1.13.4

Compare Source

  • Fix ability to set SNI with ssl_target_name_override option (#​2956)

v1.13.3: @​grpc/grpc-js 1.13.3

Compare Source

  • Disable Nagle's algorithm (#​2936)
  • Avoid calling http2.getDefaultSettings (#​2937)

v1.13.2: @​grpc/grpc-js 1.13.2

Compare Source

  • Fix a bug that caused clients to be unable to connect through local proxies (#​2933)

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.7: @​grpc/grpc-js 1.12.7

Compare Source

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 UNAV

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on Friday"
  • 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

changeset-bot Bot commented Oct 1, 2021

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f7e4f34

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

google-oss-bot commented Oct 1, 2021

Copy link
Copy Markdown
Collaborator

@google-oss-bot

google-oss-bot commented Oct 1, 2021

Copy link
Copy Markdown
Collaborator

Size Analysis Report 1

Affected Products

No changes between base commit (6a02778) and merge commit (0747f3e).

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/f6gT6LNxO9.html

@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 14 times, most recently from 99ceda6 to 5d1f27e Compare October 25, 2021 19:45
@dwyfrequency

Copy link
Copy Markdown
Contributor

@dwyfrequency either make a copy of this PR and try to remove problematic PRs or do a blank branch and one by one add in updates

@github-actions

github-actions Bot commented May 27, 2022

Copy link
Copy Markdown
Contributor

Changeset File Check ✅

  • No modified packages are missing from the changeset file.
  • No changeset formatting errors detected.

@@ -25,7 +25,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@@ -26,7 +26,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@@ -26,7 +26,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@@ -26,7 +26,7 @@
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
@wiz-9635d3485b

wiz-9635d3485b Bot commented May 12, 2026

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 1 Medium
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 1 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try the Wiz Code extension for VS Code, JetBrains, or Visual Studio.

"@rushstack/node-core-library": "5.19.1",
"@rushstack/ts-command-line": "4.23.3",
"@rushstack/node-core-library": "5.23.1",
"@rushstack/ts-command-line": "4.23.7",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Medium Vulnerability Finding

The following vulnerability impacts ajv versions <5.3.3: CVE-2025-69873.

It can be remediated by updating to version 5.3.3 or higher.

Dependency Tree
@rushstack/ts-command-line@4.23.7
└── @rushstack/terminal@0.15.2
    └── @rushstack/node-core-library@5.13.0
        ├── ajv-formats@3.0.1
        │   └── ajv@8.13.0
        └── ajv@8.13.0

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"@rushstack/ts-command-line": "4.23.7",
"@rushstack/ts-command-line": "5.3.3",

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Vertex AI Mock Responses Check ⚠️

A newer major version of the mock responses for Vertex AI unit tests is available. update_vertexai_responses.sh should be updated to clone the latest version of the responses: v17.0

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.

5 participants