Skip to content

Commit

Permalink
fix(package): up deps, fix some vuls
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 5, 2021
1 parent ac6ebc5 commit d8905b0
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 586 deletions.
8 changes: 4 additions & 4 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ const cli = meow(
--sequential-init Avoid hypothetical concurrent initialization collisions.
--first-parent Apply commit filtering to current branch only.
--deps.bump Define deps version updating rule. Allowed: override, satisfy, inherit.
--deps.release Define release type for dependent package if any of its deps changes. Supported values: patch, minor, major, inherit.
--ignore-packages Packages' list to be ignored on bumping process
--deps.release Define release type for dependent package if any of its deps changes. Supported values: patch, minor, major, inherit.
--ignore-packages Packages' list to be ignored on bumping process
--help Help info.
Examples
$ multi-semantic-release --debug
$ multi-semantic-release --deps.bump=satisfy --deps.release=patch
$ multi-semantic-release --ignore-packages=packages/a/**,packages/b/**
$ multi-semantic-release --deps.bump=satisfy --deps.release=patch
$ multi-semantic-release --ignore-packages=packages/a/**,packages/b/**
`,
{
flags: {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
"dependencies": {
"blork": "^9.2.2",
"blork": "^9.3.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.3.1",
"detect-indent": "^6.0.0",
Expand All @@ -62,9 +62,9 @@
"git-log-parser": "^1.2.0",
"globby": "11.0.2",
"lodash": "^4.17.20",
"meow": "^8.1.0",
"meow": "^9.0.0",
"promise-events": "^0.2.2",
"semantic-release": "^17.3.0",
"semantic-release": "^17.3.7",
"semver": "^7.3.4",
"signale": "^1.4.0",
"stream-buffers": "^3.0.2",
Expand All @@ -75,15 +75,15 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.9",
"@semantic-release/npm": "^7.0.10",
"codeclimate-test-reporter": "^0.5.1",
"commitlint": "^11.0.0",
"coveralls": "^3.1.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"file-url": "^3.0.0",
"husky": "^4.3.6",
"husky": "^4.3.8",
"jest": "^26.6.3",
"prettier": "^2.2.1"
},
Expand Down
Loading

0 comments on commit d8905b0

Please sign in to comment.