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

@rushstack/eslint-plugin-packlets

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/eslint-plugin-packlets - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "0.3.4",
"tag": "@rushstack/eslint-plugin-packlets_v0.3.4",
"date": "Mon, 06 Dec 2021 16:08:32 GMT",
"comments": {
"patch": [
{
"comment": "Add support for ESLint v8"
}
]
}
},
{
"version": "0.3.3",

@@ -7,0 +19,0 @@ "tag": "@rushstack/eslint-plugin-packlets_v0.3.3",

9

CHANGELOG.md
# Change Log - @rushstack/eslint-plugin-packlets
This log was last generated on Wed, 27 Oct 2021 00:08:15 GMT and should not be manually modified.
This log was last generated on Mon, 06 Dec 2021 16:08:32 GMT and should not be manually modified.
## 0.3.4
Mon, 06 Dec 2021 16:08:32 GMT
### Patches
- Add support for ESLint v8
## 0.3.3

@@ -6,0 +13,0 @@ Wed, 27 Oct 2021 00:08:15 GMT

@@ -22,2 +22,3 @@ "use strict";

description: 'Check for circular dependencies between packlets',
// Deprecated in ESLint v8; Keep for backwards compatibility
category: 'Best Practices',

@@ -24,0 +25,0 @@ recommended: 'warn',

@@ -35,2 +35,3 @@ "use strict";

description: 'Check that file paths and imports follow the basic mechanics for the packlet formalism',
// Deprecated in ESLint v8; Keep for backwards compatibility
category: 'Best Practices',

@@ -37,0 +38,0 @@ recommended: 'warn',

@@ -52,2 +52,3 @@ "use strict";

description: 'Require each packlet folder to have a README.md file summarizing its purpose and usage',
// Deprecated in ESLint v8; Keep for backwards compatibility
category: 'Best Practices',

@@ -54,0 +55,0 @@ // Too strict to be recommended in the default configuration

20

package.json
{
"name": "@rushstack/eslint-plugin-packlets",
"version": "0.3.3",
"version": "0.3.4",
"description": "A lightweight alternative to NPM packages for organizing source files within a single project",

@@ -22,17 +22,17 @@ "license": "MIT",

"@rushstack/tree-pattern": "0.2.2",
"@typescript-eslint/experimental-utils": "~4.31.2"
"@typescript-eslint/experimental-utils": "~5.3.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@rushstack/heft": "0.41.6",
"@rushstack/heft-node-rig": "1.2.25",
"@types/eslint": "7.2.0",
"@types/estree": "0.0.44",
"@rushstack/heft": "0.42.3",
"@rushstack/heft-node-rig": "1.2.32",
"@types/eslint": "8.2.0",
"@types/estree": "0.0.50",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24",
"@typescript-eslint/parser": "~4.31.2",
"@typescript-eslint/typescript-estree": "~4.31.2",
"eslint": "~7.30.0",
"@typescript-eslint/parser": "~5.3.0",
"@typescript-eslint/typescript-estree": "~5.3.0",
"eslint": "~8.3.0",
"typescript": "~4.4.2"

@@ -39,0 +39,0 @@ },

@@ -146,3 +146,3 @@ # @rushstack/eslint-plugin-packlets

"@rushstack/eslint-config/profile/node",
"@rushstack/eslint-config/profile/mixins/packlets" // <--- ADD THIS
"@rushstack/eslint-config/mixins/packlets" // <--- ADD THIS
],

@@ -175,3 +175,3 @@ parserOptions: { tsconfigRootDir: __dirname }

"@rushstack/eslint-config/profile/node",
"@rushstack/eslint-config/profile/mixins/packlets"
"@rushstack/eslint-config/mixins/packlets"
],

@@ -178,0 +178,0 @@ parserOptions: { tsconfigRootDir: __dirname },

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

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