Skip to content

Commit d10e3c3

Browse files
samal-rasmussengraphierosautofix-ci[bot]
authored
feat: add Svelte CI anomalies to download-anomalies.data.ts (#1934)
Co-authored-by: Alec Lloyd Probert <55991794+graphieros@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent f9c8e9c commit d10e3c3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app/utils/download-anomalies.data.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,24 @@ export const DOWNLOAD_ANOMALIES: DownloadAnomaly[] = [
77
start: { date: '2025-08-04', weeklyDownloads: 33_913_132 },
88
end: { date: '2025-09-08', weeklyDownloads: 38_665_727 },
99
},
10+
{
11+
packageName: 'svelte',
12+
start: { date: '2022-11-15', weeklyDownloads: 75_233 },
13+
end: { date: '2022-11-30', weeklyDownloads: 69_524 },
14+
},
15+
{
16+
packageName: 'svelte',
17+
start: { date: '2023-06-19', weeklyDownloads: 107_491 },
18+
end: { date: '2023-06-22', weeklyDownloads: 112_432 },
19+
},
20+
{
21+
packageName: 'svelte',
22+
start: { date: '2023-11-18', weeklyDownloads: 59_611 },
23+
end: { date: '2023-11-21', weeklyDownloads: 150_680 },
24+
},
25+
/**
26+
* NOTE:
27+
* - please add new entries above this comment.
28+
* - Add a comment before any new entry to explain the change
29+
**/
1030
]

0 commit comments

Comments
 (0)