Comparing version 3.15.0 to 3.16.0-next.1627508832.13cca5076a4c0d5aee33cc91e1363264fc6413c8
# History | ||
## v3.16.0 2021 July 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.15.0 2021 July 28 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "IgnoreFS", | ||
"name": "ignorefs", | ||
"version": "3.15.0", | ||
"version": "3.16.0-next.1627508832.13cca5076a4c0d5aee33cc91e1363264fc6413c8", | ||
"description": "Ignore common and custom patterns of the file system", | ||
@@ -84,3 +84,3 @@ "homepage": "https://github.com/bevry/ignorefs", | ||
{ | ||
"description": "TypeScript compiled against ES2019 for Node.js 10 || 12 || 14 with Require for modules", | ||
"description": "TypeScript compiled against ES2019 for Node.js 10 || 12 || 14 || 16 with Require for modules", | ||
"directory": "edition-es2019", | ||
@@ -95,3 +95,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14", | ||
"node": "10 || 12 || 14 || 16", | ||
"browsers": false | ||
@@ -101,3 +101,3 @@ } | ||
{ | ||
"description": "TypeScript compiled against ES2019 for Node.js 12 || 14 with Import for modules", | ||
"description": "TypeScript compiled against ES2019 for Node.js 12 || 14 || 16 with Import for modules", | ||
"directory": "edition-es2019-esm", | ||
@@ -112,3 +112,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "12 || 14", | ||
"node": "12 || 14 || 16", | ||
"browsers": false | ||
@@ -128,6 +128,6 @@ } | ||
"dependencies": { | ||
"ignorepatterns": "^4.14.0" | ||
"ignorepatterns": "^4.15.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.18.0", | ||
"@bevry/update-contributors": "^1.19.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.5", | ||
@@ -137,9 +137,9 @@ "@typescript-eslint/parser": "^4.28.5", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-bevry": "^3.25.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"kava": "^5.13.0", | ||
"kava": "^5.14.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.18.0", | ||
"projectz": "^2.19.0", | ||
"surge": "^0.23.0", | ||
@@ -146,0 +146,0 @@ "typedoc": "^0.21.4", |
@@ -57,4 +57,4 @@ <!-- TITLE/ --> | ||
<li><code>ignorefs</code> aliases <code>ignorefs/edition-es2019/index.js</code></li> | ||
<li><code>ignorefs/edition-es2019/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>ignorefs/edition-es2019-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
<li><code>ignorefs/edition-es2019/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 16 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>ignorefs/edition-es2019-esm/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 12 || 14 || 16 with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
@@ -61,0 +61,0 @@ <!-- /INSTALL --> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
31504
12
208
1
Updatedignorepatterns@^4.15.0