Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/eslint-patch

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-patch - npm Package Compare versions

Comparing version 1.10.4 to 1.10.5

12

CHANGELOG.json

@@ -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",

9

CHANGELOG.md
# 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

4

lib/eslint-bulk-suppressions/bulk-suppressions-patch.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc