@depup/next-intl 4.14.1-depup.8 → 4.14.2-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.
Files changed (3) hide show
  1. package/README.md +3 -4
  2. package/changes.json +2 -6
  3. package/package.json +11 -15
package/README.md CHANGED
@@ -13,16 +13,15 @@ npm install @depup/next-intl
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [next-intl](https://www.npmjs.com/package/next-intl) @ 4.14.1 |
17
- | Processed | 2026-08-31 |
16
+ | Original | [next-intl](https://www.npmjs.com/package/next-intl) @ 4.14.2 |
17
+ | Processed | 2026-09-01 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 5 |
19
+ | Deps updated | 4 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @eloqnt/format-po | ^0.0.3 | ^0.0.5 |
26
25
  | @formatjs/intl-localematcher | ^0.8.1 | ^0.8.13 |
27
26
  | @parcel/watcher | ^2.4.1 | ^2.6.0 |
28
27
  | @swc/core | ~1.16.0 | ^1.16.1 |
package/changes.json CHANGED
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "bumped": {
3
- "@eloqnt/format-po": {
4
- "from": "^0.0.3",
5
- "to": "^0.0.5"
6
- },
7
3
  "@formatjs/intl-localematcher": {
8
4
  "from": "^0.8.1",
9
5
  "to": "^0.8.13"
@@ -21,6 +17,6 @@
21
17
  "to": "^1.1.0"
22
18
  }
23
19
  },
24
- "timestamp": "2026-08-31T00:36:13.726Z",
25
- "totalUpdated": 5
20
+ "timestamp": "2026-09-01T16:33:10.758Z",
21
+ "totalUpdated": 4
26
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/next-intl",
3
- "version": "4.14.1-depup.8",
3
+ "version": "4.14.2-depup.0",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "funding": [
@@ -131,28 +131,24 @@
131
131
  "next.js"
132
132
  ],
133
133
  "dependencies": {
134
- "@eloqnt/config": "^0.0.2",
135
- "@eloqnt/format-json": "^0.0.3",
136
- "@eloqnt/format-po": "^0.0.5",
134
+ "@eloqnt/config": "^0.1.0",
135
+ "@eloqnt/format-json": "^0.1.0",
136
+ "@eloqnt/format-po": "^0.1.0",
137
137
  "@formatjs/intl-localematcher": "^0.8.13",
138
138
  "@parcel/watcher": "^2.6.0",
139
139
  "@swc/core": "^1.16.1",
140
- "icu-minify": "^4.14.1",
140
+ "icu-minify": "^4.14.2",
141
141
  "negotiator": "^1.1.0",
142
- "next-intl-swc-plugin-extractor": "4.14.1",
143
- "use-intl": "^4.14.1"
142
+ "next-intl-swc-plugin-extractor": "4.14.2",
143
+ "use-intl": "^4.14.2"
144
144
  },
145
145
  "peerDependencies": {
146
146
  "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
147
147
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0"
148
148
  },
149
- "gitHead": "58b92226b44cfae981a860f76efb7f920cd0fd9c",
149
+ "gitHead": "3259beb76120614af8b48e814c56324ad71ccb61",
150
150
  "depup": {
151
151
  "changes": {
152
- "@eloqnt/format-po": {
153
- "from": "^0.0.3",
154
- "to": "^0.0.5"
155
- },
156
152
  "@formatjs/intl-localematcher": {
157
153
  "from": "^0.8.1",
158
154
  "to": "^0.8.13"
@@ -170,10 +166,10 @@
170
166
  "to": "^1.1.0"
171
167
  }
172
168
  },
173
- "depsUpdated": 5,
169
+ "depsUpdated": 4,
174
170
  "originalPackage": "next-intl",
175
- "originalVersion": "4.14.1",
176
- "processedAt": "2026-08-31T00:36:36.179Z",
171
+ "originalVersion": "4.14.2",
172
+ "processedAt": "2026-09-01T16:33:26.183Z",
177
173
  "smokeTest": "passed"
178
174
  }
179
175
  }