Skip to content

Commit b2c8c4a

Browse files
chore: bump @npmcli/template-oss from 3.2.0 to 3.2.2 (npm#58)
* chore: bump @npmcli/template-oss from 3.2.0 to 3.2.2 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] <[email protected]> * chore: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gar <[email protected]>
1 parent 43893b6 commit b2c8c4a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const localConfigs = readdir(__dirname)
77
.map((file) => `./${file}`)
88

99
module.exports = {
10+
root: true,
1011
extends: [
1112
'@npmcli',
1213
...localConfigs,

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
git add .
4242
git commit -am "chore: postinstall for dependabot template-oss PR"
4343
git push
44+
npm run lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^3.0.1",
34-
"@npmcli/template-oss": "3.2.0",
34+
"@npmcli/template-oss": "3.2.2",
3535
"tap": "^16.0.1"
3636
},
3737
"dependencies": {
@@ -49,6 +49,6 @@
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "3.2.0"
52+
"version": "3.2.2"
5353
}
5454
}

0 commit comments

Comments
 (0)