@rushstack/webpack4-localization-plugin 0.20.1 → 0.20.2
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 +20 -0
- package/CHANGELOG.md +8 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack4-localization-plugin",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.20.2",
|
|
6
|
+
"tag": "@rushstack/webpack4-localization-plugin_v0.20.2",
|
|
7
|
+
"date": "Fri, 20 Feb 2026 16:14:49 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump minimatch from 10.1.2 to 10.2.1"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.15.2`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.2`"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
},
|
|
4
24
|
{
|
|
5
25
|
"version": "0.20.1",
|
|
6
26
|
"tag": "@rushstack/webpack4-localization-plugin_v0.20.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/webpack4-localization-plugin
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri, 20 Feb 2026
|
|
3
|
+
This log was last generated on Fri, 20 Feb 2026 16:14:49 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.20.2
|
|
6
|
+
Fri, 20 Feb 2026 16:14:49 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Bump minimatch from 10.1.2 to 10.2.1
|
|
4
11
|
|
|
5
12
|
## 0.20.1
|
|
6
13
|
Fri, 20 Feb 2026 00:15:04 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack4-localization-plugin",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
4
4
|
"description": "This plugin facilitates localization with Webpack.",
|
|
5
5
|
"main": "./lib-commonjs/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@types/tapable": "1.0.6",
|
|
55
55
|
"loader-utils": "1.4.2",
|
|
56
|
-
"minimatch": "10.1
|
|
57
|
-
"@rushstack/localization-utilities": "0.15.1",
|
|
56
|
+
"minimatch": "10.2.1",
|
|
58
57
|
"@rushstack/terminal": "0.22.1",
|
|
59
|
-
"@rushstack/node-core-library": "5.20.1"
|
|
58
|
+
"@rushstack/node-core-library": "5.20.1",
|
|
59
|
+
"@rushstack/localization-utilities": "0.15.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@rushstack/set-webpack-public-path-plugin": "^4.1.16",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@types/webpack": "4.41.32",
|
|
66
66
|
"eslint": "~9.37.0",
|
|
67
67
|
"webpack": "~4.47.0",
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"local-node-rig": "1.0.0",
|
|
69
|
+
"@rushstack/heft": "1.2.2"
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"scripts": {
|