Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

fix(deps): update many non-major #214

Merged
merged 1 commit into from
Apr 4, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@netlify/zip-it-and-ship-it ^5.5.2 -> ^5.9.0 age adoption passing confidence
browser-sync (source) ^2.27.7 -> ^2.27.9 age adoption passing confidence
firebase-functions ^3.17.1 -> ^3.19.0 age adoption passing confidence
firebase-tools ^10.1.4 -> ^10.5.0 age adoption passing confidence

Release Notes

netlify/zip-it-and-ship-it

v5.9.0

Compare Source

Features
Bug Fixes

v5.8.0

Compare Source

Features
  • add pure ESM support to esbuild and default bundlers (#​1018) (809b206)
5.7.5 (2022-02-14)
Bug Fixes
5.7.4 (2022-02-08)
Bug Fixes
5.7.3 (2022-02-08)
Bug Fixes
5.7.2 (2022-02-08)
Bug Fixes
5.7.1 (2022-02-08)
Bug Fixes

v5.7.5

Compare Source

v5.7.4

Compare Source

v5.7.3

Compare Source

v5.7.2

Compare Source

v5.7.1

Compare Source

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

Features
Bug Fixes
5.5.2 (2022-01-27)
Bug Fixes
5.5.1 (2022-01-24)
Bug Fixes
BrowserSync/browser-sync

v2.27.9

Compare Source

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9

v2.27.8

Compare Source

This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)

PR:

Resolved Issues:

Thanks to @​lachieh for the original PR, which helped me land this fix

firebase/firebase-functions

v3.19.0

Compare Source

  • Add support for more regions and memory for v2 functions (#​1037).
  • Fixes bug where some RTDB instance names were incorrectly parsed (#​1056).

v3.18.1

Compare Source

  • Expose stack YAML via __/functions.yaml endpoint instead (#​1036).

v3.18.0

Compare Source

  • Add new runtime option for setting secrets.

v3.17.2

Compare Source

  • Fix issue where v2 TS users couldn't compile their code because of unexported types. (#​1033)
firebase/firebase-tools

v10.5.0

Compare Source

  • Release Cloud Firestore emulator v1.14.1:
    • Adds support of x-goog-request-params http header for routing.
    • Changes read-past-max-staleness error code to align with production
      implementation.
    • Updates readtime-in-the-future error message.
    • Supports importing exports from Windows on UNIX systems. (#​2421)
  • Marks Java 10 and below as deprecated. Support will be dropped in Firebase CLI v11. Please upgrade to Java version 11 or above to continue using the emulators. (#​4347)

v10.4.2

Compare Source

  • Fixes an issue where some valid Cloud Functions for Firebase names would not pass validation in the Functions emulator (#​4352).

v10.4.1

Compare Source

  • Upgrade Storage Rules Runtime to v1.0.2.
  • Adds support for an environment variable FIREBASE_HOSTING_UPLOAD_CONCURRENCY to specify custom levels of Hosting upload concurrency (defaults to 200).
  • Fixes error handling in auth:export when API calls would fail.
  • Fixes bug where new callable functions were not publicly accessible. (#​4327)

v10.4.0

Compare Source

  • Adds support for configuration with multiple storage targets (#​4281).
  • Fixes bug where callable functions couldn't be emulated (#​4314).

v10.3.1

Compare Source

  • Fixes bug where deploying callable functions failed (#​4310).

v10.3.0

Compare Source

  • Fixes bug where functions' memory configurations weren't preserved in batched function deploys (#​4253).
  • Adds --local flag to ext:install, ext:update, ext:configure, and ext:uninstall, to save changes to firebase.json instead of deploying immediately.
  • ext:export now uses stable ordering for params in .env files (#​4256).
  • Adds alerting event provider (#​4258).
  • Fixes bug where project-specific environment variables weren't loaded by the Functions Emulator (#​4273).
  • Fixes bug where CORS was enabled too broadly on the Functions emulator (#​4294).
  • Adds rewriteTo / copyTo endpoints to Cloud Storage Emulator (#​3647, #​3751).
  • Addes createReadStream support to Cloud Storage Emulator (#​3469).
  • Fixes list endpoint in Cloud Storage Emulator (#​3647).
  • Fixes getFiles for Cloud Storage Emulator (#​3778).
  • Fixes exists for Cloud Storage Emulator (#​3764).

v10.2.2

Compare Source

  • Updates reserved environment variables for CF3 to include 'EVENTARC_CLOUD_EVENT_SOURCE' (#​4196).
  • Fixes arg order for firebase emulators:start --only storage (#​4195).
  • Fixes iOS auth for resumable uploads in Storage Emulator (#​4184).
  • Fixes Storage Emulator crash on iOS auth error for resumable uploads (#​4210).
  • Fixes bug where environment variable for gen 2 functions weren't updated on deploy (#​4209).
  • Fixes an issue in the storage emulator where a file upload would trigger functions with a metadata update handler (#​4213).
  • Fixes Storage Emulator rules resource evaluation (#​4214).
  • Fixes bug where securityLevel is overwritten on https function re-deploys (#​4208).
  • Fixes bug where functions emulator ignored functions.runtime option in firebase.json (#​4207).
  • Fixes bug where functions emulator triggered wrong functions when started with --inspect-functions flag (#​4232).
  • Updates functions init template to use latest versions of dependencies of functions init (#​4177).

v10.2.1

Compare Source

  • Fixes an issue where ext:list was not printing out information about installed Extension instances (#​4156)
  • Fixes issue where Functions Emulator crashed when parsing triggers if accessing functions config values (#​4162).
  • firebase emulators:start --export-on-exit <dir> now rejects overwriting the current directory or parents (#​4127).
  • Fixes broken functions:config:clone command (#​4173).
  • Fixes issue where auth:import would fail when reading a JSON file. (#​4157)
  • Fixes issue where custom claims added in Auth Emulator UI was not properly shown.
  • Improves handling of API requests with XML responses (#​4180).
  • Updates the underlying request library in Hosting deploys and uses project-scoped URLs. (#​2558)

v10.2.0

Compare Source

  • Improves experience for firebase login --no-localhost.
  • Add support for specifying environment variable of CF3 function using dotenv.

v10.1.5

Compare Source

  • Fixes bug where local extension installation and ext:publish failed to upload source to GCS bucket.

Configuration

📅 Schedule: "after 6am and before 10am on monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added automerge PR that should be merged automatically dependencies Pull requests that update a dependency file labels Apr 4, 2022
@github-actions github-actions bot merged commit c221a10 into master Apr 4, 2022
@renovate renovate bot deleted the renovate/many-non-major branch April 4, 2022 06:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge PR that should be merged automatically dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant