@depup/use-intl 4.14.4-depup.0 → 4.14.7-depup.0

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/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/use-intl
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [use-intl](https://www.npmjs.com/package/use-intl) @ 4.14.4 |
17
- | Processed | 2026-09-13 |
16
+ | Original | [use-intl](https://www.npmjs.com/package/use-intl) @ 4.14.7 |
17
+ | Processed | 2026-09-27 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 3 |
20
20
 
@@ -24,7 +24,7 @@ npm install @depup/use-intl
24
24
  |------------|------|-----|
25
25
  | @formatjs/fast-memoize | ^3.1.0 | ^3.1.7 |
26
26
  | @schummar/icu-type-parser | 1.21.5 | ^1.26.1 |
27
- | intl-messageformat | ^11.1.0 | ^11.2.15 |
27
+ | intl-messageformat | ^11.1.0 | ^12.1.2 |
28
28
 
29
29
  ---
30
30
 
package/changes.json CHANGED
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "intl-messageformat": {
12
12
  "from": "^11.1.0",
13
- "to": "^11.2.15"
13
+ "to": "^12.1.2"
14
14
  }
15
15
  },
16
- "timestamp": "2026-09-13T01:00:54.888Z",
16
+ "timestamp": "2026-09-27T01:04:42.767Z",
17
17
  "totalUpdated": 3
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/use-intl",
3
- "version": "4.14.4-depup.0",
3
+ "version": "4.14.7-depup.0",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "funding": [
@@ -84,13 +84,19 @@
84
84
  "dependencies": {
85
85
  "@formatjs/fast-memoize": "^3.1.7",
86
86
  "@schummar/icu-type-parser": "^1.26.1",
87
- "icu-minify": "^4.14.4",
88
- "intl-messageformat": "^11.2.15"
87
+ "icu-minify": "^4.14.7",
88
+ "intl-messageformat": "^12.1.2"
89
89
  },
90
90
  "peerDependencies": {
91
+ "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
91
92
  "react": "^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0"
92
93
  },
93
- "gitHead": "8267c8f16d6c503abff7a3d909a89a0c6c862049",
94
+ "peerDependenciesMeta": {
95
+ "@types/react": {
96
+ "optional": true
97
+ }
98
+ },
99
+ "gitHead": "83ea3b7d5c49577872268b9a3f6b41c26164881d",
94
100
  "depup": {
95
101
  "changes": {
96
102
  "@formatjs/fast-memoize": {
@@ -103,13 +109,13 @@
103
109
  },
104
110
  "intl-messageformat": {
105
111
  "from": "^11.1.0",
106
- "to": "^11.2.15"
112
+ "to": "^12.1.2"
107
113
  }
108
114
  },
109
115
  "depsUpdated": 3,
110
116
  "originalPackage": "use-intl",
111
- "originalVersion": "4.14.4",
112
- "processedAt": "2026-09-13T01:00:56.198Z",
117
+ "originalVersion": "4.14.7",
118
+ "processedAt": "2026-09-27T01:04:44.193Z",
113
119
  "smokeTest": "failed"
114
120
  }
115
121
  }