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

chore(deps): bump @firebase/util from 0.3.2 to 1.1.0 in /functions #324

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2022

Bumps @firebase/util from 0.3.2 to 1.1.0.

Changelog

Sourced from @​firebase/util's changelog.

1.1.0

Minor Changes

1.0.0

Major Changes

0.4.1

Patch Changes

  • de5f90501 #4673 - Added a utility function and type for compat interop API

0.4.0

Minor Changes

  • ec95df3d0 #4610 - Add extractQuerystring() function which extracts the query string part of a URL, including the leading question mark (if present).

0.3.4

Patch Changes

  • 9cf727fcc #4001 - Do not merge __proto__ in deepExtend to prevent __proto__ pollution.

0.3.3

Patch Changes

  • a5768b0aa #3932 - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.

    Before this change

    import * as firebase from 'firebase/app';
    

    After this change

    import firebase from 'firebase/app';
    
  • 7d916d905 #3946 - Write template data to a new customData field inFirebaseError instead of writing to the error object itself to avoid overwriting existing fields.
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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch 3 times, most recently from 068ff96 to bb949b2 Compare April 11, 2022 08:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch 2 times, most recently from 0e472bf to e8a571e Compare April 25, 2022 17:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 4, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch 2 times, most recently from 25ad725 to cb7307a Compare May 12, 2022 23:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch from cb7307a to fefb67f Compare May 19, 2022 23:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch from fefb67f to de8896e Compare June 22, 2022 01:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch from de8896e to 259d42a Compare July 12, 2022 02:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch 2 times, most recently from cc7598c to 2791d57 Compare September 1, 2022 20:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch 2 times, most recently from 9126f24 to 2a5c0b0 Compare September 6, 2022 18:24
@kevmo314
Copy link
Contributor

kevmo314 commented Sep 9, 2022

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch 8 times, most recently from 3ab155f to a134d9e Compare September 10, 2022 08:00
Bumps [@firebase/util](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/util) from 0.3.2 to 1.1.0.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/packages/util/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/commits/@firebase/util@1.1.0/packages/util)

---
updated-dependencies:
- dependency-name: "@firebase/util"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch from a134d9e to 2e91964 Compare September 10, 2022 09:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2022

Looks like @firebase/util is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/functions/firebase/util-1.1.0 branch September 16, 2022 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant