Comparing version 3.10.0 to 3.11.0-next.1596517397.04273ed3a521d95d3b330e649d0e9d24daf90a23
// Import | ||
import * as pathUtil from 'https://deno.land/std/node/path.ts' | ||
import ignorePatterns from 'https://unpkg.com/ignorepatterns@^4.9.0/edition-deno/index.ts' | ||
import ignorePatterns from 'https://unpkg.com/ignorepatterns@^4.10.0/edition-deno/index.ts' | ||
@@ -5,0 +5,0 @@ interface IgnoreOpts { |
# History | ||
## v3.11.0 2020 August 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.10.0 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "IgnoreFS", | ||
"name": "ignorefs", | ||
"version": "3.10.0", | ||
"version": "3.11.0-next.1596517397.04273ed3a521d95d3b330e649d0e9d24daf90a23", | ||
"description": "Ignore common and custom patterns of the file system", | ||
@@ -136,21 +136,21 @@ "homepage": "https://github.com/bevry/ignorefs", | ||
"dependencies": { | ||
"ignorepatterns": "^4.9.0" | ||
"ignorepatterns": "^4.10.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.13.0", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.8.0", | ||
"make-deno-edition": "^0.14.0", | ||
"kava": "^5.9.0", | ||
"make-deno-edition": "^0.15.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.11.0", | ||
"projectz": "^2.12.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.17.8", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^2.6.0" | ||
"valid-directory": "^2.7.0" | ||
}, | ||
@@ -157,0 +157,0 @@ "scripts": { |
@@ -54,3 +54,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/ignorefs@^3.10.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/ignorefs@^3.11.0/edition-deno/index.ts' | ||
``` | ||
@@ -57,0 +57,0 @@ |
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
33105
1
Updatedignorepatterns@^4.10.0