date-holidays 3.16.1 → 3.16.2
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 +5 -0
- package/data/countries/AR.yaml +34 -30
- package/data/countries/NZ.yaml +1 -1
- package/data/holidays.json +47 -41
- package/data/names.yaml +4 -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 +47 -41
- package/package.json +2 -1
- package/src/data.js +47 -41
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.16.2](https://github.com/commenthol/date-holidays/compare/3.16.1...3.16.2) (2022-07-01)
|
|
4
|
+
|
|
5
|
+
- fix(AR,#343): Feriado Puente Turístico [046f615f](https://github.com/commenthol/date-holidays/commit/046f615faedb3586e6042fb9ac68810aa95def24)
|
|
6
|
+
- Fix NZ Matariki 2036 misprint [6522fd1b](https://github.com/commenthol/date-holidays/commit/6522fd1bf4dc8e2478ac2447890bddea9b3d6f37)
|
|
7
|
+
|
|
3
8
|
## [3.16.1](https://github.com/commenthol/date-holidays/compare/3.16.0...3.16.1) (2022-06-12)
|
|
4
9
|
|
|
5
10
|
- fix(US.CA): Presidents' Day name [845793aa](https://github.com/commenthol/date-holidays/commit/845793aa49c9a482ffbc5dacca144bef826c742a)
|
package/data/countries/AR.yaml
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @source http://www.mininterior.gov.ar/tramitesyservicios/feriados.php
|
|
3
|
+
# @source https://www.argentina.gob.ar/interior/feriados-nacionales-2021
|
|
4
|
+
# @source https://www.argentina.gob.ar/interior/feriados-nacionales-2022
|
|
3
5
|
AR:
|
|
4
6
|
names:
|
|
5
7
|
es: Argentina
|
|
@@ -23,6 +25,10 @@ holidays:
|
|
|
23
25
|
days:
|
|
24
26
|
01-01:
|
|
25
27
|
_name: 01-01
|
|
28
|
+
substitutes 01-01 if tuesday then previous monday if thursday then next friday:
|
|
29
|
+
_name: Bridge Day
|
|
30
|
+
disable:
|
|
31
|
+
- 2015
|
|
26
32
|
easter -48:
|
|
27
33
|
_name: easter -48
|
|
28
34
|
easter -47:
|
|
@@ -32,9 +38,9 @@ holidays:
|
|
|
32
38
|
en: Day of Remembrance for Truth and Justice
|
|
33
39
|
es: Día de la Memoria por la Verdad y la Justicia
|
|
34
40
|
substitutes 03-24 if tuesday then previous monday if thursday then next friday:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
41
|
+
_name: Bridge Day
|
|
42
|
+
"2020-03-30":
|
|
43
|
+
_name: Bridge Day
|
|
38
44
|
easter -3:
|
|
39
45
|
_name: easter -3
|
|
40
46
|
easter -2:
|
|
@@ -44,33 +50,30 @@ holidays:
|
|
|
44
50
|
en: Day of the veterans and the fallen in Malvinas War
|
|
45
51
|
es: Día del Veterano y de los Caídos en la Guerra de Malvinas
|
|
46
52
|
substitutes 04-02 if tuesday then previous monday if thursday then next friday:
|
|
47
|
-
|
|
48
|
-
en: Bridge Day
|
|
49
|
-
es: Feriado Puente Turístico
|
|
53
|
+
_name: Bridge Day
|
|
50
54
|
05-01:
|
|
51
55
|
_name: 05-01
|
|
52
56
|
substitutes 05-01 if tuesday then previous monday if thursday then next friday:
|
|
53
|
-
|
|
54
|
-
en: Bridge Day
|
|
55
|
-
es: Feriado Puente Turístico
|
|
57
|
+
_name: Bridge Day
|
|
56
58
|
05-25:
|
|
57
59
|
name:
|
|
58
60
|
en: Day of the First National Government
|
|
59
61
|
es: Primer Gobierno Patrio
|
|
60
62
|
substitutes 05-25 if tuesday then previous monday if thursday then next friday:
|
|
61
|
-
|
|
62
|
-
en: Bridge Day
|
|
63
|
-
es: Feriado Puente Turístico
|
|
63
|
+
_name: Bridge Day
|
|
64
64
|
06-20:
|
|
65
65
|
name:
|
|
66
66
|
en: National Flag Day
|
|
67
67
|
es: Día de la Bandera
|
|
68
68
|
substitutes 06-20 if tuesday then previous monday if thursday then next friday:
|
|
69
|
-
|
|
70
|
-
en: Bridge Day
|
|
71
|
-
es: Feriado Puente Turístico
|
|
69
|
+
_name: Bridge Day
|
|
72
70
|
07-09:
|
|
73
71
|
_name: Independence Day
|
|
72
|
+
substitutes 07-09 if tuesday then previous monday if thursday then next friday if saturday then previous friday:
|
|
73
|
+
_name: Bridge Day
|
|
74
|
+
disable:
|
|
75
|
+
- 2015
|
|
76
|
+
- 2022
|
|
74
77
|
3rd monday in August:
|
|
75
78
|
name:
|
|
76
79
|
en: Anniversary of the death of General José de San Martín
|
|
@@ -79,37 +82,38 @@ holidays:
|
|
|
79
82
|
name:
|
|
80
83
|
en: Day of Respect for Cultural Diversity
|
|
81
84
|
es: Día del Respeto a la Diversidad Cultural
|
|
82
|
-
|
|
83
|
-
|
|
85
|
+
substitutes 10-12 if monday,tuesday,wednesday then previous friday:
|
|
86
|
+
_name: Bridge Day
|
|
84
87
|
disable:
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
+
- 2015
|
|
89
|
+
- 2016
|
|
90
|
+
- 2020
|
|
91
|
+
11-20 if tuesday,wednesday then previous monday if friday then next monday:
|
|
92
|
+
# @source http://www.mininterior.gov.ar/tramitesyservicios/pdf/feriado-nacional-27-11-2015.pdf
|
|
88
93
|
name:
|
|
89
94
|
en: Day of National Sovereignty
|
|
90
95
|
es: Día de la Soberanía nacional
|
|
96
|
+
substitutes 11-20 if saturday,sunday then next monday:
|
|
97
|
+
_name: Bridge Day
|
|
98
|
+
disable:
|
|
99
|
+
- 2016
|
|
91
100
|
12-08:
|
|
92
101
|
_name: 12-08
|
|
93
102
|
substitutes 12-08 if tuesday then previous monday if thursday then next friday:
|
|
94
|
-
|
|
95
|
-
en: Bridge Day
|
|
96
|
-
es: Feriado Puente Turístico
|
|
103
|
+
_name: Bridge Day
|
|
97
104
|
"12-24 12:00":
|
|
98
105
|
_name: 12-24
|
|
99
106
|
type: optional
|
|
100
107
|
substitutes 12-24 if tuesday then previous monday:
|
|
101
|
-
|
|
102
|
-
en: Bridge Day
|
|
103
|
-
es: Feriado Puente Turístico
|
|
108
|
+
_name: Bridge Day
|
|
104
109
|
12-25:
|
|
105
110
|
_name: 12-25
|
|
106
|
-
substitutes 12-25 if thursday then next friday:
|
|
107
|
-
|
|
108
|
-
en: Bridge Day
|
|
109
|
-
es: Feriado Puente Turístico
|
|
111
|
+
substitutes 12-25 if tuesday then previous monday if thursday then next friday:
|
|
112
|
+
_name: Bridge Day
|
|
110
113
|
"12-31 12:00":
|
|
111
114
|
_name: 12-31
|
|
112
115
|
type: optional
|
|
116
|
+
|
|
113
117
|
# states:
|
|
114
118
|
# A:
|
|
115
119
|
# name: Salta
|
package/data/countries/NZ.yaml
CHANGED
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2022-
|
|
2
|
+
"version": "2022-07-01",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -666,6 +666,12 @@
|
|
|
666
666
|
"01-01": {
|
|
667
667
|
"_name": "01-01"
|
|
668
668
|
},
|
|
669
|
+
"substitutes 01-01 if tuesday then previous monday if thursday then next friday": {
|
|
670
|
+
"_name": "Bridge Day",
|
|
671
|
+
"disable": [
|
|
672
|
+
2015
|
|
673
|
+
]
|
|
674
|
+
},
|
|
669
675
|
"easter -48": {
|
|
670
676
|
"_name": "easter -48"
|
|
671
677
|
},
|
|
@@ -679,10 +685,10 @@
|
|
|
679
685
|
}
|
|
680
686
|
},
|
|
681
687
|
"substitutes 03-24 if tuesday then previous monday if thursday then next friday": {
|
|
682
|
-
"
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
688
|
+
"_name": "Bridge Day"
|
|
689
|
+
},
|
|
690
|
+
"2020-03-30": {
|
|
691
|
+
"_name": "Bridge Day"
|
|
686
692
|
},
|
|
687
693
|
"easter -3": {
|
|
688
694
|
"_name": "easter -3"
|
|
@@ -697,19 +703,13 @@
|
|
|
697
703
|
}
|
|
698
704
|
},
|
|
699
705
|
"substitutes 04-02 if tuesday then previous monday if thursday then next friday": {
|
|
700
|
-
"
|
|
701
|
-
"en": "Bridge Day",
|
|
702
|
-
"es": "Feriado Puente Turístico"
|
|
703
|
-
}
|
|
706
|
+
"_name": "Bridge Day"
|
|
704
707
|
},
|
|
705
708
|
"05-01": {
|
|
706
709
|
"_name": "05-01"
|
|
707
710
|
},
|
|
708
711
|
"substitutes 05-01 if tuesday then previous monday if thursday then next friday": {
|
|
709
|
-
"
|
|
710
|
-
"en": "Bridge Day",
|
|
711
|
-
"es": "Feriado Puente Turístico"
|
|
712
|
-
}
|
|
712
|
+
"_name": "Bridge Day"
|
|
713
713
|
},
|
|
714
714
|
"05-25": {
|
|
715
715
|
"name": {
|
|
@@ -718,10 +718,7 @@
|
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
720
|
"substitutes 05-25 if tuesday then previous monday if thursday then next friday": {
|
|
721
|
-
"
|
|
722
|
-
"en": "Bridge Day",
|
|
723
|
-
"es": "Feriado Puente Turístico"
|
|
724
|
-
}
|
|
721
|
+
"_name": "Bridge Day"
|
|
725
722
|
},
|
|
726
723
|
"06-20": {
|
|
727
724
|
"name": {
|
|
@@ -730,14 +727,18 @@
|
|
|
730
727
|
}
|
|
731
728
|
},
|
|
732
729
|
"substitutes 06-20 if tuesday then previous monday if thursday then next friday": {
|
|
733
|
-
"
|
|
734
|
-
"en": "Bridge Day",
|
|
735
|
-
"es": "Feriado Puente Turístico"
|
|
736
|
-
}
|
|
730
|
+
"_name": "Bridge Day"
|
|
737
731
|
},
|
|
738
732
|
"07-09": {
|
|
739
733
|
"_name": "Independence Day"
|
|
740
734
|
},
|
|
735
|
+
"substitutes 07-09 if tuesday then previous monday if thursday then next friday if saturday then previous friday": {
|
|
736
|
+
"_name": "Bridge Day",
|
|
737
|
+
"disable": [
|
|
738
|
+
2015,
|
|
739
|
+
2022
|
|
740
|
+
]
|
|
741
|
+
},
|
|
741
742
|
"3rd monday in August": {
|
|
742
743
|
"name": {
|
|
743
744
|
"en": "Anniversary of the death of General José de San Martín",
|
|
@@ -750,45 +751,44 @@
|
|
|
750
751
|
"es": "Día del Respeto a la Diversidad Cultural"
|
|
751
752
|
}
|
|
752
753
|
},
|
|
753
|
-
"
|
|
754
|
+
"substitutes 10-12 if monday,tuesday,wednesday then previous friday": {
|
|
755
|
+
"_name": "Bridge Day",
|
|
754
756
|
"disable": [
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
757
|
+
2015,
|
|
758
|
+
2016,
|
|
759
|
+
2020
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
"11-20 if tuesday,wednesday then previous monday if friday then next monday": {
|
|
760
763
|
"name": {
|
|
761
764
|
"en": "Day of National Sovereignty",
|
|
762
765
|
"es": "Día de la Soberanía nacional"
|
|
763
766
|
}
|
|
764
767
|
},
|
|
768
|
+
"substitutes 11-20 if saturday,sunday then next monday": {
|
|
769
|
+
"_name": "Bridge Day",
|
|
770
|
+
"disable": [
|
|
771
|
+
2016
|
|
772
|
+
]
|
|
773
|
+
},
|
|
765
774
|
"12-08": {
|
|
766
775
|
"_name": "12-08"
|
|
767
776
|
},
|
|
768
777
|
"substitutes 12-08 if tuesday then previous monday if thursday then next friday": {
|
|
769
|
-
"
|
|
770
|
-
"en": "Bridge Day",
|
|
771
|
-
"es": "Feriado Puente Turístico"
|
|
772
|
-
}
|
|
778
|
+
"_name": "Bridge Day"
|
|
773
779
|
},
|
|
774
780
|
"12-24 12:00": {
|
|
775
781
|
"_name": "12-24",
|
|
776
782
|
"type": "optional"
|
|
777
783
|
},
|
|
778
784
|
"substitutes 12-24 if tuesday then previous monday": {
|
|
779
|
-
"
|
|
780
|
-
"en": "Bridge Day",
|
|
781
|
-
"es": "Feriado Puente Turístico"
|
|
782
|
-
}
|
|
785
|
+
"_name": "Bridge Day"
|
|
783
786
|
},
|
|
784
787
|
"12-25": {
|
|
785
788
|
"_name": "12-25"
|
|
786
789
|
},
|
|
787
|
-
"substitutes 12-25 if thursday then next friday": {
|
|
788
|
-
"
|
|
789
|
-
"en": "Bridge Day",
|
|
790
|
-
"es": "Feriado Puente Turístico"
|
|
791
|
-
}
|
|
790
|
+
"substitutes 12-25 if tuesday then previous monday if thursday then next friday": {
|
|
791
|
+
"_name": "Bridge Day"
|
|
792
792
|
},
|
|
793
793
|
"12-31 12:00": {
|
|
794
794
|
"_name": "12-31",
|
|
@@ -16659,7 +16659,7 @@
|
|
|
16659
16659
|
"en": "Matariki"
|
|
16660
16660
|
}
|
|
16661
16661
|
},
|
|
16662
|
-
"2036-07-
|
|
16662
|
+
"2036-07-18": {
|
|
16663
16663
|
"name": {
|
|
16664
16664
|
"en": "Matariki"
|
|
16665
16665
|
}
|
|
@@ -24976,6 +24976,12 @@
|
|
|
24976
24976
|
"vi": "Tổng khởi nghĩa"
|
|
24977
24977
|
}
|
|
24978
24978
|
},
|
|
24979
|
+
"Bridge Day": {
|
|
24980
|
+
"name": {
|
|
24981
|
+
"en": "Bridge Day",
|
|
24982
|
+
"es": "Feriado Puente Turístico"
|
|
24983
|
+
}
|
|
24984
|
+
},
|
|
24979
24985
|
"substitutes": {
|
|
24980
24986
|
"name": {
|
|
24981
24987
|
"en": "substitute day",
|