-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Conversation
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
DX Scanner Reporthttps://github.com/DXHeroes/dx-scanner
|
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.
311e894
to
97b1eb7
Compare
068c999
to
57b542a
Compare
b240ea4
to
610d740
Compare
610d740
to
be919c9
Compare
eef4afc
to
47bc5c6
Compare
96cc3e2
to
21c539b
Compare
0075a11
to
01603f9
Compare
c6ca4b4
to
53a7f1f
Compare
53a7f1f
to
e52a5c2
Compare
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
🎉 This PR is included in version 2.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR contains the following updates:
16.37.0
->16.43.0
6.1.3
->6.1.7
3.12.1
->3.12.2
12.12.25
->12.12.26
2.16.0
->2.18.0
2.16.0
->2.18.0
0.19.1
->0.19.2
3.6.1
->3.6.4
6.9.0
->6.10.0
3.0.0
->3.0.1
16.0.2
->16.0.4
7.1.1
->7.1.2
1.130.0
->1.131.0
25.0.0
->25.1.0
Release Notes
octokit/rest.js
v16.43.0
Compare Source
Features
octokit.gitdata.*
,octokit.pullRequests.*
(#1585) (989afc1)v16.42.2
Compare Source
Bug Fixes
v16.42.1
Compare Source
Bug Fixes
v16.42.0
Compare Source
Features
const Octokit = require("@​octokit/rest")
in favor ofconst { Octokit } = require("@​octokit/rest")
(bbc3e48)v16.41.2
Compare Source
Bug Fixes
v16.41.1
Compare Source
Bug Fixes
since
parameter type is integer, not string (6285b6c)file
parameter is nodata
for.repos.uploadReleaseAsset()
(dc2cc51)v16.41.0
Compare Source
Features
v16.40.2
Compare Source
Bug Fixes
v16.40.1
Compare Source
Bug Fixes
v16.40.0
Compare Source
Features
v16.39.0
Compare Source
Features
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).endpoint()
method to all deprecated endpoint methods (9701151)octokit.teams.removeMember()
(d439ca7)octokit.apps.*
OAuth authorization methods' (5f5e62e)v16.38.1
Compare Source
Bug Fixes
authStrategy
key in Octokit constructor options (fb19f11)v16.38.0
Compare Source
Features
@octokit/auth
are now supported. Settingauth
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
settings
property (#1527) (b515e47)Keyword
(#1487) (77a1caa)Features
ban-ts-comment
rule (#1361) (2a83d13)prefer-ast-types-enum
(#1508) (c3d0a3a)v2.17.0
Compare Source
Bug Fixes
settings
property (#1527) (b515e47)Keyword
(#1487) (77a1caa)Features
ban-ts-comment
rule (#1361) (2a83d13)prefer-ast-types-enum
(#1508) (c3d0a3a)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
Koba (@ybiquitous)!!
isaacs/rimraf
v3.0.1
Compare Source
semantic-release/semantic-release
v16.0.4
Compare Source
Bug Fixes
v16.0.3
Compare Source
Bug Fixes
--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
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.