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 degenerator and firebase-tools in /functions #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps degenerator to 3.0.2 and updates ancestor dependency firebase-tools. These dependencies need to be updated together.

Updates degenerator from 2.2.0 to 3.0.2

Release notes

Sourced from degenerator's releases.

3.0.2

Patches

  • Update vm2 to v3.9.8: f690e194041f9dacba5341d5a98bbd1a65996048

3.0.1

Patches

  • Fix return undefined: ccc3445354135398b6eb1a04c7d27c13b833f2d5
  • Fix filename option: 9d25bb67d957bc2e5425fea7bf7a58b3fc64ff9e

3.0.0

Major Changes

  • Remove "generator" output mode: #12
  • Use vm2 module to prevent privilege escalation of untrusted code: #11

Minor Changes

  • Add any default return type to compile(): e0b9fc83faabb101944b63bc73b710be7787f15b
Commits

Updates firebase-tools from 9.6.1 to 9.23.3

Release notes

Sourced from firebase-tools's releases.

v9.23.3

  • Upgrades Database Emulator to v4.7.3, removing log4j dependency.

v9.23.2

  • Fixes issue when installing a Firebase Extension where secrets would be created before validation.
  • Fixes issue with filtering on a specific storage bucket using functions in the emulator. (#3893)
  • Fixes check in Cloud Functions for Firebase initialization to check for API enablement before trying to enable them. (#2574)
  • No longer tries to clean up function build images from Artifact Registry when Artifact Registry is not enabled. (#3943)
  • Show error message when running firebase init hosting:github with no Hosting config in firebase.json. (#3113)
  • Fixes issue where remoteconfig:get was not fetching the latest version by default. (#3559)
  • Fixes issue where empty variables in .env files would instead read as multi-line values. (#3934)

v9.23.1

  • Corrects a bug where containers in Artifact Registry would not be deleted if a function has an upper case character in its name (#3918)
  • Fixes issue where providing the --project flag during init would not be recognized with a default project already set. (#3870)
  • Fixes issue with setting memory limits for some functions (#3924)
  • New HTTPS functions only allow secure traffic. (#3923)
  • No longer default-enable AR and don't send builds to AR unless an experiment is enabled (#3935)

v9.23.0

  • firebase deploy --only extensions now supports project specifc .env files. When deploying to multiple projects, param values that are different between projects can be put in extensions/${extensionInstanceId}.env.${projectIdOrAlias} and common param values can be put in extensions/${extensionInstanceId}.env.

v9.22.0

  • Adds firebase ext:export command, and adds extensions to firebase deploy. See https://firebase.google.com/docs/extensions/reuse-project-config for more infomation on how to manage your extensions with these commands.
  • Fixes issue where init would crash with multiple Hosting items selected (#3742).
  • Adds a command (crashlytics:symbols:upload) to upload native symbol files, used in Android NDK crash symbolication.

v9.21.0

  • Fix Auth Emulator deleteTenant not working with Node Admin (#3817).
  • Fix Crashlytics Android Native Symbols not working on Windows due to ":" in the path (#3842)
  • Fixes Firestore emulator UI showing requests out of order

v9.20.0

  • ext:install, ext:update and ext:configure now support param type secret.

v9.19.0

  • ext:dev:publish and ext:update now support --force and --non-interactive flags.
  • Fixes issue where account specified by login:use was not being correctly loaded (#3759).
  • Fixes minor layout issues in Auth Emulator IDP sign-in page (#3774).

v9.18.0

  • ext:install now supports --force and --non-interactive flags.
  • Fixes a crash when customers deploy an empty Cloud Functions project (#3705)
  • Fixes (and implements) --no-authorized-domains, skipping syncing with Firebase Auth, when deploying to a Firebase Hosting channel (#3740).
  • Adds a command (functions:list) for listing all functions in the Firebase project.
  • Uses public v1 AppDistribution API.
  • Adds appdistribution:testers:add and appdistribution:testers:remove commands.

v9.17.0

  • Adds support for the nodejs16 runtime for Cloud Functions.

... (truncated)

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

Bumps [degenerator](https://github.com/TooTallNate/node-degenerator) to 3.0.2 and updates ancestor dependency [firebase-tools](https://github.com/firebase/firebase-tools). These dependencies need to be updated together.


Updates `degenerator` from 2.2.0 to 3.0.2
- [Release notes](https://github.com/TooTallNate/node-degenerator/releases)
- [Commits](TooTallNate/node-degenerator@2.2.0...3.0.2)

Updates `firebase-tools` from 9.6.1 to 9.23.3
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v9.6.1...v9.23.3)

---
updated-dependencies:
- dependency-name: degenerator
  dependency-type: indirect
- dependency-name: firebase-tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
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

0 participants