date-holidays 3.26.4 → 3.26.6
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/CHANGELOG.md +9 -0
- package/LICENSE +1 -0
- package/data/countries/HK.yaml +6 -0
- package/data/countries/SE.yaml +9 -3
- package/data/holidays.json +19 -6
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +19 -6
- package/package.json +7 -7
- package/src/data.js +19 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.26.6](https://github.com/commenthol/date-holidays/compare/3.26.5...3.26.6) (2025-12-24)
|
|
4
|
+
|
|
5
|
+
- fix(SE,#565): Correct Marie Bebådelsedag and Sveriges nationaldag dates [15ddbccb](https://github.com/commenthol/date-holidays/commit/15ddbccbf688a88f783b38efc8e12e85d23c9620)
|
|
6
|
+
- fix(HK): correct "The day following Easter Monday" for 2026 [05111066](https://github.com/commenthol/date-holidays/commit/05111066d0357d53123acd0d6c6dc8e706427cdb)
|
|
7
|
+
|
|
8
|
+
## [3.26.5](https://github.com/commenthol/date-holidays/compare/3.26.4...3.26.5) (2025-10-28)
|
|
9
|
+
|
|
10
|
+
- fix(SE): Change Påskdagen from observance to public holiday [338b5a96](https://github.com/commenthol/date-holidays/commit/338b5a966aa22bc5641fa90ffdc00096a1b1c889)
|
|
11
|
+
|
|
3
12
|
## [3.26.4](https://github.com/commenthol/date-holidays/compare/3.26.3...3.26.4) (2025-10-26)
|
|
4
13
|
|
|
5
14
|
- fix(KR): fixtures for Korean Thanksgiving [8f594246](https://github.com/commenthol/date-holidays/commit/8f5942460e4f3f087e3e337c277c66a527385fc7)
|
package/LICENSE
CHANGED
|
@@ -218,5 +218,6 @@ https://ro.wikipedia.org/wiki/Republica_Moldova
|
|
|
218
218
|
https://ro.wikipedia.org/wiki/Ziua_vinului_(Republica_Moldova)
|
|
219
219
|
https://ru.m.wikipedia.org/wiki/%D0%9F%D1%80%D0%B0%D0%B7%D0%B4%D0%BD%D0%B8%D0%BA%D0%B8_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8
|
|
220
220
|
https://sv.wikipedia.org/wiki/Helgdagar_i_Sverige
|
|
221
|
+
https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
|
|
221
222
|
|
|
222
223
|
</attribution>
|
package/data/countries/HK.yaml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
HK:
|
|
3
3
|
# sources:
|
|
4
|
+
# - https://www.gov.hk/en/about/abouthk/holiday/2026.htm
|
|
4
5
|
# - https://www.gov.hk/en/about/abouthk/holiday/2025.htm
|
|
5
6
|
# - https://www.gov.hk/en/about/abouthk/holiday/2024.htm
|
|
6
7
|
# - https://www.gov.hk/en/about/abouthk/holiday/2023.htm
|
|
@@ -76,11 +77,16 @@ holidays:
|
|
|
76
77
|
disable:
|
|
77
78
|
# As the day following Ching Ming Festival and Easter Monday fall on the same day, the next following day that is not itself a general holiday will be observed as an additional general holiday.
|
|
78
79
|
- "2021-04-05"
|
|
80
|
+
- "2026-04-06"
|
|
79
81
|
# As the day following Ching Ming Festival and Easter Monday fall on the same day, the next following day that is not itself a general holiday will be observed as an additional general holiday.
|
|
80
82
|
"2021-04-06":
|
|
81
83
|
name:
|
|
82
84
|
en: The day following Easter Monday
|
|
83
85
|
zh: 復活節星期一翌日
|
|
86
|
+
"2026-04-07":
|
|
87
|
+
name:
|
|
88
|
+
en: The day following Easter Monday
|
|
89
|
+
zh: 復活節星期一翌日
|
|
84
90
|
05-01 not on Sunday:
|
|
85
91
|
name:
|
|
86
92
|
en: Labour Day
|
package/data/countries/SE.yaml
CHANGED
|
@@ -29,7 +29,8 @@ holidays:
|
|
|
29
29
|
name:
|
|
30
30
|
sv: Vasaloppet
|
|
31
31
|
type: observance
|
|
32
|
-
|
|
32
|
+
# @source https://www.riksdagen.se/sv/dokument-och-lagar/dokument/svensk-forfattningssamling/lag-1989253-om-allmanna-helgdagar_sfs-1989-253/
|
|
33
|
+
03-25 prior to 1990:
|
|
33
34
|
name:
|
|
34
35
|
sv: Marie Bebådelsedag
|
|
35
36
|
en: Annunciation Day
|
|
@@ -47,7 +48,6 @@ holidays:
|
|
|
47
48
|
_name: easter -2
|
|
48
49
|
easter:
|
|
49
50
|
_name: easter
|
|
50
|
-
type: observance
|
|
51
51
|
easter -1:
|
|
52
52
|
_name: easter -1
|
|
53
53
|
type: observance
|
|
@@ -71,10 +71,16 @@ holidays:
|
|
|
71
71
|
sunday before 06-01:
|
|
72
72
|
_name: Mothers Day
|
|
73
73
|
type: observance
|
|
74
|
-
|
|
74
|
+
# @attrib https://sv.wikipedia.org/wiki/Sveriges_nationaldag#Svenska_flaggans_dag
|
|
75
|
+
06-06 since 2005:
|
|
75
76
|
name:
|
|
76
77
|
sv: Sveriges nationaldag
|
|
77
78
|
en: National Day
|
|
79
|
+
06-06 since 1983 prior to 2005:
|
|
80
|
+
name:
|
|
81
|
+
sv: Sveriges nationaldag
|
|
82
|
+
en: National Day
|
|
83
|
+
type: observance
|
|
78
84
|
friday after 06-19:
|
|
79
85
|
name:
|
|
80
86
|
sv: Midsommarafton
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2025-
|
|
2
|
+
"version": "2025-12-24",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -12119,7 +12119,8 @@
|
|
|
12119
12119
|
"zh": "復活節星期一"
|
|
12120
12120
|
},
|
|
12121
12121
|
"disable": [
|
|
12122
|
-
"2021-04-05"
|
|
12122
|
+
"2021-04-05",
|
|
12123
|
+
"2026-04-06"
|
|
12123
12124
|
]
|
|
12124
12125
|
},
|
|
12125
12126
|
"2021-04-06": {
|
|
@@ -12128,6 +12129,12 @@
|
|
|
12128
12129
|
"zh": "復活節星期一翌日"
|
|
12129
12130
|
}
|
|
12130
12131
|
},
|
|
12132
|
+
"2026-04-07": {
|
|
12133
|
+
"name": {
|
|
12134
|
+
"en": "The day following Easter Monday",
|
|
12135
|
+
"zh": "復活節星期一翌日"
|
|
12136
|
+
}
|
|
12137
|
+
},
|
|
12131
12138
|
"05-01 not on Sunday": {
|
|
12132
12139
|
"name": {
|
|
12133
12140
|
"en": "Labour Day",
|
|
@@ -21337,7 +21344,7 @@
|
|
|
21337
21344
|
},
|
|
21338
21345
|
"type": "observance"
|
|
21339
21346
|
},
|
|
21340
|
-
"03-25": {
|
|
21347
|
+
"03-25 prior to 1990": {
|
|
21341
21348
|
"name": {
|
|
21342
21349
|
"sv": "Marie Bebådelsedag",
|
|
21343
21350
|
"en": "Annunciation Day",
|
|
@@ -21360,8 +21367,7 @@
|
|
|
21360
21367
|
"_name": "easter -2"
|
|
21361
21368
|
},
|
|
21362
21369
|
"easter": {
|
|
21363
|
-
"_name": "easter"
|
|
21364
|
-
"type": "observance"
|
|
21370
|
+
"_name": "easter"
|
|
21365
21371
|
},
|
|
21366
21372
|
"easter -1": {
|
|
21367
21373
|
"_name": "easter -1",
|
|
@@ -21395,12 +21401,19 @@
|
|
|
21395
21401
|
"_name": "Mothers Day",
|
|
21396
21402
|
"type": "observance"
|
|
21397
21403
|
},
|
|
21398
|
-
"06-06": {
|
|
21404
|
+
"06-06 since 2005": {
|
|
21399
21405
|
"name": {
|
|
21400
21406
|
"sv": "Sveriges nationaldag",
|
|
21401
21407
|
"en": "National Day"
|
|
21402
21408
|
}
|
|
21403
21409
|
},
|
|
21410
|
+
"06-06 since 1983 prior to 2005": {
|
|
21411
|
+
"name": {
|
|
21412
|
+
"sv": "Sveriges nationaldag",
|
|
21413
|
+
"en": "National Day"
|
|
21414
|
+
},
|
|
21415
|
+
"type": "observance"
|
|
21416
|
+
},
|
|
21404
21417
|
"friday after 06-19": {
|
|
21405
21418
|
"name": {
|
|
21406
21419
|
"sv": "Midsommarafton",
|