@rushstack/eslint-plugin-packlets
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -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", |
# 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 |
{ | ||
"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
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
130428
1165
+ Added@eslint-community/eslint-utils@4.4.1(transitive)
+ Added@eslint-community/regexpp@4.12.1(transitive)
+ Added@eslint/eslintrc@2.1.4(transitive)
+ Added@eslint/js@8.57.1(transitive)
+ Added@humanwhocodes/config-array@0.13.0(transitive)
+ Added@humanwhocodes/module-importer@1.0.1(transitive)
+ Added@humanwhocodes/object-schema@2.0.3(transitive)
+ Added@typescript-eslint/experimental-utils@5.3.1(transitive)
+ Added@typescript-eslint/scope-manager@5.3.1(transitive)
+ Added@typescript-eslint/types@5.3.1(transitive)
+ Added@typescript-eslint/typescript-estree@5.3.1(transitive)
+ Added@typescript-eslint/visitor-keys@5.3.1(transitive)
+ Added@ungap/structured-clone@1.2.0(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedeslint@8.57.1(transitive)
+ Addedeslint-scope@7.2.2(transitive)
+ Addedeslint-visitor-keys@3.4.3(transitive)
+ Addedespree@9.6.1(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedglob-parent@6.0.2(transitive)
+ Addedgraphemer@1.4.0(transitive)
+ Addedis-path-inside@3.0.3(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removed@babel/code-frame@7.12.11(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/highlight@7.25.9(transitive)
- Removed@eslint/eslintrc@0.4.3(transitive)
- Removed@humanwhocodes/config-array@0.5.0(transitive)
- Removed@humanwhocodes/object-schema@1.2.1(transitive)
- Removed@typescript-eslint/experimental-utils@4.31.2(transitive)
- Removed@typescript-eslint/scope-manager@4.31.2(transitive)
- Removed@typescript-eslint/types@4.31.2(transitive)
- Removed@typescript-eslint/typescript-estree@4.31.2(transitive)
- Removed@typescript-eslint/visitor-keys@4.31.2(transitive)
- Removedacorn@7.4.1(transitive)
- Removedajv@8.17.1(transitive)
- Removedansi-colors@4.1.3(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedargparse@1.0.10(transitive)
- Removedastral-regex@2.0.0(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedemoji-regex@8.0.0(transitive)
- Removedenquirer@2.4.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedeslint@7.32.0(transitive)
- Removedeslint-utils@2.1.0(transitive)
- Removedeslint-visitor-keys@1.3.0(transitive)
- Removedespree@7.3.1(transitive)
- Removedesprima@4.0.1(transitive)
- Removedfast-uri@3.0.3(transitive)
- Removedfunctional-red-black-tree@1.0.1(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedignore@4.0.6(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedjson-schema-traverse@1.0.0(transitive)
- Removedlodash.truncate@4.4.2(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedprogress@2.0.3(transitive)
- Removedregexpp@3.2.0(transitive)
- Removedrequire-from-string@2.0.2(transitive)
- Removedslice-ansi@4.0.0(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedstring-width@4.2.3(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedtable@6.8.2(transitive)
- Removedv8-compile-cache@2.4.0(transitive)