date-holidays 3.23.16 → 3.23.18
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 +15 -0
- package/LICENSE +15 -0
- package/README.md +8 -1
- package/data/countries/IE.yaml +0 -4
- package/data/countries/NL.yaml +156 -3
- package/data/countries/RO.yaml +19 -6
- package/data/holidays.json +212 -31
- package/data/names.yaml +5 -0
- 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 +212 -31
- package/package.json +2 -1
- package/src/data.js +212 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.23.18](https://github.com/commenthol/date-holidays/compare/3.23.17...3.23.18) (2025-01-08)
|
|
4
|
+
|
|
5
|
+
- fix(NL): state and region names [246cd650](https://github.com/commenthol/date-holidays/commit/246cd650f98060a84e9dd585b408b4287165ed28)
|
|
6
|
+
- fix(IE): remove bank holiday and update test fixtures [efc0475d](https://github.com/commenthol/date-holidays/commit/efc0475d666b0849424b23028ed382b83bbc9d19)
|
|
7
|
+
- fix(NL): additional fix and translations Dutch [2fe1276d](https://github.com/commenthol/date-holidays/commit/2fe1276d85ee82661d17d61a87e0c790d30426ad)
|
|
8
|
+
- fix(NL): Dutch states [d26b9b5e](https://github.com/commenthol/date-holidays/commit/d26b9b5e93d7453f535ffedfd2844fd3fd72c1dc)
|
|
9
|
+
|
|
10
|
+
## [3.23.17](https://github.com/commenthol/date-holidays/compare/3.23.16...3.23.17) (2025-01-02)
|
|
11
|
+
|
|
12
|
+
- chore: update github actions to v4; deprecate node@18 [936662ff](https://github.com/commenthol/date-holidays/commit/936662ff8f25fd15d20dee7b579bf7d256ca7d57)
|
|
13
|
+
- test: Update fixtures [3b8ad77f](https://github.com/commenthol/date-holidays/commit/3b8ad77fb0a317ff14d6b27e43b9d1f3d0d12422)
|
|
14
|
+
- fix(NL): attributions and translations Dutch holidays [ebf3f196](https://github.com/commenthol/date-holidays/commit/ebf3f196e1a82d6652affa456439db7b4ff4d414)
|
|
15
|
+
- chore: fix status badge [e925b293](https://github.com/commenthol/date-holidays/commit/e925b2939f2b480b853679b3e426e9acea68409f)
|
|
16
|
+
- fix(RO): Update RO data (#1) [b6ea8b56](https://github.com/commenthol/date-holidays/commit/b6ea8b569d3a7ef11475122a5a81dbf6ff9092df)
|
|
17
|
+
|
|
3
18
|
## [3.23.16](https://github.com/commenthol/date-holidays/compare/3.23.15...3.23.16) (2024-12-27)
|
|
4
19
|
|
|
5
20
|
- fix(GB-SCT,#494): add substitute day for st andrew's day [8f0fb474](https://github.com/commenthol/date-holidays/commit/8f0fb474f843b1e81423276f741905999906698d)
|
package/LICENSE
CHANGED
|
@@ -185,8 +185,23 @@ https://fr.wikipedia.org/wiki/Seychelles
|
|
|
185
185
|
https://id.wikipedia.org/wiki/Hari_libur_nasional_di_Indonesia
|
|
186
186
|
https://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E3%81%AE%E7%A5%9D%E6%97%A5
|
|
187
187
|
https://lb.wikipedia.org/wiki/Gesetzlech_Feierdeeg_zu_L%C3%ABtzebuerg
|
|
188
|
+
https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
|
|
189
|
+
https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
188
190
|
https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
191
|
+
https://nl.wikipedia.org/wiki/Gronings_Ontzet
|
|
192
|
+
https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
|
193
|
+
https://nl.wikipedia.org/wiki/Inname_van_Den_Briel
|
|
194
|
+
https://nl.wikipedia.org/wiki/Koninginnedag
|
|
189
195
|
https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
196
|
+
https://nl.wikipedia.org/wiki/Koninkrijksdag
|
|
197
|
+
https://nl.wikipedia.org/wiki/Leids_Ontzet
|
|
198
|
+
https://nl.wikipedia.org/wiki/Moederdag
|
|
199
|
+
https://nl.wikipedia.org/wiki/Nationale_Dodenherdenking
|
|
200
|
+
https://nl.wikipedia.org/wiki/Prinsessedag
|
|
201
|
+
https://nl.wikipedia.org/wiki/Prinsjesdag
|
|
202
|
+
https://nl.wikipedia.org/wiki/Sinterklaasfeest
|
|
203
|
+
https://nl.wikipedia.org/wiki/Tweede_Pinksterdag
|
|
204
|
+
https://nl.wikipedia.org/wiki/Vaderdag
|
|
190
205
|
https://no.wikipedia.org/wiki/Advent
|
|
191
206
|
https://no.wikipedia.org/wiki/Allehelgensaften
|
|
192
207
|
https://no.wikipedia.org/wiki/Norges_offisielle_flaggdager
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> world-wide holidays in gregorian calender
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/date-holidays/)
|
|
6
|
-
[](https://github.com/commenthol/date-holidays/actions/workflows/ci.yml)
|
|
7
7
|
|
|
8
8
|
This module provides dates of holidays for various countries, states and regions
|
|
9
9
|
by type while considering the applicable timezone.
|
|
@@ -418,6 +418,13 @@ Countries: 197
|
|
|
418
418
|
├── NG: Nigeria
|
|
419
419
|
├── NI: Nicaragua
|
|
420
420
|
├── NL: Nederland
|
|
421
|
+
│ ├── GR: Groningen
|
|
422
|
+
│ │ └── GRN: Groningen
|
|
423
|
+
│ ├── NH: Noord-Holland
|
|
424
|
+
│ │ └── ALK: Alkmaar
|
|
425
|
+
│ └── ZH: Zuid-Holland
|
|
426
|
+
│ ├── BRL: Brielle
|
|
427
|
+
│ └── LDN: Leiden
|
|
421
428
|
├── NO: Norge
|
|
422
429
|
├── NZ: New Zealand
|
|
423
430
|
│ ├── AUK: Auckland Province
|
package/data/countries/IE.yaml
CHANGED
|
@@ -16,10 +16,6 @@ holidays:
|
|
|
16
16
|
days:
|
|
17
17
|
01-01:
|
|
18
18
|
_name: 01-01
|
|
19
|
-
1st monday in January:
|
|
20
|
-
name:
|
|
21
|
-
en: Bank Holiday
|
|
22
|
-
type: bank
|
|
23
19
|
# Official Rule: First Monday in February, or 1 February if the date falls on a Friday
|
|
24
20
|
02-01 if Tuesday,Wednesday,Thursday,Saturday,Sunday then next Monday since 2023:
|
|
25
21
|
name:
|
package/data/countries/NL.yaml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands
|
|
3
3
|
# @attrib https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
4
|
-
# @attrib https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
5
4
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/officiele-feestdagen
|
|
6
5
|
# @source https://www.government.nl/topics/working-hours/question-and-answer/public-holidays-in-the-netherlands
|
|
7
6
|
# @source https://www.government.nl/topics/school-holidays/question-and-answer/on-which-public-holidays-are-schools-closed-in-the-netherlands
|
|
@@ -10,6 +9,10 @@ holidays:
|
|
|
10
9
|
nl: Nederland
|
|
11
10
|
en: Netherlands
|
|
12
11
|
de: Niederlande
|
|
12
|
+
fr: Les Pays-Bas
|
|
13
|
+
es: Países Bajos
|
|
14
|
+
it: Paesi Bassi
|
|
15
|
+
pt: Países Baixos
|
|
13
16
|
dayoff: sunday
|
|
14
17
|
langs:
|
|
15
18
|
- nl
|
|
@@ -27,83 +30,141 @@ holidays:
|
|
|
27
30
|
easter 1:
|
|
28
31
|
_name: easter 1
|
|
29
32
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/koningsdag-27-april-vrije-dag
|
|
33
|
+
# @attrib https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
|
|
30
34
|
04-27 if sunday then previous saturday since 2014:
|
|
31
35
|
name:
|
|
32
36
|
nl: Koningsdag
|
|
33
37
|
en: King's Day
|
|
34
38
|
de: Königstag
|
|
39
|
+
fr: Fête du Roi
|
|
40
|
+
es: Día del Rey
|
|
41
|
+
it: Giorno del Re
|
|
42
|
+
pt: Dia do Rei
|
|
43
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
35
44
|
04-30 if sunday then next monday since 1949 and prior to 1980:
|
|
36
45
|
name:
|
|
37
46
|
nl: Koninginnedag
|
|
38
47
|
en: Queen's Day
|
|
39
48
|
de: Königinnentag
|
|
49
|
+
fr: Fête de la Reine
|
|
50
|
+
es: Día de la Reina
|
|
51
|
+
it: Giorno della Regina
|
|
52
|
+
pt: Dia da Rainha
|
|
53
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
40
54
|
04-30 if sunday then previous saturday since 1980 and prior to 2014:
|
|
41
55
|
name:
|
|
42
56
|
nl: Koninginnedag
|
|
43
57
|
en: Queen's Day
|
|
44
58
|
de: Königinnentag
|
|
59
|
+
fr: Fête de la Reine
|
|
60
|
+
es: Día de la Reina
|
|
61
|
+
it: Giorno della Regina
|
|
62
|
+
pt: Dia da Rainha
|
|
63
|
+
# @attrib https://nl.wikipedia.org/wiki/Nationale_Dodenherdenking
|
|
45
64
|
05-04:
|
|
46
65
|
name:
|
|
47
66
|
nl: Nationale Dodenherdenking
|
|
48
67
|
en: Remembrance of the Dead
|
|
49
68
|
de: Nationaler Totengedenktag
|
|
69
|
+
fr: Journée nationale du Souvenir
|
|
70
|
+
es: Día Nacional del Recuerdo
|
|
71
|
+
it: Giorno della Memoria Nazionale
|
|
72
|
+
pt: Dia Nacional da Memória
|
|
50
73
|
type: observance
|
|
51
74
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/bevrijdingsdag-5-mei-vrije-dag
|
|
75
|
+
# @attrib https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
52
76
|
05-05:
|
|
53
77
|
name:
|
|
54
78
|
nl: Bevrijdingsdag
|
|
55
79
|
en: Liberation Day
|
|
56
80
|
de: Befreiungstag
|
|
81
|
+
fr: Jour de la Libération
|
|
82
|
+
es: Día de la liberacion
|
|
83
|
+
it: Giorno della Liberazione
|
|
84
|
+
pt: Dia da Libertação
|
|
57
85
|
type: school
|
|
86
|
+
# @attrib https://nl.wikipedia.org/wiki/Moederdag
|
|
58
87
|
2nd sunday in May:
|
|
59
88
|
_name: Mothers Day
|
|
60
89
|
type: observance
|
|
61
90
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/hemelvaartsdag-vrije-dag
|
|
91
|
+
# @attrib https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
|
62
92
|
easter 39:
|
|
63
93
|
_name: easter 39
|
|
64
94
|
name:
|
|
65
95
|
nl: Hemelvaartsdag
|
|
66
96
|
en: Ascension Day
|
|
67
97
|
de: Christi Himmelfahrt
|
|
98
|
+
fr: Jour de l'Ascension
|
|
99
|
+
es: Día de la Ascensión
|
|
100
|
+
it: Giorno dell'Ascensione
|
|
101
|
+
pt: Festa da Ascensão
|
|
102
|
+
# attrib https://nl.wikipedia.org/wiki/Eerste_Pinksterdag
|
|
68
103
|
easter 49:
|
|
69
104
|
_name: easter 49
|
|
70
105
|
# @source https://www.rijksoverheid.nl/onderwerpen/arbeidsovereenkomst-en-cao/vraag-en-antwoord/is-tweede-pinksterdag-een-vrije-dag
|
|
106
|
+
# @attrib https://nl.wikipedia.org/wiki/Tweede_Pinksterdag
|
|
71
107
|
easter 50:
|
|
72
108
|
_name: easter 50
|
|
109
|
+
# @attrib https://nl.wikipedia.org/wiki/Vaderdag
|
|
73
110
|
3rd sunday in June:
|
|
74
111
|
_name: Fathers Day
|
|
75
112
|
type: observance
|
|
113
|
+
# @attrib https://nl.wikipedia.org/wiki/Prinsessedag
|
|
76
114
|
08-31 since 1885 and prior to 1891:
|
|
77
115
|
name:
|
|
78
|
-
nl:
|
|
116
|
+
nl: Prinsessedag
|
|
79
117
|
en: Princess Day
|
|
80
118
|
de: Prinzessinnentag
|
|
119
|
+
fr: Journée de la princesse
|
|
120
|
+
es: Día de la princesa
|
|
121
|
+
it: Giorno della principessa
|
|
122
|
+
pt: Dia da Princesa
|
|
123
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninginnedag
|
|
81
124
|
08-31 since 1891 and prior to 1949:
|
|
82
125
|
name:
|
|
83
126
|
nl: Koninginnedag
|
|
84
127
|
en: Queen's Day
|
|
85
128
|
de: Königinnentag
|
|
129
|
+
fr: Fête de la Reine
|
|
130
|
+
es: Día de la Reina
|
|
131
|
+
it: Giorno della Regina
|
|
132
|
+
pt: Dia da Rainha
|
|
133
|
+
# @attrib https://nl.wikipedia.org/wiki/Prinsjesdag
|
|
86
134
|
3rd tuesday in September:
|
|
87
135
|
name:
|
|
88
136
|
nl: Prinsjesdag
|
|
89
137
|
en: Prince's Day
|
|
90
138
|
de: Prinzentag
|
|
91
|
-
|
|
139
|
+
fr: Journée budgétaire
|
|
140
|
+
es: Día del presupuesto
|
|
141
|
+
it: Giornata del bilancio
|
|
142
|
+
pt: Dia do Príncipe
|
|
92
143
|
type: observance
|
|
93
144
|
11-11:
|
|
94
145
|
_name: 11-11
|
|
95
146
|
type: observance
|
|
147
|
+
# @attrib https://nl.wikipedia.org/wiki/Sinterklaasfeest
|
|
96
148
|
12-05:
|
|
97
149
|
name:
|
|
98
150
|
nl: Sinterklaasavond
|
|
99
151
|
en: St Nicholas' Eve
|
|
100
152
|
de: Nikolausabend
|
|
153
|
+
fr: Soirée Saint-Nicolas
|
|
154
|
+
es: Noche de Sinterklaas
|
|
155
|
+
it: Serata di Sinterklaas
|
|
156
|
+
pt: Noite de Sinterklaas
|
|
101
157
|
type: observance
|
|
158
|
+
# @attrib https://nl.wikipedia.org/wiki/Koninkrijksdag
|
|
102
159
|
12-15:
|
|
103
160
|
name:
|
|
104
161
|
nl: Koninkrijksdag
|
|
105
162
|
en: Kingdom Day
|
|
106
163
|
de: Königreichstag
|
|
164
|
+
fr: Jour du Royaume
|
|
165
|
+
es: Día del Reino
|
|
166
|
+
it: Giorno del Regno
|
|
167
|
+
pt: Dia do Reino
|
|
107
168
|
type: observance
|
|
108
169
|
12-25:
|
|
109
170
|
_name: 12-25
|
|
@@ -112,3 +173,95 @@ holidays:
|
|
|
112
173
|
12-31:
|
|
113
174
|
_name: 12-31
|
|
114
175
|
type: bank
|
|
176
|
+
states:
|
|
177
|
+
GR:
|
|
178
|
+
names:
|
|
179
|
+
nl: Groningen
|
|
180
|
+
en: Groningen
|
|
181
|
+
de: Groningen
|
|
182
|
+
fr: Groningue
|
|
183
|
+
es: Groninga
|
|
184
|
+
it: Groninga
|
|
185
|
+
regions:
|
|
186
|
+
GRN:
|
|
187
|
+
names:
|
|
188
|
+
nl: Groningen
|
|
189
|
+
en: Groningen
|
|
190
|
+
de: Groningen
|
|
191
|
+
fr: Groningue
|
|
192
|
+
es: Groninga
|
|
193
|
+
it: Groninga
|
|
194
|
+
days:
|
|
195
|
+
# @attrib https://nl.wikipedia.org/wiki/Gronings_Ontzet
|
|
196
|
+
08-28:
|
|
197
|
+
name:
|
|
198
|
+
nl: Gronings Ontzet
|
|
199
|
+
en: Relief of Groningen
|
|
200
|
+
de: Groninger Entsatz
|
|
201
|
+
fr: Levée de siège de Groningue
|
|
202
|
+
es: Alivio del asedio de Groninga
|
|
203
|
+
it: Assedio revocato di Groninga
|
|
204
|
+
type: observance
|
|
205
|
+
NH:
|
|
206
|
+
names:
|
|
207
|
+
nl: Noord-Holland
|
|
208
|
+
en: North Holland
|
|
209
|
+
de: Noord-Holland
|
|
210
|
+
fr: Hollande-Septentrionale
|
|
211
|
+
es: Holanda Septentrional
|
|
212
|
+
it: Olanda Settentrionale
|
|
213
|
+
regions:
|
|
214
|
+
ALK:
|
|
215
|
+
name: Alkmaar
|
|
216
|
+
days:
|
|
217
|
+
# @attrib https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
|
|
218
|
+
10-08:
|
|
219
|
+
name:
|
|
220
|
+
nl: Alkmaars Ontzet
|
|
221
|
+
en: Relief of Alkmaar
|
|
222
|
+
de: Alkmaarder Entsatz
|
|
223
|
+
fr: Levée de siège d’Alkmaar
|
|
224
|
+
es: Alivio del asedio de Alkmaar
|
|
225
|
+
it: Assedio revocato di Alkmaar
|
|
226
|
+
type: observance
|
|
227
|
+
ZH:
|
|
228
|
+
names:
|
|
229
|
+
nl: Zuid-Holland
|
|
230
|
+
en: South Holland
|
|
231
|
+
de: Zuid-Holland
|
|
232
|
+
fr: Hollande-Méridionale
|
|
233
|
+
es: Holanda Meridional
|
|
234
|
+
it: Olanda Meridionale
|
|
235
|
+
regions:
|
|
236
|
+
BRL:
|
|
237
|
+
name: Brielle
|
|
238
|
+
days:
|
|
239
|
+
# @attrib https://nl.wikipedia.org/wiki/Inname_van_Den_Briel
|
|
240
|
+
04-01:
|
|
241
|
+
name:
|
|
242
|
+
nl: Inname van Den Briel
|
|
243
|
+
en: Capture of Brielle
|
|
244
|
+
de: Einname van Den Briel
|
|
245
|
+
fr: Prise de La Brielle
|
|
246
|
+
es: Toma de Brielle
|
|
247
|
+
it: Presa di Brielle
|
|
248
|
+
type: observance
|
|
249
|
+
LDN:
|
|
250
|
+
names:
|
|
251
|
+
nl: Leiden
|
|
252
|
+
en: Leiden
|
|
253
|
+
de: Leiden
|
|
254
|
+
fr: Leyde
|
|
255
|
+
es: Leiden
|
|
256
|
+
it: Leida
|
|
257
|
+
days:
|
|
258
|
+
# @attrib https://nl.wikipedia.org/wiki/Leids_Ontzet
|
|
259
|
+
10-03:
|
|
260
|
+
name:
|
|
261
|
+
nl: Leids Ontzet
|
|
262
|
+
en: Relief of Leiden
|
|
263
|
+
de: Leidener Entsatz
|
|
264
|
+
fr: Levée de siège de Leyde
|
|
265
|
+
es: Alivio del asedio de Leiden
|
|
266
|
+
it: Assedio revocato di Leida
|
|
267
|
+
type: observance
|
package/data/countries/RO.yaml
CHANGED
|
@@ -12,15 +12,26 @@ holidays:
|
|
|
12
12
|
zones:
|
|
13
13
|
- Europe/Bucharest
|
|
14
14
|
days:
|
|
15
|
-
01-01:
|
|
16
|
-
|
|
15
|
+
01-01 P2DT:
|
|
16
|
+
name:
|
|
17
|
+
ro: Anul nou
|
|
18
|
+
en: New Year's Day
|
|
19
|
+
01-06:
|
|
20
|
+
name:
|
|
21
|
+
ro: Bobotează
|
|
22
|
+
en: Epiphany
|
|
23
|
+
01-07:
|
|
24
|
+
name:
|
|
25
|
+
ro: Sfântul Ion
|
|
26
|
+
en: Saint John the Baptist
|
|
17
27
|
01-24:
|
|
18
28
|
name:
|
|
19
|
-
ro: Ziua Unirii
|
|
20
|
-
en: Unification
|
|
29
|
+
ro: Ziua Unirii Principatelor Române
|
|
30
|
+
en: Day of the Unification of the Romanian Principalities
|
|
21
31
|
03-08:
|
|
22
32
|
name:
|
|
23
33
|
ro: Ziua Mamei
|
|
34
|
+
en: Mother's Day
|
|
24
35
|
type: observance
|
|
25
36
|
orthodox -2:
|
|
26
37
|
_name: easter -2
|
|
@@ -37,8 +48,10 @@ holidays:
|
|
|
37
48
|
_name: easter 49
|
|
38
49
|
orthodox 50:
|
|
39
50
|
_name: easter 50
|
|
40
|
-
|
|
41
|
-
|
|
51
|
+
Sunday before 06-01:
|
|
52
|
+
name:
|
|
53
|
+
ro: Ziua Românilor de Pretutindeni, Ziua Românului de Pretutindeni
|
|
54
|
+
en: Day of the Romanians Everywhere, Romanian Businessperson Day
|
|
42
55
|
type: observance
|
|
43
56
|
06-01:
|
|
44
57
|
name:
|