Skip to content

Commit e4ba49a

Browse files
dependabot[bot]npm cli ops bot
andauthored
chore: bump @npmcli/template-oss from 3.2.0 to 3.2.1 (#143)
* chore: bump @npmcli/template-oss from 3.2.0 to 3.2.1 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.0 to 3.2.1. - [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.1) --- 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: postinstall for dependabot template-oss PR Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm cli ops bot <ops+npm-cli@npmjs.com>
1 parent fa7574a commit e4ba49a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@npmcli/config": "^4.0.1",
3535
"@npmcli/eslint-config": "^3.0.1",
36-
"@npmcli/template-oss": "3.2.0",
36+
"@npmcli/template-oss": "3.2.1",
3737
"tap": "^16.0.1"
3838
},
3939
"engines": {
@@ -60,6 +60,6 @@
6060
],
6161
"templateOSS": {
6262
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "3.2.0"
63+
"version": "3.2.1"
6464
}
6565
}

0 commit comments

Comments
 (0)