date-holidays 3.26.9 → 3.26.11
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 +13 -0
- package/LICENSE +1 -0
- package/data/countries/GB.yaml +2 -2
- package/data/countries/KR.yaml +9 -2
- package/data/countries/RU.yaml +1 -1
- package/data/countries/US.yaml +4 -0
- package/data/holidays.json +19 -7
- 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 +19 -7
- package/package.json +6 -2
- package/src/data.js +19 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.27.0](https://github.com/commenthol/date-holidays/compare/3.26.10...3.27.0) (2026-03-15)
|
|
4
|
+
|
|
5
|
+
- fix(US-FL,#576): Add Commemoration of America's 250th Birthday holiday for Florida in 2026 [5638e72f](https://github.com/commenthol/date-holidays/commit/5638e72f355d0ca6dcc3282e7af7298297eac41b)
|
|
6
|
+
- test(KR): fixtures [c156bbd8](https://github.com/commenthol/date-holidays/commit/c156bbd8199562933fc41b565ec9de867624a054)
|
|
7
|
+
- feat(KR): Constitution Day becomes public holiday from 2026 [e39fbf4f](https://github.com/commenthol/date-holidays/commit/e39fbf4f643f956e670af1b0e3de267263a8765a)
|
|
8
|
+
|
|
9
|
+
## [3.26.10](https://github.com/commenthol/date-holidays/compare/3.26.9...3.26.10) (2026-03-15)
|
|
10
|
+
|
|
11
|
+
- fix(GB): license attribution [c029431d](https://github.com/commenthol/date-holidays/commit/c029431def8c3f74c9cb27747bde34d9430ebbb1)
|
|
12
|
+
- chore: github discontinue support for node@20, node@22 [1638b010](https://github.com/commenthol/date-holidays/commit/1638b0101d30c569759f3551f2b8c767107441ba)
|
|
13
|
+
- fix(GB-SCT): easter not an holiday [25fa9331](https://github.com/commenthol/date-holidays/commit/25fa93311be9f0fcd7b4baf451d0a23db4ac034f)
|
|
14
|
+
- fix(RU): Make international women's day in russia be observed on the monday after sunday. [e8762534](https://github.com/commenthol/date-holidays/commit/e8762534e2a0f6f09f047a144fe206c26a2105a8)
|
|
15
|
+
|
|
3
16
|
## [3.26.9](https://github.com/commenthol/date-holidays/compare/3.26.8...3.26.9) (2026-03-07)
|
|
4
17
|
|
|
5
18
|
- fix(MY,SG): Update holiday dates and details for 2026 [4cdfca64](https://github.com/commenthol/date-holidays/commit/4cdfca642bad58ddd8712697def6244e29fc13b0)
|
package/LICENSE
CHANGED
|
@@ -157,6 +157,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_the_Netherlands
|
|
|
157
157
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Philippines
|
|
158
158
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_Turks_and_Caicos_Islands
|
|
159
159
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Arab_Emirates
|
|
160
|
+
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Kingdom
|
|
160
161
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States
|
|
161
162
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States#Guam
|
|
162
163
|
https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States_Virgin_Islands
|
package/data/countries/GB.yaml
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
holidays:
|
|
2
2
|
# @source https://www.gov.uk/bank-holidays
|
|
3
|
+
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_the_United_Kingdom
|
|
3
4
|
GB:
|
|
4
5
|
names:
|
|
5
6
|
en: United Kingdom
|
|
@@ -469,8 +470,7 @@ holidays:
|
|
|
469
470
|
substitute: true
|
|
470
471
|
name:
|
|
471
472
|
en: January 2nd
|
|
472
|
-
easter 1:
|
|
473
|
-
_name: easter 1
|
|
473
|
+
easter 1: false
|
|
474
474
|
1st monday in August:
|
|
475
475
|
name:
|
|
476
476
|
en: Summer bank holiday
|
package/data/countries/KR.yaml
CHANGED
|
@@ -33,9 +33,16 @@ holidays:
|
|
|
33
33
|
name:
|
|
34
34
|
en: Memorial Day
|
|
35
35
|
ko: 현충일
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
# Constitution Day was observance until 2025, became public holiday from 2026
|
|
37
|
+
07-17 prior to 2026:
|
|
38
|
+
name:
|
|
39
|
+
en: Constitution Day
|
|
40
|
+
ko: 제헌절
|
|
38
41
|
type: observance
|
|
42
|
+
07-17 since 2026:
|
|
43
|
+
name:
|
|
44
|
+
en: Constitution Day
|
|
45
|
+
ko: 제헌절
|
|
39
46
|
08-15:
|
|
40
47
|
name:
|
|
41
48
|
en: Liberation Day
|
package/data/countries/RU.yaml
CHANGED
package/data/countries/US.yaml
CHANGED
|
@@ -305,6 +305,10 @@ holidays:
|
|
|
305
305
|
FL:
|
|
306
306
|
name: Florida
|
|
307
307
|
days:
|
|
308
|
+
# @source https://dos.fl.gov/communications/press-releases/2026/icymi-governor-ron-desantis-announces-statewide-commemoration-of-america-s-250th-birthday
|
|
309
|
+
"2026-02-16":
|
|
310
|
+
name:
|
|
311
|
+
en: Commemoration of America's 250th Birthday
|
|
308
312
|
2nd monday in October: false
|
|
309
313
|
3rd monday in February: false
|
|
310
314
|
02-15:
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2026-03-
|
|
2
|
+
"version": "2026-03-15",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -10663,9 +10663,7 @@
|
|
|
10663
10663
|
"en": "January 2nd"
|
|
10664
10664
|
}
|
|
10665
10665
|
},
|
|
10666
|
-
"easter 1":
|
|
10667
|
-
"_name": "easter 1"
|
|
10668
|
-
},
|
|
10666
|
+
"easter 1": false,
|
|
10669
10667
|
"1st monday in August": {
|
|
10670
10668
|
"name": {
|
|
10671
10669
|
"en": "Summer bank holiday"
|
|
@@ -15685,10 +15683,19 @@
|
|
|
15685
15683
|
"ko": "현충일"
|
|
15686
15684
|
}
|
|
15687
15685
|
},
|
|
15688
|
-
"07-17": {
|
|
15689
|
-
"
|
|
15686
|
+
"07-17 prior to 2026": {
|
|
15687
|
+
"name": {
|
|
15688
|
+
"en": "Constitution Day",
|
|
15689
|
+
"ko": "제헌절"
|
|
15690
|
+
},
|
|
15690
15691
|
"type": "observance"
|
|
15691
15692
|
},
|
|
15693
|
+
"07-17 since 2026": {
|
|
15694
|
+
"name": {
|
|
15695
|
+
"en": "Constitution Day",
|
|
15696
|
+
"ko": "제헌절"
|
|
15697
|
+
}
|
|
15698
|
+
},
|
|
15692
15699
|
"08-15": {
|
|
15693
15700
|
"name": {
|
|
15694
15701
|
"en": "Liberation Day",
|
|
@@ -21092,7 +21099,7 @@
|
|
|
21092
21099
|
"en": "Defender of the Fatherland Day"
|
|
21093
21100
|
}
|
|
21094
21101
|
},
|
|
21095
|
-
"03-08": {
|
|
21102
|
+
"03-08 and if sunday then next monday": {
|
|
21096
21103
|
"_name": "03-08"
|
|
21097
21104
|
},
|
|
21098
21105
|
"05-01": {
|
|
@@ -25011,6 +25018,11 @@
|
|
|
25011
25018
|
"FL": {
|
|
25012
25019
|
"name": "Florida",
|
|
25013
25020
|
"days": {
|
|
25021
|
+
"2026-02-16": {
|
|
25022
|
+
"name": {
|
|
25023
|
+
"en": "Commemoration of America's 250th Birthday"
|
|
25024
|
+
}
|
|
25025
|
+
},
|
|
25014
25026
|
"2nd monday in October": false,
|
|
25015
25027
|
"3rd monday in February": false,
|
|
25016
25028
|
"02-15": {
|