Actions
Bug #26694
closedUnused justinmimbs/date Elm dependency
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
Since #26671 the justinmimbs/date dependency is unused and reports a dependency error :
[2025-04-06T02:12:30.781Z] [INFO] --- exec:1.6.0:exec (elm-review) @ rudder-web --- [2025-04-06T02:12:57.517Z] -- ELM-REVIEW ERROR --------------------------------------------- elm.json:37:14 [2025-04-06T02:12:57.517Z] [2025-04-06T02:12:57.517Z] (fix) NoUnused.Dependencies: Unused dependency `justinmimbs/date` [2025-04-06T02:12:57.517Z] [2025-04-06T02:12:57.517Z] 36| "jinjor/elm-debounce": "3.0.0", [2025-04-06T02:12:57.517Z] 37| "justinmimbs/date": "4.1.0", [2025-04-06T02:12:57.517Z] ^^^^^^^^^^^^^^^^ [2025-04-06T02:12:57.517Z] 38| "justinmimbs/time-extra": "1.2.0", [2025-04-06T02:12:57.517Z] [2025-04-06T02:12:57.517Z] To remove it, I recommend running the following command: [2025-04-06T02:12:57.517Z] [2025-04-06T02:12:57.517Z] elm-json uninstall justinmimbs/date
Updated by Clark ANDRIANASOLO 12 days ago
- Related to Bug #26671: Confusing warning header on the plugin webpage added
Updated by Clark ANDRIANASOLO 12 days ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO 12 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/6312
Updated by Anonymous 12 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|03cabce64c66fba18d1e6fcd54f259a3932215aa.
Updated by Vincent MEMBRÉ 9 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.3.0~rc1 which was released today.
Actions