Skip to content

Commit b69a534

Browse files
committed
⬇️(dependency) downgrade workbox-webpack-plugin to 7.1.0
In the 1.8.0 we experienced issues with the service worker not updating properly. We suspect that the workbox-webpack-plugin is the cause of this issue. Better to downgrade to the last version that worked until we have time to investigate the issue. We add workbox-webpack-plugin to the renovate.json file to avoid future updates.
1 parent c25682f commit b69a534

File tree

3 files changed

+297
-328
lines changed

3 files changed

+297
-328
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
"enabled": false,
1414
"groupName": "ignored js dependencies",
1515
"matchManagers": ["npm"],
16-
"matchPackageNames": ["fetch-mock", "node", "node-fetch", "eslint"]
16+
"matchPackageNames": [
17+
"fetch-mock",
18+
"node",
19+
"node-fetch",
20+
"eslint",
21+
"workbox-webpack-plugin"
22+
]
1723
}
1824
]
1925
}

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"stylelint-prettier": "5.0.2",
6767
"typescript": "*",
6868
"webpack": "5.97.0",
69-
"workbox-webpack-plugin": "7.3.0"
69+
"workbox-webpack-plugin": "7.1.0"
7070
}
7171
}

0 commit comments

Comments
 (0)