@rushstack/webpack5-localization-plugin 0.15.6 → 0.15.10

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,78 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.15.10",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.15.10",
7
+ "date": "Thu, 08 Jan 2026 01:12:30 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.14.10`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "0.15.9",
21
+ "tag": "@rushstack/webpack5-localization-plugin_v0.15.9",
22
+ "date": "Wed, 07 Jan 2026 01:12:25 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.14.9`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.21.0`"
30
+ },
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "version": "0.15.8",
39
+ "tag": "@rushstack/webpack5-localization-plugin_v0.15.8",
40
+ "date": "Mon, 05 Jan 2026 16:12:49 GMT",
41
+ "comments": {
42
+ "dependency": [
43
+ {
44
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.14.8`"
45
+ },
46
+ {
47
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.20.0`"
48
+ },
49
+ {
50
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "version": "0.15.7",
57
+ "tag": "@rushstack/webpack5-localization-plugin_v0.15.7",
58
+ "date": "Sat, 06 Dec 2025 01:12:28 GMT",
59
+ "comments": {
60
+ "dependency": [
61
+ {
62
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.14.7`"
63
+ },
64
+ {
65
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.1`"
66
+ },
67
+ {
68
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.19.5`"
69
+ },
70
+ {
71
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.7`"
72
+ }
73
+ ]
74
+ }
75
+ },
4
76
  {
5
77
  "version": "0.15.6",
6
78
  "tag": "@rushstack/webpack5-localization-plugin_v0.15.6",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @rushstack/webpack5-localization-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.15.10
6
+ Thu, 08 Jan 2026 01:12:30 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.15.9
11
+ Wed, 07 Jan 2026 01:12:25 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.15.8
16
+ Mon, 05 Jan 2026 16:12:49 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 0.15.7
21
+ Sat, 06 Dec 2025 01:12:28 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 0.15.6
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/webpack5-localization-plugin",
3
- "version": "0.15.6",
3
+ "version": "0.15.10",
4
4
  "description": "This plugin facilitates localization with Webpack.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack5-localization-plugin.d.ts",
@@ -15,17 +15,17 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/localization-utilities": "0.14.6",
19
- "@rushstack/terminal": "0.19.4",
20
- "@rushstack/node-core-library": "5.19.0"
18
+ "@rushstack/localization-utilities": "0.14.10",
19
+ "@rushstack/node-core-library": "5.19.1",
20
+ "@rushstack/terminal": "0.21.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "20.17.19",
24
24
  "eslint": "~9.37.0",
25
25
  "memfs": "4.12.0",
26
- "webpack": "~5.98.0",
27
- "@rushstack/heft": "1.1.6",
28
- "local-node-rig": "1.0.0"
26
+ "webpack": "~5.103.0",
27
+ "local-node-rig": "1.0.0",
28
+ "@rushstack/heft": "1.1.10"
29
29
  },
30
30
  "peerDependenciesMeta": {
31
31
  "@types/node": {