Skip to content

Commit f1cb666

Browse files
authored
Merge branch 'master' into issue-2843/refactor-e2e-tests-from-puppeter-to-playwright
2 parents 0ecb064 + 2343ca0 commit f1cb666

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
"noselect",
7070
"rgba",
7171
"longpaths"
72+
"noselect",
73+
"commitlint"
7274
],
7375
"ignorePaths": [
7476
"CHANGELOG.md",

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
lint-staged

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ CLI documentation: https://webpack.js.org/api/cli/.
190190
Made with ♥ by the webpack team.
191191
```
192192

193-
> **Note**
193+
> [!NOTE]
194194
>
195195
> _Detailed documentation for above options is available on this [link](https://webpack.js.org/configuration/dev-server/)._
196196

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"execa": "^5.1.1",
111111
"html-webpack-plugin": "^5.5.3",
112112
"http-proxy": "^1.18.1",
113-
"husky": "^9.0.10",
113+
"husky": "^9.1.3",
114114
"jest": "^29.5.0",
115115
"jest-environment-jsdom": "^29.5.0",
116116
"jest-mock": "^29.7.0",

0 commit comments

Comments
 (0)