Skip to content

Commit c7497cd

Browse files
authored
Merge pull request #3539 from DSpace/dependabot/npm_and_yarn/main/webpack-5.95.0
Bump webpack from 5.94.0 to 5.95.0
2 parents 81fb382 + 87dc6be commit c7497cd

File tree

4 files changed

+150
-8
lines changed

4 files changed

+150
-8
lines changed

package-lock.json

Lines changed: 149 additions & 5 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
@@ -242,7 +242,7 @@
242242
"sass-resources-loader": "^2.2.5",
243243
"ts-node": "^8.10.2",
244244
"typescript": "~5.4.5",
245-
"webpack": "5.94.0",
245+
"webpack": "5.95.0",
246246
"webpack-bundle-analyzer": "^4.8.0",
247247
"webpack-cli": "^5.1.4",
248248
"webpack-dev-server": "^4.15.1"

webpack/webpack.common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ const SCSS_LOADERS = [
7979

8080
export const commonExports = {
8181
plugins: [
82-
// @ts-expect-error: EnvironmentPlugin constructor types are currently to strict see issue https://github.com/webpack/webpack/issues/18719
8382
new EnvironmentPlugin({
8483
languageHashes: getFileHashes(path.join(__dirname, '..', 'src', 'assets', 'i18n'), /.*\.json5/g),
8584
}),

webpack/webpack.prod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { commonExports } from './webpack.common';
66
module.exports = Object.assign({}, commonExports, {
77
plugins: [
88
...commonExports.plugins,
9-
// @ts-expect-error: EnvironmentPlugin constructor types are currently to strict see issue https://github.com/webpack/webpack/issues/18719
109
new EnvironmentPlugin({
1110
'process.env': {
1211
NODE_ENV: 'production',

0 commit comments

Comments
 (0)