coffee-loader
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [2.0.0](https://github.com/webpack-contrib/coffee-loader/compare/v1.0.1...v2.0.0) (2020-12-22) | ||
### ⚠ BREAKING CHANGES | ||
* minimum supported webpack version is `5` | ||
### [1.0.1](https://github.com/webpack-contrib/coffee-loader/compare/v1.0.0...v1.0.1) (2020-10-09) | ||
@@ -7,0 +14,0 @@ |
@@ -8,6 +8,2 @@ "use strict"; | ||
var _schemaUtils = require("schema-utils"); | ||
var _loaderUtils = require("loader-utils"); | ||
var _coffeescript = _interopRequireDefault(require("coffeescript")); | ||
@@ -26,7 +22,3 @@ | ||
function loader(source) { | ||
const options = (0, _loaderUtils.getOptions)(this); | ||
(0, _schemaUtils.validate)(_options.default, options, { | ||
name: 'CoffeeScript Loader', | ||
baseDataPath: 'options' | ||
}); | ||
const options = this.getOptions(_options.default); | ||
const callback = this.async(); | ||
@@ -33,0 +25,0 @@ const useSourceMap = typeof options.sourceMap === 'boolean' ? options.sourceMap : this.sourceMap; |
{ | ||
"title": "Coffee Loader options", | ||
"type": "object", | ||
@@ -3,0 +4,0 @@ "description": "Options for CoffeeScript.", |
{ | ||
"name": "coffee-loader", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "coffee loader module for webpack", | ||
@@ -42,12 +42,8 @@ "license": "MIT", | ||
"coffeescript": ">= 2.0.0", | ||
"webpack": "^4.0.0 || ^5.0.0" | ||
"webpack": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"loader-utils": "^2.0.0", | ||
"schema-utils": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@commitlint/cli": "^11.0.0", | ||
@@ -57,18 +53,18 @@ "@commitlint/config-conventional": "^11.0.0", | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-jest": "^26.5.2", | ||
"babel-jest": "^26.6.3", | ||
"coffeescript": "^2.5.1", | ||
"cross-env": "^7.0.2", | ||
"cross-env": "^7.0.3", | ||
"del": "^6.0.0", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint": "^7.16.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"husky": "^4.3.0", | ||
"jest": "^26.5.2", | ||
"lint-staged": "^10.4.0", | ||
"husky": "^4.3.6", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.3", | ||
"memfs": "^3.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.1.2", | ||
"prettier": "^2.2.1", | ||
"standard-version": "^9.0.0", | ||
"webpack": "^4.44.2" | ||
"webpack": "^5.11.0" | ||
}, | ||
@@ -75,0 +71,0 @@ "keywords": [ |
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
2
11586
59
- Removedloader-utils@^2.0.0
- Removedschema-utils@^3.0.0
- Removedbig.js@5.2.2(transitive)
- Removedemojis-list@3.0.0(transitive)
- Removedjson5@2.2.3(transitive)
- Removedloader-utils@2.0.4(transitive)