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 #2374

Merged
merged 1 commit into from
Dec 10, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 22, 2019

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.7.2 -> 7.7.5
@babel/preset-env (source) devDependencies patch 7.7.1 -> 7.7.6
@types/chai devDependencies patch 4.2.5 -> 4.2.7
@types/sinon devDependencies patch 7.5.0 -> 7.5.1
@typescript-eslint/eslint-plugin devDependencies minor 2.7.0 -> 2.11.0
@typescript-eslint/eslint-plugin-tslint devDependencies minor 2.7.0 -> 2.11.0
@typescript-eslint/parser devDependencies minor 2.7.0 -> 2.11.0
core-js dependencies patch 3.4.1 -> 3.4.8
coveralls devDependencies patch 3.0.7 -> 3.0.9
dependency-graph devDependencies patch 0.8.0 -> 0.8.1
eslint (source) devDependencies minor 6.6.0 -> 6.7.2
eslint-plugin-import devDependencies minor 2.18.2 -> 2.19.1
firebase-admin (source) dependencies minor 8.7.0 -> 8.8.0
firebase-tools devDependencies minor 7.7.0 -> 7.9.0
http-server devDependencies minor 0.11.1 -> 0.12.0
karma-coverage-istanbul-reporter devDependencies patch 2.1.0 -> 2.1.1
lerna devDependencies minor 3.18.4 -> 3.19.0
rollup devDependencies patch 1.27.2 -> 1.27.9
rollup-plugin-license devDependencies minor 0.12.1 -> 0.13.0
rollup-plugin-typescript2 devDependencies patch 0.25.2 -> 0.25.3
simple-git devDependencies minor 1.126.0 -> 1.128.0
ts-node devDependencies patch 8.5.2 -> 8.5.4
typedoc (source) devDependencies patch 0.15.2 -> 0.15.4

Release Notes

babel/babel

v7.7.5

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
  • babel-cli
  • babel-parser
  • babel-parser, babel-plugin-proposal-optional-chaining, babel-plugin-transform-modules-amd
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd
💅 Polish
🏠 Internal

v7.7.4

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal
typescript-eslint/typescript-eslint

v2.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [brace-style] handle enum declarations (#​1281) (3ddf1a2)
Features
  • eslint-plugin: [member-ordering] add index signature (#​1190) (b5a52a3)

v2.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [brace-style] handle enum declarations (#​1281) (3ddf1a2)
Features
  • eslint-plugin: [member-ordering] add index signature (#​1190) (b5a52a3)

v2.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-function] add missed node types (#​1271) (e9d44f5)
  • eslint-plugin: [no-untyped-pub-sig] ignore set return (#​1264) (6daff10)
  • eslint-plugin: [no-unused-expressions] ignore directives (#​1285) (ce4c803)
  • eslint-plugin: [prefer-optional-chain] allow $ in identifiers (c72c3c1)
  • eslint-plugin: [prefer-optional-chain] handle more cases (#​1261) (57ddba3)
  • eslint-plugin: [return-await] allow Any and Unknown (#​1270) (ebf5e0a)
  • eslint-plugin: [strict-bool-expr] allow nullish coalescing (#​1275) (3b39340)
  • typescript-estree: make FunctionDeclaration.body non-null (#​1288) (dc73510)
Features
  • eslint-plugin: [no-empty-func] private/protected construct (#​1267) (3b931ac)
  • eslint-plugin: [no-non-null-assert] add suggestion fixer (#​1260) (e350a21)
  • eslint-plugin: [no-unnec-cond] support nullish coalescing (#​1148) (96ef1e7)
  • eslint-plugin: [prefer-null-coal] opt for suggestion fixer (#​1272) (f84eb96)
  • experimental-utils: add isSpaceBetween declaration to Sou… (#​1268) (f83f04b)

v2.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-dynamic-delete] correct invalid fixer for identifiers (#​1244) (5b1300d)
  • eslint-plugin: [no-untyped-pub-sig] constructor return (#​1231) (6cfd468)
  • eslint-plugin: [prefer-optional-chain] unhandled cases (b1a065f)
  • eslint-plugin: [req-await] crash on nonasync promise return (#​1228) (56c00b3)
  • typescript-estree: fix synthetic default import (#​1245) (d97f809)
Features
zloirock/core-js

v3.4.8

Compare Source

  • Added one more workaround for broken in previous versions inspectSource helper, #​719
  • Added Opera Mobile compat data
  • Updated Samsung Internet, iOS, old Node and Android compat data mapping
  • es.string.match-all marked as completely supported in FF73
  • Generate core-js-compat/modules since often we need just the list of core-js modules

v3.4.7

Compare Source

  • Fixed an NPM publishing issue

v3.4.6

Compare Source

  • Improved iOS compat data - added missed mapping iOS 12.2 -> Safari 12.1, added bug fixes from patch releases
  • Added Safari 13.1 compat data
  • Added missed in core-js-compat helpers ie_mob normalization
  • Normalize the result of getModulesListForTargetVersion core-js-compat helper
  • Improved CI detection in the postinstall script, #​707

v3.4.5

Compare Source

  • Detect incorrect order of operations in Object.assign, MS Edge bug
  • Detect usage of ToLength in Array#{ filter, map }, FF48-49 and MS Edge 14- issues
  • Detect incorrect MS Edge 17-18 Reflect.set which allows setting the property to object with non-writable property on the prototype
  • Fixed inspectSource helper with multiple core-js copies and some related features like some edge cases of Promise feature detection

v3.4.4

Compare Source

  • Added feature detection for Safari non-generic Promise#finally bug (critical for core-js-pure)
  • Fixed missed esnext.string.code-points in core-js/features/string entry point
  • Updated Iterator proposal feature detection for the case of non-standard Iterator in FF44-

v3.4.3

Compare Source

  • Fixed missed es.json.stringify and some modules from iteration helpers proposal in some entry points (includes the root entry point)
  • Added a workaround of String#{ endsWith, startsWith } MDN polyfills bugs, #​702
  • Fixed .size property descriptor of Map / Set in the pure version
  • Refactoring, some internal improvements

v3.4.2

Compare Source

  • Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
  • String#replaceAll is available only in nightly FF builds
  • Improved Promise feature detection for the case of V8 6.6 with multiple core-js copies
  • Some internals optimizations
  • Added Node 13.2 -> V8 7.9 compat data mapping
  • Returned usage of node -e in postinstall scripts
nickmerwin/node-coveralls

v3.0.9

Compare Source

  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support

v3.0.8

Compare Source

Added:

Fixed:

Improved

jriecken/dependency-graph

v0.8.1

Compare Source

  • Ensure all nodes are included in overallOrder when cycles are allowed. (Fixes #​33)
eslint/eslint

v6.7.2

Compare Source

  • bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #​12614) (#​12616) (Toru Nagashima)
  • 4928d51 Fix: don't ignore the entry directory (fixes #​12604) (#​12607) (Toru Nagashima)
  • b41677a Docs: Clarify suggestion's data in Working with Rules (refs #​12606) (#​12617) (Milos Djermanovic)
  • ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#​11698) (Brad Zacher)
  • fa6415d Sponsors: Sync README with website (ESLint Jenkins)
  • e1e158b Sponsors: Sync README with website (ESLint Jenkins)

v6.7.1

Compare Source

  • dd1e9f4 Fix: revert changes to key-spacing due to regression (#​12598) (Kai Cataldo)
  • c644b54 Docs: Update README team and sponsors (ESLint Jenkins)

v6.7.0

Compare Source

benmosher/eslint-plugin-import

v2.19.1

Compare Source

Fixed
  • [no-extraneous-dependencies]: ensure node.source exists

v2.19.0

Compare Source

Added
  • [internal-regex setting]: regex pattern for marking packages "internal" ([#​1491], thanks [@​Librazy])
  • [group-exports]: make aggregate module exports valid ([#​1472], thanks [@​atikenny])
  • [no-namespace]: Make rule fixable ([#​1401], thanks [@​TrevorBurnham])
  • support parseForESLint from custom parser ([#​1435], thanks [@​JounQin])
  • [no-extraneous-dependencies]: Implement support for bundledDependencies ([#​1436], thanks [@​schmidsi]))
  • [no-unused-modules]: add flow type support ([#​1542], thanks [@​rfermann])
  • [order]: Adds support for pathGroups to allow ordering by defined patterns ([#​795], [#​1386], thanks [@​Mairu])
  • [no-duplicates]: Add considerQueryString option : allow duplicate imports with different query strings ([#​1107], thanks [@​pcorpet]).
  • [order]: Add support for alphabetical sorting of import paths within import groups ([#​1360], [#​1105], [#​629], thanks [@​duncanbeevers], [@​stropho], [@​luczsoma], [@​randallreedjr])
  • [no-commonjs]: add allowConditionalRequire option ([#​1439], thanks [@​Pessimistress])
Fixed
  • [default]: make error message less confusing ([#​1470], thanks [@​golopot])
  • Improve performance of ExportMap.for by only loading paths when necessary. ([#​1519], thanks [@​brendo])
  • Support export of a merged TypeScript namespace declaration ([#​1495], thanks [@​benmunro])
  • [order]: fix autofix to not move imports across fn calls ([#​1253], thanks [@​tihonove])
  • [prefer-default-export]: fix false positive with type export ([#​1506], thanks [@​golopot])
  • [extensions]: Fix ignorePackages to produce errors ([#​1521], thanks [@​saschanaz])
  • [no-unused-modules]: fix crash due to export * ([#​1496], thanks [@​Taranys])
  • [no-cycle]: should not warn for Flow imports ([#​1494], thanks [@​maxmalov])
  • [order]: fix @someModule considered as unknown instead of internal ([#​1493], thanks [@​aamulumi])
  • [no-extraneous-dependencies]: Check export from ([#​1049], thanks [@​marcusdarmstrong])
Docs
  • [no-useless-path-segments]: add docs for option commonjs ([#​1507], thanks [@​golopot])
Changed
  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])
firebase/firebase-admin-node

v8.8.0

Compare Source

Cloud Firestore
  • [Feature] Upgraded @google-cloud/firestore dependency version to 2.6.0.
    Thanks arjunyel for the contribution.
Cloud Storage
  • [Changed] Upgraded @google-cloud/storage dependency version to 4.1.2. This version contains some minor breaking changes. Check the release notes of the dependency for more information. Thanks arjunyel for the contribution.
Authentication
  • [Fixed] The verifyIdToken() method now correctly uses the http.Agent configured during SDK initialization.
Cloud Messaging
  • [Fixed] Batch messaging APIs sendAll() and sendMulticast() now support sending up to 500 messages in a single call.
firebase/firebase-tools

v7.9.0

Compare Source

  • Adds support for immutable params in ext:configure.
  • Fixes an issue where console.log() sometimes printed incorrectly (#​1817)
  • Improved Firebase App Distribution binary uploading.

v7.8.1

Compare Source

  • Improved error handling when exporting users.
  • Fixes Firebase ext command and enables it to run without a project.
  • Fixes an issue where repeated invoations cause an EADDRINUSE error (#​1815).

v7.8.0

Compare Source

  • Fixes a bug where the Functions emulator ignored the "host" configuration (#​1722)
  • Fixes a bug where the Functions emulator accepted requests to too many paths (#​1773)
  • Modifies firebase ext:update to not perform update if the extension is already up to date.
  • Print Firebase Console links for Extensions after operations.
  • Updated Firebase Extensions registry address.
  • Adds the firebase init emulators command.
  • Adds a Cloud Pub/Sub Emulator (#​1748).
  • Fixes a bug where the Firestore emulator was unable to serve rule coverage HTML reports.
  • Fixes a bug in the Firestore emulator where rapidly overwriting the same document could trigger exceptions.
http-party/http-server

v0.12.0

Compare Source

mattlewis92/karma-coverage-istanbul-reporter

v2.1.1

Compare Source

Bug Fixes
lerna/lerna

v3.19.0

Compare Source

Features
  • add: Add --peer option to save target in peerDependencies (#​2334) (e12bf6a)

3.18.5 (2019-11-20)

Bug Fixes
  • Auto-fix prettier formatting (5344820)
  • cli: Bump yargs to ^14.2.2 (51365b8)
  • command: Do not mutate argv parameter (8ca85a4), closes #​2348
  • conventional-commits: Ensure potential ValidationError in getChangelogConfig() is propagated correctly (406ba5a)

3.18.4 (2019-11-08)

Bug Fixes
  • changed: Copy relevant options from version, do not inherit (6bd77ba)
  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #​2332
  • version: Clarify --include-merged-tags description (b0bbfcf)

3.18.3 (2019-10-22)

Bug Fixes
  • version: Correct warning message (384cd15)
  • version: Workaround yargs bug with spurious -- arguments (46be9dc), closes #​2315

3.18.2 (2019-10-21)

Bug Fixes

3.18.1 (2019-10-15)

Bug Fixes
  • npm-dist-tag: Port upstream npm/cli#​235 (5a1d229)
  • npm-dist-tag: Respect npm_config_dry_run env var (1fd5e18)

v3.18.5

Compare Source

Features
  • add: Add --peer option to save target in peerDependencies (#​2334) (e12bf6a)

3.18.5 (2019-11-20)

Bug Fixes
  • Auto-fix prettier formatting (5344820)
  • cli: Bump yargs to ^14.2.2 (51365b8)
  • command: Do not mutate argv parameter (8ca85a4), closes #​2348
  • conventional-commits: Ensure potential ValidationError in getChangelogConfig() is propagated correctly (406ba5a)

3.18.4 (2019-11-08)

Bug Fixes
  • changed: Copy relevant options from version, do not inherit (6bd77ba)
  • filter-options: Clarify --since description (b649b35)
  • filter-options: Ensure --include-merged-tags is available to all --since-filterable commands (287bcd8), closes #​2332
  • version: Clarify --include-merged-tags description (b0bbfcf)

3.18.3 (2019-10-22)

Bug Fixes
  • version: Correct warning message (384cd15)
  • version: Workaround yargs bug with spurious -- arguments (46be9dc), closes #​2315

3.18.2 (2019-10-21)

Bug Fixes

3.18.1 (2019-10-15)

Bug Fixes
  • npm-dist-tag: Port upstream npm/cli#​235 (5a1d229)
  • npm-dist-tag: Respect npm_config_dry_run env var (1fd5e18)
rollup/rollup

v1.27.9

Compare Source

2019-12-07

Bug Fixes
  • Fix an issue where reexports could be missing when preserving modules (#​3273)
  • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#​3272)
Pull Requests

v1.27.8

Compare Source

2019-12-02

Bug Fixes
  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#​3266)
Pull Requests

v1.27.7

Compare Source

2019-12-01

Bug Fixes
  • Fix a scenario where a reassignments to computed properties were not tracked (#​3267)
Pull Requests

v1.27.6

Compare Source

2019-11-30

Bug Fixes
  • Use "auto" export mode by default for all modules when preserving modules (#​3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#​3265)
Pull Requests

v1.27.5

Compare Source

2019-11-25

Bug Fixes
  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#​3256)
Pull Requests

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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ed052ba to 2cc9fc6 Compare November 22, 2019 18:25
@renovate-bot renovate-bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Nov 22, 2019
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 21926bc to d59ec9c Compare November 26, 2019 14:08
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 871af42 to 240ba48 Compare December 4, 2019 17:48
@renovate-bot renovate-bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Dec 5, 2019
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Dec 6, 2019
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 78497fa to 4b6ca16 Compare December 6, 2019 01:39
@renovate-bot renovate-bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Dec 6, 2019
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b2f7798 to ed783bc Compare December 6, 2019 13:40
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Dec 6, 2019
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 70b30f2 to f53657a Compare December 10, 2019 01:22
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from f53657a to a78ad14 Compare December 10, 2019 19:42
@Feiyang1 Feiyang1 merged commit 2ceec15 into firebase:master Dec 10, 2019
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch December 10, 2019 21:09
@hsubox76 hsubox76 added this to the next milestone Dec 10, 2019
@firebase firebase locked and limited conversation to collaborators Jan 10, 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.

3 participants