Skip to content

Commit

Permalink
Chore: Update devDependencies (non-major)
Browse files Browse the repository at this point in the history
| datasource | package                                   | from   | to     |
| ---------- | ----------------------------------------- | ------ | ------ |
| npm        | @semantic-release/changelog               | 5.0.1  | 6.0.0  |
| npm        | @semantic-release/commit-analyzer         | 8.0.1  | 9.0.1  |
| npm        | @semantic-release/git                     | 9.0.1  | 10.0.0 |
| npm        | @semantic-release/github                  | 7.2.3  | 8.0.1  |
| npm        | @semantic-release/npm                     | 7.1.3  | 8.0.0  |
| npm        | @semantic-release/release-notes-generator | 9.0.3  | 10.0.2 |
| npm        | eslint-plugin-unicorn                     | 35.0.0 | 36.0.0 |
| npm        | semantic-release                          | 17.4.7 | 18.0.0 |
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 1, 2021
1 parent 29fe760 commit 5b1a6c3
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 80 deletions.
180 changes: 108 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@babel/runtime": "^7.15.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/lint": "^13.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/commit-analyzer": "^9.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^8.0.1",
"@semantic-release/npm": "^8.0.0",
"@semantic-release/release-notes-generator": "^10.0.2",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.4",
"chance": "^1.1.8",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-unicorn": "^36.0.0",
"fs-extra": "^10.0.0",
"husky": "^7.0.2",
"jscpd": "^3.3.26",
Expand All @@ -78,7 +78,7 @@
"mocha-junit-reporter": "^2.0.0",
"node-package-tester": "^1.1.21",
"nyc": "^15.1.0",
"semantic-release": "^17.4.7",
"semantic-release": "^18.0.0",
"semantic-release-telegram": "^1.2.14",
"uuid": "^8.3.2"
}
Expand Down

0 comments on commit 5b1a6c3

Please sign in to comment.