@rushstack/webpack-plugin-utilities
Advanced tools
Comparing version 0.4.52 to 0.4.53
@@ -5,2 +5,19 @@ { | ||
{ | ||
"version": "0.4.53", | ||
"tag": "@rushstack/webpack-plugin-utilities_v0.4.53", | ||
"date": "Wed, 02 Oct 2024 00:11:19 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Ensure compatibility with webpack 5.95.0" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.2`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.4.52", | ||
@@ -7,0 +24,0 @@ "tag": "@rushstack/webpack-plugin-utilities_v0.4.52", |
# Change Log - @rushstack/webpack-plugin-utilities | ||
This log was last generated on Tue, 01 Oct 2024 00:11:28 GMT and should not be manually modified. | ||
This log was last generated on Wed, 02 Oct 2024 00:11:19 GMT and should not be manually modified. | ||
## 0.4.53 | ||
Wed, 02 Oct 2024 00:11:19 GMT | ||
### Patches | ||
- Ensure compatibility with webpack 5.95.0 | ||
## 0.4.52 | ||
@@ -6,0 +13,0 @@ Tue, 01 Oct 2024 00:11:28 GMT |
@@ -98,4 +98,6 @@ "use strict"; | ||
const compiler = webpackModule(compilerOptions); | ||
compiler.outputFileSystem = memFs; | ||
compiler.outputFileSystem.join = path_1.default.join.bind(path_1.default); | ||
// The memFs Volume satisfies the interface contract, but the types aren't happy due to strict null checks | ||
const outputFileSystem = memFs; | ||
outputFileSystem.join = path_1.default.join.bind(path_1.default); | ||
compiler.outputFileSystem = outputFileSystem; | ||
return new Promise((resolve, reject) => { | ||
@@ -102,0 +104,0 @@ compiler.run((err, stats) => { |
{ | ||
"name": "@rushstack/webpack-plugin-utilities", | ||
"version": "0.4.52", | ||
"version": "0.4.53", | ||
"description": "This plugin sets the webpack public path at runtime.", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"webpack-merge": "~5.8.0", | ||
"memfs": "3.4.3" | ||
"memfs": "4.12.0" | ||
}, | ||
@@ -32,5 +32,5 @@ "peerDependencies": { | ||
"@types/tapable": "1.0.6", | ||
"webpack": "~5.82.1", | ||
"@rushstack/heft": "0.68.1", | ||
"local-node-rig": "1.0.0" | ||
"webpack": "~5.95.0", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/heft": "0.68.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106109
2749
+ Added@jsonjoy.com/base64@1.1.2(transitive)
+ Added@jsonjoy.com/json-pack@1.1.1(transitive)
+ Added@jsonjoy.com/util@1.5.0(transitive)
+ Addedhyperdyperid@1.2.0(transitive)
+ Addedmemfs@4.12.0(transitive)
+ Addedthingies@1.21.0(transitive)
+ Addedtree-dump@1.0.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedfs-monkey@1.0.3(transitive)
- Removedmemfs@3.4.3(transitive)
Updatedmemfs@4.12.0