diff --git a/.gitignore b/.gitignore index 1bbaa313810..3a349d29cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !**/.gitignore !/.commitlintrc.js +!/.eslint.config.js !/.eslintrc.js !/.eslintrc.local.* !/.git-blame-ignore-revs diff --git a/cli/.gitignore b/cli/.gitignore index a81a582422b..d0370134f59 100644 --- a/cli/.gitignore +++ b/cli/.gitignore @@ -4,6 +4,7 @@ /* !**/.gitignore +!/.eslint.config.js !/.eslintrc.js !/.eslintrc.local.* !/.git-blame-ignore-revs diff --git a/cli/package.json b/cli/package.json index eb45b6a53e9..c4b94de62a0 100644 --- a/cli/package.json +++ b/cli/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.2", + "@npmcli/template-oss": "4.24.3", "tap": "^21.0.0" }, "author": "GitHub Inc.", @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.2", + "version": "4.24.3", "content": "./scripts/template-oss" }, "files": [ diff --git a/package-lock.json b/package-lock.json index 672c24caaf8..732284a36a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.2", + "@npmcli/template-oss": "4.24.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -99,7 +99,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.2", + "@npmcli/template-oss": "4.24.3", "tap": "^21.0.0" }, "engines": { @@ -7960,9 +7960,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "4.24.2", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.24.2.tgz", - "integrity": "sha512-5EFuSo/9Ot/bokv4cJ6MSLHrGJhP55pXJdtaWLhSF0gFtH1JzIsGKnmGXLsLeBHT+l8Stto/NRNW3w2DMj5zzw==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.24.3.tgz", + "integrity": "sha512-aB2wTdcKDJE7dj6BLIq1QOLFxL40venGZ+V+jiBRArBwaBa4bcKN+XQMuxqshAGZs1rFFSuNKiqIsoqjXALlDQ==", "dev": true, "hasInstallScript": true, "license": "ISC", diff --git a/package.json b/package.json index 558356d4f4f..2279b00d0da 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@github/prettier-config": "^0.0.6", "@npmcli/eslint-config": "^5.0.0", - "@npmcli/template-oss": "4.24.2", + "@npmcli/template-oss": "4.24.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.0.0", @@ -105,7 +105,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.2", + "version": "4.24.3", "content": "./scripts/template-oss", "allowPaths": [ "cli-cache.json"