date-holidays 3.24.1 → 3.24.3
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 +12 -0
- package/LICENSE +1 -0
- package/data/countries/CA.yaml +7 -0
- package/data/countries/DE.yaml +1 -5
- package/data/countries/SG.yaml +3 -0
- package/data/countries/SK.yaml +4 -1
- package/data/countries/VA.yaml +17 -17
- package/data/holidays.json +41 -38
- 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 +41 -38
- package/package.json +9 -6
- package/src/data.js +41 -38
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.24.3](https://github.com/commenthol/date-holidays/compare/3.24.2...3.24.3) (2025-05-12)
|
|
4
|
+
|
|
5
|
+
- fix(VA): new pope leo xiv [c01eb7d3](https://github.com/commenthol/date-holidays/commit/c01eb7d3123d52080f877fb986b3f2832609a383)
|
|
6
|
+
- fix(SG): Vesak Day 2025 [046f571d](https://github.com/commenthol/date-holidays/commit/046f571d4d992261f86cbd380235f082fa36749d)
|
|
7
|
+
- fix(DE-HE): Remove Easter and Pentecost Sundays from DE-HE [0ec41ec5](https://github.com/commenthol/date-holidays/commit/0ec41ec567ae1183907e5a6fcabec9106feae38e)
|
|
8
|
+
|
|
9
|
+
## [3.24.2](https://github.com/commenthol/date-holidays/compare/3.24.1...3.24.2) (2025-04-18)
|
|
10
|
+
|
|
11
|
+
- Merge branch 'sk-constitution-day' [58bdda13](https://github.com/commenthol/date-holidays/commit/58bdda1372073b71fafbebf833d94f05524612de)
|
|
12
|
+
- fix(SK): constitution day is not public holiday [0230bc64](https://github.com/commenthol/date-holidays/commit/0230bc64596e69041e1f6582e9361d8244e80426)
|
|
13
|
+
- fix(CA-NB, #506): family day [c5f95f30](https://github.com/commenthol/date-holidays/commit/c5f95f30f0b1dea140678e3bdd3e9494c65bd29d)
|
|
14
|
+
|
|
3
15
|
## [3.24.1](https://github.com/commenthol/date-holidays/compare/3.24.0...3.24.1) (2025-03-16)
|
|
4
16
|
|
|
5
17
|
- fix(LI): correct spelling of Liechtenstein [a4631b7e](https://github.com/commenthol/date-holidays/commit/a4631b7e5e8f540e13120a5c40d3e08f83ea488e)
|
package/LICENSE
CHANGED
|
@@ -47,6 +47,7 @@ https://de.wikipedia.org/wiki/Portugal#Feiertage
|
|
|
47
47
|
https://el.wikipedia.org/wiki/Επίσημες_αργίες_στην_Ελλάδα
|
|
48
48
|
https://en.wikipedia.org/wiki/2023_Singaporean_presidential_election
|
|
49
49
|
https://en.wikipedia.org/wiki/Bengali_calendars
|
|
50
|
+
https://en.wikipedia.org/wiki/Family_Day_(Canada)
|
|
50
51
|
https://en.wikipedia.org/wiki/Faroe_Islands#Public_holidays
|
|
51
52
|
https://en.wikipedia.org/wiki/List_of_public_holidays_in_South_Korea
|
|
52
53
|
https://en.wikipedia.org/wiki/Nyepi
|
package/data/countries/CA.yaml
CHANGED
|
@@ -159,6 +159,13 @@ holidays:
|
|
|
159
159
|
name:
|
|
160
160
|
en: New Brunswick Day
|
|
161
161
|
fr: Jour de Nouveau Brunswick
|
|
162
|
+
# @attrib https://en.wikipedia.org/wiki/Family_Day_(Canada)
|
|
163
|
+
3rd monday after 02-01:
|
|
164
|
+
name:
|
|
165
|
+
en: Family Day
|
|
166
|
+
fr: Fête de la famille
|
|
167
|
+
active:
|
|
168
|
+
- from: 2018
|
|
162
169
|
NL:
|
|
163
170
|
name: Newfoundland and Labrador
|
|
164
171
|
zones:
|
package/data/countries/DE.yaml
CHANGED
|
@@ -204,13 +204,9 @@ holidays:
|
|
|
204
204
|
active:
|
|
205
205
|
- from: 2018-01-01
|
|
206
206
|
HE:
|
|
207
|
-
# @source
|
|
207
|
+
# @source https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-FeiertGHE1952rahmen
|
|
208
208
|
name: Hessen
|
|
209
209
|
days:
|
|
210
|
-
easter:
|
|
211
|
-
_name: easter
|
|
212
|
-
easter 49:
|
|
213
|
-
_name: easter 49
|
|
214
210
|
easter 60:
|
|
215
211
|
_name: easter 60
|
|
216
212
|
HH:
|
package/data/countries/SG.yaml
CHANGED
|
@@ -142,6 +142,9 @@ holidays:
|
|
|
142
142
|
# https://www.mom.gov.sg/employment-practices/public-holidays
|
|
143
143
|
"2024-05-22":
|
|
144
144
|
_name: Vesak
|
|
145
|
+
# https://www.mom.gov.sg/employment-practices/public-holidays#Year-2025
|
|
146
|
+
"2025-05-12":
|
|
147
|
+
_name: Vesak
|
|
145
148
|
# Deepavali
|
|
146
149
|
# date if sunday then next monday
|
|
147
150
|
"2000-10-26":
|
package/data/countries/SK.yaml
CHANGED
|
@@ -40,8 +40,11 @@ holidays:
|
|
|
40
40
|
name:
|
|
41
41
|
sk: Výročie Slovenského národného povstania
|
|
42
42
|
en: Slovak National Uprising anniversary
|
|
43
|
-
09-01:
|
|
43
|
+
09-01 since 1994 and prior to 2024:
|
|
44
44
|
_name: Constitution Day
|
|
45
|
+
09-01 since 2024:
|
|
46
|
+
_name: Constitution Day
|
|
47
|
+
type: observance
|
|
45
48
|
09-15:
|
|
46
49
|
name:
|
|
47
50
|
sk: Sviatok Panny Márie Sedembolestnej
|
package/data/countries/VA.yaml
CHANGED
|
@@ -58,7 +58,7 @@ holidays:
|
|
|
58
58
|
_name: 12-25
|
|
59
59
|
12-26:
|
|
60
60
|
_name: 12-26
|
|
61
|
-
|
|
61
|
+
# Pope John Paul II
|
|
62
62
|
10-16:
|
|
63
63
|
name:
|
|
64
64
|
en: Anniversary of the election of Pope John Paul II
|
|
@@ -74,33 +74,33 @@ holidays:
|
|
|
74
74
|
active:
|
|
75
75
|
- from: 1978
|
|
76
76
|
to: 2005
|
|
77
|
-
|
|
78
|
-
04-19:
|
|
77
|
+
# Pope Benedict XVI
|
|
78
|
+
04-19 since 2005 and prior to 2013:
|
|
79
79
|
name:
|
|
80
80
|
en: Anniversary of the election of Pope Benedict XVI
|
|
81
81
|
it: Anniversario dell'Elezione del Santo Padre
|
|
82
|
-
|
|
83
|
-
- from: 2005
|
|
84
|
-
to: 2013
|
|
85
|
-
"03-19#1":
|
|
82
|
+
03-19 since 2005 and prior to 2013:
|
|
86
83
|
name:
|
|
87
84
|
en: Saint Joseph - Name day of the Holy Father
|
|
88
85
|
it: San Giuseppe - Onomastico del Santo Padre
|
|
89
86
|
note: Name day of Pope Benedict XVI (Josef Ratzinger)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
to: 2013
|
|
93
|
-
|
|
94
|
-
03-13:
|
|
87
|
+
# Pope Francis
|
|
88
|
+
03-13 since 2013 and prior to 2026:
|
|
95
89
|
name:
|
|
96
90
|
en: Anniversary of the election of Pope Francis
|
|
97
91
|
it: Anniversario dell'Elezione del Santo Padre
|
|
98
|
-
|
|
99
|
-
- from: 2013
|
|
100
|
-
04-23:
|
|
92
|
+
04-23 since 2013 and prior to 2026:
|
|
101
93
|
name:
|
|
102
94
|
en: Saint George - Name day of the Holy Father
|
|
103
95
|
it: San Giorgio - Onomastico del Santo Padre
|
|
104
96
|
note: Name day of Pope Francis (Jorge Mario Bergoglio)
|
|
105
|
-
|
|
106
|
-
|
|
97
|
+
# Pope Leo XIV
|
|
98
|
+
05-08 since 2026:
|
|
99
|
+
name:
|
|
100
|
+
en: Anniversary of the election of Pope Leo XIV
|
|
101
|
+
it: Anniversario dell'Elezione del Santo Padre
|
|
102
|
+
09-17 since 2025:
|
|
103
|
+
name:
|
|
104
|
+
en: Saint Robert Bellarmine - Name day of the Holy Father
|
|
105
|
+
it: San Roberto Bellarmino - Onomastico del Santo Padre
|
|
106
|
+
note: Name day of Pope Leo XIV (Robert Francis Prevost)
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2025-
|
|
2
|
+
"version": "2025-05-12",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -5169,6 +5169,17 @@
|
|
|
5169
5169
|
"en": "New Brunswick Day",
|
|
5170
5170
|
"fr": "Jour de Nouveau Brunswick"
|
|
5171
5171
|
}
|
|
5172
|
+
},
|
|
5173
|
+
"3rd monday after 02-01": {
|
|
5174
|
+
"name": {
|
|
5175
|
+
"en": "Family Day",
|
|
5176
|
+
"fr": "Fête de la famille"
|
|
5177
|
+
},
|
|
5178
|
+
"active": [
|
|
5179
|
+
{
|
|
5180
|
+
"from": 2018
|
|
5181
|
+
}
|
|
5182
|
+
]
|
|
5172
5183
|
}
|
|
5173
5184
|
}
|
|
5174
5185
|
},
|
|
@@ -8304,12 +8315,6 @@
|
|
|
8304
8315
|
"HE": {
|
|
8305
8316
|
"name": "Hessen",
|
|
8306
8317
|
"days": {
|
|
8307
|
-
"easter": {
|
|
8308
|
-
"_name": "easter"
|
|
8309
|
-
},
|
|
8310
|
-
"easter 49": {
|
|
8311
|
-
"_name": "easter 49"
|
|
8312
|
-
},
|
|
8313
8318
|
"easter 60": {
|
|
8314
8319
|
"_name": "easter 60"
|
|
8315
8320
|
}
|
|
@@ -20588,6 +20593,9 @@
|
|
|
20588
20593
|
"2024-05-22": {
|
|
20589
20594
|
"_name": "Vesak"
|
|
20590
20595
|
},
|
|
20596
|
+
"2025-05-12": {
|
|
20597
|
+
"_name": "Vesak"
|
|
20598
|
+
},
|
|
20591
20599
|
"2000-10-26": {
|
|
20592
20600
|
"_name": "Deepavali"
|
|
20593
20601
|
},
|
|
@@ -21138,9 +21146,13 @@
|
|
|
21138
21146
|
"en": "Slovak National Uprising anniversary"
|
|
21139
21147
|
}
|
|
21140
21148
|
},
|
|
21141
|
-
"09-01": {
|
|
21149
|
+
"09-01 since 1994 and prior to 2024": {
|
|
21142
21150
|
"_name": "Constitution Day"
|
|
21143
21151
|
},
|
|
21152
|
+
"09-01 since 2024": {
|
|
21153
|
+
"_name": "Constitution Day",
|
|
21154
|
+
"type": "observance"
|
|
21155
|
+
},
|
|
21144
21156
|
"09-15": {
|
|
21145
21157
|
"name": {
|
|
21146
21158
|
"sk": "Sviatok Panny Márie Sedembolestnej",
|
|
@@ -25129,53 +25141,44 @@
|
|
|
25129
25141
|
}
|
|
25130
25142
|
]
|
|
25131
25143
|
},
|
|
25132
|
-
"04-19": {
|
|
25144
|
+
"04-19 since 2005 and prior to 2013": {
|
|
25133
25145
|
"name": {
|
|
25134
25146
|
"en": "Anniversary of the election of Pope Benedict XVI",
|
|
25135
25147
|
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25136
|
-
}
|
|
25137
|
-
"active": [
|
|
25138
|
-
{
|
|
25139
|
-
"from": 2005,
|
|
25140
|
-
"to": 2013
|
|
25141
|
-
}
|
|
25142
|
-
]
|
|
25148
|
+
}
|
|
25143
25149
|
},
|
|
25144
|
-
"03-19
|
|
25150
|
+
"03-19 since 2005 and prior to 2013": {
|
|
25145
25151
|
"name": {
|
|
25146
25152
|
"en": "Saint Joseph - Name day of the Holy Father",
|
|
25147
25153
|
"it": "San Giuseppe - Onomastico del Santo Padre"
|
|
25148
25154
|
},
|
|
25149
|
-
"note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
|
|
25150
|
-
"active": [
|
|
25151
|
-
{
|
|
25152
|
-
"from": 2005,
|
|
25153
|
-
"to": 2013
|
|
25154
|
-
}
|
|
25155
|
-
]
|
|
25155
|
+
"note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
|
|
25156
25156
|
},
|
|
25157
|
-
"03-13": {
|
|
25157
|
+
"03-13 since 2013 and prior to 2026": {
|
|
25158
25158
|
"name": {
|
|
25159
25159
|
"en": "Anniversary of the election of Pope Francis",
|
|
25160
25160
|
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25161
|
-
}
|
|
25162
|
-
"active": [
|
|
25163
|
-
{
|
|
25164
|
-
"from": 2013
|
|
25165
|
-
}
|
|
25166
|
-
]
|
|
25161
|
+
}
|
|
25167
25162
|
},
|
|
25168
|
-
"04-23": {
|
|
25163
|
+
"04-23 since 2013 and prior to 2026": {
|
|
25169
25164
|
"name": {
|
|
25170
25165
|
"en": "Saint George - Name day of the Holy Father",
|
|
25171
25166
|
"it": "San Giorgio - Onomastico del Santo Padre"
|
|
25172
25167
|
},
|
|
25173
|
-
"note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
|
|
25174
|
-
|
|
25175
|
-
|
|
25176
|
-
|
|
25177
|
-
|
|
25178
|
-
|
|
25168
|
+
"note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
|
|
25169
|
+
},
|
|
25170
|
+
"05-08 since 2026": {
|
|
25171
|
+
"name": {
|
|
25172
|
+
"en": "Anniversary of the election of Pope Leo XIV",
|
|
25173
|
+
"it": "Anniversario dell'Elezione del Santo Padre"
|
|
25174
|
+
}
|
|
25175
|
+
},
|
|
25176
|
+
"09-17 since 2025": {
|
|
25177
|
+
"name": {
|
|
25178
|
+
"en": "Saint Robert Bellarmine - Name day of the Holy Father",
|
|
25179
|
+
"it": "San Roberto Bellarmino - Onomastico del Santo Padre"
|
|
25180
|
+
},
|
|
25181
|
+
"note": "Name day of Pope Leo XIV (Robert Francis Prevost)"
|
|
25179
25182
|
}
|
|
25180
25183
|
}
|
|
25181
25184
|
},
|