Skip to content

deps(deps-dev): bump the all-dependencies group across 1 directory with 7 updates#35

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/all-dependencies-352e902677
Open

deps(deps-dev): bump the all-dependencies group across 1 directory with 7 updates#35
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/all-dependencies-352e902677

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the all-dependencies group with 7 updates in the / directory:

Package From To
@google-cloud/firestore 8.0.0 8.2.0
@types/bun 1.3.4 1.3.8
firebase-tools 14.27.0 15.5.1
ioredis 5.8.2 5.9.2
postgres 3.4.7 3.4.8
prettier 3.7.4 3.8.1
vitepress 2.0.0-alpha.15 2.0.0-alpha.16

Updates @google-cloud/firestore from 8.0.0 to 8.2.0

Release notes

Sourced from @​google-cloud/firestore's releases.

v8.2.0

8.2.0 (2026-01-09)

Features

v8.1.0

8.1.0 (2025-12-22)

Features

  • [GAPIC] add Firestore CloneDatabase support (a0c74b7)
  • [GAPIC] add methods from gax to cache proto root and process custom error details (a0c74b7)
  • [GAPIC] add protobufjs 2023 edition support (a0c74b7)
  • [GAPIC] add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) (a0c74b7)
  • [GAPIC] add the UserCreds API (a0c74b7)
  • [GAPIC] await/catch promises, and update listOperationsAsync return type (a0c74b7)
  • [GAPIC] Expose tags field in Database and RestoreDatabaseRequest public protos (a0c74b7)
  • [GAPIC] new Firestore index modes and Database Editions (a0c74b7)
  • [GAPIC] publish the pipelines API to the stable branch (a0c74b7)
  • [GAPIC] selective gapic support for typescript generation (a0c74b7)
  • Adding gcp resource name span attribute (#2454) (bc0c73d)

Bug Fixes

  • [GAPIC] add json files to tsconfig templates (#1692) (ba6be1d) (a0c74b7)
  • [GAPIC] catch dangling promises (a0c74b7)
  • [GAPIC] distinguish plural and singular path templates (a0c74b7)
Changelog

Sourced from @​google-cloud/firestore's changelog.

8.2.0 (2026-01-09)

Features

8.1.0 (2025-12-22)

Features

  • [GAPIC] add Firestore CloneDatabase support (a0c74b7)
  • [GAPIC] add methods from gax to cache proto root and process custom error details (a0c74b7)
  • [GAPIC] add protobufjs 2023 edition support (a0c74b7)
  • [GAPIC] add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) (a0c74b7)
  • [GAPIC] add the UserCreds API (a0c74b7)
  • [GAPIC] await/catch promises, and update listOperationsAsync return type (a0c74b7)
  • [GAPIC] Expose tags field in Database and RestoreDatabaseRequest public protos (a0c74b7)
  • [GAPIC] new Firestore index modes and Database Editions (a0c74b7)
  • [GAPIC] publish the pipelines API to the stable branch (a0c74b7)
  • [GAPIC] selective gapic support for typescript generation (a0c74b7)
  • Adding gcp resource name span attribute (#2454) (bc0c73d)

Bug Fixes

  • [GAPIC] add json files to tsconfig templates (#1692) (ba6be1d) (a0c74b7)
  • [GAPIC] catch dangling promises (a0c74b7)
  • [GAPIC] distinguish plural and singular path templates (a0c74b7)
Commits

Updates @types/bun from 1.3.4 to 1.3.8

Commits

Updates firebase-tools from 14.27.0 to 15.5.1

Release notes

Sourced from firebase-tools's releases.

v15.5.1

  • Fixes issues with calls to serviceusage (#9844)

v15.5.0

  • Added firebase dataconnect:compile command.
  • Loads experiments earlier in CLI startup so they can be used earlier. (#9797)
  • Fixed issue where AuthBlockingEvent had invalid format for metadata.creationTime and metadata.lastSignInTime. (#8109)
  • Fixed issue where Storage security rules is overwritten when running firebase init storage. (#8170)
  • Add support for firestoreDataAccessMode, mongodbCompatibleDataAccessMode, and the realtimeUpdatesMode flags for Firestore Database creation (#9817)
  • Updated to v3.1.1 of the Data Connect emulator which includes fixes and internal improvements. (#9835)

v15.4.0

  • Fix the bug when Data Connect emulator hangs with PGlite. (#9756, #9771)
  • Updated to v3.1.0 of the Data Connect emulator, which adds support for using distinct: true in combination with orderBy, and other internal improvements (#9778).

v15.3.1

  • Renamed MCP prompts /firestore:generate_rules to /firestore:generate_security_rules and /storage:generate_rules to /storage:generate_security_rules.

v15.3.0

  • Fixed pricing calculation for Cloud Functions deployed to newer regions (africa-south1, europe-west8, me-west1, and others) when using minInstances. (#9696)
  • Removed MCP tools and prompts that required Gemini in Firebase terms of service.
  • Fixes an issue where the --only flag was not always respected for firebase mcp
  • Removed timeout when connecting to Cloud SQL. Hopefully, should mitigate issue #9314. (#9725)
  • Added /firestore:generate_rules and /storage:generate_rules MCP prompts.
  • Update Data Connect Emulator to 3.0.2 (#9738), which addressed many bugs
    • Fixed the mis-leading MISSING_JOIN_TABLE_KEY linter warning on @​view. (#9630)
    • Fix SQL error handling bugs with pglite.
    • Fix bug enums not handled in secondary schema arguments.

v15.2.1

  • Fixed an issue causing ESM errors on Node <20.19 and <22.12.

v15.2.0

  • Fixed regression where v2 functions sharing the same source triggered separate builds instead of reusing builds (#9685)
  • Updated TypeScript templates for ext:dev:init to fix build failures (#9524)
  • Updated Pub/Sub emulator to version 0.8.25.
  • Fixed a bug when firebase emulators:start incorrectly deletes discovery file of another emulator process (#9672)
  • Added onGraphRequest function support (#9612)

v15.1.0

  • Updated default Postgres version for Data Connect to 17.
  • Update Data Connect Emulator to 3.0.1, which addresses some internal errors (#9627)

v15.0.0

  • [BREAKING] Changed firestore:backups:list --json to return a listBackupsResponse object instead of a raw array of backups.
  • [BREAKING] Removed support for '.bolt' rules files.
  • [BREAKING] Removed support for running emulators with Java versions prior to 21.
  • [BREAKING] Removed deprecated firebase --open-sesame and firebase --close-sesame commands. Use firebase experiments:enable and firebase experiments:disable instead.
  • [BREAKING] Enforce strict timeout validation for functions. (#9540)

... (truncated)

Commits
  • 275835e 15.5.1
  • a483938 fix issues around quota project for serviceusage (#9846)
  • 6e1c446 [firebase-release] Removed change log and reset repo after 15.5.0 release
  • f15a510 15.5.0
  • 0125253 Update qs to >6.14.1 (#9841)
  • 4c95b1e feat: Support DataAccessModes and RealtimeUpdates modes for Firestore. (#9840)
  • 9674e23 Use correct header for serviceusage API quota (#9832)
  • 2a37da5 Throw error if --only functions filter matches no functions (#9815)
  • 750ef35 fix issue where auth emulator had invalid type for metadata.creation_time a...
  • 288aba5 FDC Emulator Release v3.1.1 (#9835)
  • Additional commits viewable in compare view

Updates ioredis from 5.8.2 to 5.9.2

Release notes

Sourced from ioredis's releases.

v5.9.2

5.9.2 (2026-01-15)

Bug Fixes

  • cluster: Cluster reconnect sharded subscribers (#2060) (def9804)
  • preserve replica slots on MOVED in pipelines (#2059) (a1c3e9d)

Reverts

v5.9.1

5.9.1 (2026-01-08)

Bug Fixes

  • make client-side blocking timeouts opt-in (#2058) (07ed493)

v5.9.0

5.9.0 (2026-01-05)

Bug Fixes

  • remove unnecessary case-sensitivity when working with commands (#2036) (f33a2c8)

Features

Changelog

Sourced from ioredis's changelog.

5.9.2 (2026-01-15)

Bug Fixes

  • cluster: Cluster reconnect sharded subscribers (#2060) (def9804)
  • preserve replica slots on MOVED in pipelines (#2059) (a1c3e9d)

Reverts

5.9.1 (2026-01-08)

Bug Fixes

  • make client-side blocking timeouts opt-in (#2058) (07ed493)

5.9.0 (2026-01-05)

Bug Fixes

  • remove unnecessary case-sensitivity when working with commands (#2036) (f33a2c8)

Features

Commits

Updates postgres from 3.4.7 to 3.4.8

Release notes

Sourced from postgres's releases.

v3.4.8

  • Prevent out of bound errors from commit-time failures de64f7a
  • fix: use lower max connections in Cloudflare Workers environment 94b7170
  • Add support for sslnegotiation=direct - fixes #1104 7f80980
  • omit Sql properties absent from TransactionSql 36a53f6
  • Someones engines are getting pedantic - fixes #1061 3ffc3c4
  • Better error if trying to run query during copy 3a43815
  • Fix PGAPPNAME env access by prioritizing connection.application_name 32feb25

porsager/postgres@v3.4.7...v3.4.8

Commits
  • 5c8135f 3.4.8
  • ad24665 build
  • de64f7a Prevent out of bound errors from commit-time failures
  • 94b7170 fix: use lower max connections in Cloudflare Workers environment
  • 7f80980 Add support for sslnegotiation=direct - fixes #1104
  • 36a53f6 omit Sql properties absent from TransactionSql
  • 3ffc3c4 Someones engines are getting pedantic - fixes #1061
  • 3a43815 Better error if trying to run query during copy
  • 32feb25 Fix PGAPPNAME env access by prioritizing connection.application_name
  • See full diff in compare view

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates vitepress from 2.0.0-alpha.15 to 2.0.0-alpha.16

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.16

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.16 (2026-01-31)

Bug Fixes

Features

  • theme: upgrade DocSearch to 4.5 with sidepanel (#5092) (0d646a6)
  • theme: use @layer __vitepress_base to wrap the styles in base.css (#4905) (f8d8c0d)
Commits
  • 949e9b1 release: v2.0.0-alpha.16
  • 0d646a6 feat(theme): upgrade DocSearch to 4.5 with sidepanel (#5092)
  • d4796a0 docs: add vitepress-plugin-typesense npm link (#5100)
  • a28e171 fix(theme): remove margin between code groups and blocks in markdown containers
  • f8d8c0d feat(theme): use @layer __vitepress_base to wrap the styles in base.css (#4...
  • 923aa90 fix(theme): highlight active link in mobile nav menu (#5086) (closes #5068, c...
  • b200865 fix(theme): align badges in h1 and h2 (#5087) (closes #5063)
  • f119b18 fix(theme): add fallback for heroImageSlotExists (#5076)
  • 66cf64e fix: always log error when failed to fetch page
  • 8ed6ea0 fix(theme): overflow clip is buggy on safari
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 7 updates

Bumps the all-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) | `8.0.0` | `8.2.0` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.4` | `1.3.8` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `14.27.0` | `15.5.1` |
| [ioredis](https://github.com/luin/ioredis) | `5.8.2` | `5.9.2` |
| [postgres](https://github.com/porsager/postgres) | `3.4.7` | `3.4.8` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [vitepress](https://github.com/vuejs/vitepress) | `2.0.0-alpha.15` | `2.0.0-alpha.16` |



Updates `@google-cloud/firestore` from 8.0.0 to 8.2.0
- [Release notes](https://github.com/googleapis/nodejs-firestore/releases)
- [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-firestore@v8.0.0...v8.2.0)

Updates `@types/bun` from 1.3.4 to 1.3.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

Updates `firebase-tools` from 14.27.0 to 15.5.1
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v14.27.0...v15.5.1)

Updates `ioredis` from 5.8.2 to 5.9.2
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.8.2...v5.9.2)

Updates `postgres` from 3.4.7 to 3.4.8
- [Release notes](https://github.com/porsager/postgres/releases)
- [Changelog](https://github.com/porsager/postgres/blob/master/CHANGELOG.md)
- [Commits](porsager/postgres@v3.4.7...v3.4.8)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

Updates `vitepress` from 2.0.0-alpha.15 to 2.0.0-alpha.16
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v2.0.0-alpha.15...v2.0.0-alpha.16)

---
updated-dependencies:
- dependency-name: "@google-cloud/firestore"
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/bun"
  dependency-version: 1.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: firebase-tools
  dependency-version: 15.5.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: ioredis
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: postgres
  dependency-version: 3.4.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vitepress
  dependency-version: 2.0.0-alpha.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants