Skip to content

Update all non-major dependencies #1962

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 7 commits into from
Jul 12, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 11, 2019

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.4.4 -> 7.5.4
@babel/preset-env (source) devDependencies minor 7.4.4 -> 7.5.4
@types/mocha devDependencies patch 5.2.6 -> 5.2.7
@types/node devDependencies patch 11.13.9 -> 11.13.17
@types/sinon devDependencies patch 7.0.11 -> 7.0.13
@typescript-eslint/eslint-plugin devDependencies minor 1.10.2 -> 1.12.0
@typescript-eslint/eslint-plugin-tslint devDependencies minor 1.10.2 -> 1.12.0
@typescript-eslint/parser devDependencies minor 1.10.2 -> 1.12.0
browserify devDependencies minor 16.2.3 -> 16.3.0
core-js dependencies minor 3.0.1 -> 3.1.4
coveralls devDependencies patch 3.0.3 -> 3.0.5
eslint-plugin-import devDependencies minor 2.17.3 -> 2.18.0
express (source) devDependencies minor 4.16.4 -> 4.17.1
firebase-admin (source) dependencies minor 7.3.0 -> 7.4.0
firebase-functions dependencies patch 2.3.0 -> 2.3.1
firebase-functions devDependencies patch 2.3.0 -> 2.3.1
firebase-tools devDependencies minor 6.8.0 -> 6.12.0
glob devDependencies patch 7.1.3 -> 7.1.4
grpc (source) dependencies minor 1.20.2 -> 1.22.2
grpc (source) dependencies minor 1.20.3 -> 1.22.2
gulp (source) devDependencies patch 4.0.1 -> 4.0.2
husky devDependencies minor 2.2.0 -> 2.7.0
inquirer devDependencies minor 6.3.1 -> 6.5.0
karma-babel-preprocessor devDependencies patch 8.0.0 -> 8.0.1
karma-typescript devDependencies minor 4.0.0 -> 4.1.1
lerna devDependencies minor 3.13.4 -> 3.15.0
node-fetch devDependencies minor 2.5.0 -> 2.6.0
nyc devDependencies patch 14.1.0 -> 14.1.1
prettier (source) devDependencies minor 1.17.0 -> 1.18.2
promise-polyfill dependencies patch 8.1.0 -> 8.1.3
rollup devDependencies minor 1.11.0 -> 1.16.7
rollup-plugin-license devDependencies minor 0.8.1 -> 0.9.0
rollup-plugin-node-resolve devDependencies patch 4.2.3 -> 4.2.4
rollup-plugin-typescript2 devDependencies minor 0.21.0 -> 0.22.0
semver devDependencies minor 6.0.0 -> 6.2.0
simple-git devDependencies minor 1.110.0 -> 1.120.0
ts-node devDependencies minor 8.1.0 -> 8.3.0
tslib (source) dependencies minor 1.9.3 -> 1.10.0
tslint (source) devDependencies minor 5.16.0 -> 5.18.0
typescript (source) devDependencies minor 3.4.5 -> 3.5.3
webpack devDependencies minor 4.30.0 -> 4.35.3
webpack-cli devDependencies patch 3.3.1 -> 3.3.5
yargs (source) devDependencies patch 13.2.2 -> 13.2.4

Release Notes

babel/babel

v7.5.4

Compare Source

🐛 Bug Fix

v7.5.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
  • babel-plugin-proposal-partial-application, babel-plugin-syntax-partial-application

v7.4.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
typescript-eslint/typescript-eslint

v1.12.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [ban-types] Support namespaced type (#​616) (e325b72)
  • eslint-plugin: [explicit-function-return-type] add handling for usage as arguments (#​680) (e0aeb18)
  • eslint-plugin: [no-explicit-any] Add an optional fixer (#​609) (606fc70)
  • eslint-plugin: Add rule no-reference-import (#​625) (af70a59)
  • eslint-plugin: add rule strict-boolean-expressions (#​579) (34e7d1e)
  • eslint-plugin: added new rule prefer-readonly (#​555) (76b89a5)

v1.11.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [ban-types] Support namespaced type (#​616) (e325b72)
  • eslint-plugin: [explicit-function-return-type] add handling for usage as arguments (#​680) (e0aeb18)
  • eslint-plugin: [no-explicit-any] Add an optional fixer (#​609) (606fc70)
  • eslint-plugin: Add rule no-reference-import (#​625) (af70a59)
  • eslint-plugin: add rule strict-boolean-expressions (#​579) (34e7d1e)
  • eslint-plugin: added new rule prefer-readonly (#​555) (76b89a5)
browserify/browserify

v16.3.0

Compare Source

add empty stub for the http2 builtin module.

#​1913

update license text to remove references to code that is no longer included.

#​1906

add more tests for folder resolution.

#​1139

zloirock/core-js

v3.1.4

Compare Source

  • Refactoring. Many minor internal improvements and fixes like:
    • Improved Symbol.keyFor complexity to O(1)
    • Fixed the order of arguments validation in String.prototype.{ endsWith, includes, startsWith }
    • Internal implementation of RegExp#flags helper now respect dotAll flag (mainly ralated to the pure version)
    • Performace optimizations related old V8
    • Etc.

v3.1.3

Compare Source

  • Fixed core-js/features/reflect/delete-metadata entry point
  • Some fixes and improvements of the postinstall script like support npm color config (#​556) or adding support of ADBLOCK env variable
  • Refactoring and some minor fixes

v3.1.2

Compare Source

  • Added a workaround of a strange npx bug on postinstall, #​551

v3.1.1

Compare Source

  • Added one more workaround of alternative not completely correct Symbol polyfills, #​550, #​554
  • Reverted esnext.string.match-all in some entry points for fix autogeneration of core-js-compat/entries and backward @babel/preset-env compatibility

v3.1.0

Compare Source

  • String#matchAll moved to stable ES, exposed Symbol.matchAll, #​516
  • Promise.allSettled moved to stage 3, #​515
  • String#replaceAll moved to stage 2, behavior updated by the spec draft, #​524
  • Promise.any moved to stage 1, #​517
  • Removed es.regexp.flags dependency from es.regexp.to-string, #​536, #​537
  • Fixed IE8- non-enumerable properties support in Object.{ assign, entries, values }, #​541
  • Fixed support of primitives in Object.getOwnPropertySymbols in Chrome 38 / 39, #​539
  • window.postMessage-based task implementation uses location origin over '*', #​542
  • Lookup PromiseConstructor.resolve only once in Promise combinators, tc39/ecma262#​1506
  • Temporarily removed core-js dependency from core-js-compat since it's required for missed at this moment feature
  • Show a message on postinstall
  • Added compat data for Chrome 76, FF 67, Node 12
nickmerwin/node-coveralls

v3.0.5

Compare Source

v3.0.4

Compare Source

benmosher/eslint-plugin-import

v2.18.0

Compare Source

Added
  • Support eslint v6 ([#​1393], thanks [@​sheepsteak])
  • [order]: Adds support for correctly sorting unknown types into a single group ([#​1375], thanks [@​swernerx])
  • [order]: add fixer for destructuring commonjs import ([#​1372], thanks [@​golopot])
  • typescript config: add TS def extensions + defer to TS over JS ([#​1366], thanks [@​benmosher])
Fixes
  • [no-unused-modules]: handle ClassDeclaration ([#​1371], thanks [@​golopot])
Docs
  • [no-cycle]: split code examples so file separation is obvious ([#​1370], thanks [@​alex-page])
  • [no-named-as-default-member]: update broken link ([#​1389], thanks [@​fooloomanzoo])
expressjs/express

v4.17.1

Compare Source

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

  • Revert "Improve error message for null/undefined to res.status"

v4.17.0

Compare Source

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

firebase/firebase-admin-node

v7.4.0

Compare Source

  • [changed] Upgraded Cloud Firestore client to v1.3.0.
firebase/firebase-functions

v2.3.1

Compare Source

  • Adds region support for europe-west2 and asia-east2
firebase/firebase-tools

v6.12.0

Compare Source

  • Set FIRESTORE_EMULATOR_HOST env var in "emulators:exec".
  • Fixes bug in printing Function logs when the text payload was undefined.
  • Fixes bug in Firestore emulator where property paths with special characters would cause errors due to ClassNotFound exceptions.
  • Fixes bug in Firestore emulator where auto-id allocation only worked once per collection.
  • Adds REST API to Firestore emulator for setting security rules.
  • Functions emulator now limits request sizes to 10MB.
  • Fixes bug where firebase emulators:exec would succeed even if the script failed.
  • Initializing Firestore or Storage now requires a cloud resource location to be set.

v6.11.0

Compare Source

  • Fixed bug in Firestore emulator where some FieldTransforms were sending back incorrect results.
  • Fixed bug where read-only transactions would cause errors in the Firestore emulator.
  • Fixed bug where collection group query listeners would cause errors in the Firestore emulator.
  • Fixed bug where query parameters were not sent to HTTP functions.
  • Fixed bug where some HTTP methods (like DELETE) were not allowed.
  • Fixed bug where CORS headers were too restrictive.
  • Fixed bug where CSV exporting users with commas in displayName causes columns to no longer align.
  • Fixed bug where environment variables are unset for script in emulators:exec.
  • emulators:exec script now inherits stdout and stderr.
  • Improved reliability and performance of project listing for firebase use command.
  • Fixed bug where firestore:delete skips legacy documents with numeric IDs.
  • Fixed bug in Firestore emulator where it ignored x-forwarded-host header.
  • Improved Scheduled Functions deployment to keep and not recreate schedules that are already correct.

v6.10.0

Compare Source

  • database:instances:{create,list} now allow viewing and creating Realtime Database instances
  • Fixed issue with CORS rejecting some callable functions
  • Functions emulator no longer watches node_modules files
  • Functions emulator fails to route HTTPS functions to user-provided Express app
  • Functions emulator fails to provide correct req.path
  • Functions emulator fails on various malformed body requests
  • Functions emulator fails on Windows with EACCESS error
  • Functions emulator can now automatically initialize firebase-admin for simple use-cases
  • Fixed race condition where downloading emulators would sometimes resolve too early and fail
  • Fixed a number of issues that broke functions:shell
  • Fixed an issue where Firestore emulator would not start if rules file can't be found

v6.9.2

Compare Source

  • Firebase Emulator could not find "firebase-admin"
  • Firebase Emulator could not find "package.json" on Windows
  • Firebase Emulator could not find databaseUrl
  • Realtime Database profiler now exposes pending time for some requests.
  • Make firebase serve respect the --port command in all scenarios.

v6.9.1

Compare Source

  • Fixes issue where functions for unsupported services caused a ReferenceError.
  • Fixes issue where headers and response codes for HTTP functions were lost.
  • Fixes issue where firebase serve does not properly start the Functions emulator.
  • Adds a devDependency on firebase-functions-test to the default functions init template to prevent emulator issues.
  • Fixes issue where the Firestore + RTDB emulators were starting on ports 5002/3 instead of 8080/9000
  • Adds a log message when emulators have successfully started.
  • Fixes error when using multiple @​google-cloud APIs
  • Disable some advanced Functions emulator features when run through "firebase serve".
  • Fixes incorrect warning about Cloud Firestore emulator not running

v6.9.0

Compare Source

  • Adds new offline emulator suite with hot-reloading and support for triggering Cloud Firestore and HTTPS functions (https://firebase.google.com/docs/functions/local-emulator)
isaacs/node-glob

v7.1.4

Compare Source

grpc/grpc-node

v1.21.0

Compare Source

v1.20.3

Compare Source

gulpjs/gulp

v4.0.2

Compare Source

Fix
Docs
Build
  • Add node 12 to Travis & Azure (b4b5a68)
typicode/husky

v2.7.0

Compare Source

Due to issues with Git < 2.13.2, this version is a rollback and is the same as husky v2.4.1. Changes introduced in v2.5.0 and v2.6.0 will be published in v3.0.0.

v2.6.0

Compare Source

  • Optional HUSKY_USE_YARN setting to use Yarn to run Husky
  • Add more debug information
  • Show a warning for Node <= 8.6.0

Deprecated

v2.5.0

Compare Source

  • Use more accurate git hooks directory resolution
  • Add CWD in debug messages

Deprecated

v2.4.1

Compare Source

  • Fix husky crash on install/uninstall with very old Node versions

v2.4.0

Compare Source

  • Add HUSKY_SKIP_HOOKS to skip all hooks

v2.3.0

Compare Source

  • Make HUSKY_DEBUG=1 effective like HUSKY_DEBUG=true
  • Refactor script to point to run-node/run-node rather than .bin/run-node
SBoudrias/Inquirer.js

v6.5.0

Compare Source

v6.4.1

Compare Source

v6.4.0

Compare Source

babel/karma-babel-preprocessor

v8.0.1

Compare Source

monounity/karma-typescript

v4.1.1

Compare Source

Changes

Bugfixes

v4.1.0

Changes

New features
Bugfixes
lerna/lerna

v3.15.0

Compare Source

Bug Fixes
  • deps: Consume forked npm libs (bdd4fa1)
Features
  • version: Add --create-release=[gitlab|github] option (#​2073) (4974b78)

3.14.2 (2019-06-09)

Bug Fixes
  • bootstrap: Respect --force-local option (#​2104) (c2fb639)
  • child-process: Ensure adjacent prefixes are always a different color (5a10146)
  • npm-publish: Use generated manifest when publishing subdirectory (b922766), closes #​2113
  • publish: Allow per-leaf subdirectory publishing (ea861d9), closes #​2109
  • version: Remove unused dependency (285bd7e)

3.14.1 (2019-05-15)

Bug Fixes
  • collect-uncommitted: Call git with correct arguments, test properly (551e6e4), closes #​2091

v3.14.2

Compare Source

Bug Fixes
  • deps: Consume forked npm libs (bdd4fa1)
Features
  • version: Add --create-release=[gitlab|github] option (#​2073) (4974b78)

3.14.2 (2019-06-09)

Bug Fixes
  • bootstrap: Respect --force-local option (#​2104) (c2fb639)
  • child-process: Ensure adjacent prefixes are always a different color (5a10146)
  • npm-publish: Use generated manifest when publishing subdirectory (b922766), closes #​2113
  • publish: Allow per-leaf subdirectory publishing (ea861d9), closes #​2109
  • version: Remove unused dependency (285bd7e)

3.14.1 (2019-05-15)

Bug Fixes
  • collect-uncommitted: Call git with correct arguments, test properly (551e6e4), closes #​2091

v3.14.1

Compare Source

Bug Fixes
  • bootstrap: Respect --force-local option (#​2104) (c2fb639)
  • child-process: Ensure adjacent prefixes are always a different color (5a10146)
  • npm-publish: Use generated manifest when publishing subdirectory (b922766), closes #​2113
  • publish: Allow per-leaf subdirectory publishing (ea861d9), closes #​2109
  • version: Remove unused dependency (285bd7e)

v3.14.0

Compare Source

Bug Fixes
  • add: Never pass filter options to nested bootstrap (9a5a29c), closes #​1989
  • run-lifecycle: Bump npm-lifecycle dependency to avoid noisy audit warning (ea7c20d)
Features

3.13.4 (2019-04-24)

Bug Fixes
  • import: Avoid "unrecognized input" error from colors when using --flatten (#​2037) (51625fa), closes #​1644
  • version: Resolve prerelease for version without bump (#​2041) (aa11325)
  • version: Search for complete tag prefix when composing GitHub releases (024a6ab), closes #​2038

3.13.3 (2019-04-17)

Bug Fixes
  • child-process: Centralize exitCode translation from string codes into numbers (09c0103), closes #​2031
  • docs: Add missing docs for --tag-version-prefix (#​2035) (ff9c476), closes #​1924
  • exec: Handle node string error codes before setting process.exitCode (#​2031) (c599c64)

3.13.2 (2019-04-08)

Bug Fixes
  • lifecycles: Avoid duplicating 'rooted leaf' lifecycles (a7ad9b6)

3.13.1 (2019-02-26)

Bug Fixes
bitinn/node-fetch

v2.6.0

Compare Source

  • Enhance: options.agent, it now accepts a function that returns custom http(s).Agent instance based on current URL, see readme for more information.
  • Fix: incorrect Content-Length was returned for stream body in 2.5.0 release; note that node-fetch doesn't calculate content length for stream body.
  • Fix: Response.url should return empty string instead of null by default.
istanbuljs/nyc

v14.1.1

Compare Source

Bug Fixes
prettier/prettier

v1.18.2

Compare Source

diff

v1.18.1

Compare Source

diff

  • TypeScript: Add trailing comma in tsx, only for arrow function (#​6190 by @​sosukesuzuki)

    Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it.

    // Input
    interface Interface1<T> {
      one: "one";
    }
    function function1<T>() {
      return "one";
    }
    
    // Output (Prettier 1.18.0)
    interface Interface1<T,> {
      one: "one";
    }
    function function1<T,>() {
      return "one";
    }
    
    // Output (Prettier 1.18.1)
    interface Interface1<T> {
      one: "one";
    }
    function function1<T>() {
      return "one";
    }
  • Config: Match dotfiles in config overrides (#​6194 by @​duailibe)

    When using overrides in the config file, Prettier was not matching dotfiles (files that start with .). This was fixed in 1.18.1

v1.18.0

Compare Source

diff

🔗 Release Notes

v1.17.1

Compare Source

diff

  • Range: Fix ranged formatting not using the correct line width ([#​6050] by [@​mathieulj])

    // Input
    function f() {
      if (true) {
        call("this line is 79 chars", "long", "it should", "stay as single line");
      }
    }
    
    // Output (Prettier 1.17.0 run with --range-start 30 --range-end 110)
    function f() {
      if (true) {
        call(
          "this line is 79 chars",
          "long",
          "it should",
          "stay as single line"
        );
      }
    }
    
    // Output (Prettier 1.17.0 run without range)
    function f() {
      if (true) {
        call("this line is 79 chars", "long", "it should", "stay as single line");
      }
    }
    
    // Output (Prettier 1.17.1 with and without range)
    function f() {
      if (true) {
        call("this line is 79 chars", "long", "it should", "stay as single line");
      }
    }
  • JavaScript: Fix closure compiler typecasts ([#​5947] by [@​jridgewell])

    If a closing parenthesis follows after a typecast in an inner expression, the typecast would wrap everything to the that following parenthesis.

    // Input
    test(/** @&#8203;type {!Array} */(arrOrString).length);
    test(/** @&#8203;type {!Array} */((arrOrString)).length + 1);
    
    // Output (Prettier 1.17.0)
    test(/** @&#8203;type {!Array} */ (arrOrString.length));
    test(/** @&#8203;type {!Array} */ (arrOrString.length + 1));
    
    // Output (Prettier 1.17.1)
    test(/** @&#8203;type {!Array} */ (arrOrString).length);
    test(/** @&#8203;type {!Array} */ (arrOrString).length + 1);
  • JavaScript: respect parenthesis around optional chaining before await ([#​6087] by [@​evilebottnawi])

    // Input
    async function myFunction() {
      var x = (await foo.bar.blah)?.hi;
    }
    
    // Output (Prettier 1.17.0)
    async function myFunction() {
      var x = await foo.bar.blah?.hi;
    }
    
    // Output (Prettier 1.17.1)
    async function myFunction() {
      var x =</details>

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 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 Renovate Bot. View repository job log here.

Copy link
Member

@yuchenshi yuchenshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for testing. cc-ing @ryanpbrewster because of the grpc version bump included -- please correct me if you happen to know that newer grpc is causing issues.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 2b6d60a to 6e37a14 Compare July 11, 2019 19:40
Copy link
Contributor

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for Firestore, RTDB and Storage.

@Feiyang1 Is the update to prettier going to cause formatting changed for Firestore?

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6e37a14 to 6f99a18 Compare July 11, 2019 23:36
@Feiyang1 Feiyang1 self-assigned this Jul 11, 2019
@Feiyang1
Copy link
Member

@schmidt-sebastian I don't expect many changes if any. There are mainly bug fixes and changes that don't affect us (tsx, closure type cast, trailing comma, etc).

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 6f99a18 to ae0ab16 Compare July 12, 2019 02:33
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from ae0ab16 to d504c21 Compare July 12, 2019 13:03
@forking-renovate
Copy link

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@Feiyang1 Feiyang1 merged commit 493fe52 into firebase:master Jul 12, 2019
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch July 12, 2019 21:23
@firebase firebase locked and limited conversation to collaborators Oct 9, 2019
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.

5 participants