Skip to content

Commit f5f1f97

Browse files
chore: bump @npmcli/eslint-config from 5.1.0 to 6.0.1
Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 5.1.0 to 6.0.1. - [Release notes](https://github.com/npm/eslint-config/releases) - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md) - [Commits](npm/eslint-config@v5.1.0...v6.0.1) --- updated-dependencies: - dependency-name: "@npmcli/eslint-config" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ccf10d commit f5f1f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
],
6868
"devDependencies": {
6969
"@github/prettier-config": "0.0.6",
70-
"@npmcli/eslint-config": "^5.0.0",
70+
"@npmcli/eslint-config": "^6.0.1",
7171
"@npmcli/template-oss": "file:./",
7272
"eslint-config-prettier": "^9.1.0",
7373
"nock": "^14.0.6",

workspace/test-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
1616
},
1717
"devDependencies": {
18-
"@npmcli/eslint-config": "^5.0.0",
18+
"@npmcli/eslint-config": "^6.0.1",
1919
"@npmcli/template-oss": "file:../../",
2020
"tap": "^16.0.0"
2121
},

0 commit comments

Comments
 (0)