Skip to content

Update all non-major dependencies #3845

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

Merged
merged 1 commit into from
Oct 8, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2020

This PR contains the following updates:

Package Type Update Change
@changesets/cli devDependencies minor 2.10.3 -> 2.11.0
@changesets/types dependencies minor 3.1.1 -> 3.2.0
@firebase/util dependencies patch 0.3.0 -> 0.3.2
@firebase/util dependencies minor ^0.2.44 -> ^0.3.0
@google-cloud/firestore devDependencies minor 4.2.0 -> 4.4.0
@microsoft/api-documenter (source) devDependencies minor 7.8.53 -> 7.9.7
@microsoft/api-extractor (source) devDependencies minor 7.9.19 -> 7.10.4
@​rollup/plugin-strip devDependencies patch 1.3.2 -> 1.3.3
@types/chai devDependencies patch 4.2.12 -> 4.2.13
@types/node devDependencies patch 12.12.62 -> 12.12.64
@types/sinon devDependencies patch 9.0.5 -> 9.0.8
@types/sinon-chai devDependencies patch 3.2.4 -> 3.2.5
@types/yargs devDependencies patch 15.0.5 -> 15.0.7
@typescript-eslint/eslint-plugin devDependencies minor 4.2.0 -> 4.4.0
@typescript-eslint/eslint-plugin-tslint devDependencies minor 4.2.0 -> 4.4.0
@typescript-eslint/parser devDependencies minor 4.2.0 -> 4.4.0
eslint (source) devDependencies minor 7.9.0 -> 7.10.0
eslint-plugin-import devDependencies patch 2.22.0 -> 2.22.1
firebase-admin (source) dependencies minor 8.11.0 -> 8.13.0
firebase-functions dependencies minor 3.6.1 -> 3.11.0
firebase-tools devDependencies minor 8.10.0 -> 8.12.0
karma (source) devDependencies patch 5.2.2 -> 5.2.3
node-fetch dependencies patch 2.6.0 -> 2.6.1
rollup (source) dependencies minor 2.28.1 -> 2.29.0
rollup (source) devDependencies minor 2.28.1 -> 2.29.0
rollup (source) devDependencies minor 2.23.0 -> 2.29.0
rollup-plugin-sourcemaps devDependencies patch 0.6.2 -> 0.6.3
rollup-plugin-sourcemaps devDependencies patch 0.6.1 -> 0.6.3
rollup-plugin-typescript2 dependencies patch 0.27.2 -> 0.27.3
rollup-plugin-typescript2 devDependencies patch 0.27.2 -> 0.27.3
rollup-plugin-typescript2 devDependencies patch 0.27.1 -> 0.27.3
rollup-plugin-typescript2 devDependencies patch 0.27.0 -> 0.27.3
simple-git devDependencies minor 2.20.1 -> 2.21.0
sinon (source) devDependencies minor 9.0.3 -> 9.2.0
terser (source) dependencies patch 5.3.2 -> 5.3.4
terser (source) devDependencies patch 5.3.2 -> 5.3.4
tslib (source) dependencies minor 1.11.1 -> 1.14.0

Release Notes

changesets/changesets

v2.11.0

Compare Source

firebase/firebase-js-sdk

v0.3.2

Compare Source

v0.3.1

Compare Source

googleapis/nodejs-firestore

v4.4.0

Compare Source

Features
typescript-eslint/typescript-eslint

v4.4.0

Compare Source

Features
  • eslint-plugin: add consistent-indexed-object-style rule (#​2401) (d7dc108)
  • eslint-plugin: add extension rule no-duplicate-imports (#​2609) (498f397)

v4.3.0

Compare Source

Bug Fixes
  • eslint-plugin: added safe getTypeOfPropertyOfType wrapper (#​2567) (7cba2de)
  • experimental-utils: treat RuleTester arrays as readonly (#​2601) (8025777)
Features
  • eslint-plugin: [no-invalid-void-type] add option to allow this: void (#​2481) (ddf5660)
eslint/eslint

v7.10.0

Compare Source

benmosher/eslint-plugin-import

v2.22.1

Compare Source

Fixed
  • [default]/TypeScript: avoid crash on export = with a MemberExpression ([#​1841], thanks [@​ljharb])
  • [extensions]/importType: Fix @​/abc being treated as scoped module ([#​1854], thanks [@​3nuc])
  • allow using rest operator in named export ([#​1878], thanks [@​foray1010])
  • [dynamic-import-chunkname]: allow single quotes to match Webpack support ([#​1848], thanks [@​straub])
Changed
  • [export]: add tests for a name collision with export * from ([#​1704], thanks @​tomprats)
firebase/firebase-admin-node

v8.13.0

Compare Source

New Features
  • feat(rc): Add Remote Config Version Management API (#​920)
Bug Fixes
  • fix(auth): Migrated IAM sign endpoint to iamcredentials.googleapis.com (#​916)
  • fix(auth): Fixing flaky deleteUsers() integration tests (#​917)
  • fix: Upgraded node-forge and jsonwebtoken dependencies (#​912)
  • fix(auth): Add interfaces for UserProviderRequest and Metadata used in UserImportRecord (#​909)
  • fix: Fixed faulty metadata for the send-tweet Action (#​908)
  • fix(auth): Properly parse the lastRefreshTime. (#​888)
Miscellaneous
  • [chore] Release 8.13.0 (#​925)
  • Add integration tests for RC manage version operations (#​914)
  • Add another missing RC type to toc.yaml (#​924)
  • Add new RC types in toc.yaml (#​923)
  • Fixed a flaky auth integration test by retrying the GetUser() API call (#​907)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (#​900)
  • Fixing Firebase ML integration tests (#​899)
  • fixing tests with unhandled promises (#​894)
  • Rectified issues in comments for NotificationMessagePayload (#​879)
  • chore: Running CI workflow on pull_request (#​886)

v8.12.1

Compare Source

Miscellaneous
  • [chore] Release 8.12.1 (#​883)
  • Mark UserMetadata::lastRefreshTime as optional. (#​881)
  • Remove type aliases from toc.yaml (#​877)

v8.12.0

Compare Source

New Features
  • feat(auth): Add bulk get/delete methods (#​726)
Miscellaneous
  • [chore] Release 8.12.0 (#​878)
  • Bump jquery from 3.4.1 to 3.5.0 (#​873)
  • Fixed lint (#​868)
  • Refines UserRecord.customClaims type. (#​866)
  • Generate camelcase doc paths for machineLearning module (#​863)
  • Fix typo in release.yml (#​862)
firebase/firebase-functions

v3.11.0

Compare Source

  • Adds support for vpcConnector and vpcConnectorEgressSettings fields in functions.runWith(). Must be used in conjunction with firebase-tools v8.9.0 or higher. Thanks @​pcboy! (#​752)

v3.10.0

Compare Source

  • Adds support for functions failure policies (#​482)

v3.9.1

Compare Source

  • Updates firebase-admin dependency to support ^9.0.0 in addition to ^8.0.0. Note that firebase-admin no longer supports Node.js 8.x as of 9.0.0.
  • Fixes logging of unexpected errors in https.onCall() functions.

v3.9.0

Compare Source

  • Updates HTTP callable functions to use structured logging for Node 10+ environments.
  • Adds type hints for new Cloud Functions regions asia-northeast3, asia-south1, and asia-southeast2.
  • Updates type definition of https.onRequest to allow for promises (async functions).

v3.8.0

Compare Source

  • Fixes error when last argument to logger methods is null. (#​716)
  • Adds eight new available regions:
    • us-west2
    • us-west3
    • us-west4
    • europe-west6
    • asia-northeast2
    • northamerica-northeast1
    • southamerica-east1
    • australia-southeast1
  • No longer throw errors for unrecognized regions (deploy will error instead).
  • Fixes error where snap.ref in database functions did not work when using the Emulator Suite (#​726)

v3.7.0

Compare Source

  • Adds functions.logger SDK to enable structured logging in the Node.js 10 runtime. For example:

    const functions = require('firebase-functions');
    
    functions.logger.debug('example log with structured data', {
      uid: user.uid,
      authorized: true,
    });
  • Adds a special require that mimics Node.js 8 runtime logging in Node.js 10 and later runtimes:

    require('firebase-functions/lib/logger/compat');

    In newer runtimes, requiring this will emit text logs with multi-line support and appropriate severity. In the Node.js 8 runtime, the compat module has no effect.

  • Fixes https.onRequest type signature to allow Promises for async functions.

v3.6.2

Compare Source

  • Pin @types/express version to 4.17.3 to fix type definition issue (Issue #​685).
  • Firestore onCreate, onUpdate, and onDelete now receive a QueryDocumentSnapshot instead of DocumentSnapshot, which guarantees that data is not undefined (Issue #​659).
  • Modify return type of DataSnapshot.forEach to boolean | void match firebase-admin SDK.
firebase/firebase-tools

v8.12.0

Compare Source

  • Fixes issue where the ESLint config file would not be added to version control for new Typescript Cloud Functions projects (#​2645).
  • Fixes issue where the CLI displayed NaN when choosing the default port for the Emulator UI.
  • Fixes the npm run lint (eslint) command in newly initalized Cloud Functions for Firebase directories on Windows (#​2644).
  • Fixes database:remove command (#​2657).
  • Improves the output of hosting:disable when dealing with Firebase Hosting multisite setups.

v8.11.2

Compare Source

  • Fixes issue where background triggers in the Cloud Functions emulator could take up to 30s to execute.

v8.11.1

Compare Source

  • Fixes an emulator related issue.

v8.11.0

Compare Source

  • Replaces tslint with eslint as the default linter in new Cloud Functions for Firebase directories. (#​1663)
  • Fixes bug where scheduled Cloud Functions for Firebase deploys unexpectedly succeeded with invalid Cloud Scheduler configurations. (#​2609)
  • Adds Firebase Remote Config commands: remoteconfig:get, remoteconfig:versions:list, remoteconfig:rollback.
  • Adds a remoteconfig target for firebase deploy.
karma-runner/karma

v5.2.3

Compare Source

Bug Fixes
bitinn/node-fetch

v2.6.1

Compare Source

This is an important security release. It is strongly recommended to update as soon as possible.

See CHANGELOG for details.

rollup/rollup

v2.29.0

Compare Source

2020-10-08

Features
  • Allow passing custom options to other plugins via this.resolve (#​3807)
  • Allow attaching custom meta information to modules when resolving, loading or transforming (#​3807)
  • Do not throw but return null when using this.getModuleInfo for an unknown id (#​3807)
Bug Fixes
  • Trigger build in watch mode when files are added to a watched directory (#​3812)
  • Make code optional when transforming modules (#​3807)
Pull Requests

v2.28.2

Compare Source

2020-09-24

Bug Fixes
  • Fix a source of possible variable name conflicts when using preserveModules with SystemJS (#​3796)
Pull Requests
maxdavidson/rollup-plugin-sourcemaps

v0.6.3

Compare Source

  • Fix ES module breaking due to not default-importing CommonJS modules
  • Add some warning messages
ezolenko/rollup-plugin-typescript2

v0.27.3

Compare Source

PR #​243

Updating dependencies

steveukx/git-js

v2.21.0

Compare Source

  • Adds string[] to the set of types supported as options for git.log
  • Fix readme typos
sinonjs/sinon

v9.2.0

Compare Source

==================

  • Update dependencies (#​2299)
  • Update sandbox docs with missing comma
  • Add minor markdown formatting to release docs for sandbox
  • Minor formatting improvements to legacy sandbox documentation

v9.1.0

Compare Source

==================

  • Add a calledOnceWithMatch assertion (#​2294)
terser/terser

v5.3.4

Compare Source

  • Fixed a crash when hoisting (with hoist_vars) a destructuring variable declaration

v5.3.3

Compare Source

  • source-map library has been updated, bringing memory usage and CPU time improvements when reading input source maps (the SourceMapConsumer is now WASM based).
  • The wrap_func_args option now also wraps arrow functions, as opposed to only function expressions.
Microsoft/tslib

v1.14.0

Compare Source

This release adds support for using tslib in Node using esmodule imports, further context in microsoft#​126 and the related issues.

v1.13.0

Compare Source

This release reverts breaking changes in tslib that were not compatible with versions of TypeScript prior to 3.9. The behavior slightly diverges from that of TypeScript 3.9, but generally is compatible with previous versions of TypeScript-authored code.

The new behavior of TypeScript 3.9 will be available in tslib 2.0.0.

See this pull request for more details.

v1.12.0

Compare Source

This release adds the __createBinding helper function which is used by non-ECMAScript module emit in TypeScript 3.9.

v1.11.2

Compare Source

This release relicenses tslib to the 0BSD license which should allow projects that embed or bundle tslib to omit its license header.


Renovate configuration

📅 Schedule: "before 3am on Friday" (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, check this box

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

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Sep 25, 2020

Binary Size Report

Affected SDKs

  • @firebase/analytics

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 18.6 kB 18.6 kB +32 B (+0.2%)
  • @firebase/app

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 9.46 kB 9.48 kB +20 B (+0.2%)
    lite-esm2017 7.75 kB 7.77 kB +20 B (+0.3%)
  • @firebase/component

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 3.98 kB 3.99 kB +8 B (+0.2%)
  • @firebase/database

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 236 kB 237 kB +298 B (+0.1%)
  • @firebase/firestore

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 197 kB 198 kB +1.12 kB (+0.6%)
    react-native 197 kB 198 kB +1.12 kB (+0.6%)
  • @firebase/firestore/exp

    Type Base (f5d122a) Head (b9ab017) Diff
    browser 189 kB 190 kB +1.16 kB (+0.6%)
    module 189 kB 190 kB +1.16 kB (+0.6%)
    react-native 189 kB 190 kB +1.16 kB (+0.6%)
  • @firebase/firestore/lite

    Type Base (f5d122a) Head (b9ab017) Diff
    browser 63.4 kB 63.6 kB +156 B (+0.2%)
    module 63.4 kB 63.6 kB +156 B (+0.2%)
    react-native 63.6 kB 63.8 kB +156 B (+0.2%)
  • @firebase/firestore/memory

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 147 kB 148 kB +644 B (+0.4%)
    react-native 147 kB 148 kB +644 B (+0.4%)
  • @firebase/functions

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 7.60 kB 7.62 kB +22 B (+0.3%)
  • @firebase/installations

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 16.5 kB 16.6 kB +22 B (+0.1%)
  • @firebase/logger

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 3.25 kB 3.25 kB +6 B (+0.2%)
  • @firebase/messaging

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 25.9 kB 26.0 kB +20 B (+0.1%)
  • @firebase/performance

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 25.8 kB 25.8 kB +66 B (+0.3%)
  • @firebase/remote-config

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 17.4 kB 17.4 kB +24 B (+0.1%)
  • @firebase/storage

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 54.9 kB 55.0 kB +78 B (+0.1%)
  • @firebase/util

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 18.8 kB 18.8 kB +32 B (+0.2%)
  • @firebase/webchannel-wrapper

    Type Base (f5d122a) Head (b9ab017) Diff
    esm2017 39.4 kB 39.4 kB +2 B (+0.0%)

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78d86c6 to 6f503a3 Compare September 25, 2020 00:25
@changeset-bot
Copy link

changeset-bot bot commented Sep 25, 2020

⚠️ No Changeset found

Latest commit: 15f5256

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Sep 25, 2020

Size Analysis Report

Affected Products

@firebase/app-exp

  • SDK_VERSION

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.63 kB 2.64 kB +8 B (+0.3%)
    size_with_ext_deps 4.05 kB 4.06 kB +8 B (+0.2%)
  • _DEFAULT_ENTRY_NAME

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.63 kB 2.64 kB +8 B (+0.3%)
    size_with_ext_deps 4.05 kB 4.06 kB +8 B (+0.2%)
  • _addComponent

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.61 kB 2.62 kB +8 B (+0.3%)
    size_with_ext_deps 4.02 kB 4.03 kB +8 B (+0.2%)
  • _addOrOverwriteComponent

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.67 kB 2.68 kB +8 B (+0.3%)
    size_with_ext_deps 4.09 kB 4.10 kB +8 B (+0.2%)
  • _apps

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.60 kB 2.61 kB +8 B (+0.3%)
    size_with_ext_deps 4.02 kB 4.02 kB +8 B (+0.2%)
  • _clearComponents

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.63 kB 2.64 kB +8 B (+0.3%)
    size_with_ext_deps 4.05 kB 4.06 kB +8 B (+0.2%)
  • _components

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.61 kB 2.61 kB +8 B (+0.3%)
    size_with_ext_deps 4.02 kB 4.03 kB +8 B (+0.2%)
  • _getProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.66 kB 2.66 kB +8 B (+0.3%)
    size_with_ext_deps 4.07 kB 4.08 kB +8 B (+0.2%)
  • _registerComponent

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.61 kB 2.62 kB +8 B (+0.3%)
    size_with_ext_deps 4.03 kB 4.04 kB +8 B (+0.2%)
  • _removeServiceInstance

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.73 kB 2.74 kB +8 B (+0.3%)
    size_with_ext_deps 4.15 kB 4.15 kB +8 B (+0.2%)
  • deleteApp

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.75 kB 2.76 kB +10 B (+0.4%)
    size_with_ext_deps 4.16 kB 4.17 kB +10 B (+0.2%)
  • getApp

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.71 kB 2.71 kB +8 B (+0.3%)
    size_with_ext_deps 5.39 kB 5.40 kB +10 B (+0.2%)
  • getApps

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.64 kB 2.65 kB +8 B (+0.3%)
    size_with_ext_deps 4.06 kB 4.07 kB +8 B (+0.2%)
  • initializeApp

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 3.69 kB 3.70 kB +10 B (+0.3%)
    size_with_ext_deps 9.05 kB 9.08 kB +24 B (+0.3%)
  • onLog

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.74 kB 2.74 kB +8 B (+0.3%)
    size_with_ext_deps 5.95 kB 5.96 kB +14 B (+0.2%)
  • registerVersion

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.61 kB 2.62 kB +8 B (+0.3%)
    size_with_ext_deps 4.03 kB 4.03 kB +8 B (+0.2%)
  • setLogLevel

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 2.64 kB 2.65 kB +8 B (+0.3%)
    size_with_ext_deps 4.11 kB 4.12 kB +10 B (+0.2%)

@firebase/auth-exp

  • ActionCodeURL

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.7 kB 44.8 kB +42 B (+0.1%)
    size_with_ext_deps 55.4 kB 55.4 kB +70 B (+0.1%)
  • AuthCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.0 kB 44.1 kB +42 B (+0.1%)
    size_with_ext_deps 54.6 kB 54.7 kB +70 B (+0.1%)
  • EmailAuthCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.8 kB 45.8 kB +42 B (+0.1%)
    size_with_ext_deps 56.4 kB 56.5 kB +70 B (+0.1%)
  • EmailAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.1 kB 47.2 kB +42 B (+0.1%)
    size_with_ext_deps 57.8 kB 57.8 kB +70 B (+0.1%)
  • FacebookAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.1 kB 47.2 kB +42 B (+0.1%)
    size_with_ext_deps 57.8 kB 57.8 kB +70 B (+0.1%)
  • GithubAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.1 kB 47.2 kB +42 B (+0.1%)
    size_with_ext_deps 57.8 kB 57.8 kB +70 B (+0.1%)
  • GoogleAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.1 kB 47.2 kB +42 B (+0.1%)
    size_with_ext_deps 57.8 kB 57.8 kB +70 B (+0.1%)
  • OAuthCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.8 kB 45.9 kB +42 B (+0.1%)
    size_with_ext_deps 56.4 kB 56.5 kB +70 B (+0.1%)
  • OAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 46.5 kB 46.6 kB +42 B (+0.1%)
    size_with_ext_deps 57.1 kB 57.2 kB +70 B (+0.1%)
  • PhoneAuthCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.7 kB 45.8 kB +42 B (+0.1%)
    size_with_ext_deps 56.4 kB 56.4 kB +70 B (+0.1%)
  • PhoneAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.5 kB 47.5 kB +42 B (+0.1%)
    size_with_ext_deps 58.1 kB 58.2 kB +70 B (+0.1%)
  • PhoneMultiFactorGenerator

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.7 kB 44.7 kB +42 B (+0.1%)
    size_with_ext_deps 55.3 kB 55.4 kB +70 B (+0.1%)
  • RecaptchaVerifier

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 50.2 kB 50.3 kB +66 B (+0.1%)
    size_with_ext_deps 60.8 kB 60.9 kB +94 B (+0.2%)
  • TwitterAuthProvider

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.1 kB 47.2 kB +42 B (+0.1%)
    size_with_ext_deps 57.8 kB 57.9 kB +70 B (+0.1%)
  • applyActionCode

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.9 kB 43.9 kB +42 B (+0.1%)
    size_with_ext_deps 54.5 kB 54.6 kB +70 B (+0.1%)
  • browserLocalPersistence

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 46.7 kB 46.7 kB +48 B (+0.1%)
    size_with_ext_deps 57.4 kB 57.4 kB +76 B (+0.1%)
  • browserPopupRedirectResolver

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 55.6 kB 55.7 kB +70 B (+0.1%)
    size_with_ext_deps 66.4 kB 66.5 kB +98 B (+0.1%)
  • browserSessionPersistence

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.4 kB 44.4 kB +42 B (+0.1%)
    size_with_ext_deps 55.0 kB 55.1 kB +70 B (+0.1%)
  • checkActionCode

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.9 kB 44.9 kB +42 B (+0.1%)
    size_with_ext_deps 55.5 kB 55.6 kB +70 B (+0.1%)
  • confirmPasswordReset

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.9 kB 43.9 kB +42 B (+0.1%)
    size_with_ext_deps 54.5 kB 54.6 kB +70 B (+0.1%)
  • createUserWithEmailAndPassword

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.8 kB 44.8 kB +42 B (+0.1%)
    size_with_ext_deps 55.4 kB 55.5 kB +70 B (+0.1%)
  • deleteUser

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • fetchSignInMethodsForEmail

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.1 kB 44.1 kB +42 B (+0.1%)
    size_with_ext_deps 54.7 kB 54.8 kB +70 B (+0.1%)
  • getAdditionalUserInfo

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.0 kB 45.0 kB +42 B (+0.1%)
    size_with_ext_deps 55.6 kB 55.7 kB +70 B (+0.1%)
  • getAuth

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 61.4 kB 61.5 kB +96 B (+0.2%)
    size_with_ext_deps 72.9 kB 73.0 kB +124 B (+0.2%)
  • getIdToken

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • getIdTokenResult

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.4 kB +70 B (+0.1%)
  • getMultiFactorResolver

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 46.6 kB 46.7 kB +46 B (+0.1%)
    size_with_ext_deps 57.3 kB 57.3 kB +74 B (+0.1%)
  • getRedirectResult

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 49.2 kB 49.3 kB +46 B (+0.1%)
    size_with_ext_deps 59.9 kB 59.9 kB +74 B (+0.1%)
  • inMemoryPersistence

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.4 kB +70 B (+0.1%)
  • indexedDBLocalPersistence

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 46.8 kB 46.9 kB +62 B (+0.1%)
    size_with_ext_deps 57.4 kB 57.5 kB +90 B (+0.2%)
  • initializeAuth

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.1 kB 44.1 kB +42 B (+0.1%)
    size_with_ext_deps 55.3 kB 55.4 kB +70 B (+0.1%)
  • isSignInWithEmailLink

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.8 kB 44.9 kB +42 B (+0.1%)
    size_with_ext_deps 55.5 kB 55.5 kB +70 B (+0.1%)
  • linkWithCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.8 kB 44.8 kB +46 B (+0.1%)
    size_with_ext_deps 55.4 kB 55.5 kB +74 B (+0.1%)
  • linkWithPhoneNumber

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 48.3 kB 48.4 kB +48 B (+0.1%)
    size_with_ext_deps 59.0 kB 59.0 kB +76 B (+0.1%)
  • linkWithPopup

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 52.3 kB 52.3 kB +50 B (+0.1%)
    size_with_ext_deps 62.9 kB 63.0 kB +78 B (+0.1%)
  • linkWithRedirect

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.3 kB 47.4 kB +46 B (+0.1%)
    size_with_ext_deps 58.0 kB 58.0 kB +74 B (+0.1%)
  • multiFactor

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.8 kB 45.9 kB +48 B (+0.1%)
    size_with_ext_deps 56.5 kB 56.5 kB +76 B (+0.1%)
  • onAuthStateChanged

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.9 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • onIdTokenChanged

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • parseActionCodeURL

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.8 kB 44.8 kB +42 B (+0.1%)
    size_with_ext_deps 55.4 kB 55.5 kB +70 B (+0.1%)
  • reauthenticateWithCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.4 kB 45.5 kB +44 B (+0.1%)
    size_with_ext_deps 56.0 kB 56.1 kB +72 B (+0.1%)
  • reauthenticateWithPhoneNumber

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 48.9 kB 48.9 kB +46 B (+0.1%)
    size_with_ext_deps 59.5 kB 59.6 kB +74 B (+0.1%)
  • reauthenticateWithPopup

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 52.3 kB 52.3 kB +50 B (+0.1%)
    size_with_ext_deps 62.9 kB 63.0 kB +78 B (+0.1%)
  • reauthenticateWithRedirect

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 47.1 kB 47.1 kB +42 B (+0.1%)
    size_with_ext_deps 57.7 kB 57.8 kB +70 B (+0.1%)
  • reload

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.7 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.4 kB +70 B (+0.1%)
  • sendEmailVerification

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.4 kB 44.4 kB +42 B (+0.1%)
    size_with_ext_deps 55.0 kB 55.0 kB +70 B (+0.1%)
  • sendPasswordResetEmail

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.3 kB 44.3 kB +42 B (+0.1%)
    size_with_ext_deps 54.9 kB 55.0 kB +70 B (+0.1%)
  • sendSignInLinkToEmail

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.3 kB 44.3 kB +42 B (+0.1%)
    size_with_ext_deps 54.9 kB 55.0 kB +70 B (+0.1%)
  • setPersistence

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • signInAnonymously

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.9 kB 44.9 kB +42 B (+0.1%)
    size_with_ext_deps 55.5 kB 55.6 kB +70 B (+0.1%)
  • signInWithCredential

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 45.1 kB 45.2 kB +44 B (+0.1%)
    size_with_ext_deps 55.7 kB 55.8 kB +72 B (+0.1%)
  • signInWithCustomToken

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.8 kB 44.8 kB +42 B (+0.1%)
    size_with_ext_deps 55.4 kB 55.5 kB +70 B (+0.1%)
  • signInWithEmailAndPassword

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 48.6 kB 48.6 kB +44 B (+0.1%)
    size_with_ext_deps 59.2 kB 59.3 kB +72 B (+0.1%)
  • signInWithEmailLink

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 48.8 kB 48.8 kB +44 B (+0.1%)
    size_with_ext_deps 59.4 kB 59.5 kB +72 B (+0.1%)
  • signInWithPhoneNumber

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 48.6 kB 48.6 kB +46 B (+0.1%)
    size_with_ext_deps 59.2 kB 59.3 kB +74 B (+0.1%)
  • signInWithPopup

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 52.2 kB 52.3 kB +50 B (+0.1%)
    size_with_ext_deps 62.9 kB 63.0 kB +78 B (+0.1%)
  • signInWithRedirect

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 46.8 kB 46.8 kB +42 B (+0.1%)
    size_with_ext_deps 57.4 kB 57.5 kB +70 B (+0.1%)
  • signOut

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • unlink

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.4 kB 44.4 kB +48 B (+0.1%)
    size_with_ext_deps 55.0 kB 55.1 kB +76 B (+0.1%)
  • updateCurrentUser

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • updateEmail

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.1 kB 44.1 kB +42 B (+0.1%)
    size_with_ext_deps 54.7 kB 54.7 kB +70 B (+0.1%)
  • updatePassword

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.1 kB 44.1 kB +42 B (+0.1%)
    size_with_ext_deps 54.7 kB 54.7 kB +70 B (+0.1%)
  • updatePhoneNumber

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.5 kB 44.5 kB +42 B (+0.1%)
    size_with_ext_deps 55.1 kB 55.2 kB +70 B (+0.1%)
  • updateProfile

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.2 kB 44.3 kB +44 B (+0.1%)
    size_with_ext_deps 54.9 kB 54.9 kB +72 B (+0.1%)
  • useDeviceLanguage

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 43.8 kB 43.8 kB +42 B (+0.1%)
    size_with_ext_deps 54.4 kB 54.5 kB +70 B (+0.1%)
  • verifyBeforeUpdateEmail

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.4 kB 44.4 kB +42 B (+0.1%)
    size_with_ext_deps 55.0 kB 55.1 kB +70 B (+0.1%)
  • verifyPasswordResetCode

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 44.9 kB 45.0 kB +42 B (+0.1%)
    size_with_ext_deps 55.6 kB 55.6 kB +70 B (+0.1%)

@firebase/functions-exp

  • getFunctions

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 1.99 kB 2.00 kB +10 B (+0.5%)
    size_with_ext_deps 5.87 kB 5.89 kB +18 B (+0.3%)
  • httpsCallable

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 5.34 kB 5.36 kB +22 B (+0.4%)
    size_with_ext_deps 9.93 kB 9.96 kB +32 B (+0.3%)
  • useFunctionsEmulator

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 1.95 kB 1.96 kB +10 B (+0.5%)
    size_with_ext_deps 5.80 kB 5.82 kB +18 B (+0.3%)

@firebase/installations-exp

  • deleteInstallations

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 8.90 kB 8.92 kB +20 B (+0.2%)
    size_with_ext_deps 17.3 kB 17.4 kB +30 B (+0.2%)
  • getId

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 8.34 kB 8.36 kB +16 B (+0.2%)
    size_with_ext_deps 16.8 kB 16.8 kB +26 B (+0.2%)
  • getInstallations

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 8.43 kB 8.44 kB +16 B (+0.2%)
    size_with_ext_deps 16.9 kB 16.9 kB +26 B (+0.2%)
  • getToken

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 8.35 kB 8.36 kB +16 B (+0.2%)
    size_with_ext_deps 16.8 kB 16.8 kB +26 B (+0.2%)
  • onIdChange

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 8.60 kB 8.62 kB +16 B (+0.2%)
    size_with_ext_deps 17.0 kB 17.1 kB +26 B (+0.2%)

@firebase/performance-exp

  • getPerformance

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 17.2 kB 17.3 kB +72 B (+0.4%)
    size_with_ext_deps 34.2 kB 34.3 kB +100 B (+0.3%)
  • trace

    Size

    Type Base (f5d122a) Head (b9ab017) Diff
    size 17.1 kB 17.2 kB +72 B (+0.4%)
    size_with_ext_deps 34.1 kB 34.2 kB +100 B (+0.3%)

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 43bb1ac to ca22b0c Compare September 28, 2020 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 9044355 to 5ad45a9 Compare October 6, 2020 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8934a68 to 9a26280 Compare October 8, 2020 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a26280 to 15f5256 Compare October 8, 2020 13:19
@hsubox76 hsubox76 merged commit 5af6e1c into master Oct 8, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch October 8, 2020 15:49
@firebase firebase locked and limited conversation to collaborators Nov 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants