Skip to content

Commit

Permalink
chore: bump @npmcli/template-oss from 3.2.1 to 3.2.2 (#84)
Browse files Browse the repository at this point in the history
* chore: bump @npmcli/template-oss from 3.2.1 to 3.2.2

Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/npm/template-oss/releases)
- [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
- [Commits](npm/template-oss@v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: "@npmcli/template-oss"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: post install for template-oss

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nlf <quitlahok@gmail.com>
  • Loading branch information
dependabot[bot] and nlf committed Apr 4, 2022
1 parent b2e2f7b commit f787fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
git add .
git commit -am "chore: postinstall for dependabot template-oss PR"
git push
npm run lint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.1",
"@npmcli/template-oss": "3.2.2",
"mutate-fs": "^2.1.1",
"tap": "^16.0.1"
},
Expand Down Expand Up @@ -56,6 +56,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.1"
"version": "3.2.2"
}
}

0 comments on commit f787fe8

Please sign in to comment.