Comparing version 1.0.1 to 2.0.0
# fake-tag changelog | ||
## 2.0.0 | ||
### Major | ||
- Updated Node.js support from v8.10+ to v10+. This is mostly to do with dev dependencies and shouldn’t be a breaking change for the published package. | ||
- Updated dev dependencies, some of which only support Node.js v10+. | ||
- Use [`coverage-node`](https://npm.im/coverage-node) for test code coverage. | ||
### Minor | ||
- Setup [GitHub Sponsors funding](https://github.com/sponsors/jaydenseric): | ||
- Added `.github/funding.yml` to display a sponsor button in GitHub. | ||
- Added a `package.json` `funding` field to enable npm CLI funding features. | ||
### Patch | ||
- Removed the now redundant [`eslint-plugin-import-order-alphabetical`](https://npm.im/eslint-plugin-import-order-alphabetical) dev dependency. | ||
- Use strict mode for scripts. | ||
- In CI, additionally test macOS as well as Node.js v10 and v13. | ||
## 1.0.1 | ||
@@ -4,0 +24,0 @@ |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
module.exports = function() { | ||
@@ -2,0 +4,0 @@ var tagArgs = arguments |
{ | ||
"name": "fake-tag", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "A fake template literal tag to trick syntax highlighters, linters and formatters into action.", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"bugs": "https://github.com/jaydenseric/fake-tag/issues", | ||
"funding": "https://github.com/sponsors/jaydenseric", | ||
"keywords": [ | ||
@@ -29,17 +30,17 @@ "es6", | ||
"engines": { | ||
"node": ">=8.10" | ||
"node": ">=10" | ||
}, | ||
"browserslist": "> 0.2%, not dead, not OperaMini all", | ||
"devDependencies": { | ||
"eslint": "^6.6.0", | ||
"eslint-config-env": "^11.0.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"coverage-node": "^2.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-env": "^12.0.1", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-compat": "^3.3.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-import-order-alphabetical": "^1.0.0", | ||
"eslint-plugin-jsdoc": "^17.1.2", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-jsdoc": "^18.4.3", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"prettier": "^1.19.1", | ||
"test-director": "^1.0.0" | ||
"test-director": "^3.0.0" | ||
}, | ||
@@ -50,5 +51,5 @@ "scripts": { | ||
"test:prettier": "prettier '**/*.{json,yml,md}' -l", | ||
"test:api": "node test", | ||
"test:api": "coverage-node test", | ||
"prepublishOnly": "npm test" | ||
} | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
5565
9