Skip to content

Commit

Permalink
chore(package): up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 14, 2020
1 parent 0630f64 commit 5a200ab
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 504 deletions.
3 changes: 3 additions & 0 deletions lib/createInlinePluginCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ function createInlinePluginCreator(packages, multiContext) {
* @internal
*/
const analyzeCommits = async (pluginOptions, context) => {
const { logger } = context;

// Filter commits by directory.
commits = await getCommitsFiltered(cwd, dir, context.lastRelease.gitHead);
logger.log("filtered commits", JSON.stringify(commits, null, 2));

// Set context.commits so analyzeCommits does correct analysis.
context.commits = commits;
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"coveralls:push": "cat ./coverage/lcov.info | coveralls",
"_publish": "semantic-release",
"build": "echo 'There is no need for build && exit 0'",
"postupdate": "yarn && yarn build && yarn test",
"postupdate": "npx yarn-audit-fix && yarn build && yarn test",
"publish:beta": "npm publish --no-git-tag-version --tag beta"
},
"husky": {
Expand All @@ -54,26 +54,26 @@
"cosmiconfig": "^6.0.0",
"get-stream": "^5.1.0",
"git-log-parser": "^1.2.0",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"meow": "^7.0.1",
"promise-events": "^0.1.8",
"semantic-release": "^17.1.1",
"semver": "^7.3.2",
"signale": "^1.4.0",
"stream-buffers": "^3.0.2",
"tempy": "^0.5.0",
"execa": "^4.0.2"
"execa": "^4.0.3"
},
"devDependencies": {
"@commitlint/config-conventional": "^9.0.1",
"@commitlint/config-conventional": "^9.1.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"codeclimate-test-reporter": "^0.5.1",
"commitlint": "^9.0.1",
"commitlint": "^9.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"file-url": "^3.0.0",
Expand Down
Loading

0 comments on commit 5a200ab

Please sign in to comment.