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

Merged
merged 1 commit into from
May 26, 2020
Merged

chore(deps): update all dependencies #1556

merged 1 commit into from
May 26, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2020

This PR contains the following updates:

Package Type Update Change
@types/jest devDependencies patch 25.2.2 -> 25.2.3
@types/node devDependencies patch 10.17.21 -> 10.17.24
@typescript-eslint/eslint-plugin devDependencies minor 2.33.0 -> 2.34.0
@typescript-eslint/parser devDependencies minor 2.33.0 -> 2.34.0
codecov devDependencies minor 3.6.5 -> 3.7.0
eslint (source) devDependencies minor 7.0.0 -> 7.1.0
lerna devDependencies minor 3.21.0 -> 3.22.0
lint-staged devDependencies patch 10.2.2 -> 10.2.6
rollup (source) devDependencies patch 2.10.2 -> 2.10.9
typescript (source) devDependencies patch 3.9.2 -> 3.9.3

Release Notes

typescript-eslint/typescript-eslint

v2.34.0

Compare Source

Bug Fixes
  • typescript-estree: fix handling of range/loc removal (#​2028) (ce344d9)
Features
  • eslint-plugin: [no-invalid-void-type] allow union of void and allowInGenericTypeArguments (#​1960) (1bc105a)
  • eslint-plugin: [restrict-template-expressions] improve error message (#​1926) (1af59ba)
  • experimental-utils: add suggestion property for rule modules (#​2033) (f42a5b0)
codecov/codecov-node

v3.7.0

Compare Source

eslint/eslint

v7.1.0

Compare Source

lerna/lerna

v3.22.0

Compare Source

Bug Fixes
Features
okonet/lint-staged

v10.2.6

Compare Source

Bug Fixes
  • remove nanoid devDependency to remove ExperimentalWarning (#​874) (979da5d)

v10.2.5

Compare Source

Bug Fixes

v10.2.4

Compare Source

Bug Fixes

v10.2.3

Compare Source

Bug Fixes
rollup/rollup

v2.10.9

Compare Source

2020-05-24

Bug Fixes
  • Prevent invalid exports when facades are created (#​3590)
Pull Requests
  • #​3590: Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported (@​lukastaegert)

v2.10.8

Compare Source

2020-05-23

Bug Fixes
  • Fix issues when synthetic named exports are reexported as default exports (#​3586)
Pull Requests

v2.10.7

Compare Source

2020-05-22

Bug Fixes
  • Handle modules re-exporting namespaces without further own code (#​3576)
Pull Requests

v2.10.6

Compare Source

2020-05-22

Bug Fixes
  • Fix some issues around class fields (#​3580)
  • Prevent a maximum call stack error when a called entity references itself in its declaration (#​3581)
Pull Requests

v2.10.5

Compare Source

2020-05-19

Bug Fixes
  • Do not remove side-effects that may influence an included default export declaration when side-effects are disabled (#​3572)
Pull Requests
  • #​3572: Observe side-effects in files containing a default export declaration that reexports a variable (@​lukastaegert)

v2.10.4

Compare Source

2020-05-19

Bug Fixes
  • Tree-shake unused classes with fields unless there are side-effects in the field declaration (#​3569)
Pull Requests

v2.10.3

Compare Source

2020-05-18

Bug Fixes
  • Validate return value of sourcemapPathTransform option (#​3561)
Pull Requests
Microsoft/TypeScript

v3.9.3

Compare Source

This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.

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: "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 May 25, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@477131e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1556   +/-   ##
=========================================
  Coverage          ?   98.63%           
=========================================
  Files             ?      128           
  Lines             ?     3305           
  Branches          ?      761           
=========================================
  Hits              ?     3260           
  Misses            ?       41           
  Partials          ?        4           
Impacted Files Coverage Δ
packages/sdk-middleware-auth/src/existing-token.js 100.00% <0.00%> (ø)
packages/sdk-client/src/client.js 100.00% <0.00%> (ø)
packages/sdk-auth/src/constants.js 100.00% <0.00%> (ø)
packages/sync-actions/src/channels-actions.js 100.00% <0.00%> (ø)
packages/product-json-to-xlsx/src/map-values.js 100.00% <0.00%> (ø)
packages/csv-parser-price/src/main.js 97.22% <0.00%> (ø)
packages/sync-actions/src/customer-group.js 100.00% <0.00%> (ø)
packages/customer-groups-exporter/src/main.js 100.00% <0.00%> (ø)
...script-sdk/src/generated/shared/utils/uri-utils.ts 95.83% <0.00%> (ø)
packages/sync-actions/src/utils/common-actions.js 97.14% <0.00%> (ø)
... and 118 more

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 477131e...f55fa0f. Read the comment docs.

@daern91 daern91 requested a review from katmatt May 25, 2020 15:20
Copy link
Contributor

@katmatt katmatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@katmatt katmatt merged commit 6e9dff1 into master May 26, 2020
@katmatt katmatt deleted the renovate/all branch May 26, 2020 10:32
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