@rushstack/eslint-patch
Advanced tools
Comparing version 1.10.4 to 1.10.5
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.10.5", | ||
"tag": "@rushstack/eslint-patch_v1.10.5", | ||
"date": "Tue, 07 Jan 2025 16:11:06 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix a performance issue when locating \".eslint-bulk-suppressions.json\"." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.10.4", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/eslint-patch_v1.10.4", |
# Change Log - @rushstack/eslint-patch | ||
This log was last generated on Sat, 27 Jul 2024 00:10:27 GMT and should not be manually modified. | ||
This log was last generated on Tue, 07 Jan 2025 16:11:06 GMT and should not be manually modified. | ||
## 1.10.5 | ||
Tue, 07 Jan 2025 16:11:06 GMT | ||
### Patches | ||
- Fix a performance issue when locating ".eslint-bulk-suppressions.json". | ||
## 1.10.4 | ||
@@ -6,0 +13,0 @@ Sat, 27 Jul 2024 00:10:27 GMT |
@@ -115,3 +115,5 @@ "use strict"; | ||
if (cachedEslintrcFolderPath) { | ||
return cachedEslintrcFolderPath; | ||
// Need to cache this result into the intermediate paths | ||
eslintrcFolderPath = cachedEslintrcFolderPath; | ||
break; | ||
} | ||
@@ -118,0 +120,0 @@ pathsToCache.push(currentFolder); |
@@ -58,3 +58,3 @@ "use strict"; | ||
const stylishFormatter = await eslint.loadFormatter(); | ||
const formattedResults = stylishFormatter.format(results); | ||
const formattedResults = await Promise.resolve(stylishFormatter.format(results)); | ||
console.log(formattedResults); | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "@rushstack/eslint-patch", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"description": "Enhance ESLint with better support for large scale monorepos", | ||
@@ -29,5 +29,5 @@ "main": "lib/usage.js", | ||
"devDependencies": { | ||
"@rushstack/heft": "0.66.17", | ||
"@rushstack/heft-node-rig": "2.6.15", | ||
"@types/eslint": "8.2.0", | ||
"@rushstack/heft": "0.68.10", | ||
"@rushstack/heft-node-rig": "2.6.44", | ||
"@types/eslint": "8.56.10", | ||
"@types/node": "18.17.15", | ||
@@ -34,0 +34,0 @@ "@typescript-eslint/types": "~5.59.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255912
2341