Skip to content

Update all non-major dependencies #2154

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 3 commits into from
Oct 2, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 6, 2019

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.5.5 -> 7.6.2
@babel/preset-env (source) devDependencies minor 7.5.5 -> 7.6.2
@types/chai devDependencies patch 4.2.0 -> 4.2.3
@types/node devDependencies patch 11.13.20 -> 11.13.21
@types/request dependencies patch 2.48.2 -> 2.48.3
@types/sinon devDependencies minor 7.0.13 -> 7.5.0
@typescript-eslint/eslint-plugin devDependencies minor 2.0.0 -> 2.3.2
@typescript-eslint/eslint-plugin-tslint devDependencies minor 2.0.0 -> 2.3.2
@typescript-eslint/parser devDependencies minor 2.0.0 -> 2.3.2
firebase-admin (source) dependencies minor 8.4.0 -> 8.6.0
firebase-tools devDependencies minor 7.3.0 -> 7.4.0
geckodriver devDependencies minor 1.16.2 -> 1.18.0
grpc (source) dependencies minor 1.23.3 -> 1.24.0
husky devDependencies patch 3.0.4 -> 3.0.7
karma-summary-reporter devDependencies minor 1.6.0 -> 1.7.1
merge2 devDependencies minor 1.2.4 -> 1.3.0
mocha (source) devDependencies patch 6.2.0 -> 6.2.1
rollup devDependencies minor 1.20.3 -> 1.22.0
rollup-plugin-terser devDependencies patch 5.1.1 -> 5.1.2
rollup-plugin-typescript2 devDependencies patch 0.24.0 -> 0.24.3
rxjs devDependencies patch 6.5.2 -> 6.5.3
simple-git devDependencies minor 1.124.0 -> 1.126.0
sinon (source) devDependencies minor 7.4.1 -> 7.5.0
ts-loader devDependencies minor 6.0.4 -> 6.2.0
ts-node devDependencies minor 8.3.0 -> 8.4.1
tslint (source) devDependencies minor 5.19.0 -> 5.20.0
webpack devDependencies minor 4.39.3 -> 4.41.0
webpack-cli devDependencies patch 3.3.7 -> 3.3.9

Release Notes

babel/babel

v7.6.2

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.6.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-runtime, babel-preset-env
📝 Documentation
🏠 Internal
  • babel-register
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-preset-env
  • babel-parser
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-dynamic-import, babel-preset-env
  • babel-runtime-corejs2, babel-runtime, babel-types
  • babel-cli, babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-node, babel-parser, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types
  • babel-cli
🏃‍♀️ Performance
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
typescript-eslint/typescript-eslint

v2.3.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnec-type-arg] undefined symbol crash (#​1007) (cdf9294)
  • typescript-estree: correct ClassDeclarationBase type (#​1008) (8ce3a81)
  • typescript-estree: handle optional computed prop w/o type (#​1026) (95c13fe)

v2.3.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnec-type-arg] undefined symbol crash (#​1007) (cdf9294)
  • typescript-estree: correct ClassDeclarationBase type (#​1008) (8ce3a81)
  • typescript-estree: handle optional computed prop w/o type (#​1026) (95c13fe)

v2.3.0

Compare Source

Bug Fixes
  • typescript-estree: ImportDeclaration.specifier to Literal (#​974) (2bf8231)
Features
  • eslint-plugin: [explicit-member-accessibility] add support of "ignoredMethodNames" (#​895) (46ee4c9)
  • eslint-plugin: [no-floating-promises] Add ignoreVoid option (#​796) (6a55921)
  • eslint-plugin: [no-magic-numbers] add ignoreReadonlyClassProperties option (#​938) (aeea4cd)
  • eslint-plugin: [strict-boolean-expressions] Add allowNullable option (#​794) (c713ca4)
  • eslint-plugin: add no-unnecessary-condition rule (#​699) (5715482)

v2.2.0

Compare Source

Bug Fixes
  • typescript-estree: ImportDeclaration.specifier to Literal (#​974) (2bf8231)
Features
  • eslint-plugin: [explicit-member-accessibility] add support of "ignoredMethodNames" (#​895) (46ee4c9)
  • eslint-plugin: [no-floating-promises] Add ignoreVoid option (#​796) (6a55921)
  • eslint-plugin: [no-magic-numbers] add ignoreReadonlyClassProperties option (#​938) (aeea4cd)
  • eslint-plugin: [strict-boolean-expressions] Add allowNullable option (#​794) (c713ca4)
  • eslint-plugin: add no-unnecessary-condition rule (#​699) (5715482)

v2.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [efrt] allowExpressions - check functions in class field properties (#​952) (f1059d8)
  • eslint-plugin: [expl-member-a11y] fix parameter properties (#​912) (ccb98d8)
  • eslint-plugin: [prefer-readonly] add handling for destructuring assignments (e011e90)
Features
  • eslint-plugin: add brace-style extension (e01dc5f)
firebase/firebase-admin-node

v8.6.0

Compare Source

-

v8.5.0

Compare Source

Authentication
  • [Feature] Added multi-tenancy support to the authentication service (Google Cloud Identity Platform project required). Tenant related APIs are exposed via tenantManager() on the admin.auth interface.
  • [Feature] Added tenant management APIs authForTenant(), getTenant(), listTenants(), deleteTenant(), createTenant() and updateTenant() to the newly defined TenantManager.
  • [Feature] Defined TenantAwareAuth interface retrieved via TenantManager#authForTenant() for managing users, configuring SAML/OIDC providers, generating email links for password reset, email verification, etc for specific tenants.
Realtime Database
  • [Fixed] Upgraded @firebase/database dependency version to 0.5.1. This helps avoid some peer dependency warnings that were observed during package installation.
firebase/firebase-tools

v7.4.0

Compare Source

  • Initial release of the appdistribution:distribute command. Refer to the Firebase App Distribution Firebase CLI documentation for Android and iOS for more information about using the Firebase CLI to quickly distribute pre-release versions of your apps to testers.
  • Initial release of the Firebase Extensions ext:* commands. Refer to the CLI documentation for more information about the available commands.
  • (Removed some features from the preview list.)

v7.3.2

Compare Source

  • Ensures auth:export results are fully flushed to the output file.
  • Fix bug in Firestore emulator where concurrent requests for the same transaction would sometimes hang.
  • Fix bug in Firestore emulator where WriteResults for deletes had an update_time populated.
  • Set the predefined runtime environment variables in the functions emulator

v7.3.1

Compare Source

  • Fixed bug in Firestore emulator where transactions that timed out could still modify data.
  • Fixed bug where the auth:export command could export the same page of users multiple times.
vladikoff/node-geckodriver

v1.18.0

Compare Source

v1.17.0

Compare Source

typicode/husky

v3.0.7

Compare Source

Debug: display husky version and created at

v3.0.6

Compare Source

Debug: improve messages

v3.0.5

Compare Source

Fix: prevent postinstall from failing on windows #​573

sth/karma-summary-reporter

v1.7.1

Compare Source

  • Nothing yet

v1.7.0

Compare Source

  • Improvement: Include updated changelog
teambition/merge2

v1.3.0

Compare Source

mochajs/mocha

v6.2.1

Compare Source

rollup/rollup

v1.22.0

Compare Source

2019-09-29

Features
  • Add a new "hidden" sourcemap type that generates the map files but omits the sourcemap comment (#​3120)
  • Generate more efficient code when using namespaceToStringTag: true (#​3135)
  • Make sure namespace objects do not have a prototype (#​3136)
Bug Fixes
  • Do not ignore side-effectful iterators by always preserving for..of loops for now (#​3132)
  • Make sure --context is observed as a CLI option (#​3134)
  • Do not require specific versions for @​types dependencies (#​3131)
Pull Requests

v1.21.4

Compare Source

2019-09-16

Bug Fixes
  • Recognize common browser globals (#​3117)
  • Do not treat "typeof " as a side-effect (#​3117)
Pull Requests

v1.21.3

Compare Source

2019-09-14

Bug Fixes
  • Fix a regression where modifying a watched file did not trigger a rebuild (#​3112)
Pull Requests
  • #​3112: Fix .addWatchFile() dependencies failing to invalidate in watch mode (@​tivac)

v1.21.2

Compare Source

2019-09-09

Bug Fixes
  • Fix wrong deprecation message to direct to this.emitFile instead of this.emitAsset

v1.21.1

Compare Source

2019-09-09

Bug Fixes
  • Allow legacy plugins to still add assets directly to the bundle object (#​3105)
Pull Requests

v1.21.0

Compare Source

2019-09-08

Features
  • Respect output.entryFileNames when preserving modules (#​3088)
  • Make accessing unknown globals a side-effect unless this is deactivated via treeshake.unknownGlobalSideEffects (#​3068)
  • Respect global objects when checking for pure global functions (#​3068)
  • Introduce a type to more easily distinguish chunks and assets in the output bundle (#​3080)
Bug Fixes
  • Recover in watch mode when the initial build fails (#​3081)
  • Make sure output.strict is respected for SystemJS output (#​3101)
Pull Requests
TrySound/rollup-plugin-terser

v5.1.2

Compare Source

ezolenko/rollup-plugin-typescript2

v0.24.3

Compare Source

  • fix for missing type definitions when type only files are imported by other type-only files

v0.24.2

Compare Source

  • fix for transformers

v0.24.1

Compare Source

Fix for preserveModules option in rollup.

#​170

reactivex/rxjs

v6.5.3

Compare Source

Bug Fixes
steveukx/git-js

v1.126.0

Compare Source

v1.125.0

Compare Source

sinonjs/sinon

v7.5.0

Compare Source

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

  • Add sinon.assert.calledOnceWithExactly
  • Feature parity: support spying all methods on an object

v7.4.2

Compare Source

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

  • Restore sinon.createStubInstance() behaviour (#​2073)
  • Fix Typo in migration 6 and updated migration docs for migration from… (#​2074)
TypeStrong/ts-loader

v6.2.0

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

TypeStrong/ts-node

v8.4.1

Compare Source

Fixed

  • Revert "List all files in memory cache improves perf 1.4x" 87a6e2c

v8.4.0

Compare Source

Added

Fixed

palantir/tslint

v5.20.0

Compare Source

Thanks to our contributors!

  • Bas Bosman
  • Tanmoy Bhowmik
  • David Zulaica
  • Maxime Kjaer
  • @​guidsdo
  • Pavel Birukov
  • Josh Goldberg
  • Akshaya Srivatsa
webpack/webpack

v4.41.0

Compare Source

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin

v4.40.3

Compare Source

Bugfixes

  • fix a bug that the HMR plugin affected child compilations

Performance

  • improve performance of splitChunks name option by caching hashed value
  • improve rebuild performance by caching module size computation

v4.40.2

Compare Source

Bugfixes

  • fix a bug where asset is undefined

v4.40.1

Compare Source

Bugfixes

  • convert "multiple assets emit to the same filename" error into a warning
  • compare asset content when multiple assets emit to the same filename

v4.40.0

Compare Source

Features

  • adds asset info for emitted assets
    • new methods allow easy emitting/updating of assets compilation.emitAsset/updateAsset (instead of accessing the Object compilation.assets)
    • new getter methods to get assets compilation.getAssets() and compilation.getAsset(name)
    • 3 flags in asset info:
      • immutable: when set an asset can be cache infinitely
      • development: when set an asset is some kind of development tool (i. e. a SourceMap)
      • hotModuleReplacement: when set an asset is generated for an hot update
    • Stats expose info object in assets
    • String version of Stats show flags
webpack/webpack-cli

v3.3.9

Compare Source

This patch contains a fix for a hanging exit condition. A full changelog found here

v3.3.8

Compare Source

Webpack-CLI v3.3.8 comes with a validation bugfix to support webpack 5 and version 4. A full changelog is found here


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 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.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from bdd6e0b to f1f1ce2 Compare September 26, 2019 21:43
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 87d04f6 to f4c06d1 Compare September 30, 2019 17:10
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from f4c06d1 to 9f3bcdf Compare October 1, 2019 17:09
@renovate-bot renovate-bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Oct 1, 2019
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Oct 1, 2019
@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 2d157c8 into firebase:master Oct 2, 2019
@firebase firebase locked and limited conversation to collaborators Nov 2, 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.

3 participants