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

fix(deps): update all non-major dependencies #221

Merged
merged 1 commit into from
Feb 3, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2020

This PR contains the following updates:

Package Type Update Change
@octokit/rest dependencies minor 16.37.0 -> 16.43.0
@types/eslint dependencies patch 6.1.3 -> 6.1.7
@types/js-yaml dependencies patch 3.12.1 -> 3.12.2
@types/node devDependencies patch 12.12.25 -> 12.12.26
@typescript-eslint/eslint-plugin devDependencies minor 2.16.0 -> 2.18.0
@typescript-eslint/parser devDependencies minor 2.16.0 -> 2.18.0
axios dependencies patch 0.19.1 -> 0.19.2
codecov devDependencies patch 3.6.1 -> 3.6.4
eslint-config-prettier devDependencies minor 6.9.0 -> 6.10.0
rimraf devDependencies patch 3.0.0 -> 3.0.1
semantic-release devDependencies patch 16.0.2 -> 16.0.4
semver dependencies patch 7.1.1 -> 7.1.2
simple-git dependencies minor 1.130.0 -> 1.131.0
ts-jest (source) devDependencies minor 25.0.0 -> 25.1.0

Release Notes

octokit/rest.js

v16.43.0

Compare Source

Features

v16.42.2

Compare Source

Bug Fixes

v16.42.1

Compare Source

Bug Fixes
  • do not throw if using deprecated Octokit default export without options (dec7334)

v16.42.0

Compare Source

Features
  • deprecate const Octokit = require("@​octokit/rest") in favor of const { Octokit } = require("@​octokit/rest") (bbc3e48)

v16.41.2

Compare Source

Bug Fixes

v16.41.1

Compare Source

Bug Fixes

v16.41.0

Compare Source

Features
  • typescript: types for latest Action endpoint methods (#​1567) (0758d61)

v16.40.2

Compare Source

Bug Fixes
  • typescript: new auth strategy options (0c7b109)

v16.40.1

Compare Source

Bug Fixes

v16.40.0

Compare Source

Features
  • Actions endpoint methdos (a706b0d)

v16.39.0

Compare Source

Features
  • accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation (3caa24a)

v16.38.3

Compare Source

Bug Fixes

v16.38.2

Compare Source

Bug Fixes
  • everest preview graduated (441c452)
  • add .endpoint() method to all deprecated endpoint methods (9701151)
  • bring back octokit.teams.removeMember() (d439ca7)
  • bring back `octokit.teams.removeMembership() (dadfe9a)
  • correct deprecation message for octokit.apps.* OAuth authorization methods' (5f5e62e)

v16.38.1

Compare Source

Bug Fixes
  • typescript: authStrategy key in Octokit constructor options (fb19f11)

v16.38.0

Compare Source

Features

  • All authentication strategies from @octokit/auth are now supported. Setting auth to an object or a basic authentication string is now deprecated and will be removed in v17 (4573ee2)
typescript-eslint/typescript-eslint

v2.18.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.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
axios/axios

v0.19.2

Compare Source

codecov/codecov-node

v3.6.4

Compare Source

Fix for Cirrus CI

v3.6.3

Compare Source

AWS Codebuild fixes + package updates

v3.6.2

Compare Source

command line args sanitised

prettier/eslint-config-prettier

v6.10.0

Compare Source

  • Added: [@​typescript-eslint/comma-spacing]. Thanks to Thanks to Masafumi
    Koba (@​ybiquitous)!!
isaacs/rimraf

v3.0.1

Compare Source

semantic-release/semantic-release

v16.0.4

Compare Source

Bug Fixes
  • correct error when remote repository has no branches (c6b1076)

v16.0.3

Compare Source

Bug Fixes
  • use --no-verify when testing the Git permissions (b54b20d)
npm/node-semver

v7.1.2

Compare Source

steveukx/git-js

v1.131.0

Compare Source

kulshekhar/ts-jest

v25.1.0

Compare Source

Bug Fixes
  • jest 25 type definitions (ba82a9e)

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, or if you tick the rebase/retry checkbox below.

👻 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
Copy link
Contributor Author

renovate bot commented Jan 27, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@prokopsimek
Copy link
Member

prokopsimek commented Jan 27, 2020

DX Scanner Report DXScanner.io

https://github.com/DXHeroes/dx-scanner

⚠️ Improvements with medium impact

Break down large pull requests into smaller ones

Large pull request are hard to code review and it reduces the probability of finding bugs. Split your PRs into logical units. Do not have PR with more than 1000 changes. https://medium.com/@hugooodias/the-anatomy-of-a-perfect-pull-request-567382bb6067

Solve Issues Continuously

Do not have an open Issues more than 60 days. Solve Issues continuously. https://hackernoon.com/45-github-issues-dos-and-donts-dfec9ab4b612

Update Dependencies of Minor and Patch Level

Keep the dependencies updated to eliminate security concerns and compatibility issues. Use, for example, npm-check-updates. https://github.com/tjunnone/npm-check-updates

Name New Current
@types/node 13.7.0 12.12.26

Impact changed from high to medium.

🔔 Improvements with minor impact

Write Commit Messages by Convention

https://www.conventionalcommits.org/

Commit Message Problems
fix: Kotlin reintegration to Java practices & test fixes subject must not be sentence-case, start-case, pascal-case, upper-case
feat(core): CLI changed to multi-command subject must not be sentence-case, start-case, pascal-case, upper-case
                                                                  |                                                                        
  • small cleanup |
    |
    BREAKING CHANGE: now exists commands such as init, practices and run |
Update Dependencies of Major Level

Keep the dependencies updated to have all possible features. Use, for example, npm-check-updates. https://github.com/tjunnone/npm-check-updates

Name New Current
bitbucket 2.0.0 1.17.1
@semantic-release/changelog 5.0.0 3.0.6
@semantic-release/git 9.0.0 8.0.0
@types/node 13.7.0 12.12.26
semantic-release 17.0.2 16.0.4
Use a JS Logging Library

Use a logging library to avoid errors and even cyber attacks. The most widely used logging library in the JavaScript community is Winston. https://www.npmjs.com/package/winston/


Implementation is not adoption.
We can help you with both. :-)
dxheroes.io

Found a bug? Please report.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 311e894 to 97b1eb7 Compare January 27, 2020 15:48
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jan 27, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 068c999 to 57b542a Compare January 27, 2020 16:11
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 27, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b240ea4 to 610d740 Compare January 28, 2020 08:43
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jan 28, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 610d740 to be919c9 Compare January 28, 2020 09:54
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 28, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eef4afc to 47bc5c6 Compare January 28, 2020 15:45
@prokopsimek prokopsimek force-pushed the master branch 2 times, most recently from 96cc3e2 to 21c539b Compare January 28, 2020 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0075a11 to 01603f9 Compare February 2, 2020 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c6ca4b4 to 53a7f1f Compare February 3, 2020 07:55
@prokopsimek prokopsimek force-pushed the renovate/all-minor-patch branch from 53a7f1f to e52a5c2 Compare February 3, 2020 10:04
@codecov-io
Copy link

Codecov Report

Merging #221 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #221      +/-   ##
==========================================
- Coverage   90.39%   90.37%   -0.03%     
==========================================
  Files         169      169              
  Lines        3666     3666              
  Branches      597      597              
==========================================
- Hits         3314     3313       -1     
- Misses        352      353       +1
Impacted Files Coverage Δ
src/scanner/Scanner.ts 87.66% <0%> (-0.65%) ⬇️

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 75e3fe0...e52a5c2. Read the comment docs.

@renovate renovate bot merged commit 046576a into master Feb 3, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch February 3, 2020 11:44
@prokopsimek
Copy link
Member

🎉 This PR is included in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants