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

chore(deps): update all dependencies #1560

Merged
merged 1 commit into from
Jun 2, 2020
Merged

chore(deps): update all dependencies #1560

merged 1 commit into from
Jun 2, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2020

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.8.4 -> 7.10.1
@babel/core (source) devDependencies minor 7.9.6 -> 7.10.2
@babel/plugin-proposal-class-properties devDependencies minor 7.8.3 -> 7.10.1
@babel/plugin-proposal-export-default-from devDependencies minor 7.8.3 -> 7.10.1
@babel/plugin-proposal-export-namespace-from devDependencies minor 7.8.3 -> 7.10.1
@babel/plugin-proposal-nullish-coalescing-operator devDependencies minor 7.8.3 -> 7.10.1
@babel/plugin-proposal-object-rest-spread devDependencies minor 7.9.6 -> 7.10.1
@babel/plugin-proposal-optional-chaining devDependencies minor 7.9.0 -> 7.10.1
@babel/plugin-proposal-pipeline-operator devDependencies minor 7.8.3 -> 7.10.1
@babel/preset-env (source) devDependencies minor 7.9.6 -> 7.10.2
@babel/preset-flow devDependencies minor 7.9.0 -> 7.10.1
@babel/preset-typescript devDependencies minor 7.9.0 -> 7.10.1
@typescript-eslint/eslint-plugin devDependencies minor 3.0.1 -> 3.1.0
@typescript-eslint/parser devDependencies minor 3.0.1 -> 3.1.0
eslint-plugin-flowtype devDependencies patch 5.1.0 -> 5.1.3
eslint-plugin-jest devDependencies patch 23.13.1 -> 23.13.2
flow-bin (changelog) devDependencies minor 0.125.1 -> 0.126.0
jest-runner-eslint devDependencies minor 0.8.0 -> 0.9.0
lint-staged devDependencies patch 10.2.6 -> 10.2.7
rollup (source) devDependencies minor 2.10.9 -> 2.12.0
ts-jest (source) devDependencies minor 26.0.0 -> 26.1.0

Release Notes

babel/babel

v7.10.1

Compare Source

🐛 Bug Fix
🏠 Internal

v7.10.0

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-logical-assignment-operators
    • #​11370 logical-assignment: Do not assign names to anonymous functions (@​arku)
🚀 New Feature
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-optimise-call-expression, babel-helper-replace-supers, babel-parser, babel-plugin-proposal-class-properties
  • babel-standalone
  • babel-cli, babel-helper-create-class-features-plugin, babel-parser, babel-plugin-proposal-private-property-in-object, babel-types
  • babel-compat-data, babel-plugin-transform-template-literals, babel-plugin-transform-unicode-escapes, babel-preset-env, babel-standalone
  • babel-parser, babel-plugin-syntax-module-attributes, babel-standalone
  • babel-helper-compilation-targets, babel-preset-env
  • babel-cli
  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-spread, babel-traverse
  • babel-helpers, babel-plugin-transform-for-of, babel-preset-env
  • babel-parser
  • babel-plugin-transform-react-pure-annotations, babel-preset-react
  • babel-compat-data, babel-preset-env
🐛 Bug Fix
  • babel-traverse
  • babel-plugin-proposal-optional-chaining
  • babel-parser, babel-types
  • babel-plugin-transform-typescript
  • babel-plugin-proposal-object-rest-spread
    • #​11550 fix(plugin-proposal-object-rest-spread): use computed memberExpression for literal keys (@​kitos)
  • babel-plugin-transform-runtime
  • babel-generator
💅 Polish
  • 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
🏠 Internal
  • Other
  • babel-parser
  • babel-core, babel-generator, babel-helper-compilation-targets, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-proposal-json-strings, babel-plugin-transform-block-scoping, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-systemjs, babel-plugin-transform-react-jsx-source, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types
🏃‍♀️ Performance
↩️ Revert
typescript-eslint/typescript-eslint

v3.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] don't check returned functions if parent function has return type (#​2084) (d7d4eeb)
  • eslint-plugin: [no-unnecessary-condition] handle comparison of any, unknown and loose comparisons with nullish values (#​2123) (1ae1d01)
  • eslint-plugin: [no-unnecessary-condition] improve optional chain handling (#​2111) (9ee399b)
  • eslint-plugin: [no-unnecessary-condition] improve optional chain handling 2 - electric boogaloo (#​2138) (c87cfaf)
  • eslint-plugin: [no-unused-expressions] ignore import expressions (#​2130) (e383691)
  • eslint-plugin: [no-var-requires] false negative for TSAsExpression and MemberExpression (#​2139) (df95338)
  • experimental-utils: downlevel type declarations for versions older than 3.8 (#​2133) (7925823)
Features
  • eslint-plugin: [ban-ts-comments] add "allow-with-description" option (#​2099) (8a0fd18)
  • eslint-plugin: [ban-types] allow selective disable of default options with false value (#​2137) (1cb8ca4)
  • eslint-plugin: [explicit-module-boundary-types] improve accuracy and coverage (#​2135) (caaa859)

3.0.2 (2020-05-27)

Bug Fixes

3.0.1 (2020-05-25)

Bug Fixes

v3.0.2

Compare Source

Bug Fixes
gajus/eslint-plugin-flowtype

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
  • check type annotation context (1ec503d)

v5.1.1

Compare Source

Bug Fixes
jest-community/eslint-plugin-jest

v23.13.2

Compare Source

Bug Fixes
flowtype/flow-bin

v0.126.0

Compare Source

jest-community/jest-runner-eslint

v0.9.0

Compare Source

okonet/lint-staged

v10.2.7

Compare Source

Bug Fixes
  • use machine output to avoid escaped and quoted filenames (ea80a3d)
rollup/rollup

v2.12.0

Compare Source

2020-05-31

Features
  • Add an option --waitForBundleInput to let the build wait until all entry point files are available before starting (#​3577)
Pull Requests

v2.11.2

Compare Source

2020-05-28

Bug Fixes
  • Include side-effects in the second argument of Array.from (#​3604)
Pull Requests

v2.11.1

Compare Source

2020-05-28

Bug Fixes
  • Also include side-effects in files that are marked as side-effect-free if they contain an included default export that is reexported (#​3602)
Pull Requests
  • #​3602: Handle side-effects next to side-effect-free default exports in case the default export is reexported (@​lukastaegert)

v2.11.0

Compare Source

2020-05-27

Features
  • Add basic support for optional chaining (#​3582)
  • Provide a normalized set of options with proper default values to buildStart and renderStart (#​3597)
  • Do not count adding properties to the prototype of an unused class as a side-effect (#​3598)
  • Support providing null for empty setters in SystemJS via option (#​3592)
Bug Fixes
  • Do not fail when using a /*#__PURE__*/ annotation inside a class field (#​3599)
  • Allow using --watch and --treeshake together with sub-options such as --watch.clearScreen on the command line (#​3597)
Pull Requests
kulshekhar/ts-jest

v26.1.0

Compare Source

Bug Fixes
Features
  • config: show a warning message when TypeScript target version doesn't match with recommended NodeJs version (#​1678) (085bdf5)
  • config: support multiple paths for pathsToModuleNameMapper (#​1690) (a727bd5)
  • support TypeScript 3.9 (#​1653) (fc3d5ad)

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Enabled.

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

@codecov
Copy link

codecov bot commented Jun 1, 2020

Codecov Report

Merging #1560 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1560   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files         128      128           
  Lines        3305     3305           
  Branches      761      761           
=======================================
  Hits         3260     3260           
  Misses         41       41           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3529d85...cd26dcc. Read the comment docs.

@daern91 daern91 merged commit caa8230 into master Jun 2, 2020
@daern91 daern91 deleted the renovate/all branch June 2, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants