date-holidays 3.26.8 → 3.26.9

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.26.9](https://github.com/commenthol/date-holidays/compare/3.26.8...3.26.9) (2026-03-07)
4
+
5
+ - fix(MY,SG): Update holiday dates and details for 2026 [4cdfca64](https://github.com/commenthol/date-holidays/commit/4cdfca642bad58ddd8712697def6244e29fc13b0)
6
+
3
7
  ## [3.26.8](https://github.com/commenthol/date-holidays/compare/3.26.7...3.26.8) (2026-01-31)
4
8
 
5
9
  - fix(AU): Corrects ANZAC Day for ACT. [08b1c173](https://github.com/commenthol/date-holidays/commit/08b1c17356a1a8a7c9c20ff107ac9b81f6697bd2)
@@ -67,20 +67,26 @@ holidays:
67
67
  _name: 17 Ramadan
68
68
  disable:
69
69
  - "2022-04-18"
70
+ - "2026-03-06"
70
71
  enable:
71
72
  - "2022-04-19"
73
+ - "2026-03-07"
72
74
  1 Shawwal:
73
75
  _name: 1 Shawwal
74
76
  disable:
75
77
  - "2022-05-02"
78
+ - "2026-03-20"
76
79
  enable:
77
80
  - "2022-05-03"
81
+ - "2026-03-21"
78
82
  2 Shawwal:
79
83
  _name: 1 Shawwal
80
84
  disable:
81
85
  - "2022-05-03"
86
+ - "2026-03-21"
82
87
  enable:
83
88
  - "2022-05-04"
89
+ - "2026-03-22"
84
90
  10 Dhu al-Hijjah:
85
91
  _name: 10 Dhu al-Hijjah
86
92
  disable:
@@ -89,6 +95,10 @@ holidays:
89
95
  - "2022-07-10"
90
96
  1 Muharram:
91
97
  _name: 1 Muharram
98
+ disable:
99
+ - "2026-06-16"
100
+ enable:
101
+ - "2026-06-17"
92
102
  12 Rabi al-awwal:
93
103
  _name: 12 Rabi al-awwal
94
104
  disable:
@@ -162,7 +172,10 @@ holidays:
162
172
  _name: Deepavali
163
173
  "2025-10-20":
164
174
  _name: Deepavali
175
+ "2026-11-08":
176
+ _name: Deepavali
165
177
  "2026-11-09":
178
+ substitute: true
166
179
  _name: Deepavali
167
180
  "2027-10-28":
168
181
  _name: Deepavali
@@ -61,11 +61,13 @@ holidays:
61
61
  - "2023-04-21"
62
62
  - "2024-04-09"
63
63
  - "2025-03-30"
64
+ - "2026-03-20"
64
65
  enable:
65
66
  - "2022-05-03"
66
67
  - "2023-04-22"
67
68
  - "2024-04-10"
68
69
  - "2025-03-31"
70
+ - "2026-03-21"
69
71
  10 Dhu al-Hijjah:
70
72
  _name: 10 Dhu al-Hijjah
71
73
  name:
@@ -208,7 +210,10 @@ holidays:
208
210
  _name: Deepavali
209
211
  "2025-10-20":
210
212
  _name: Deepavali
213
+ "2026-11-08":
214
+ _name: Deepavali
211
215
  "2026-11-09":
216
+ substitute: true
212
217
  _name: Deepavali
213
218
  "2027-10-28":
214
219
  _name: Deepavali
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-01-31",
2
+ "version": "2026-03-07",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -17673,28 +17673,34 @@
17673
17673
  "17 Ramadan": {
17674
17674
  "_name": "17 Ramadan",
17675
17675
  "disable": [
17676
- "2022-04-18"
17676
+ "2022-04-18",
17677
+ "2026-03-06"
17677
17678
  ],
17678
17679
  "enable": [
17679
- "2022-04-19"
17680
+ "2022-04-19",
17681
+ "2026-03-07"
17680
17682
  ]
17681
17683
  },
17682
17684
  "1 Shawwal": {
17683
17685
  "_name": "1 Shawwal",
17684
17686
  "disable": [
17685
- "2022-05-02"
17687
+ "2022-05-02",
17688
+ "2026-03-20"
17686
17689
  ],
17687
17690
  "enable": [
17688
- "2022-05-03"
17691
+ "2022-05-03",
17692
+ "2026-03-21"
17689
17693
  ]
17690
17694
  },
17691
17695
  "2 Shawwal": {
17692
17696
  "_name": "1 Shawwal",
17693
17697
  "disable": [
17694
- "2022-05-03"
17698
+ "2022-05-03",
17699
+ "2026-03-21"
17695
17700
  ],
17696
17701
  "enable": [
17697
- "2022-05-04"
17702
+ "2022-05-04",
17703
+ "2026-03-22"
17698
17704
  ]
17699
17705
  },
17700
17706
  "10 Dhu al-Hijjah": {
@@ -17707,7 +17713,13 @@
17707
17713
  ]
17708
17714
  },
17709
17715
  "1 Muharram": {
17710
- "_name": "1 Muharram"
17716
+ "_name": "1 Muharram",
17717
+ "disable": [
17718
+ "2026-06-16"
17719
+ ],
17720
+ "enable": [
17721
+ "2026-06-17"
17722
+ ]
17711
17723
  },
17712
17724
  "12 Rabi al-awwal": {
17713
17725
  "_name": "12 Rabi al-awwal",
@@ -17811,7 +17823,11 @@
17811
17823
  "2025-10-20": {
17812
17824
  "_name": "Deepavali"
17813
17825
  },
17826
+ "2026-11-08": {
17827
+ "_name": "Deepavali"
17828
+ },
17814
17829
  "2026-11-09": {
17830
+ "substitute": true,
17815
17831
  "_name": "Deepavali"
17816
17832
  },
17817
17833
  "2027-10-28": {
@@ -21573,13 +21589,15 @@
21573
21589
  "2022-05-02",
21574
21590
  "2023-04-21",
21575
21591
  "2024-04-09",
21576
- "2025-03-30"
21592
+ "2025-03-30",
21593
+ "2026-03-20"
21577
21594
  ],
21578
21595
  "enable": [
21579
21596
  "2022-05-03",
21580
21597
  "2023-04-22",
21581
21598
  "2024-04-10",
21582
- "2025-03-31"
21599
+ "2025-03-31",
21600
+ "2026-03-21"
21583
21601
  ]
21584
21602
  },
21585
21603
  "10 Dhu al-Hijjah": {
@@ -21773,7 +21791,11 @@
21773
21791
  "2025-10-20": {
21774
21792
  "_name": "Deepavali"
21775
21793
  },
21794
+ "2026-11-08": {
21795
+ "_name": "Deepavali"
21796
+ },
21776
21797
  "2026-11-09": {
21798
+ "substitute": true,
21777
21799
  "_name": "Deepavali"
21778
21800
  },
21779
21801
  "2027-10-28": {