Skip to content

Commit 0deb78e

Browse files
chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 (#37)
* chore: bump @npmcli/template-oss from 3.4.2 to 3.4.3 Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.4.2 to 3.4.3. - [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.4.2...v3.4.3) --- 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: npm team <[email protected]>
1 parent d2e3e99 commit 0deb78e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* This file is automatically added by @npmcli/template-oss. Do not edit. */
22

3+
'use strict'
4+
35
const { readdirSync: readdir } = require('fs')
46

57
const localConfigs = readdir(__dirname)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
},
5151
"devDependencies": {
5252
"@npmcli/eslint-config": "^3.0.1",
53-
"@npmcli/template-oss": "3.4.2",
53+
"@npmcli/template-oss": "3.4.3",
5454
"tap": "^16.0.1"
5555
},
5656
"engines": {
5757
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
5858
},
5959
"templateOSS": {
6060
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
61-
"version": "3.4.2"
61+
"version": "3.4.3"
6262
}
6363
}

0 commit comments

Comments
 (0)