Skip to content

Commit

Permalink
chore: bump @npmcli/template-oss from 3.2.0 to 3.2.2 (#444)
Browse files Browse the repository at this point in the history
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.0 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.0...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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 5, 2022
1 parent 4907647 commit c837758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -7,6 +7,7 @@ const localConfigs = readdir(__dirname)
.map((file) => `./${file}`)

module.exports = {
root: true,
extends: [
'@npmcli',
...localConfigs,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/post-dependabot.yml
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
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.0",
"@npmcli/template-oss": "3.2.2",
"tap": "^16.0.0"
},
"license": "ISC",
Expand Down Expand Up @@ -52,7 +52,7 @@
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.0",
"version": "3.2.2",
"ciVersions": [
"10.0.0",
"10.x",
Expand Down

0 comments on commit c837758

Please sign in to comment.