Skip to content

Comments

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/all-dependencies-3951915816
Closed

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

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

Package From To
@google-cloud/firestore 8.0.0 8.2.0
@types/bun 1.3.4 1.3.6
firebase-tools 14.27.0 15.3.1
ioredis 5.8.2 5.9.2
postgres 3.4.7 3.4.8
prettier 3.7.4 3.8.0

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.6

Commits

Updates firebase-tools from 14.27.0 to 15.3.1

Release notes

Sourced from firebase-tools's releases.

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)
  • [BREAKING] Update dataconnect:\* commands to use flags instead of positional arguments for --service & --location. Changed output type of dataconnect:sql:migrate --json (#9312)
  • [BREAKING] When using 'firebase-tools' as a Node module, cli.auth.upload has been renamed to cli.auth.import and cli.appdistribution.testers.delete has been renamed to cli.appdistribution.testers.remove.
  • [BREAKING] Updated Firebase Data Connect emulator version to v3.0.0
    • [BREAKING] Fixed generated code character case when letters follow numbers (firebase/firebase-tools#9567).
    • [BREAKING] Dart codegen: Int64 types are now serialized and deserialized using BigInt.
    • [BREAKING] Kotlin codegen: Removed magic "convenience renames" of keys and counts in selection sets (firebase/firebase-tools#9571).
    • Eagerly load config upon any requests from VS Code Extensions or Firebase CLI. This ensures the emulator always serve the latest local configs.
    • Kotlin codegen: Removed vestigial FIREBASE_DATA_CONNECT_GENERATED_FILE section at the bottom of each generated file.
  • Updated Firestore Emulator to v1.20.2, which includes minor bug fixes for Datastore Mode.
  • Improved command loading performance by implementing lazy loading.
  • Add a confirmation in firebase init dataconnect before asking for app idea description. (#9282)
Commits
  • f02c084 15.3.1
  • d4089b5 Rotate keys (#9746)
  • a82e3bb Renaming generate_rules prompts to generate_security_rules (#9745)
  • cf9d531 [firebase-release] Removed change log and reset repo after 15.3.0 release
  • 9479fac 15.3.0
  • 58bddfb Data Connect Emulator release v3.0.2 (#9738)
  • 26b0d33 Adding /firestore:generate_rules and /storage:generate_rules MCP prompts....
  • e7eed6f Fix an issue where hosting upload errors were swallowed by a circular JSON er...
  • 0d671dc replace hosting with deploy prompt in init command (#9570)
  • 292306a fix(functions): add missing regions to V2_REGION_TO_TIER pricing map (#9697)
  • 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.0

Release notes

Sourced from prettier's releases.

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.0

diff

🔗 Release Notes

Commits

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 6 updates

Bumps the all-dependencies group with 6 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.6` |
| [firebase-tools](https://github.com/firebase/firebase-tools) | `14.27.0` | `15.3.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.0` |



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.6
- [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.3.1
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v14.27.0...v15.3.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.0
- [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.0)

---
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.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: firebase-tools
  dependency-version: 15.3.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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jan 19, 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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/bun/all-dependencies-3951915816 branch February 2, 2026 04:19
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