Skip to content

Update all non-major dependencies #2441

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
Mar 9, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 13, 2019

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.7.7 -> 7.8.7
@babel/preset-env (source) devDependencies minor 7.7.7 -> 7.8.7
@types/chai devDependencies patch 4.2.7 -> 4.2.10
@types/long devDependencies patch 4.0.0 -> 4.0.1
@types/mocha devDependencies patch 7.0.1 -> 7.0.2
@types/sinon devDependencies patch 7.5.1 -> 7.5.2
@typescript-eslint/eslint-plugin devDependencies minor 2.15.0 -> 2.23.0
@typescript-eslint/eslint-plugin-tslint devDependencies minor 2.15.0 -> 2.23.0
@typescript-eslint/parser devDependencies minor 2.15.0 -> 2.23.0
core-js dependencies patch 3.6.2 -> 3.6.4
dependency-graph devDependencies minor 0.8.1 -> 0.9.0
eslint-plugin-import devDependencies minor 2.19.1 -> 2.20.1
firebase-admin (source) dependencies patch 8.9.0 -> 8.9.2
firebase-tools devDependencies minor 7.11.0 -> 7.14.0
http-server devDependencies patch 0.12.0 -> 0.12.1
husky devDependencies patch 4.2.1 -> 4.2.3
inquirer devDependencies patch 7.0.2 -> 7.0.6
karma-firefox-launcher devDependencies minor 1.2.0 -> 1.3.0
karma-summary-reporter devDependencies patch 1.7.1 -> 1.7.2
mocha (source) devDependencies minor 7.0.1 -> 7.1.0
request dependencies patch 2.88.0 -> 2.88.2
rollup (source) devDependencies minor 1.28.0 -> 1.32.1
rollup-plugin-terser devDependencies minor 5.1.3 -> 5.2.0
rollup-plugin-typescript2 devDependencies minor 0.25.3 -> 0.26.0
semver devDependencies patch 7.1.1 -> 7.1.3
simple-git devDependencies minor 1.129.0 -> 1.131.0
sinon-chai devDependencies minor 3.4.0 -> 3.5.0
ts-essentials devDependencies patch 6.0.1 -> 6.0.2
ts-node devDependencies minor 8.5.4 -> 8.6.2
tslib (source) dependencies minor 1.10.0 -> 1.11.1
typedoc (source) devDependencies minor 0.15.6 -> 0.16.11
webpack devDependencies minor 4.41.5 -> 4.42.0
webpack-cli devDependencies patch 3.3.10 -> 3.3.11
yargs (source) devDependencies minor 15.1.0 -> 15.3.0

Release Notes

babel/babel

v7.8.7

Compare Source

🐛 Bug Fix
🏠 Internal

v7.8.6

Compare Source

👓 Spec Compliance
  • babel-helper-module-transforms, babel-helper-replace-supers, babel-plugin-transform-modules-commonjs
  • babel-parser
💥 Breaking Change
🚀 New Feature
  • babel-helper-create-regexp-features-plugin, babel-plugin-transform-classes, babel-plugin-transform-named-capturing-groups-regex, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-core, babel-generator, babel-plugin-external-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-async-to-generator, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
🏠 Internal

v7.8.4

Compare Source

⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

👓 Spec Compliance
🐛 Bug Fix
  • babel-cli
  • babel-compat-data
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-typeof-symbol, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-parameters
  • babel-plugin-transform-for-of
  • babel-compat-data, babel-preset-env
  • babel-generator
  • babel-helper-compilation-targets
💅 Polish
  • babel-core
    • #​10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@​JLHwung)
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
  • babel-parser
    • #​11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@​3cp)

v7.8.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-preset-env-standalone, babel-standalone
  • babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-object-rest-spread, babel-plugin-syntax-async-generators, babel-plugin-syntax-bigint, babel-plugin-syntax-dynamic-import, babel-plugin-syntax-json-strings, babel-plugin-syntax-nullish-coalescing-operator, babel-plugin-syntax-object-rest-spread, babel-plugin-syntax-optional-catch-binding, babel-plugin-syntax-optional-chaining, babel-plugin-transform-flow-strip-types, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-react-constant-elements, babel-preset-env-standalone, babel-preset-env, babel-standalone
↩️ Revert

v7.8.0

Compare Source

👓 Spec Compliance
  • babel-parser
  • babel-plugin-proposal-numeric-separator
  • babel-generator, babel-parser, babel-plugin-proposal-private-methods
💥 Breaking Change
🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
↩️ Revert
typescript-eslint/typescript-eslint

v2.23.0

Compare Source

Bug Fixes
Features

v2.22.0

Compare Source

Bug Fixes
Features

v2.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-types] add option extendDefaults (#​1379) (ae7f7c5)
  • eslint-plugin: [default-param-last] handle param props (#​1650) (3534c6e)
  • eslint-plugin: [no-implied-eval] correct logic for ts3.8 (#​1652) (33e3e6f)
Features
  • eslint-plugin: [explicit-member-accessibility] autofix no-public (#​1548) (dd233b5)
  • eslint-plugin: [typedef] add variable-declaration-ignore-function (#​1578) (fc0a55e)
  • eslint-plugin: add new no-base-to-string rule (#​1522) (8333d41)
  • eslint-plugin: add prefer-readonly-parameters (#​1513) (3be9854)
  • eslint-plugin: additional annotation spacing rules for va… (#​1496) (b097245)

v2.20.0

Compare Source

Bug Fixes
  • eslint-plugin: [embt] ignore JSX callbacks (#​1630) (4d45b33)
  • eslint-plugin: [no-floating-promises] handle finally callback (#​1620) (1aa7135)
  • eslint-plugin: [typedef] allow array/object destructuring in for/of (#​1570) (660bace)
  • typescript-estree: process.stdout can be undefined (#​1619) (0d8e87e)
Features

v2.19.2

Compare Source

Features
  • eslint-plugin: [ban-types] allow banning null and undefined (#​821) (0b2b887)
  • eslint-plugin: [strict-boolean-expressions] refactor, add clearer error messages (#​1480) (db4b530)

2.19.2 (2020-02-10)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

2.19.1 (2020-02-10)

Bug Fixes
  • eslint-plugin: [unbound-method] blacklist a few unbound natives (#​1562) (4670aab)
  • typescript-estree: ts returning wrong file with project references (#​1575) (4c12dac)

v2.19.1

Compare Source

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v2.19.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [no-extra-non-null-assert] add fixer (#​1468) (54201ab)
  • eslint-plugin: [no-float-prom] fixer + msg for ignoreVoid (#​1473) (159b16e)
  • eslint-plugin: [unbound-method] support bound builtins (#​1526) (0a110eb)
  • eslint-plugin: add extension no-dupe-class-members (b22424e)
  • eslint-plugin: add no-unnecessary-boolean-literal-compare (#​242) (6bebb1d)
  • eslint-plugin: add switch-exhaustiveness-check rule (#​972) (9e0f6dd)
  • eslint-plugin: support negative matches for filter (#​1517) (b24fbe8)

v2.18.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [no-extra-non-null-assert] add fixer (#​1468) (54201ab)
  • eslint-plugin: [no-float-prom] fixer + msg for ignoreVoid (#​1473) (159b16e)
  • eslint-plugin: [unbound-method] support bound builtins (#​1526) (0a110eb)
  • eslint-plugin: add extension no-dupe-class-members (b22424e)
  • eslint-plugin: add no-unnecessary-boolean-literal-compare (#​242) (6bebb1d)
  • eslint-plugin: add switch-exhaustiveness-check rule (#​972) (9e0f6dd)
  • eslint-plugin: support negative matches for filter (#​1517) (b24fbe8)

v2.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] false positive for returned fns (#​1490) (5562ad5)
  • improve token types and add missing type guards (#​1497) (ce41d7d)
  • eslint-plugin: [naming-convention] fix filter option (#​1482) (718cd88)
  • eslint-plugin: fix property access on undefined error (#​1507) (d89e8e8)
  • experimental-utils: widen type of settings property (#​1527) (b515e47)
  • typescript-estree: error on unexpected jsdoc nodes (#​1525) (c8dfac3)
  • typescript-estree: fix identifier tokens typed as Keyword (#​1487) (77a1caa)
Features

v2.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] handle empty array-pattern (#​1450) (4726605)
  • eslint-plugin: [unbound-method] handling of logical expr (#​1440) ([9c5b857]

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 17 times, most recently from 31005bf to 63dd684 Compare March 4, 2020 13:24
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a2a9f6b to c9f1621 Compare March 9, 2020 17:05
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from c9f1621 to 2d1b313 Compare March 9, 2020 17:22
@hsubox76 hsubox76 merged commit 2721503 into firebase:master Mar 9, 2020
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch March 9, 2020 18:59
@firebase firebase locked and limited conversation to collaborators Apr 9, 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