Skip to content

Update all non-major dependencies #3427

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
Jul 27, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.10.4 -> 7.10.5
@types/chai devDependencies patch 4.2.11 -> 4.2.12
@types/node devDependencies patch 12.12.48 -> 12.12.53
eslint (source) devDependencies minor 7.4.0 -> 7.5.0
firebase-functions dependencies minor 3.7.0 -> 3.8.0
firebase-functions devDependencies minor 3.7.0 -> 3.8.0
firebase-tools devDependencies minor 8.5.0 -> 8.6.0
inquirer devDependencies patch 7.3.0 -> 7.3.3
ora devDependencies patch 4.0.4 -> 4.0.5
protobufjs (source) devDependencies minor 6.9.0 -> 6.10.1
rollup (source) devDependencies minor 2.21.0 -> 2.23.0
webpack devDependencies minor 4.43.0 -> 4.44.0
yargs (source) devDependencies patch 15.4.0 -> 15.4.1

Release Notes

babel/babel

v7.10.5

Compare Source

🐛 Bug Fix
  • babel-helper-builder-react-jsx-experimental, babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-block-scoping, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx-source, babel-plugin-transform-runtime, babel-plugin-transform-template-literals, babel-plugin-transform-typescript
  • babel-parser
  • babel-plugin-transform-typescript
  • babel-plugin-transform-block-scoping
  • babel-generator, babel-plugin-transform-typescript, babel-types
  • babel-compat-data
📝 Documentation
🏠 Internal
  • babel-cli, babel-compat-data, babel-core, babel-helper-define-map, babel-helper-fixtures, babel-helper-module-transforms, babel-helper-regex, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-proto-to-assign, babel-register, babel-traverse, babel-types
  • babel-helper-fixtures, babel-traverse
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner
  • babel-plugin-transform-block-scoping
  • babel-generator, babel-plugin-transform-typescript, babel-types
  • babel-cli, babel-generator, babel-helper-transform-fixture-test-runner, babel-traverse, babel-types
  • Other
  • babel-register
eslint/eslint

v7.5.0

Compare Source

firebase/firebase-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)
firebase/firebase-tools

v8.6.0

Compare Source

  • Adds support for Node.js 12 (beta) to Cloud Functions for Firebase. Specify "node":"12" in package.json or "runtime": "nodejs12" in firebase.json.

  • Enables runtime for Cloud Functions to be set in firebase.json (#​2241, thanks @​quentinvernot!), for example:

    {
      "functions": {
        "runtime": "nodejs10"
      }
    }
    
  • Fixes an issue where the suggested redeploy command for Firebase Functions was incorrect for names with dashes.

  • Adds the --export-on-exit flag to emulators:start and emulators:exec to automatically export emulator data on command exit (#​2224)

  • Fixes support for camel-case query parameters in Firestore Emulator.

  • Adds support for != style queries in Firestore Emulator.

  • Fixes connecting to host 0.0.0.0 from Emulator UI.

SBoudrias/Inquirer.js

v7.3.3

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

sindresorhus/ora

v4.0.5

Compare Source

  • Silence Jest warning when Ora is required in a test (#​150) 594865f
protobufjs/protobuf.js

v6.10.1

Compare Source

v6.10.0

Compare Source

Features
Bug Fixes
rollup/rollup

v2.23.0

Compare Source

2020-07-23

Features
  • Handle environments with only globalThis in UMD output (#​3691)
Pull Requests

v2.22.2

Compare Source

2020-07-21

Bug Fixes
  • Always generate correct exports when an implicit entry is reexporting from another module (#​3688)
Pull Requests

v2.22.1

Compare Source

2020-07-18

Bug Fixes
  • Remove unused arguments when calling a conditional expression (#​3680)
Pull Requests
  • #​3680: Allow tree-shaking of arguments of functions that are returned by conditional expressions (@​lukastaegert)

v2.22.0

Compare Source

2020-07-18

Features
  • Allow resolving snythetic named exports via an arbitrary export name (#​3657)
  • Display a warning when the user does not explicitly select an export mode and would generate a chunk with default export mode when targeting CommonJS (#​3657)
Pull Requests
webpack/webpack

v4.44.0

Compare Source

Features

  • Improve sideEffects flag behavior when dynamic modules are part of the tree
    • Fixes a bug which causes empty modules (or type-only modules) to "break" Tree Shaking
  • add splitChunks.enforceSizeThreshold to allow enfore splitting larger chunks unrelated from other limiations
    • Not set by default to avoid breaking change
    • It will be set by default to 50k in webpack 5
    • It's recommended to set it in webpack 4 too
  • add support for resolve.roots and default resolve.roots: [context]
    • This allows to resolve server-relative urls (e.g. /src/abc) to the project root (or other locations when configured)
    • This allows to use loaders that rely on that behavior

Bugfixes

  • fix bug where splitChunks produced non-optimal results when minSize is set to 0
    • This lead to NaNs in some places which breaks ordering
  • Fix bug which lead to HMR not working for splitChunks in entrypoints
  • force update watchpack and chokidar for chokidar bugfix which causes files to stop being watched
yargs/yargs

v15.4.1

Compare Source

decamelize had 12mb dependency, we have downgraded to an earlier version.


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 Jul 17, 2020

💥 No Changeset

Latest commit: 2a212bc

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 Jul 17, 2020

Binary Size Report

Affected SDKs

  • @firebase/firestore/exp

    Type Base (1a630ba) Head (0f875cf) Diff
    main 512 kB 512 kB +43 B (+0.0%)
  • @firebase/firestore/lite

    Type Base (1a630ba) Head (0f875cf) Diff
    main 498 kB 498 kB +43 B (+0.0%)
  • firebase

    Click to show 15 binary size changes.
    Type Base (1a630ba) Head (0f875cf) Diff
    firebase-analytics.js 28.0 kB 28.0 kB +44 B (+0.2%)
    firebase-app.js 19.9 kB 20.0 kB +42 B (+0.2%)
    firebase-auth.js 173 kB 173 kB +44 B (+0.0%)
    firebase-database.js 187 kB 187 kB +44 B (+0.0%)
    firebase-firestore.js 282 kB 282 kB +44 B (+0.0%)
    firebase-firestore.memory.js 223 kB 223 kB +44 B (+0.0%)
    firebase-functions.js 9.84 kB 9.88 kB +44 B (+0.4%)
    firebase-installations.js 19.2 kB 19.2 kB +44 B (+0.2%)
    firebase-messaging.js 39.2 kB 39.2 kB +44 B (+0.1%)
    firebase-performance-standalone.es2017.js 72.0 kB 72.0 kB +42 B (+0.1%)
    firebase-performance-standalone.js 47.2 kB 47.3 kB +42 B (+0.1%)
    firebase-performance.js 37.6 kB 37.7 kB +44 B (+0.1%)
    firebase-remote-config.js 37.0 kB 37.0 kB +44 B (+0.1%)
    firebase-storage.js 39.8 kB 39.9 kB +44 B (+0.1%)
    firebase.js 815 kB 815 kB +42 B (+0.0%)

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 719506b to f899ae1 Compare July 18, 2020 04:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from baaa696 to c3364fe Compare July 23, 2020 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 411240f to d85c743 Compare July 24, 2020 21:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d85c743 to 2a212bc Compare July 24, 2020 21:53
@Feiyang1 Feiyang1 merged commit a8f76b5 into master Jul 27, 2020
@Feiyang1 Feiyang1 deleted the renovate/all-minor-patch branch July 27, 2020 22:34
@firebase firebase locked and limited conversation to collaborators Aug 27, 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