date-holidays 3.26.7 → 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 +10 -0
- package/LICENSE +1 -0
- package/data/countries/AU.yaml +1 -1
- package/data/countries/GP.yaml +5 -2
- package/data/countries/MQ.yaml +4 -1
- package/data/countries/MY.yaml +13 -0
- package/data/countries/PH.yaml +8 -1
- package/data/countries/SG.yaml +5 -0
- package/data/holidays.json +51 -17
- 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 +51 -17
- package/package.json +2 -1
- package/src/data.js +51 -17
package/lib/data.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const data = {
|
|
6
|
-
"version": "2026-
|
|
6
|
+
"version": "2026-03-07",
|
|
7
7
|
"license": "CC-BY-SA-3",
|
|
8
8
|
"holidays": {
|
|
9
9
|
"AD": {
|
|
@@ -1525,7 +1525,7 @@ const data = {
|
|
|
1525
1525
|
}
|
|
1526
1526
|
},
|
|
1527
1527
|
"04-25": false,
|
|
1528
|
-
"04-25 if sunday then next monday": {
|
|
1528
|
+
"04-25 and if saturday,sunday then next monday": {
|
|
1529
1529
|
"substitute": true,
|
|
1530
1530
|
"name": {
|
|
1531
1531
|
"en": "Anzac Day"
|
|
@@ -11304,9 +11304,11 @@ const data = {
|
|
|
11304
11304
|
},
|
|
11305
11305
|
"07-21": {
|
|
11306
11306
|
"name": {
|
|
11307
|
-
"fr": "Jour de Victor
|
|
11308
|
-
"en": "Victor
|
|
11309
|
-
}
|
|
11307
|
+
"fr": "Jour de Victor Schoelcher",
|
|
11308
|
+
"en": "Victor Schoelcher Day"
|
|
11309
|
+
},
|
|
11310
|
+
"type": "optional",
|
|
11311
|
+
"note": "Government offices closed"
|
|
11310
11312
|
}
|
|
11311
11313
|
}
|
|
11312
11314
|
},
|
|
@@ -17215,8 +17217,10 @@ const data = {
|
|
|
17215
17217
|
"07-21": {
|
|
17216
17218
|
"name": {
|
|
17217
17219
|
"fr": "Jour de Victor Schoelcher",
|
|
17218
|
-
"en": "Victor
|
|
17219
|
-
}
|
|
17220
|
+
"en": "Victor Schoelcher Day"
|
|
17221
|
+
},
|
|
17222
|
+
"type": "optional",
|
|
17223
|
+
"note": "Government offices closed"
|
|
17220
17224
|
}
|
|
17221
17225
|
}
|
|
17222
17226
|
},
|
|
@@ -17673,28 +17677,34 @@ const data = {
|
|
|
17673
17677
|
"17 Ramadan": {
|
|
17674
17678
|
"_name": "17 Ramadan",
|
|
17675
17679
|
"disable": [
|
|
17676
|
-
"2022-04-18"
|
|
17680
|
+
"2022-04-18",
|
|
17681
|
+
"2026-03-06"
|
|
17677
17682
|
],
|
|
17678
17683
|
"enable": [
|
|
17679
|
-
"2022-04-19"
|
|
17684
|
+
"2022-04-19",
|
|
17685
|
+
"2026-03-07"
|
|
17680
17686
|
]
|
|
17681
17687
|
},
|
|
17682
17688
|
"1 Shawwal": {
|
|
17683
17689
|
"_name": "1 Shawwal",
|
|
17684
17690
|
"disable": [
|
|
17685
|
-
"2022-05-02"
|
|
17691
|
+
"2022-05-02",
|
|
17692
|
+
"2026-03-20"
|
|
17686
17693
|
],
|
|
17687
17694
|
"enable": [
|
|
17688
|
-
"2022-05-03"
|
|
17695
|
+
"2022-05-03",
|
|
17696
|
+
"2026-03-21"
|
|
17689
17697
|
]
|
|
17690
17698
|
},
|
|
17691
17699
|
"2 Shawwal": {
|
|
17692
17700
|
"_name": "1 Shawwal",
|
|
17693
17701
|
"disable": [
|
|
17694
|
-
"2022-05-03"
|
|
17702
|
+
"2022-05-03",
|
|
17703
|
+
"2026-03-21"
|
|
17695
17704
|
],
|
|
17696
17705
|
"enable": [
|
|
17697
|
-
"2022-05-04"
|
|
17706
|
+
"2022-05-04",
|
|
17707
|
+
"2026-03-22"
|
|
17698
17708
|
]
|
|
17699
17709
|
},
|
|
17700
17710
|
"10 Dhu al-Hijjah": {
|
|
@@ -17707,7 +17717,13 @@ const data = {
|
|
|
17707
17717
|
]
|
|
17708
17718
|
},
|
|
17709
17719
|
"1 Muharram": {
|
|
17710
|
-
"_name": "1 Muharram"
|
|
17720
|
+
"_name": "1 Muharram",
|
|
17721
|
+
"disable": [
|
|
17722
|
+
"2026-06-16"
|
|
17723
|
+
],
|
|
17724
|
+
"enable": [
|
|
17725
|
+
"2026-06-17"
|
|
17726
|
+
]
|
|
17711
17727
|
},
|
|
17712
17728
|
"12 Rabi al-awwal": {
|
|
17713
17729
|
"_name": "12 Rabi al-awwal",
|
|
@@ -17811,7 +17827,11 @@ const data = {
|
|
|
17811
17827
|
"2025-10-20": {
|
|
17812
17828
|
"_name": "Deepavali"
|
|
17813
17829
|
},
|
|
17830
|
+
"2026-11-08": {
|
|
17831
|
+
"_name": "Deepavali"
|
|
17832
|
+
},
|
|
17814
17833
|
"2026-11-09": {
|
|
17834
|
+
"substitute": true,
|
|
17815
17835
|
"_name": "Deepavali"
|
|
17816
17836
|
},
|
|
17817
17837
|
"2027-10-28": {
|
|
@@ -20039,7 +20059,7 @@ const data = {
|
|
|
20039
20059
|
"fil": "Piyesta ng mga Parol Tsino"
|
|
20040
20060
|
}
|
|
20041
20061
|
},
|
|
20042
|
-
"02-25": {
|
|
20062
|
+
"02-25 since 2002 prior to 2024": {
|
|
20043
20063
|
"name": {
|
|
20044
20064
|
"en": "EDSA Revolution Anniversary",
|
|
20045
20065
|
"fil": "Anibersaryo ng Rebolusyon sa EDSA"
|
|
@@ -20047,6 +20067,14 @@ const data = {
|
|
|
20047
20067
|
"type": "optional",
|
|
20048
20068
|
"note": "Non-working Day"
|
|
20049
20069
|
},
|
|
20070
|
+
"02-25 since 2024": {
|
|
20071
|
+
"name": {
|
|
20072
|
+
"en": "EDSA Revolution Anniversary",
|
|
20073
|
+
"fil": "Anibersaryo ng Rebolusyon sa EDSA"
|
|
20074
|
+
},
|
|
20075
|
+
"type": "observance",
|
|
20076
|
+
"note": "Special working day"
|
|
20077
|
+
},
|
|
20050
20078
|
"easter -3": {
|
|
20051
20079
|
"_name": "easter -3"
|
|
20052
20080
|
},
|
|
@@ -21565,13 +21593,15 @@ const data = {
|
|
|
21565
21593
|
"2022-05-02",
|
|
21566
21594
|
"2023-04-21",
|
|
21567
21595
|
"2024-04-09",
|
|
21568
|
-
"2025-03-30"
|
|
21596
|
+
"2025-03-30",
|
|
21597
|
+
"2026-03-20"
|
|
21569
21598
|
],
|
|
21570
21599
|
"enable": [
|
|
21571
21600
|
"2022-05-03",
|
|
21572
21601
|
"2023-04-22",
|
|
21573
21602
|
"2024-04-10",
|
|
21574
|
-
"2025-03-31"
|
|
21603
|
+
"2025-03-31",
|
|
21604
|
+
"2026-03-21"
|
|
21575
21605
|
]
|
|
21576
21606
|
},
|
|
21577
21607
|
"10 Dhu al-Hijjah": {
|
|
@@ -21765,7 +21795,11 @@ const data = {
|
|
|
21765
21795
|
"2025-10-20": {
|
|
21766
21796
|
"_name": "Deepavali"
|
|
21767
21797
|
},
|
|
21798
|
+
"2026-11-08": {
|
|
21799
|
+
"_name": "Deepavali"
|
|
21800
|
+
},
|
|
21768
21801
|
"2026-11-09": {
|
|
21802
|
+
"substitute": true,
|
|
21769
21803
|
"_name": "Deepavali"
|
|
21770
21804
|
},
|
|
21771
21805
|
"2027-10-28": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.26.
|
|
3
|
+
"version": "3.26.9",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"jk-12345 <33206139+jk-12345@users.noreply.github.com>",
|
|
86
86
|
"John-Olav Storvold <johsto@knowit.no>",
|
|
87
87
|
"Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>",
|
|
88
|
+
"Josh Luongo <josh@yumait.com.au>",
|
|
88
89
|
"Joshua Rippon <joshuarippon1@gmail.com>",
|
|
89
90
|
"Jukka Lehtimäki <jukka.lehtimaki@atoz.fi>",
|
|
90
91
|
"Julian Krenge <julian@parcellab.com>",
|
package/src/data.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const data = {
|
|
2
|
-
version: '2026-
|
|
2
|
+
version: '2026-03-07',
|
|
3
3
|
license: 'CC-BY-SA-3',
|
|
4
4
|
holidays: {
|
|
5
5
|
AD: {
|
|
@@ -1521,7 +1521,7 @@ export const data = {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
},
|
|
1523
1523
|
'04-25': false,
|
|
1524
|
-
'04-25 if sunday then next monday': {
|
|
1524
|
+
'04-25 and if saturday,sunday then next monday': {
|
|
1525
1525
|
substitute: true,
|
|
1526
1526
|
name: {
|
|
1527
1527
|
en: 'Anzac Day'
|
|
@@ -11300,9 +11300,11 @@ export const data = {
|
|
|
11300
11300
|
},
|
|
11301
11301
|
'07-21': {
|
|
11302
11302
|
name: {
|
|
11303
|
-
fr: 'Jour de Victor
|
|
11304
|
-
en: 'Victor
|
|
11305
|
-
}
|
|
11303
|
+
fr: 'Jour de Victor Schoelcher',
|
|
11304
|
+
en: 'Victor Schoelcher Day'
|
|
11305
|
+
},
|
|
11306
|
+
type: 'optional',
|
|
11307
|
+
note: 'Government offices closed'
|
|
11306
11308
|
}
|
|
11307
11309
|
}
|
|
11308
11310
|
},
|
|
@@ -17211,8 +17213,10 @@ export const data = {
|
|
|
17211
17213
|
'07-21': {
|
|
17212
17214
|
name: {
|
|
17213
17215
|
fr: 'Jour de Victor Schoelcher',
|
|
17214
|
-
en: 'Victor
|
|
17215
|
-
}
|
|
17216
|
+
en: 'Victor Schoelcher Day'
|
|
17217
|
+
},
|
|
17218
|
+
type: 'optional',
|
|
17219
|
+
note: 'Government offices closed'
|
|
17216
17220
|
}
|
|
17217
17221
|
}
|
|
17218
17222
|
},
|
|
@@ -17669,28 +17673,34 @@ export const data = {
|
|
|
17669
17673
|
'17 Ramadan': {
|
|
17670
17674
|
_name: '17 Ramadan',
|
|
17671
17675
|
disable: [
|
|
17672
|
-
'2022-04-18'
|
|
17676
|
+
'2022-04-18',
|
|
17677
|
+
'2026-03-06'
|
|
17673
17678
|
],
|
|
17674
17679
|
enable: [
|
|
17675
|
-
'2022-04-19'
|
|
17680
|
+
'2022-04-19',
|
|
17681
|
+
'2026-03-07'
|
|
17676
17682
|
]
|
|
17677
17683
|
},
|
|
17678
17684
|
'1 Shawwal': {
|
|
17679
17685
|
_name: '1 Shawwal',
|
|
17680
17686
|
disable: [
|
|
17681
|
-
'2022-05-02'
|
|
17687
|
+
'2022-05-02',
|
|
17688
|
+
'2026-03-20'
|
|
17682
17689
|
],
|
|
17683
17690
|
enable: [
|
|
17684
|
-
'2022-05-03'
|
|
17691
|
+
'2022-05-03',
|
|
17692
|
+
'2026-03-21'
|
|
17685
17693
|
]
|
|
17686
17694
|
},
|
|
17687
17695
|
'2 Shawwal': {
|
|
17688
17696
|
_name: '1 Shawwal',
|
|
17689
17697
|
disable: [
|
|
17690
|
-
'2022-05-03'
|
|
17698
|
+
'2022-05-03',
|
|
17699
|
+
'2026-03-21'
|
|
17691
17700
|
],
|
|
17692
17701
|
enable: [
|
|
17693
|
-
'2022-05-04'
|
|
17702
|
+
'2022-05-04',
|
|
17703
|
+
'2026-03-22'
|
|
17694
17704
|
]
|
|
17695
17705
|
},
|
|
17696
17706
|
'10 Dhu al-Hijjah': {
|
|
@@ -17703,7 +17713,13 @@ export const data = {
|
|
|
17703
17713
|
]
|
|
17704
17714
|
},
|
|
17705
17715
|
'1 Muharram': {
|
|
17706
|
-
_name: '1 Muharram'
|
|
17716
|
+
_name: '1 Muharram',
|
|
17717
|
+
disable: [
|
|
17718
|
+
'2026-06-16'
|
|
17719
|
+
],
|
|
17720
|
+
enable: [
|
|
17721
|
+
'2026-06-17'
|
|
17722
|
+
]
|
|
17707
17723
|
},
|
|
17708
17724
|
'12 Rabi al-awwal': {
|
|
17709
17725
|
_name: '12 Rabi al-awwal',
|
|
@@ -17807,7 +17823,11 @@ export const data = {
|
|
|
17807
17823
|
'2025-10-20': {
|
|
17808
17824
|
_name: 'Deepavali'
|
|
17809
17825
|
},
|
|
17826
|
+
'2026-11-08': {
|
|
17827
|
+
_name: 'Deepavali'
|
|
17828
|
+
},
|
|
17810
17829
|
'2026-11-09': {
|
|
17830
|
+
substitute: true,
|
|
17811
17831
|
_name: 'Deepavali'
|
|
17812
17832
|
},
|
|
17813
17833
|
'2027-10-28': {
|
|
@@ -20035,7 +20055,7 @@ export const data = {
|
|
|
20035
20055
|
fil: 'Piyesta ng mga Parol Tsino'
|
|
20036
20056
|
}
|
|
20037
20057
|
},
|
|
20038
|
-
'02-25': {
|
|
20058
|
+
'02-25 since 2002 prior to 2024': {
|
|
20039
20059
|
name: {
|
|
20040
20060
|
en: 'EDSA Revolution Anniversary',
|
|
20041
20061
|
fil: 'Anibersaryo ng Rebolusyon sa EDSA'
|
|
@@ -20043,6 +20063,14 @@ export const data = {
|
|
|
20043
20063
|
type: 'optional',
|
|
20044
20064
|
note: 'Non-working Day'
|
|
20045
20065
|
},
|
|
20066
|
+
'02-25 since 2024': {
|
|
20067
|
+
name: {
|
|
20068
|
+
en: 'EDSA Revolution Anniversary',
|
|
20069
|
+
fil: 'Anibersaryo ng Rebolusyon sa EDSA'
|
|
20070
|
+
},
|
|
20071
|
+
type: 'observance',
|
|
20072
|
+
note: 'Special working day'
|
|
20073
|
+
},
|
|
20046
20074
|
'easter -3': {
|
|
20047
20075
|
_name: 'easter -3'
|
|
20048
20076
|
},
|
|
@@ -21561,13 +21589,15 @@ export const data = {
|
|
|
21561
21589
|
'2022-05-02',
|
|
21562
21590
|
'2023-04-21',
|
|
21563
21591
|
'2024-04-09',
|
|
21564
|
-
'2025-03-30'
|
|
21592
|
+
'2025-03-30',
|
|
21593
|
+
'2026-03-20'
|
|
21565
21594
|
],
|
|
21566
21595
|
enable: [
|
|
21567
21596
|
'2022-05-03',
|
|
21568
21597
|
'2023-04-22',
|
|
21569
21598
|
'2024-04-10',
|
|
21570
|
-
'2025-03-31'
|
|
21599
|
+
'2025-03-31',
|
|
21600
|
+
'2026-03-21'
|
|
21571
21601
|
]
|
|
21572
21602
|
},
|
|
21573
21603
|
'10 Dhu al-Hijjah': {
|
|
@@ -21761,7 +21791,11 @@ export const data = {
|
|
|
21761
21791
|
'2025-10-20': {
|
|
21762
21792
|
_name: 'Deepavali'
|
|
21763
21793
|
},
|
|
21794
|
+
'2026-11-08': {
|
|
21795
|
+
_name: 'Deepavali'
|
|
21796
|
+
},
|
|
21764
21797
|
'2026-11-09': {
|
|
21798
|
+
substitute: true,
|
|
21765
21799
|
_name: 'Deepavali'
|
|
21766
21800
|
},
|
|
21767
21801
|
'2027-10-28': {
|