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 non-major dependencies #50

Merged
merged 1 commit into from
Dec 6, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@averjs/core ^2.3.2 -> ^2.3.4 age adoption passing confidence
@types/fs-extra ^9.0.2 -> ^9.0.4 age adoption passing confidence
@types/lodash ^4.14.162 -> ^4.14.165 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.5.0 -> ^4.9.0 age adoption passing confidence
@typescript-eslint/parser ^4.5.0 -> ^4.9.0 age adoption passing confidence
codecov ^3.8.0 -> ^3.8.1 age adoption passing confidence
eslint (source) ^7.12.0 -> ^7.15.0 age adoption passing confidence
eslint-plugin-jest ^24.1.0 -> ^24.1.3 age adoption passing confidence
eslint-plugin-standard ^4.0.2 -> ^4.1.0 age adoption passing confidence
jest (source) ^26.6.1 -> ^26.6.3 age adoption passing confidence
rollup (source) ^2.32.1 -> ^2.34.2 age adoption passing confidence
rollup-plugin-typescript2 ^0.28.0 -> ^0.29.0 age adoption passing confidence
ts-jest (source) ^26.4.2 -> ^26.4.4 age adoption passing confidence
typescript (source) ^4.0.3 -> ^4.1.2 age adoption passing confidence

Release Notes

exreplay/aver.js

v2.3.4

Compare Source

🏠 Internal
Committers: 1

v2.3.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 1
typescript-eslint/typescript-eslint

v4.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#​2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#​2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#​2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#​2827) (050023a), closes #​2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#​2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#​2809) (fa68492), closes #​2804
  • typescript-estree: add default value for parserOptions.projectFolderIgnoreList and deduplicate resolved projects (#​2819) (bf904ec), closes #​2418 #​2814
Features

4.8.2 (2020-11-23)

Bug Fixes
  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#​2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#​2789) (50a46c6)

4.8.1 (2020-11-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positive when array predicate returns unknown (#​2772) (111c244)
  • typescript-estree: parseWithNodeMaps returning empty maps (#​2773) (3e4a0ed)

v4.8.2

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#​2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#​2789) (50a46c6)

v4.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positive when array predicate returns unknown (#​2772) (111c244)
  • typescript-estree: parseWithNodeMaps returning empty maps (#​2773) (3e4a0ed)

v4.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] remove fixer when the interface is within a global module declaration (#​2739) (2326238)
  • eslint-plugin: [no-unsafe-member-access] ignore MemberExpression's whose parents are either TSClassImplements or TSInterfaceHeritage (#​2753) (535db3b)
Features

v4.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] parenthesize ReadonlyArray fix (#​2747) (83385ac)
  • eslint-plugin: [no-extra-non-null-assertion] false positive with non-nullable computed key (#​2737) (e82698c)
Features

4.6.1 (2020-11-02)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] correct fixer for overloads in an object literal type (#​2708) (0763913)
  • eslint-plugin: [method-signature-style] don't auto-fix interfaces within namespaces (#​2678) (e012049)
  • eslint-plugin: [prefer-string-starts-ends-with] Check negative indices in the second position for slice (#​2696) (66e9c6e)
Features
codecov/codecov-node

v3.8.1

Compare Source

Fixes
  • #​246 Revert "Bump teeny-request from 6.0.1 to 7.0.0"
eslint/eslint

v7.15.0

Compare Source

v7.14.0

Compare Source

v7.13.0

Compare Source

  • 254e00f New: Configurable List Size For Per-Rule Performance Metrics (#​13812) (Bryan Mishkin)
  • 6c3c710 Docs: fix broken url in docs (#​13815) (SaintMalik)
  • 4a09149 Sponsors: Sync README with website (ESLint Jenkins)
  • fb6fcbf Docs: Fix reference to Code of Conduct (#​13797) (Tobias Nießen)
  • 1b89ebe Sponsors: Sync README with website (ESLint Jenkins)

v7.12.1

Compare Source

jest-community/eslint-plugin-jest

v24.1.3

Compare Source

Bug Fixes

v24.1.2

Compare Source

Bug Fixes

v24.1.1

Compare Source

Bug Fixes
  • improve support for it.each involving tagged template literals (#​701) (2341814)
standard/eslint-plugin-standard

v4.1.0

Compare Source

facebook/jest

v26.6.3

Compare Source

Fixes
  • [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#​10779)

v26.6.2

Compare Source

Features
  • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#​10659)
Fixes
  • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#​10536)
  • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#​10723)
  • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#​10747)
  • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#​10508)" (#​10766)
  • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#​10697)
  • [jest-config] Fix bug introduced in watch mode by PR #​10678 (#​10692)
  • [jest-config] Throw correct error for missing preset modules (#​10737)
  • [jest-resolve-dependencies] Resolve mocks as dependencies (#​10713)
  • [jest-runtime] Handle file URLs in dynamic imports (#​10744)
  • [jest-runtime, babel-jest] Pass more ESM options to @jest/transform (#​10752)
  • [jest-runtime] Properly inject extraGlobals into the runtime (#​10758)
  • [jest-transform] Link to ESM docs on syntax errors (#​10748)
Chore & Maintenance
  • [docs] Add docs for using mocks in TypeScript (#​10415)
  • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#​10739)
  • [examples] Update TypeScript example to show use of newer Jest types (#​10399)
  • [jest-cli] chore: standardize files and folder names (#​10698)
rollup/rollup

v2.34.2

Compare Source

2020-12-06

Bug Fixes
  • Revert pattern export change (#​3898)
Pull Requests

v2.34.1

Compare Source

2020-12-03

Bug Fixes
  • Avoid Node deprecation warning by using a pattern export for nested Rollup files (#​3896)
Pull Requests

v2.34.0

Compare Source

2020-11-29

Features
  • Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId (#​3867)
  • Allow adding an AMD id base path (#​3867)
Bug Fixes
  • Warn when using an constant AMD id in a code-splitting build (#​3867)
Pull Requests

v2.33.3

Compare Source

2020-11-18

Bug Fixes
  • Do not use .js extension when importing AMD files from a UMD bundle (#​3872)
Pull Requests

v2.33.2

Compare Source

2020-11-14

Bug Fixes
  • Fix an issue where statements were ignored after a conditional return in a labeled statement (#​3871)
Pull Requests

v2.33.1

Compare Source

2020-11-02

Bug Fixes
  • Add syntheticNamedExports to this.getModuleInfo to align with documentation (#​3847)
Pull Requests

v2.33.0

Compare Source

2020-11-01

Features
  • Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion (#​3841)
  • Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed (#​3841)
  • Add "this.getWatchFiles" function to plugin context to get the current set of watched files (#​3841)
Pull Requests
ezolenko/rollup-plugin-typescript2

v0.29.0

Compare Source

#​249 use compilerOptions.rootDir to filter files

kulshekhar/ts-jest

v26.4.4

Compare Source

Bug Fixes
Features

v26.4.3

Compare Source

Bug Fixes
Features
Microsoft/TypeScript

v4.1.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.0.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

@codecov-io
Copy link

codecov-io commented Oct 28, 2020

Codecov Report

Merging #50 (3805244) into development (d217292) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           development       #50   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files                1         1           
  Lines               40        40           
  Branches            17        18    +1     
=============================================
  Hits                40        40           

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 d217292...3805244. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from aca2888 to 5e87103 Compare November 4, 2020 06:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 33c3adc to 3dbe388 Compare November 12, 2020 14:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from dc6dc62 to 1a63453 Compare November 20, 2020 23:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 905ec30 to fd1fb1a Compare November 30, 2020 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7218df0 to eb24814 Compare December 6, 2020 06:48
@exreplay exreplay merged commit 9a9bb9a into development Dec 6, 2020
@exreplay exreplay deleted the renovate/all-minor-patch branch December 6, 2020 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants