Skip to content

Commit 2b11f10

Browse files
chore(deps-dev): bump webpack-dev-server from 5.2.2 to 5.2.4 (#991)
Co-authored-by: Michael Mok <pmmmwh@gmail.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74de749 commit 2b11f10

3 files changed

Lines changed: 322 additions & 124 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cache: yarn
5252
node-version: ${{ matrix.node-version }}
5353
- name: Install Dependencies
54-
run: yarn install --frozen-lockfile
54+
run: yarn install --frozen-lockfile${{ matrix.node-version == '18' && ' --ignore-engines' || '' }}
5555
- name: Run Tests
5656
run: yarn test --testPathIgnorePatterns conformance
5757
env:
@@ -80,7 +80,7 @@ jobs:
8080
cache: yarn
8181
node-version: ${{ matrix.node-version }}
8282
- name: Install Dependencies
83-
run: yarn install --frozen-lockfile
83+
run: yarn install --frozen-lockfile${{ matrix.node-version == '18' && ' --ignore-engines' || '' }}
8484
- name: Disable AppArmor
8585
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
8686
- name: Run Conformance Tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"typescript": "~5.9.3",
105105
"webpack": "^5.104.1",
106106
"webpack-cli": "^6.0.1",
107-
"webpack-dev-server": "^5.0.4",
107+
"webpack-dev-server": "^5.2.4",
108108
"webpack-dev-server-v4": "npm:webpack-dev-server@^4.8.0",
109109
"webpack-hot-middleware": "^2.26.1",
110110
"webpack-plugin-serve": "^1.6.0",

0 commit comments

Comments
 (0)