Skip to content

Commit 53eefda

Browse files
authored
Merge branch 'master' into issue-4630/replace-default-gateway
2 parents d533133 + 1ac78d0 commit 53eefda

File tree

7 files changed

+674
-653
lines changed

7 files changed

+674
-653
lines changed

.cspell.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"swiftshader",
6666
"hoge",
6767
"subsubcomain",
68-
"commitlint",
69-
"noselect"
68+
"commitlint"
7069
],
7170
"ignorePaths": [
7271
"CHANGELOG.md",

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ updates:
88
timezone: Europe/Berlin
99
open-pull-requests-limit: 10
1010
versioning-strategy: lockfile-only
11+
groups:
12+
dependencies:
13+
patterns:
14+
- "*"

.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: 664 additions & 646 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"sockjs": "^0.3.24",
7777
"spdy": "^4.0.2",
7878
"webpack-dev-middleware": "^7.1.0",
79-
"ws": "^8.16.0"
79+
"ws": "^8.18.0"
8080
},
8181
"devDependencies": {
8282
"@babel/cli": "^7.22.5",
@@ -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)