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

Bump firebase-tools from 13.6.0 to 13.14.2 in /login-workflow #616

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps firebase-tools from 13.6.0 to 13.14.2.

Release notes

Sourced from firebase-tools's releases.

v13.14.2

  • Improved notification message when an update is available. (#7293)
  • Fix issue where Data Connect Emulator can't read config

v13.14.1

  • Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation (#7491)

v13.14.0

  • Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. (#7405)
  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#7442)
  • firebase init dataconnect now can pull down deployed GQL files.
  • Improved detection of 'dataconnect.yaml' when not in project root.
  • GitHub Action fixes for web frameworks (#6883)
  • Fixes issue where PubSub message publishTime is set to 1970-01-01T00:00:00 (#7441)
  • Display meaningful error message when cannot determine target. (#6594)
  • Adds support for firealerts events in Eventarc emulator. (#7355)
  • Released version [email protected], which adds Emulator UI support for firealerts events.
  • Improved errors when an incorrect service ID is passed to firebase deploy --only dataconnect:serviceId.
  • Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#7482)
  • Fixed an issue where Firestore backup schedule commands had invalid short option names. (#7481)
  • Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @​index, @​unique, and batch insert support. (#7486)

v13.13.3

  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#7442)

v13.13.2

  • Fixes an issue where old access_token would be used after expiry. (#7429)

v13.13.1

  • Pass down functions.ignore values in firebase.json to functions emulator so that supposedly ignored directories/files will not trigger reload. (#7414)
  • Fixes bug where secret values provided in env files were parsed as list (#7422)
  • Update the Firebase Data Connect emulator to v1.2.4, which includes a fix for web SDK generation on Windows and a change for the local Vertex AI client to pick up application default credentials automatically (#7424)

v13.13.0

  • Fixes framework support for Nuxt ^3.12 by correctly calling loadNuxtConfig() (#7375)
  • Add a default for firebase init dataconnect:sdk (#7406)
  • Bump Firebase Data Connect emulator to v1.2.3, which adds support for @index on tables, @auth(level: USER_ANON/USER_EMAIL_VERIFIED), and key: {uid_expr: "auth.uid"}, and fixes some issues related to SDK generation (#7409)

v13.12.0

  • Moved dataconnect.location key in firebase.json to dataconnect.yaml.
  • Fixes issue where files were not properly being discovered and deployed to Firebase Hosting (#7363, #7378)
  • Added new command init dataconnect:sdk, which interactively configures a generated SDK for a Data Connect connector.

v13.11.4

  • Data Connect emulator now reuses existing instances if they are emulating the same service.
  • Fixes issue where deploy --only dataconnect would error out with cannot read property undefined.
  • Fixes compatibility issue when uploading native symbols to Crashlytics on Intel-based Macs.

v13.11.3

  • Fixes issue where storage emulator throws an error due to non-standard whitespaces in filenames (#6834).

... (truncated)

Commits
  • 4cc5a93 13.14.2
  • b921af5 pass resolvedConfigPath to dataConnectEmulator start (#7495)
  • c849eb8 Improve update message displayed when Firebase Tools is not latest (#7493)
  • a592119 Refactor SDK init to split up prompting and actuation (#7488)
  • f57cb47 Hide secondary init commands from multiselect menu (#7494)
  • e7411d5 [firebase-release] Removed change log and reset repo after 13.14.1 release
  • 2355787 13.14.1
  • 9893255 Bump FDC emulator to v1.3.1 (#7491)
  • c64dcee Add privacy policy to end up firebase help output (#7489)
  • e6e9f4b don't start auth emulator (#7487)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 13.6.0 to 13.14.2.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md)
- [Commits](firebase/firebase-tools@v13.6.0...v13.14.2)

---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the external-dependency Depends on an upstream package or library label Aug 1, 2024
@github-actions github-actions bot added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Aug 1, 2024
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.58%. Comparing base (49f2e7f) to head (fb7f873).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #616      +/-   ##
==========================================
+ Coverage   73.44%   73.58%   +0.14%     
==========================================
  Files          85       86       +1     
  Lines        1092     1098       +6     
  Branches      243      243              
==========================================
+ Hits          802      808       +6     
  Misses        115      115              
  Partials      175      175              
Flag Coverage Δ
unittests 73.58% <ø> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Aug 1, 2024

Visit the preview URL for this PR (updated for commit fb7f873):

https://blui-react-login--pr616-dependabot-npm-and-y-z0oh6omz.web.app

(expires Sat, 03 Aug 2024 12:27:29 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 1e9064d2e35ed37fe01e053587ea5f209719a043

Copy link
Collaborator

@JeffGreiner-eaton JeffGreiner-eaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested deploy on pull request with changes

@JeffGreiner-eaton JeffGreiner-eaton merged commit 2e872a5 into dev Aug 1, 2024
11 checks passed
@JeffGreiner-eaton JeffGreiner-eaton deleted the dependabot/npm_and_yarn/login-workflow/dev/firebase-tools-13.14.2 branch August 1, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering external-dependency Depends on an upstream package or library
Development

Successfully merging this pull request may close these issues.

1 participant