Skip to content

Update all non-major dependencies #2768

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
May 4, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 20, 2020

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.9.0 -> 7.9.6
@babel/preset-env (source) devDependencies patch 7.9.5 -> 7.9.6
@microsoft/api-documenter (source) devDependencies patch 7.7.18 -> 7.7.20
@types/node devDependencies patch 12.12.35 -> 12.12.37
@typescript-eslint/eslint-plugin devDependencies minor 2.28.0 -> 2.30.0
@typescript-eslint/eslint-plugin-tslint devDependencies minor 2.28.0 -> 2.30.0
@typescript-eslint/parser devDependencies minor 2.28.0 -> 2.30.0
coveralls devDependencies minor 3.0.11 -> 3.1.0
firebase-admin (source) dependencies minor 8.10.0 -> 8.11.0
firebase-functions dependencies patch 3.6.0 -> 3.6.1
firebase-functions devDependencies patch 3.6.0 -> 3.6.1
http-server devDependencies patch 0.12.1 -> 0.12.3
karma-summary-reporter devDependencies minor 1.7.2 -> 1.8.0
mocha (source) devDependencies patch 7.1.1 -> 7.1.2
ora devDependencies patch 4.0.3 -> 4.0.4
protobufjs (source) devDependencies minor 6.8.9 -> 6.9.0
rollup (source) devDependencies minor 2.6.1 -> 2.7.6
rollup (source) devDependencies minor 1.28.0 -> 1.32.1
rollup-plugin-license devDependencies minor 0.13.0 -> 0.14.0
rollup-plugin-sourcemaps devDependencies minor 0.5.0 -> 0.6.1
rollup-plugin-terser devDependencies minor 5.1.3 -> 5.3.0
terser (source) devDependencies patch 4.6.11 -> 4.6.13
ts-node devDependencies minor 8.8.2 -> 8.10.1
tslint (source) devDependencies patch 6.1.1 -> 6.1.2
webpack devDependencies minor 4.42.1 -> 4.43.0

Release Notes

babel/babel

v7.9.6

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-object-rest-spread
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
🚀 New Feature
  • babel-traverse, babel-types
    • #​11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@​Beraliv)
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-typescript
  • babel-compat-data
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
  • babel-traverse, babel-types
  • babel-standalone
  • babel-plugin-transform-runtime
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator
💅 Polish
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
typescript-eslint/typescript-eslint

v2.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] check for negative start index in slice (#​1920) (ed2bd60)
  • eslint-plugin: fix no-base-to-string boolean literal check (#​1850) (2f45e99)
Features

v2.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#​1916) (369978e)
Features
  • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#​1799) (cea51bf)
  • eslint-plugin: [restrict-template-expressions] add support for intersection types (#​1803) (cc70e4f)
  • eslint-plugin: add extension rule init-declarations (#​1814) (b01f5e7)
  • eslint-plugin: add extension rule keyword-spacing (#​1739) (c5106dd)
nickmerwin/node-coveralls

v3.1.0

Compare Source


This is a minor release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:

    options.service_number = process.env.CIRCLE_WORKFLOW_ID;
    options.service_job_number = process.env.CIRCLE_BUILD_NUM;

v3.0.14

Compare Source

v3.0.13

Compare Source

v3.0.12

Compare Source

firebase/firebase-admin-node

v8.11.0

Compare Source

New Features
  • feat: Remote Config Management API (#​845)
  • feat(machine-learning): Adding Firebase ML management APIs (#​850)
Bug Fixes
Miscellaneous
  • [chore] Release 8.11.0 (#​861)
  • Update toc.yaml (#​860)
  • Update Database types (#​830)
  • Bump minimist from 1.2.0 to 1.2.3 (#​839)
  • chore: Cleaning up package verification scripts (#​822)
  • chore: Splitting the index.d.ts file into smaller files (#​751)
  • Fixing Android notification options descriptions (#​820)
  • Bump acorn from 6.1.1 to 6.4.1 (#​815)
firebase/firebase-functions

v3.6.1

Compare Source

  • Update TypeScript dependency to v.3.8 to fix build issues (Issue #​667)
http-party/http-server

v0.12.3

Compare Source

Patch release to package man page

v0.12.2

Compare Source

In this release we:

  • Move from optimist to minimist
  • Add a man page
  • Update README screenshots
  • Fix a couple miscellaneous bugs
sth/karma-summary-reporter

v1.8.0

Compare Source

  • Feature: Compatibility with karma v5
  • Improvement: Improved changelog format
  • Improvement (dev): Dev dependency upgrades (including security fixes)
mochajs/mocha

v7.1.2

Compare Source

🔩 Other

📖 Documentation

sindresorhus/ora

v4.0.4

Compare Source

protobufjs/protobuf.js

v6.9.0

Compare Source

Features
Bug Fixes
rollup/rollup

v2.7.6

Compare Source

2020-04-30

Bug Fixes
  • Fix a type issue when a default export references a global variable (#​3526)
Pull Requests

v2.7.5

Compare Source

2020-04-29

Bug Fixes
  • Prevent infinite loop when default values of function parameters in a default export contain a slash (#​3522)
Pull Requests

v2.7.4

Compare Source

2020-04-29

Bug Fixes
  • Fix an issue where wrong variable names were used when preserving modules (#​3521)
Pull Requests

v2.7.3

Compare Source

2020-04-27

Bug Fixes
  • Do not access __proto__ when running Rollup (#​3518)
Pull Requests

v2.7.2

Compare Source

2020-04-22

Bug Fixes
  • Prevent an infinite loop when creating separate manual chunks with circular dependencies (#​3510)
  • Do not fail if "super" is used in the definition of a class field (#​3511)
  • Throw if a plugin tries to emit a file with an absolute Windows path (#​3509)
Pull Requests

v2.7.1

Compare Source

2020-04-21

Bug Fixes
  • Use correct path for dynamic imports if output.paths is used (#​3508)
Pull Requests

v2.7.0

Compare Source

2020-04-21

Features
  • Add preserveEntrySignatures option to control how exports of entry points are handled (#​3498)
  • Add preserveSignature flag to this.emitFile to control exports of emitted chunks (#​3498)
  • Add output.minifyInternalExports option to control if internal exports are minified (#​3498)
Pull Requests
mjeanroy/rollup-plugin-license

v0.14.0

Compare Source

maxdavidson/rollup-plugin-sourcemaps

v0.6.1

Compare Source

  • Fix issue with conditional exports that prevented it from working in Node 13+

v0.6.0

Compare Source

  • Drop support for Node 8
  • Update dependencies
  • Publish ES module for Node 12+ using conditional exports
TrySound/rollup-plugin-terser

v5.3.0

Compare Source

Added rollup v2 support (thanks to @​willfarrell)

v5.2.0

Compare Source

  • set toplevel: true by default for format: 'cjs' (thanks to @​shrinktofit)
  • allow to override module and toplevel options (thanks to @​eight04)
  • handle nameCache mutations (thanks to @​developit)
terser/terser

v4.6.13

Compare Source

  • Fixed issue where ES5 object properties were being turned into ES6 object properties due to more lax unicode rules.
  • Fixed parsing of BigInt with lowercase e in them.

v4.6.12

Compare Source

  • Fixed subtree comparison code, making it see that [1,[2, 3]] is different from [1, 2, [3]]
  • Printing of unicode identifiers has been improved
TypeStrong/ts-node

v8.10.1

Compare Source

Fix

Fixes #​1026: revert the addition of package.json "exports" because it blocked require()s that used to work, for example require('ts-node/register') (#​1027)

v8.10.0

Compare Source

Added

Experimental support for native ECMAScript modules in node >=13 (#​1007, #​1010)

v8.9.1

Compare Source

Fixed

Fix --interactive / -i flag so it forces REPL even when stdin is not a TTY (#​1019)

v8.9.0

Compare Source

Fixed

Fix failing tests caused by recent changes to @​types/node (#​1016)
Fix #​945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#​1015) @​addaleax
Fix #​1004: in --scriptMode, resolve config file relative to realpath of entrypoint script (#​1009)
Normalized filenames in cache to fix performance issues on Windows (#​997) @​sylc

Added

Add timestamps to debug logging (#​994) @​sylc

Docs

Improve coverage of the README (#​1000) @​KasparEtter
Change order of install commands in README (#​993) @​jacobdcastro
Mention ts-node -vv flag in issue template (#​1001)
Run GHActions tests on pull requests (#​1017)

palantir/tslint

v6.1.2

Compare Source

  • [bugfix] restore typings compatibility with TS < 3.8 (#​4933)
webpack/webpack

v4.43.0

Compare Source

Features

  • add module.hot.invalidate() to HMR API

Dependencies

  • push versions for forced security updates

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.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1965cb0 to 0ecd35a Compare April 9, 2020 23:40
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 29d50c8 to fab9a87 Compare April 15, 2020 00:33
@hsubox76
Copy link
Contributor

Tests seem failing because of the upgrade to the firebase-functions dep. A dependency of firebase-functions (@types/express) had a type mismatch. It has been fixed 6 days ago and hopefully firebase-functions will be updated with the fixed dep version soon.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from fab9a87 to d54dcbb Compare April 15, 2020 17:33
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fffec94 to 91b8098 Compare April 21, 2020 17:53
@renovate-bot renovate-bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Apr 21, 2020
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 91b8098 to 00ae9ad Compare April 21, 2020 21:53
@renovate-bot renovate-bot requested a review from zwu52 as a code owner April 21, 2020 21:53
@renovate-bot renovate-bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Apr 21, 2020
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 71326c3 to f8ca931 Compare April 28, 2020 13:34
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7cda246 to a9298ae Compare May 2, 2020 07:42
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from a9298ae to f60fe19 Compare May 4, 2020 04:36
@Feiyang1 Feiyang1 merged commit 39013c9 into firebase:master May 4, 2020
@firebase firebase locked and limited conversation to collaborators Jun 4, 2020
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch September 1, 2023 11:39
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