Herobone / Sober-Sailor

Sober Sailor is a web based drinking game. It is currently focused every player having one Device for keeping distance.
https://sober-sailor.web.app
GNU General Public License v3.0
2 stars 0 forks source link

Bump firebase-functions-test from 0.3.2 to 2.3.0 in /functions #502

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps firebase-functions-test from 0.3.2 to 2.3.0.

Release notes

Sourced from firebase-functions-test's releases.

v2.3.0

  • Add MockCloudEvents for RTDB-V2 (#156)
  • Update Rtdb test sdk to allow json for Mock CloudEvents (#159)

v2.2.0

  • Add >=jest@28 as a peerDependency (#152)

v2.1.0

Breaking Improvements

  • Generated CloudEvents will use the user-provided Partial to infer other fields. #146
    • For storage events, updating the Partial's bucket will update:
      • data.bucket
      • Parts of source, data.selfLink, data.id
    • For PubSub events, updating the Partial's data.message.json will:
      • generate a new base64 string for data.message.data
        • (But a user-provided data.message.data still takes priority)

Full list of Changes

  • Update to README.md to include more samples #143
  • Add top-level bucket field to Mock Storage CloudEvents #145
  • Delete .travis.yml #120
  • Add CI for firebase-functions-test #147
  • Refactor MockCloudEvent generation to include user partial #146
  • Unit tests for MockCloudEvent generation refactor #150
  • Updated Dependencies
    • Bump plist from 3.0.1 to 3.0.5 #132
    • Bump minimist from 1.2.5 to 1.2.6 #129
    • Bump path-parse from 1.0.6 to 1.0.7 #115
    • Bump pathval from 1.1.0 to 1.1.1 #127
    • Bump glob-parent from 5.1.1 to 5.1.2 #103
    • Bump ws from 7.3.1 to 7.5.7 #133

v2.0.2

  • Fix Compiler error after update to v2.0.0 (#141)

v2.0.1

  • Make WrappedFunction curry type info (#138)
  • Update to firebase-functions@2.21 to include updated typing (#139)

v2.0.0

v0.3.3

  • Allow setting context.app in wrapped callable functions (#123).
Commits


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Herobone commented 2 years ago

@dependabot squash and merge