hoverboard icon indicating copy to clipboard operation
hoverboard copied to clipboard

Bump the firebase group across 2 directories with 4 updates

Open dependabot[bot] opened this issue 4 months ago • 0 comments

Bumps the firebase group with 3 updates in the / directory: firebase, firebase-admin and firebase-tools. Bumps the firebase group with 2 updates in the /functions directory: firebase-admin and firebase-functions.

Updates firebase from 10.13.1 to 10.14.0

Release notes

Sourced from firebase's releases.

[email protected]

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

What's Changed

@​firebase/data-connect@​0.1.0

Minor Changes

  • beaa4dffb #8480 - Included Data Connect product.

  • Added app check support # @​firebase/data-connect

[email protected]

Minor Changes

Patch Changes

@​firebase/app@​0.10.12

Patch Changes

@​firebase/app-compat@​0.2.42

Patch Changes

@​firebase/firestore@​4.7.3

Patch Changes

  • ff0475c41 #8259 - Re-enable useFetchStreams with the latest WebChannel implementation. This reduces the memory usage of WebChannel.

  • 47b091324 #8430 - Refactor Firestore client instantiation. This prepares for future features that require client to restart.

... (truncated)

Commits

Updates firebase-admin from 12.4.0 to 12.6.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v12.6.0

New Features

  • feat: Add Data Connect API (#2701)

Bug Fixes

  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#2712)

Miscellaneous

  • [chore] Release 12.6.0 (#2715)
  • build(deps-dev): bump @​types/lodash from 4.17.7 to 4.17.9 (#2710)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.39 to 0.2.41 (#2711)
  • build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#2707)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.47.6 to 7.47.9 (#2706)
  • build(deps): bump @​google-cloud/firestore from 7.9.0 to 7.10.0 (#2705)

Firebase Admin Node.js SDK v12.5.0

New Features

  • feat(rc): SSRC targeting (#2665)

Bug Fixes

  • fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings (#2598)
  • fix: support httpAgent in JwksFetcher (#2689)

Miscellaneous

  • [chore] Release 12.5.0 Take 2 (#2703)
  • [chore] Release 12.5.0 (#2702)
  • chore: Upgrade actions/upload-artifact@v4 (#2700)
  • build(deps): bump actions/download-artifact in /.github/workflows (#2694)
  • Create CHANGELOG.md (#2626)
Commits
  • 0efe26a [chore] Release 12.6.0 (#2715)
  • 1885958 feat: Add Data Connect API (#2701)
  • 137a0d9 fix(auth): Add missing Math.floor() when setting validDuration in `create...
  • 56d967f build(deps-dev): bump @​types/lodash from 4.17.7 to 4.17.9 (#2710)
  • 74b54ec build(deps-dev): bump @​firebase/app-compat from 0.2.39 to 0.2.41 (#2711)
  • 5c92886 build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#2707)
  • 9abd30e build(deps-dev): bump @​microsoft/api-extractor from 7.47.6 to 7.47.9 (#2706)
  • 25585a3 build(deps): bump @​google-cloud/firestore from 7.9.0 to 7.10.0 (#2705)
  • b470eba [chore] Release 12.5.0 Take 2 (#2703)
  • 66bea6e [chore] Release 12.5.0 (#2702)
  • Additional commits viewable in compare view

Updates firebase-tools from 13.16.0 to 13.20.2

Release notes

Sourced from firebase-tools's releases.

v13.20.2

  • Released version 1.4.4 of the Data Connect emulator, which includes a change in node engine requirements from v20 to v18, and an update to the peer dependency for the web SDK.

v13.20.1

  • Updated the Firebase Data Connect local toolkit to v1.4.3, which includes a fix for URL redirects in the generated docsite. (#7763)

v13.20.0

  • Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulatorin.firebaserc`.
  • Released version 1.4.2 of the Data Connect emulator, which includes SDK support for Any scalar type and OrderDirection, support for first to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#7744).
  • Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#7731).
  • Added compatibility mode support for Firebase Data Connect schema migrations, where application schema updates are allowed if the database schema is in a compatible state. (#7746)
  • Improved firebase init dataconnect to better support local-first onboarding. (#7733)
  • Added support for the --watch option in firebase dataconnect:sdk:generate. (#7719)
  • Minor fix in the Firebase Data Connect GraphQL query template. (#7736)

v13.19.0

  • Updated Firebase Data Connect local toolkit version to v1.3.8, which adds support for Any scalar values in the Android SDK, strongly-typed variables in @auth expressions, and a minor internal fix for the Dart SDK code generation. (#7696)
  • Added new command firebase ext:sdk:install to allow you to configure extensions in a functions codebase. See https://firebase.google.com/docs/extensions/install-extensions?interface=sdk for details.(#7581)
  • Increased the minimum version of the firebase-functions to 5.1.0. To avoid deployment issues, ensure that you upgrade your functions code.

v13.18.0

  • Added firebase deploy --dry-run, which validates your changes and builds your code without making any production changes.
  • Added support for non-default Firestore databases in firebase init. (#7655)
  • Updated supported range for Angular framework. (#7418)
  • Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#6651)
  • Switched Data Connect API from v1alpha to v1beta. (#7589)
  • Improved handling of Spark projects in firebase init dataconnect. (#7666)
  • Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for v1beta gRPC APIs and the OrderDirection enum in Swift, and makes transactional queries and mutations opt-in with the @transaction directive. (#7679)
  • Add dataconnect SQL grant command firebase dataconnect:sql:grant -R <role> -E email. (#7656)
  • Added better handling for paths with spaces in getGlobalEsbuildVersion function. (#7571)

v13.17.0

  • Re-added a dialog to let users know TLS is being provisioned in App Hosting. (#7595)
  • Improved Firebase Data Connect postgres security by granting fine grained SQL privileges to the users the need it. (#7578)
  • Removed dataconnect:sql:migrate command hard dependency on 'roles/cloudsql.admin'. (#7578)
  • Added support for setting the encryption configuration of restored firestore databases. (#7483)
  • Added support for VERIFY_AND_CHANGE_EMAIL events in the Auth emulator. (#7618)
  • Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#7640)
Commits

Updates firebase-admin from 12.4.0 to 12.6.0

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v12.6.0

New Features

  • feat: Add Data Connect API (#2701)

Bug Fixes

  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#2712)

Miscellaneous

  • [chore] Release 12.6.0 (#2715)
  • build(deps-dev): bump @​types/lodash from 4.17.7 to 4.17.9 (#2710)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.39 to 0.2.41 (#2711)
  • build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#2707)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.47.6 to 7.47.9 (#2706)
  • build(deps): bump @​google-cloud/firestore from 7.9.0 to 7.10.0 (#2705)

Firebase Admin Node.js SDK v12.5.0

New Features

  • feat(rc): SSRC targeting (#2665)

Bug Fixes

  • fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings (#2598)
  • fix: support httpAgent in JwksFetcher (#2689)

Miscellaneous

  • [chore] Release 12.5.0 Take 2 (#2703)
  • [chore] Release 12.5.0 (#2702)
  • chore: Upgrade actions/upload-artifact@v4 (#2700)
  • build(deps): bump actions/download-artifact in /.github/workflows (#2694)
  • Create CHANGELOG.md (#2626)
Commits
  • 0efe26a [chore] Release 12.6.0 (#2715)
  • 1885958 feat: Add Data Connect API (#2701)
  • 137a0d9 fix(auth): Add missing Math.floor() when setting validDuration in `create...
  • 56d967f build(deps-dev): bump @​types/lodash from 4.17.7 to 4.17.9 (#2710)
  • 74b54ec build(deps-dev): bump @​firebase/app-compat from 0.2.39 to 0.2.41 (#2711)
  • 5c92886 build(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#2707)
  • 9abd30e build(deps-dev): bump @​microsoft/api-extractor from 7.47.6 to 7.47.9 (#2706)
  • 25585a3 build(deps): bump @​google-cloud/firestore from 7.9.0 to 7.10.0 (#2705)
  • b470eba [chore] Release 12.5.0 Take 2 (#2703)
  • 66bea6e [chore] Release 12.5.0 (#2702)
  • Additional commits viewable in compare view

Updates firebase-functions from 5.1.1 to 6.0.1

Release notes

Sourced from firebase-functions's releases.

v6.0.1

  • Fix bug where v1 functions can't be emulated (#1615)

v6.0.0

  • Breaking: Change default entrypoint of the firebase-functions package to v2 instead of v1 (#1594)
  • Add @​deprecated annotation on functions.config() API (#1604)
Commits
  • 24c6c7c 6.0.1
  • 4b7b279 Export 'app' in v2 entrypoint (#1615)
  • 0c22c28 [firebase-release] Removed change log and reset repo after 6.0.0 release
  • 7d5d221 6.0.0
  • 0493271 Expose functions.config in the v2 namespace to avoid breaking the Functions E...
  • ac948b4 Add changelog for v6 release. (#1606)
  • e95b9ef Add @​deprecated annotation on functions.config() API (#1604)
  • d65d35f Change default entrypoint of the firebase-functions package to v2 instead of ...
  • c0b488a [firebase-release] Removed change log and reset repo after 5.1.1 release
  • See full diff 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

dependabot[bot] avatar Oct 01 '24 19:10 dependabot[bot]