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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^17.7.1 -> ^17.8.1 age adoption passing confidence devDependencies patch
@commitlint/config-conventional (source) ^17.7.0 -> ^17.8.1 age adoption passing confidence devDependencies patch
@google-cloud/firestore ^6.7.0 -> ^6.8.0 age adoption passing confidence dependencies minor
@google-cloud/pubsub ^4.0.6 -> ^4.10.0 age adoption passing confidence dependencies minor
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence devDependencies patch
firebase-functions ^4.4.1 -> ^4.9.0 age adoption passing confidence dependencies minor
form-data ^3.0.1 -> ^3.0.3 age adoption passing confidence dependencies patch
node (source) 18 -> 18.20.6 age adoption passing confidence minor
node (source) 18 -> 18.20.6 age adoption passing confidence engines minor
standard (source) ^17.1.0 -> ^17.1.2 age adoption passing confidence devDependencies patch
uglify-js ^3.17.4 -> ^3.19.3 age adoption passing confidence dependencies patch

Release Notes

googleapis/nodejs-firestore (@​google-cloud/firestore)

v6.8.0

Compare Source

Features
Bug Fixes
googleapis/nodejs-pubsub (@​google-cloud/pubsub)

v4.10.0

Compare Source

Features
  • Add Kafka-based sources to IngestionDataSourceSettings proto and IngestionFailureEvent proto (#​2007) (08d00a1)
Bug Fixes

v4.9.0

Compare Source

Features
Bug Fixes

v4.8.0

Compare Source

Features
  • Add ingestion Cloud Storage fields and Platform Logging fields to Topic (#​1974) (afec9a1)
  • Return listing information for subscriptions created via Analytics Hub (afec9a1)

v4.7.2

Compare Source

Bug Fixes

v4.7.1

Compare Source

Bug Fixes

v4.7.0

Compare Source

Features
  • Add support for OTel context propagation and harmonized spans (#​1833) (4b5c90d)

v4.6.0

Compare Source

Features
  • Add max messages batching for Cloud Storage subscriptions (#​1956) (90546f6)
  • Add use_topic_schema for Cloud Storage Subscriptions (#​1948) (120fa1b)
Bug Fixes
  • docs samples: Update missing argv in sample metadata for push subscription (#​1946) (34b8c03)

v4.5.0

Compare Source

Features

v4.4.1

Compare Source

Bug Fixes
  • An existing message UpdateVehicleLocationRequest is removed (5451d15)
  • An existing method SearchFuzzedVehicles is removed from service VehicleService (5451d15)
  • An existing method UpdateVehicleLocation is removed from service VehicleService (5451d15)
  • deps: Update dependency protobufjs to ~7.3.0 (#​1921) (c5afd34)
  • Pull in new gax for protobufjs vuln fix (#​1925) (8024c6d)

v4.4.0

Compare Source

Features
  • Add several fields to manage state of database encryption update (#​1904) (aba9aee)
Bug Fixes

v4.3.3

Compare Source

Bug Fixes

v4.3.2

Compare Source

Bug Fixes

v4.3.1

Compare Source

Bug Fixes
  • Add option to manually control emulator auth handling, and fix heuristics for TPC (#​1861) (761cdc8)

v4.3.0

Compare Source

Features
  • Trusted Private Cloud support, use the universeDomain parameter (#​1878) (d89fd1d)
Bug Fixes

v4.2.0

Compare Source

Features
Bug Fixes

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Features

v4.0.7

Compare Source

Bug Fixes
eslint/eslint (eslint)

v8.57.1

Compare Source

firebase/firebase-functions (firebase-functions)

v4.9.0

Compare Source

  • Add new 2nd gen Firestore auth context triggers. (#​1519)

v4.8.2

Compare Source

Fix bug with CORS options for an array of one string (#​1544)

v4.8.1

Compare Source

Fix bug where 1st gen functions eventually fail with stack too deep (#​1540)
Make simple CORS options static for improved debugability (#​1536)

v4.8.0

Compare Source

Add onInit callback function for global variable initialization (#​1531)

v4.7.0

Compare Source

  • Fixes access on deeply nested, nonexistent property. (#​1432)
  • Add IteratedDataSnapshot interface to match with firebase admin v12 (#​1517).
  • Make bucket parameterizeable in storage functions (#​1518)
  • Introduce helper library for select and multi-select input (#​1518)

v4.6.0

Compare Source

  • Wrap 2nd gen onCall functions with trace context. (#​1491)
  • Bump peer depdencies for firebase-admin to support 12.0.0. (#​1509)

v4.5.0

Compare Source

  • Remove HTTP server shutdown message. (#​1457)
  • Add features to task queue functions. (#​1423)
  • Add traces to V2 Firestore trigger logs. (#​1440)
  • Fix incorrectly parsed timestamps in auth blocking functions. (#​1472)
  • Add recaptcha verdict support for auth blocking functions (#​1458)
form-data/form-data (form-data)

v3.0.3

Compare Source

v3.0.2

Compare Source

Fixes
  • npmignore temporary build files (#​532)
  • move util.isArray to Array.isArray (#​564)
Tests
  • migrate from travis to GHA
nodejs/node (node)

v18.20.6: 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
  • CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)

Dependency update:

  • CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
Commits

v18.20.5: 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @​aduh95

Compare Source

Notable Changes
  • [ac37e554a5] - esm: mark import attributes and JSON module as stable (Nicolò Ribaudo) #​55333
Commits

v18.20.4

Compare Source

v18.20.3: 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 18.19.0 where http.server.close() was incorrectly closing idle connections.

A fix has also been included for compiling Node.js from source with newer versions of Clang.

The list of keys used to sign releases has been synchronized with the current list from the main branch.

Updated dependencies
  • acorn updated to 8.11.3.
  • acorn-walk updated to 8.3.2.
  • ada updated to 2.7.8.
  • c-ares updated to 1.28.1.
  • corepack updated to 0.28.0.
  • nghttp2 updated to 1.61.0.
  • ngtcp2 updated to 1.3.0.
  • npm updated to 10.7.0. Includes a fix from [email protected] to limit the number of open connections npm/cli#7324.
  • simdutf updated to 5.2.4.
  • zlib updated to 1.3.0.1-motley-7d77fb7.
Commits

v18.20.2: 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits

v18.20.1

Compare Source

v18.20.0

Compare Source

v18.19.1

Compare Source

v18.19.0

Compare Source

v18.18.2

Compare Source

v18.18.1: 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @​richardlau

[Compare Source](https://redirect.github.com/nodejs/no


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.

@renovate renovate bot added the dependencies label Oct 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9d7dabb to 66fab4c Compare October 20, 2023 13:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66fab4c to 4a56cb1 Compare November 2, 2023 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a56cb1 to 5c753aa Compare November 9, 2023 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c753aa to 817405e Compare December 14, 2023 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6a6a32f to 048b347 Compare January 9, 2024 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 36714fa to 9053c6f Compare February 8, 2024 22:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9053c6f to a7919ed Compare February 13, 2024 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c82d4af to 33cda12 Compare March 6, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33cda12 to 921c8bc Compare March 8, 2024 01:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a4f32bf to dc68472 Compare March 25, 2024 17:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9cc4481 to 0f6a2ec Compare April 4, 2024 21:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f6a2ec to 00abb92 Compare April 14, 2024 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00abb92 to fdd4d93 Compare May 6, 2024 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fdd4d93 to 685e41e Compare May 30, 2024 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bd2ed4c to a94bce3 Compare June 11, 2024 19:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a94bce3 to 46c4154 Compare July 17, 2024 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46c4154 to 8b61f11 Compare July 28, 2024 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b61f11 to 0b82655 Compare August 10, 2024 13:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c94cc19 to b202bee Compare August 30, 2024 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 2b39f6f to b86a4ef Compare September 12, 2024 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 40eaa46 to 60fa37d Compare September 16, 2024 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60fa37d to ca39bcb Compare September 26, 2024 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8215f9f to ae2a41a Compare October 15, 2024 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae2a41a to d1ee453 Compare November 13, 2024 21:59
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 07e1cbd to 4690445 Compare January 24, 2025 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4690445 to 95074d2 Compare February 15, 2025 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants