@rushstack/webpack-preserve-dynamic-require-plugin 0.11.117 → 0.11.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,54 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.121",
6
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.121",
7
+ "date": "Thu, 08 Jan 2026 01:12:30 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.11.120",
18
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.120",
19
+ "date": "Wed, 07 Jan 2026 01:12:25 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "version": "0.11.119",
30
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.119",
31
+ "date": "Mon, 05 Jan 2026 16:12:49 GMT",
32
+ "comments": {
33
+ "dependency": [
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "version": "0.11.118",
42
+ "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.118",
43
+ "date": "Sat, 06 Dec 2025 01:12:29 GMT",
44
+ "comments": {
45
+ "dependency": [
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.7`"
48
+ }
49
+ ]
50
+ }
51
+ },
4
52
  {
5
53
  "version": "0.11.117",
6
54
  "tag": "@rushstack/webpack-preserve-dynamic-require-plugin_v0.11.117",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/webpack-preserve-dynamic-require-plugin
2
2
 
3
- This log was last generated on Fri, 21 Nov 2025 16:13:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 08 Jan 2026 01:12:30 GMT and should not be manually modified.
4
+
5
+ ## 0.11.121
6
+ Thu, 08 Jan 2026 01:12:30 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.11.120
11
+ Wed, 07 Jan 2026 01:12:25 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.11.119
16
+ Mon, 05 Jan 2026 16:12:49 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.11.118
21
+ Sat, 06 Dec 2025 01:12:29 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 0.11.117
6
26
  Fri, 21 Nov 2025 16:13:56 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.55.0"
8
+ "packageVersion": "7.55.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-preserve-dynamic-require-plugin",
3
- "version": "0.11.117",
3
+ "version": "0.11.121",
4
4
  "description": "This plugin tells webpack to leave dynamic calls to \"require\" as-is instead of trying to bundle them.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack-preserve-dynamic-require-plugin.d.ts",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "eslint": "~9.37.0",
18
- "webpack": "~5.98.0",
19
- "local-node-rig": "1.0.0",
20
- "@rushstack/heft": "1.1.6"
18
+ "webpack": "~5.103.0",
19
+ "@rushstack/heft": "1.1.10",
20
+ "local-node-rig": "1.0.0"
21
21
  },
22
22
  "sideEffects": false,
23
23
  "scripts": {