Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 5703c58

Browse files
authoredFeb 19, 2020
chore(deps): update (#365)
1 parent 521bff2 commit 5703c58

File tree

3 files changed

+3966
-2217
lines changed

3 files changed

+3966
-2217
lines changed
 

‎package-lock.json

+3,939-2,190
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@
4545
"schema-utils": "^2.5.0"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "^7.7.4",
49-
"@babel/core": "^7.7.4",
50-
"@babel/preset-env": "^7.7.4",
51-
"@commitlint/cli": "^8.2.0",
52-
"@commitlint/config-conventional": "^8.2.0",
53-
"@webpack-contrib/defaults": "^6.2.0",
48+
"@babel/cli": "^7.8.4",
49+
"@babel/core": "^7.8.4",
50+
"@babel/preset-env": "^7.8.4",
51+
"@commitlint/cli": "^8.3.5",
52+
"@commitlint/config-conventional": "^8.3.4",
53+
"@webpack-contrib/defaults": "^6.3.0",
5454
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
55-
"babel-jest": "^24.9.0",
56-
"commitlint-azure-pipelines-cli": "^1.0.2",
57-
"cross-env": "^6.0.3",
55+
"babel-jest": "^25.1.0",
56+
"commitlint-azure-pipelines-cli": "^1.0.3",
57+
"cross-env": "^7.0.0",
5858
"del": "^5.1.0",
5959
"del-cli": "^3.0.0",
60-
"eslint": "^6.7.1",
61-
"eslint-config-prettier": "^6.7.0",
62-
"eslint-plugin-import": "^2.18.2",
63-
"husky": "^3.1.0",
64-
"jest": "^24.9.0",
65-
"jest-junit": "^9.0.0",
66-
"lint-staged": "^9.4.3",
67-
"memfs": "^2.16.1",
60+
"eslint": "^6.8.0",
61+
"eslint-config-prettier": "^6.10.0",
62+
"eslint-plugin-import": "^2.20.1",
63+
"husky": "^4.2.3",
64+
"jest": "^25.1.0",
65+
"jest-junit": "^10.0.0",
66+
"lint-staged": "^10.0.7",
67+
"memfs": "^3.1.1",
6868
"memory-fs": "^0.5.0",
6969
"npm-run-all": "^4.1.5",
7070
"prettier": "^1.19.1",
71-
"standard-version": "^7.0.1",
72-
"url-loader": "^2.3.0",
73-
"webpack": "^4.41.2"
71+
"standard-version": "^7.1.0",
72+
"url-loader": "^3.0.0",
73+
"webpack": "^4.41.6"
7474
},
7575
"keywords": [
7676
"webpack"

‎test/__snapshots__/validate-options.test.js.snap

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`validate options should throw an error on the "context" option with "true" value 1`] = `
4-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
4+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
55
- options.context should be a string.
66
-> A custom file context (https://github.com/webpack-contrib/file-loader#context)."
77
`;
88

99
exports[`validate options should throw an error on the "emitFile" option with "true" value 1`] = `
10-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
10+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
1111
- options.emitFile should be a boolean.
1212
-> Enables/Disables emit files (https://github.com/webpack-contrib/file-loader#emitfile)."
1313
`;
1414

1515
exports[`validate options should throw an error on the "esModule" option with "true" value 1`] = `
16-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
16+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
1717
- options.esModule should be a boolean.
1818
-> By default, file-loader generates JS modules that use the ES modules syntax."
1919
`;
2020

2121
exports[`validate options should throw an error on the "name" option with "true" value 1`] = `
22-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
22+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
2323
- options.name should be one of these:
2424
string | function
2525
-> The filename template for the target file(s) (https://github.com/webpack-contrib/file-loader#name).
@@ -29,7 +29,7 @@ exports[`validate options should throw an error on the "name" option with "true"
2929
`;
3030

3131
exports[`validate options should throw an error on the "outputPath" option with "true" value 1`] = `
32-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
32+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
3333
- options.outputPath should be one of these:
3434
string | function
3535
-> A filesystem path where the target file(s) will be placed (https://github.com/webpack-contrib/file-loader#outputpath).
@@ -39,7 +39,7 @@ exports[`validate options should throw an error on the "outputPath" option with
3939
`;
4040

4141
exports[`validate options should throw an error on the "publicPath" option with "true" value 1`] = `
42-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
42+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
4343
- options.publicPath should be one of these:
4444
string | function
4545
-> A custom public path for the target file(s) (https://github.com/webpack-contrib/file-loader#publicpath).
@@ -49,7 +49,7 @@ exports[`validate options should throw an error on the "publicPath" option with
4949
`;
5050

5151
exports[`validate options should throw an error on the "regExp" option with "true" value 1`] = `
52-
"Invalid options object. File Loader has been initialised using an options object that does not match the API schema.
52+
"Invalid options object. File Loader has been initialized using an options object that does not match the API schema.
5353
- options.regExp should be one of these:
5454
string | RegExp
5555
-> A Regular Expression to one or many parts of the target file path. The capture groups can be reused in the name property using [N] placeholder (https://github.com/webpack-contrib/file-loader#regexp).

0 commit comments

Comments
 (0)
This repository has been archived.