date-holidays 3.34.0 → 3.35.0

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.35.0](https://github.com/commenthol/date-holidays/compare/3.34.1...3.35.0) (2026-08-14)
4
+
5
+ - fix(IT): align holiday names with official sources [0c83bc5d](https://github.com/commenthol/date-holidays/commit/0c83bc5dea3bfae5fb853b8effd649a22fe2ea1a)
6
+ - fix(FR): normalize French holiday apostrophes [cf521a8c](https://github.com/commenthol/date-holidays/commit/cf521a8cf2f36db09f0947e30f6f39ee74d9aeab)
7
+ - feat(PA): add Colón Day, National Mourning Day and Flag Day [8eba12bd](https://github.com/commenthol/date-holidays/commit/8eba12bdb6557fbb494c2718b5c7c80fb5e6ef77)
8
+ - feat(PE): add 4 missing national holidays [d7011c3e](https://github.com/commenthol/date-holidays/commit/d7011c3e91ad2a7e27da344a9f2de5d28e0619c9)
9
+ - feat(AU-VIC): added Victorian School holidays for 2026 [363e0e4e](https://github.com/commenthol/date-holidays/commit/363e0e4e5b5d96a1a4f3a29951ef2bd9c2053d6c)
10
+
11
+ ## [3.34.1](https://github.com/commenthol/date-holidays/compare/3.34.0...3.34.1) (2026-08-02)
12
+
13
+ - fix(FI): change attribution to source [1c3e8a94](https://github.com/commenthol/date-holidays/commit/1c3e8a947480cee0ee117383775c5b7bb18c3c1b)
14
+ - fix(fi): use official Finnish holiday names [35577e6c](https://github.com/commenthol/date-holidays/commit/35577e6c15f3064d12943216b9bf941370def9d3)
15
+ - fix(no): use consistent capitalization for Christmas holidays [5e2da902](https://github.com/commenthol/date-holidays/commit/5e2da902e34e6cdb5adce3808b70dbb6b7c530ac)
16
+ - fix(US): Mardi Gras is a Louisiana state holiday, not New Orleans only [bc609d3b](https://github.com/commenthol/date-holidays/commit/bc609d3b27aa86db8357871241f3cebcae4c2030)
17
+
3
18
  ## [3.34.0](https://github.com/commenthol/date-holidays/compare/3.33.0...3.34.0) (2026-07-26)
4
19
 
5
20
  - feat(KR): add substitute holiday (대체공휴일) support [a3270345](https://github.com/commenthol/date-holidays/commit/a3270345d0ffed64e51e928f0dc00b5fb0ffe2b5)
@@ -311,6 +311,31 @@ holidays:
311
311
  1st tuesday in November:
312
312
  name:
313
313
  en: Melbourne Cup
314
+ # @source https://www.vic.gov.au/school-term-dates-and-holidays-victoria
315
+ "2026-04-03 P17D":
316
+ name:
317
+ en: Term 1 holidays
318
+ active:
319
+ - from: "2026-01-01"
320
+ type: school
321
+ "2026-06-27 P17D":
322
+ name:
323
+ en: Term 2 holidays
324
+ active:
325
+ - from: "2026-01-01"
326
+ type: school
327
+ "2026-09-19 P17D":
328
+ name:
329
+ en: Term 3 holidays
330
+ active:
331
+ - from: "2026-01-01"
332
+ type: school
333
+ "2026-12-19 P40D":
334
+ name:
335
+ en: Term 4 holidays
336
+ active:
337
+ - from: "2026-01-01"
338
+ type: school
314
339
  # @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a639.html
315
340
  # @source https://www.legislation.wa.gov.au/legislation/statutes.nsf/law_a147326.html
316
341
  WA:
@@ -1,4 +1,5 @@
1
1
  holidays:
2
+ # @source https://almanakka.helsinki.fi/fi/liputus-ja-juhlapaivat/
2
3
  # @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Finland
3
4
  FI:
4
5
  names:
@@ -31,15 +32,15 @@ holidays:
31
32
  type: observance
32
33
  friday after 06-19:
33
34
  name:
34
- fi: Juhannusaatto
35
+ fi: juhannusaatto
35
36
  en: Midsummer Eve
36
- sv: Midsommarafton
37
+ sv: midsommarafton
37
38
  type: bank
38
39
  saturday after 06-20:
39
40
  name:
40
- fi: Juhannuspäivä
41
+ fi: juhannuspäivä
41
42
  en: Midsummer Day
42
- sv: Midsommardagen
43
+ sv: midsommardagen
43
44
  saturday after 10-31:
44
45
  _name: 11-01
45
46
  2nd sunday in November:
@@ -1,6 +1,6 @@
1
1
  holidays:
2
+ # @source https://presidenza.governo.it/ufficio_cerimoniale/cerimoniale/giornate.html
2
3
  # @attrib https://de.wikipedia.org/wiki/Feiertage_in_Italien
3
- # @source https://www.quirinale.it/elementi/141022
4
4
  IT:
5
5
  names:
6
6
  it: Italia
@@ -21,8 +21,8 @@ holidays:
21
21
  _name: easter 1
22
22
  04-25:
23
23
  name:
24
- it: Anniversario della Liberazione
25
- en: Liberation Day
24
+ it: Liberazione dal nazifascismo (1945)
25
+ en: Liberation from Nazi-Fascism (1945)
26
26
  05-01:
27
27
  _name: 05-01
28
28
  2nd sunday in May:
@@ -35,9 +35,10 @@ holidays:
35
35
  08-15:
36
36
  _name: 08-15
37
37
  10-04 since 2026:
38
+ # @source https://www.quirinale.it/elementi/141022
38
39
  name:
39
- it: San Francesco d'Assisi
40
- en: Francis of Assisi
40
+ it: Festa nazionale di San Francesco d'Assisi
41
+ en: National Day of Saint Francis of Assisi
41
42
  11-01:
42
43
  _name: 11-01
43
44
  12-08:
@@ -13,6 +13,4 @@ holidays:
13
13
  _days: FR
14
14
  days:
15
15
  05-27:
16
- name:
17
- fr: Abolition de l'esclavage
18
- en: abolition of slavery
16
+ _name: Abolition of Slavery
@@ -2,6 +2,7 @@ holidays:
2
2
  # @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Panama
3
3
  # @attrib https://es.wikipedia.org/wiki/Anexo:Festividades_y_celebraciones#Panam.C3.A1
4
4
  # @source http://www.legalinfo-panama.com/legislacion/laboral/codtrabA1.pdf
5
+ # @source https://www.organojudicial.gob.pa/cendoj/documentacion-cendoj/ordenamiento-juridico/area-jurisdiccional/contencioso-administrativo/otras-leyes/ley-291-de-2022-que-adopta-medidas-de-concientizacion-nacional-sobre-el-20-de-diciembre-de-1989
5
6
  PA:
6
7
  names:
7
8
  es: Panamá
@@ -38,6 +39,16 @@ holidays:
38
39
  name:
39
40
  en: Separation Day (from Columbia)
40
41
  es: Día de la Separación (de Colombia)
42
+ 11-04:
43
+ name:
44
+ en: Flag Day
45
+ es: Día de la Bandera
46
+ type: observance
47
+ 11-05 and if sunday then next monday:
48
+ substitute: true
49
+ name:
50
+ en: Colón Day
51
+ es: Día de Colón
41
52
  11-10 and if sunday then next monday:
42
53
  substitute: true
43
54
  name:
@@ -48,6 +59,13 @@ holidays:
48
59
  12-08 and if sunday then next monday:
49
60
  substitute: true
50
61
  _name: Mothers Day
62
+ 12-20 and if sunday then next monday:
63
+ substitute: true
64
+ active:
65
+ - from: "2022-03-31"
66
+ name:
67
+ en: National Mourning Day
68
+ es: Día de Duelo Nacional
51
69
  12-25 and if sunday then next monday:
52
70
  substitute: true
53
71
  _name: 12-25
@@ -21,12 +21,30 @@ holidays:
21
21
  _name: easter
22
22
  05-01:
23
23
  _name: 05-01
24
+ # @source https://busquedas.elperuano.pe/dispositivo/NL/2187453-1
25
+ 06-07 since 2024:
26
+ name:
27
+ en: Battle of Arica and Flag Day
28
+ es: Batalla de Arica y Día de la Bandera
29
+ note: Established as a national holiday by Ley 31788 (2023); first observed in 2024
24
30
  06-29:
25
31
  _name: 06-29
32
+ # @source https://busquedas.elperuano.pe/dispositivo/NL/2194316-1
33
+ 07-23 since 2023:
34
+ name:
35
+ en: Peruvian Air Force Day
36
+ es: Día de la Fuerza Aérea del Perú
37
+ note: Established as a national holiday by Ley 31822 (2023)
26
38
  07-28:
27
39
  _name: Independence Day
28
40
  07-29:
29
41
  _name: Independence Day
42
+ # @source https://busquedas.elperuano.pe/dispositivo/NL/2089960-2
43
+ 08-06 since 2022:
44
+ name:
45
+ en: Battle of Junín
46
+ es: Batalla de Junín
47
+ note: Established as a national holiday by Ley 31530 (2022)
30
48
  08-30:
31
49
  name:
32
50
  en: Santa Rosa de Lima
@@ -39,6 +57,12 @@ holidays:
39
57
  _name: 11-01
40
58
  12-08:
41
59
  _name: 12-08
60
+ # @source https://busquedas.elperuano.pe/dispositivo/NL/2026913-1
61
+ 12-09 since 2022:
62
+ name:
63
+ en: Battle of Ayacucho
64
+ es: Batalla de Ayacucho
65
+ note: Established as a national holiday by Ley 31381 (2021); first observed in 2022
42
66
  12-25:
43
67
  _name: 12-25
44
68
  regions:
@@ -13,19 +13,19 @@ holidays:
13
13
  days:
14
14
  03-05:
15
15
  name:
16
- fr: Arrivée de l'Évangile
16
+ fr: Arrivée de l’Évangile
17
17
  en: Missionary Day
18
18
  easter -2:
19
19
  _name: easter -2
20
20
  06-29:
21
21
  name:
22
- fr: Fête de l'Autonomie
22
+ fr: Fête de lAutonomie
23
23
  en: Internal Autonomy Day
24
24
  active:
25
25
  - to: "2026-01-01"
26
26
  11-20:
27
27
  name:
28
- fr: Matari'i
28
+ fr: Matarii
29
29
  en: Maori New Year
30
30
  active:
31
31
  - from: "2026-01-01"
@@ -496,6 +496,14 @@ holidays:
496
496
  zones:
497
497
  - America/Chicago
498
498
  days:
499
+ # Mardi Gras is state-wide, not just New Orleans: state employees do not
500
+ # work it (R.S. 1:55 B(1)(a)) and it is a legal holiday in the parishes
501
+ # listed in R.S. 1:55 A(3) once declared by ordinance, plus in all
502
+ # municipalities. https://legis.la.gov/Legis/Law.aspx?d=74097
503
+ easter -47:
504
+ _name: easter -47
505
+ name:
506
+ en: Mardi Gras
499
507
  easter -2:
500
508
  _name: easter -2
501
509
  tuesday after 1st monday in November in even years:
@@ -504,11 +512,6 @@ holidays:
504
512
  regions:
505
513
  NO:
506
514
  name: New Orleans
507
- days:
508
- easter -47:
509
- _name: easter -47
510
- name:
511
- en: Mardi Gras
512
515
  ME:
513
516
  name: Maine
514
517
  zones: