@rushstack/webpack5-localization-plugin 0.11.6 → 0.11.8

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,48 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.8",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.8",
7
+ "date": "Fri, 13 Sep 2024 00:11:43 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.9.0`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.14.2`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.67.2`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.11.7",
27
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.7",
28
+ "date": "Tue, 10 Sep 2024 20:08:11 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.1`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.8.0`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.14.1`"
39
+ },
40
+ {
41
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.67.1`"
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "version": "0.11.6",
6
48
  "tag": "@rushstack/webpack5-localization-plugin_v0.11.6",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/webpack5-localization-plugin
2
2
 
3
- This log was last generated on Mon, 26 Aug 2024 02:00:11 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 13 Sep 2024 00:11:43 GMT and should not be manually modified.
4
+
5
+ ## 0.11.8
6
+ Fri, 13 Sep 2024 00:11:43 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.11.7
11
+ Tue, 10 Sep 2024 20:08:11 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.11.6
6
16
  Mon, 26 Aug 2024 02:00:11 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.7"
8
+ "packageVersion": "7.47.8"
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.11.6",
3
+ "version": "0.11.8",
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,14 +15,14 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/localization-utilities": "0.12.0",
19
- "@rushstack/node-core-library": "5.7.0",
20
- "@rushstack/terminal": "0.14.0"
18
+ "@rushstack/localization-utilities": "0.12.2",
19
+ "@rushstack/node-core-library": "5.9.0",
20
+ "@rushstack/terminal": "0.14.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "memfs": "3.4.3",
24
24
  "webpack": "~5.82.1",
25
- "@rushstack/heft": "0.67.0",
25
+ "@rushstack/heft": "0.67.2",
26
26
  "local-node-rig": "1.0.0"
27
27
  },
28
28
  "peerDependenciesMeta": {