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

Update all non-major dependencies #3581

Merged
merged 1 commit into from
Aug 25, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.11.0 -> 7.11.4
@changesets/changelog-github devDependencies patch 0.2.6 -> 0.2.7
@changesets/cli devDependencies minor 2.9.2 -> 2.10.1
@changesets/get-github-info dependencies patch 0.4.3 -> 0.4.4
@changesets/types dependencies patch 3.1.0 -> 3.1.1
@microsoft/api-documenter (source) devDependencies patch 7.8.21 -> 7.8.35
@microsoft/api-extractor (source) devDependencies patch 7.9.2 -> 7.9.10
@types/inquirer devDependencies patch 7.3.0 -> 7.3.1
@types/node devDependencies patch 12.12.53 -> 12.12.54
@types/sinon devDependencies patch 9.0.4 -> 9.0.5
eslint (source) devDependencies minor 7.6.0 -> 7.7.0
firebase-admin (source) devDependencies minor 9.0.0 -> 9.1.1
firebase-admin (source) dependencies minor 9.0.0 -> 9.1.1
firebase-functions dependencies minor 3.9.0 -> 3.11.0
firebase-functions devDependencies minor 3.9.0 -> 3.11.0
firebase-tools devDependencies minor 8.6.0 -> 8.9.0
karma-sourcemap-loader devDependencies patch 0.3.7 -> 0.3.8
karma-typescript devDependencies minor 5.0.3 -> 5.1.0
lodash (source) devDependencies patch 4.17.19 -> 4.17.20
prettier (source) devDependencies minor 2.0.5 -> 2.1.0
rollup (source) dependencies minor 2.23.0 -> 2.26.5
rollup (source) devDependencies minor 2.23.0 -> 2.26.5
rollup-plugin-license devDependencies minor 2.1.0 -> 2.2.0
rollup-plugin-typescript2 dependencies patch 0.27.1 -> 0.27.2
rollup-plugin-typescript2 devDependencies patch 0.27.1 -> 0.27.2
sinon (source) devDependencies patch 9.0.2 -> 9.0.3
source-map-loader devDependencies patch 1.0.1 -> 1.0.2

Release Notes

babel/babel

v7.11.4

Compare Source

🐛 Bug Fix
🏠 Internal
  • Other
  • babel-parser
  • babel-helpers
  • babel-helper-transform-fixture-test-runner
  • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-react-jsx-source, babel-plugin-transform-spread
  • babel-helper-bindify-decorators, babel-helper-call-delegate, babel-helper-explode-assignable-expression, babel-helper-explode-class, babel-helper-remap-async-to-generator, babel-helper-replace-supers

v7.11.1

Compare Source

🐛 Bug Fix
  • babel-parser
  • babel-core
  • babel-plugin-transform-block-scoping, babel-standalone
📝 Documentation
🏠 Internal
changesets/changesets

v0.2.7

Compare Source

eslint/eslint

v7.7.0

Compare Source

  • b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#​13545) (Sunghyun Cho)
  • 26aa245 Docs: clarify "case" specifier in padding-line-between-statements (#​13562) (Milos Djermanovic)
  • 082891c Docs: Update semantic versioning policy (#​13563) (Nicholas C. Zakas)
  • 4e0b672 Fix: revert "Update: disallow multiple options in comma-dangle schema" (#​13564) (Kai Cataldo)
  • 254990e Fix: indent for async arrow functions (fixes #​13497) (#​13544) (Anix)
  • 28ca339 Sponsors: Sync README with website (ESLint Jenkins)
  • 2e4158d Sponsors: Sync README with website (ESLint Jenkins)
  • 488d159 Sponsors: Sync README with website (ESLint Jenkins)
  • c44306e Sponsors: Sync README with website (ESLint Jenkins)
  • 6677180 Sponsors: Sync README with website (ESLint Jenkins)
  • 07db7b8 Sponsors: Sync README with website (ESLint Jenkins)
  • d4ce4d3 Sponsors: Sync README with website (ESLint Jenkins)
  • 284e954 Sponsors: Sync README with website (ESLint Jenkins)
  • ae9b54e Sponsors: Sync README with website (ESLint Jenkins)
  • 9124a15 Chore: remove leche (fixes #​13287) (#​13533) (Mark de Dios)
  • 5c4c7f5 Sponsors: Sync README with website (ESLint Jenkins)
  • 48d8ec8 Sponsors: Sync README with website (ESLint Jenkins)
firebase/firebase-admin-node

v9.1.1

Compare Source

Bug Fixes
  • fix(auth): Address several auth typing inconsistencies (#​993)
Miscellaneous
  • [chore] Release 9.1.1 (#​1003)
  • Add missing class in RemoteConfig Namespace (#​996)

v9.1.0

Compare Source

New Features
  • feat(auth): Adds ability to enable MFA on a Google Cloud Identity Platform tenant (#​930)
Bug Fixes
  • fix(auth): Make displayName optional for AuthProviderConfig typings (#​970)
  • fix(auth): Fix several typing inconsistencies (#​966)
  • fix: Use object instead of Object in typings (#​961)
Miscellaneous
  • [chore] Release 9.1.0 (#​991)
  • Firebase ML can gracefully accept unknown fields in ModelResponse (#​989)
  • Allow RTDB to auto-generate typings, separate internal vs external APIs (#​963)
  • Allow Firestore to auto-generate typings, separate internal vs external APIs (#​986)
  • Allow RemoteConfig to auto-generate typings, separate internal vs external APIs (#​984)
  • Allow FCM to auto-generate typings, separate internal vs external APIs (#​982)
  • Allow security-rules to auto-generate typings, separate internal vs external APIs (#​974)
  • chore: Adopt no-unused-vars-experimental for eslint to prevent incorrect linting errors (#​981)
  • chore: Make instance-id use new modularization pattern (#​977)
  • Allow project-management to auto-generate typings, separate internal vs external APIs (#​971)
  • chore(rc): Move manual typings remote-config typings to separate folder (#​975)
  • Allow instance-id to auto-generate typings, separate internal vs external APIs (#​969)
  • Modify gulpfile to allow for autogenerated types per-service (#​967)
  • Fix updateUser's typing jsdoc (delete => update) (#​964)
  • Add null to customUserClaims (#​958)
  • chore: Enable keyword-spacing ESLint rule (#​957)
  • chore: Remove instances of XXX_SDK_VERSION_XXX by reading version from package.json (#​952)
  • fix fragment (#​944)
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.
firebase/firebase-tools

v8.9.0

Compare Source

  • Display additional info on the impact of running Firebase extensions with Node.js 10 runtime. (#​2549)
  • Add support for vpcConnector and vpcConnectorEgressSettings customization for functions. Must be used in conjunction with firebase-functions v3.11.0 or higher. Thanks @​pcboy! (#​2525)

v8.8.1

Compare Source

  • Fixes a bug where all Cloud Functions for Firebase deploys asked about failure policies.

v8.8.0

Compare Source

  • Fixes an issue where immutable params were not sent during ext:configure.
  • Includes latest features and improvements from production in the Firestore Emulator.
  • Fixes issue where all database functions triggered on the default namespace (#​2501)
  • Fixes issue where rules paths were not normalized before reading (#​2544)
  • Functions emulator waits for all functions to finish before exiting (#​1813)
  • Adds support for deploying functions with a failure policy.

v8.7.0

Compare Source

  • Fixes issue where Authorization header was missing from callable functions in the emulator (#​2459).
  • Improve support for the Node.js 12 (Beta) runtime in the Functions emulator.
  • Allow specifying the config (firebase.json) file using the --config/-c flag.
  • Fixes issue where emulators:exec could fail to shut down cleanly (#​2477).
  • Fixes issue where database emulator did not properly load initial rules (#​2483).
  • Allow starting the UI with emulators:exec using the --ui flag.
  • Fixes issue where multiple CLI instances compete for the same log (#​2464).
  • Fixes issue where emulators run from npm scripts could not be shut down cleanly (#​2507).
  • Makes it easier to import data from production databases.
demerzel3/karma-sourcemap-loader

v0.3.8

Compare Source

monounity/karma-typescript

v5.1.0

Compare Source

Changes

New features
lodash/lodash

v4.17.20

Compare Source

prettier/prettier

v2.1.0

Compare Source

diff

🔗 Release Notes

rollup/rollup

v2.26.5

Compare Source

2020-08-22

Bug Fixes
  • Use correctly deconflicted variable names for reexported namespaces in ES formats (#​3742)
Pull Requests

v2.26.4

Compare Source

2020-08-19

Bug Fixes
  • Fix a situation where invalid code was rendered when dynamically importing a module with synthetic named exports when preserving modules (#​3738)
  • Create a proper namespace object when in a non-es format, a namespace is imported from a chunk with default export mode (#​3738)
  • Use the same variable when in a chunk, a namespace is both imported and reexported as a binding (#​3738)
  • Do not include the synthetic namespace in static entry points unless it is actually used (#​3738)
  • Make sure the chunking of one output does not interfere with the namespace objects of another output (#​3738)
Pull Requests

v2.26.3

Compare Source

2020-08-16

Bug Fixes
  • Fix a situation where line-breaks in a nested simplified conditional expression could result in broken code (#​3734)
Pull Requests

v2.26.2

Compare Source

2020-08-16

Bug Fixes
  • Fix a situation where line-breaks in a simplified conditional expression could result in broken code (#​3732)
Pull Requests

v2.26.1

Compare Source

2020-08-16

Bug Fixes
  • Correctly render external namespace imports when only generating SystemJS output (#​3731)
Pull Requests

v2.26.0

Compare Source

2020-08-15

Features
  • Add a new entry importedBindings to the bundle information to list bindings per dependency (#​3722)
Bug Fixes
  • Do not render an invalid UMD wrapper when no bindings are imported from a dependency (#​3724)
  • Avoid situations where removing the else branch from an if statement might catch the else branch from another one (#​3725)
Pull Requests

v2.25.0

Compare Source

2020-08-14

Features
  • Add --failAfterWarnings CLI flag that will complete builds with warnings but return an error at the end (#​3712)
Pull Requests

v2.24.0

Compare Source

2020-08-13

Features
  • Allow defining interop per dependency via a function (#​3710)
  • Support interop "auto" as a more compatible version of "true" (#​3710)
  • Support interop "default" and "esModule" to avoid unnecessary interop helpers (#​3710)
  • Support interop "defaultOnly" for simplified helpers and Node ESM interop compatible output (#​3710)
  • Respect interop option for external dynamic imports (#​3710)
  • Support live-bindings for external default imports in non-ES formats unless "externalLiveBindings" is "false" (#​3710)
  • Use shared default interop helpers for AMD, UMD and IIFE formats (#​3710)
  • Avoid unnecessarily deconflicted module variables in non-ES formats (#​3710)
  • Freeze generated interop namespace objects (#​3710)
  • Always mark interop helpers as pure (#​3710)
  • Avoid default export interop if there is already an interop namespace object (#​3710)
  • Sort all require statements to the top in CommonJS output for easier back-transpilation to ES modules by other tools (#​3710)
Bug Fixes
  • Handle accessing super in static class fields (#​3720)
  • Deconflict the names of helper variables introduced for interop (#​3710)
  • Generate proper namespace objects for static namespace imports in non-ES formats (#​3710)
  • Do not add unused interop helpers when using the renderDynamicImport hook (#​3710)
Pull Requests

v2.23.1

Compare Source

2020-08-07

Bug Fixes
  • Fix an issue where dynamically importing an entry point could return a malformed namespace for CJS and AMD formats (#​3709)
Pull Requests
  • #​3709: Properly construct namespace when dynamically importing chunks with facades in default export mode (@​lukastaegert)
mjeanroy/rollup-plugin-license

v2.2.0

Compare Source

ezolenko/rollup-plugin-typescript2

v0.27.2

Compare Source

Dependency updates

sinonjs/sinon

v9.0.3

Compare Source

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

webpack-contrib/source-map-loader

v1.0.2

Compare Source


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.

@changeset-bot
Copy link

changeset-bot bot commented Aug 7, 2020

💥 No Changeset

Latest commit: c822aea

Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂

If these changes should be published to npm, 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 Aug 7, 2020

Binary Size Report

Affected SDKs

  • @firebase/analytics

    Type Base (96076f0) Head (3f18426) Diff
    main 11.1 kB 11.2 kB +56 B (+0.5%)
  • @firebase/app

    Type Base (96076f0) Head (3f18426) Diff
    main 10.1 kB 10.2 kB +74 B (+0.7%)
  • @firebase/database

    Type Base (96076f0) Head (3f18426) Diff
    browser 269 kB 269 kB +66 B (+0.0%)
    esm2017 236 kB 236 kB +10 B (+0.0%)
    main 270 kB 270 kB +10 B (+0.0%)
    module 268 kB 268 kB +10 B (+0.0%)
  • @firebase/firestore

    Type Base (96076f0) Head (3f18426) Diff
    browser 249 kB 249 kB +47 B (+0.0%)
    main 476 kB 476 kB +57 B (+0.0%)
  • @firebase/firestore/exp

    Type Base (96076f0) Head (3f18426) Diff
    main 468 kB 468 kB +1 B (+0.0%)
  • @firebase/firestore/lite

    Type Base (96076f0) Head (3f18426) Diff
    main 141 kB 142 kB +383 B (+0.3%)
  • @firebase/firestore/memory

    Type Base (96076f0) Head (3f18426) Diff
    browser 187 kB 187 kB +41 B (+0.0%)
    main 349 kB 349 kB +61 B (+0.0%)
  • @firebase/functions

    Type Base (96076f0) Head (3f18426) Diff
    browser 9.64 kB 9.73 kB +93 B (+1.0%)
    esm2017 7.30 kB 7.31 kB +17 B (+0.2%)
    main 9.67 kB 9.77 kB +93 B (+1.0%)
    module 9.45 kB 9.46 kB +17 B (+0.2%)
  • @firebase/installations

    Type Base (96076f0) Head (3f18426) Diff
    main 22.0 kB 22.1 kB +56 B (+0.3%)
  • @firebase/messaging

    Type Base (96076f0) Head (3f18426) Diff
    main 34.6 kB 34.6 kB +56 B (+0.2%)
  • @firebase/performance

    Type Base (96076f0) Head (3f18426) Diff
    browser 27.4 kB 27.4 kB +56 B (+0.2%)
    main 27.4 kB 27.4 kB +56 B (+0.2%)
  • @firebase/remote-config

    Type Base (96076f0) Head (3f18426) Diff
    browser 23.1 kB 23.2 kB +56 B (+0.2%)
    main 23.1 kB 23.2 kB +56 B (+0.2%)
  • @firebase/rules-unit-testing

    Type Base (96076f0) Head (3f18426) Diff
    main 7.24 kB 7.28 kB +40 B (+0.6%)
  • @firebase/storage

    Type Base (96076f0) Head (3f18426) Diff
    esm2017 54.9 kB 54.9 kB -37 B (-0.1%)
    main 61.3 kB 61.4 kB +59 B (+0.1%)
    module 61.1 kB 61.1 kB -37 B (-0.1%)
  • @firebase/testing

    Type Base (96076f0) Head (3f18426) Diff
    main 6.34 kB 6.35 kB +3 B (+0.0%)
  • @firebase/webchannel-wrapper

    Type Base (96076f0) Head (3f18426) Diff
    main 41.0 kB 41.0 kB +22 B (+0.1%)
    module 40.6 kB 40.6 kB +22 B (+0.1%)
  • firebase

    Click to show 12 binary size changes.
    Type Base (96076f0) Head (3f18426) Diff
    firebase-analytics.js 28.3 kB 28.3 kB +28 B (+0.1%)
    firebase-auth.js 173 kB 174 kB +333 B (+0.2%)
    firebase-database.js 187 kB 187 kB +25 B (+0.0%)
    firebase-firestore.js 288 kB 288 kB +44 B (+0.0%)
    firebase-firestore.memory.js 227 kB 227 kB +44 B (+0.0%)
    firebase-functions.js 9.88 kB 9.93 kB +51 B (+0.5%)
    firebase-installations.js 19.2 kB 19.2 kB +21 B (+0.1%)
    firebase-messaging.js 40.9 kB 41.0 kB +36 B (+0.1%)
    firebase-performance.js 38.3 kB 38.4 kB +32 B (+0.1%)
    firebase-remote-config.js 37.0 kB 37.1 kB +28 B (+0.1%)
    firebase-storage.js 39.9 kB 39.9 kB +6 B (+0.0%)
    firebase.js 823 kB 823 kB +2 B (+0.0%)

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d4fff58 to 42108dd Compare August 7, 2020 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9cee92d to 1105ec1 Compare August 12, 2020 05:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8c46514 to 4bc393c Compare August 21, 2020 17:07
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Aug 21, 2020

Size Analysis Report

Affected Products

@firebase/functions-exp

  • getFunctions

    Size

    Type Base (96076f0) Head (3f18426) Diff
    size 1.81 kB 1.83 kB +17 B (+0.9%)
    size_with_ext_deps 5.64 kB 5.66 kB +17 B (+0.3%)
  • httpsCallable

    Size

    Type Base (96076f0) Head (3f18426) Diff
    size 5.18 kB 5.20 kB +17 B (+0.3%)
    size_with_ext_deps 9.72 kB 9.73 kB +17 B (+0.2%)
  • useFunctionsEmulator

    Size

    Type Base (96076f0) Head (3f18426) Diff
    size 1.78 kB 1.80 kB +17 B (+1.0%)
    size_with_ext_deps 5.57 kB 5.59 kB +17 B (+0.3%)

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 37e3400 to cacee9d Compare August 25, 2020 00:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cacee9d to c822aea Compare August 25, 2020 18:34
@Feiyang1 Feiyang1 merged commit c0f2be0 into master Aug 25, 2020
@Feiyang1 Feiyang1 deleted the renovate/all-minor-patch branch August 25, 2020 19:01
@firebase firebase locked and limited conversation to collaborators Sep 25, 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