Skip to content

Commit e26355b

Browse files
chore: deps update
1 parent f6101a4 commit e26355b

File tree

17 files changed

+942
-791
lines changed

17 files changed

+942
-791
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: npm run security
4848

4949
- name: Check commit message
50-
uses: wagoid/commitlint-github-action@v1
50+
uses: wagoid/commitlint-github-action@v4
5151

5252
test:
5353
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}

package-lock.json

Lines changed: 857 additions & 702 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"devDependencies": {
4848
"@babel/cli": "^7.14.5",
4949
"@babel/core": "^7.14.6",
50-
"@babel/preset-env": "^7.14.7",
51-
"@commitlint/cli": "^12.1.4",
52-
"@commitlint/config-conventional": "^12.1.4",
50+
"@babel/preset-env": "^7.14.9",
51+
"@commitlint/cli": "^13.1.0",
52+
"@commitlint/config-conventional": "^13.1.0",
5353
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
5454
"babel-eslint": "^10.1.0",
5555
"babel-jest": "^27.0.6",
@@ -58,20 +58,20 @@
5858
"css-loader": "^5.2.6",
5959
"del": "^6.0.0",
6060
"del-cli": "^4.0.0",
61-
"es-check": "5.2.3",
61+
"es-check": "^6.0.0",
6262
"eslint": "^7.30.0",
6363
"eslint-config-prettier": "^8.1.0",
6464
"eslint-plugin-import": "^2.23.4",
6565
"file-loader": "^6.2.0",
6666
"husky": "^7.0.0",
6767
"jest": "^27.0.6",
68-
"jsdom": "^16.5.1",
69-
"lint-staged": "^11.0.0",
68+
"jsdom": "^16.7.0",
69+
"lint-staged": "^11.1.1",
7070
"memfs": "^3.0.2",
7171
"npm-run-all": "^4.1.5",
7272
"prettier": "^2.3.2",
7373
"standard-version": "^9.3.0",
74-
"webpack": "^5.44.0",
74+
"webpack": "^5.48.0",
7575
"webpack-cli": "^4.7.2",
7676
"webpack-dev-server": "^3.11.2"
7777
},

test/cases/chunkFilename-fullhash/expected/webpack-5-importModule/async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
"use strict";
12
(self["webpackChunk"] = self["webpackChunk"] || []).push([[0],{
23

34
/***/ 2:
45
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
56

6-
"use strict";
77
__webpack_require__.r(__webpack_exports__);
88
// extracted by mini-css-extract-plugin
99

test/cases/chunkFilename-fullhash/expected/webpack-5/async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
"use strict";
12
(self["webpackChunk"] = self["webpackChunk"] || []).push([[0],{
23

34
/***/ 2:
45
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
56

6-
"use strict";
77
__webpack_require__.r(__webpack_exports__);
88
// extracted by mini-css-extract-plugin
99

test/cases/dependOn-multiple-files-per-entry/expected/entry1.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
(self["webpackChunk"] = self["webpackChunk"] || []).push([[1],[
23
/* 0 */,
34
/* 1 */,
@@ -6,7 +7,6 @@
67
/* 4 */
78
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
89

9-
"use strict";
1010
__webpack_require__.r(__webpack_exports__);
1111
/* harmony import */ var _styleB_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
1212

@@ -16,7 +16,6 @@ __webpack_require__.r(__webpack_exports__);
1616
/* 5 */
1717
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1818

19-
"use strict";
2019
__webpack_require__.r(__webpack_exports__);
2120
// extracted by mini-css-extract-plugin
2221

@@ -25,7 +24,6 @@ __webpack_require__.r(__webpack_exports__);
2524
/* 6 */
2625
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2726

28-
"use strict";
2927
__webpack_require__.r(__webpack_exports__);
3028
/* harmony import */ var _styleA_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7);
3129

@@ -35,16 +33,13 @@ __webpack_require__.r(__webpack_exports__);
3533
/* 7 */
3634
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3735

38-
"use strict";
3936
__webpack_require__.r(__webpack_exports__);
4037
// extracted by mini-css-extract-plugin
4138

4239

4340
/***/ })
4441
],
4542
/******/ __webpack_require__ => { // webpackRuntimeModules
46-
/******/ "use strict";
47-
/******/
4843
/******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
4944
/******/ var __webpack_exports__ = (__webpack_exec__(6), __webpack_exec__(4));
5045
/******/ }

test/cases/dependOn/expected/entry1.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
"use strict";
12
(self["webpackChunk"] = self["webpackChunk"] || []).push([[1],[
23
/* 0 */,
34
/* 1 */,
45
/* 2 */
56
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
67

7-
"use strict";
88
__webpack_require__.r(__webpack_exports__);
99
/* harmony import */ var _styleA_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
1010

@@ -14,16 +14,13 @@ __webpack_require__.r(__webpack_exports__);
1414
/* 3 */
1515
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1616

17-
"use strict";
1817
__webpack_require__.r(__webpack_exports__);
1918
// extracted by mini-css-extract-plugin
2019

2120

2221
/***/ })
2322
],
2423
/******/ __webpack_require__ => { // webpackRuntimeModules
25-
/******/ "use strict";
26-
/******/
2724
/******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
2825
/******/ var __webpack_exports__ = (__webpack_exec__(2));
2926
/******/ }

test/cases/devtool-source-map-from-loaders/expected/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cases/devtool-source-map/expected/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cases/es-named-export-output-module/expected/main.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/******/ "use strict";
21
/******/ var __webpack_modules__ = ([
32
/* 0 */,
43
/* 1 */

0 commit comments

Comments
 (0)