@rushstack/webpack5-localization-plugin 0.15.4 → 0.15.5

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,10 +1,25 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.15.5",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.15.5",
7
+ "date": "Wed, 12 Nov 2025 01:12:56 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.14.5`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.5`"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "0.15.4",
6
21
  "tag": "@rushstack/webpack5-localization-plugin_v0.15.4",
7
- "date": "Tue, 04 Nov 2025 07:31:54 GMT",
22
+ "date": "Tue, 04 Nov 2025 08:15:15 GMT",
8
23
  "comments": {
9
24
  "dependency": [
10
25
  {
package/CHANGELOG.md CHANGED
@@ -1,9 +1,14 @@
1
1
  # Change Log - @rushstack/webpack5-localization-plugin
2
2
 
3
- This log was last generated on Tue, 04 Nov 2025 07:31:54 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Nov 2025 01:12:56 GMT and should not be manually modified.
4
+
5
+ ## 0.15.5
6
+ Wed, 12 Nov 2025 01:12:56 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.15.4
6
- Tue, 04 Nov 2025 07:31:54 GMT
11
+ Tue, 04 Nov 2025 08:15:15 GMT
7
12
 
8
13
  _Version update only_
9
14
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.3"
8
+ "packageVersion": "7.54.0"
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.4",
3
+ "version": "0.15.5",
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.4",
19
- "@rushstack/node-core-library": "5.18.0",
20
- "@rushstack/terminal": "0.19.3"
18
+ "@rushstack/terminal": "0.19.3",
19
+ "@rushstack/localization-utilities": "0.14.5",
20
+ "@rushstack/node-core-library": "5.18.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
26
  "webpack": "~5.98.0",
27
- "@rushstack/heft": "1.1.4",
28
- "local-node-rig": "1.0.0"
27
+ "local-node-rig": "1.0.0",
28
+ "@rushstack/heft": "1.1.5"
29
29
  },
30
30
  "peerDependenciesMeta": {
31
31
  "@types/node": {