date-holidays 3.30.0 → 3.30.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 +14 -0
- package/LICENSE +1 -1
- package/data/countries/AT.yaml +2 -0
- package/data/countries/BE.yaml +19 -5
- package/data/holidays.json +25 -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 +25 -7
- package/package.json +1 -33
- package/src/data.js +25 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.30.2](https://github.com/commenthol/date-holidays/compare/3.30.1...3.30.2) (2026-05-26)
|
|
4
|
+
|
|
5
|
+
- fix(AT): set Easter and Pentecost Sundays to observance [b28c6207](https://github.com/commenthol/date-holidays/commit/b28c6207f2cf9bf1c181961eea8b98011685e2ff)
|
|
6
|
+
- chore(hooks): run lint on pre-commit [5fab9015](https://github.com/commenthol/date-holidays/commit/5fab901572b35930724e45b813c016ab25290ed2)
|
|
7
|
+
- chore(hooks): call commitlint directly [16250716](https://github.com/commenthol/date-holidays/commit/16250716c400f43c159342138798d2b3b62e028a)
|
|
8
|
+
- chore(commitlint): centralize rules in config [323b9d40](https://github.com/commenthol/date-holidays/commit/323b9d4026ea601348b6085f765024bde7253c71)
|
|
9
|
+
- chore(husky): use modern prepare command [7b607d60](https://github.com/commenthol/date-holidays/commit/7b607d607d7308dbcceb708f4f3bcdf835ad593a)
|
|
10
|
+
- chore(hooks): drop deprecated husky.sh sourcing [7ac3b077](https://github.com/commenthol/date-holidays/commit/7ac3b0770c1bdf51f4397b7c13d15c0aace92d53)
|
|
11
|
+
|
|
12
|
+
## [3.30.1](https://github.com/commenthol/date-holidays/compare/3.30.0...3.30.1) (2026-05-20)
|
|
13
|
+
|
|
14
|
+
- docs: update license attributions [acc0f600](https://github.com/commenthol/date-holidays/commit/acc0f600d13bfca42d18467595ec5263fcfd24fc)
|
|
15
|
+
- fix(BE): use Belgian holiday names and update sources [d1b6df26](https://github.com/commenthol/date-holidays/commit/d1b6df26c5b5f6bf6a16e1fbeff85094155394b5)
|
|
16
|
+
|
|
3
17
|
## [3.30.0](https://github.com/commenthol/date-holidays/compare/3.29.0...3.30.0) (2026-05-20)
|
|
4
18
|
|
|
5
19
|
- docs: update license attribution and README [43cbd5f9](https://github.com/commenthol/date-holidays/commit/43cbd5f94fbdc347343b9d3423a3b6a26bda7159)
|
package/LICENSE
CHANGED
|
@@ -34,7 +34,6 @@ CC BY-SA 3.0 Attributions
|
|
|
34
34
|
https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
|
|
35
35
|
https://da.wikipedia.org/wiki/Danske_helligdage
|
|
36
36
|
https://de.m.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
|
|
37
|
-
https://de.m.wikipedia.org/wiki/Feiertage_in_Belgien
|
|
38
37
|
https://de.m.wikipedia.org/wiki/Feiertage_in_Deutschland
|
|
39
38
|
https://de.m.wikipedia.org/wiki/Feiertage_in_Italien
|
|
40
39
|
https://de.m.wikipedia.org/wiki/Feiertage_in_der_Schweiz
|
|
@@ -200,6 +199,7 @@ https://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E3%81%AE%E7%A5%9D%E6%97%A5
|
|
|
200
199
|
https://lb.wikipedia.org/wiki/Gesetzlech_Feierdeeg_zu_L%C3%ABtzebuerg
|
|
201
200
|
https://nl.wikipedia.org/wiki/Alkmaars_Ontzet
|
|
202
201
|
https://nl.wikipedia.org/wiki/Bevrijdingsdag
|
|
202
|
+
https://nl.wikipedia.org/wiki/Feestdagen_in_Belgi%C3%AB
|
|
203
203
|
https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
|
|
204
204
|
https://nl.wikipedia.org/wiki/Gronings_Ontzet
|
|
205
205
|
https://nl.wikipedia.org/wiki/Hemelvaartsdag
|
package/data/countries/AT.yaml
CHANGED
|
@@ -25,6 +25,7 @@ holidays:
|
|
|
25
25
|
type: observance
|
|
26
26
|
easter:
|
|
27
27
|
_name: easter
|
|
28
|
+
type: observance
|
|
28
29
|
easter 1:
|
|
29
30
|
_name: easter 1
|
|
30
31
|
05-01:
|
|
@@ -37,6 +38,7 @@ holidays:
|
|
|
37
38
|
_name: easter 39
|
|
38
39
|
easter 49:
|
|
39
40
|
_name: easter 49
|
|
41
|
+
type: observance
|
|
40
42
|
easter 50:
|
|
41
43
|
_name: easter 50
|
|
42
44
|
easter 60:
|
package/data/countries/BE.yaml
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
holidays:
|
|
2
|
-
# @
|
|
2
|
+
# @source https://www.emploi.belgique.be/fr/themes/international/detachement/conditions-de-travail-respecter-en-cas-de-detachement-en-2
|
|
3
|
+
# @source https://www.werk.belgie.be/nl/themas/internationaal/detachering/na-te-leven-arbeidsvoorwaarden-geval-van-detachering-naar-3
|
|
4
|
+
# @attrib https://nl.wikipedia.org/wiki/Feestdagen_in_Belgi%C3%AB
|
|
3
5
|
# @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Belgium
|
|
4
6
|
BE:
|
|
5
7
|
names:
|
|
@@ -29,23 +31,35 @@ holidays:
|
|
|
29
31
|
_name: easter
|
|
30
32
|
type: observance
|
|
31
33
|
easter 1:
|
|
32
|
-
|
|
34
|
+
name:
|
|
35
|
+
fr: Lundi de Pâques
|
|
36
|
+
nl: Paasmaandag
|
|
37
|
+
de: Ostermontag
|
|
33
38
|
05-01:
|
|
34
39
|
_name: 05-01
|
|
35
40
|
2nd sunday in May:
|
|
36
41
|
_name: Mothers Day
|
|
37
42
|
type: observance
|
|
38
43
|
easter 39:
|
|
39
|
-
|
|
44
|
+
name:
|
|
45
|
+
nl: Hemelvaartsdag
|
|
46
|
+
fr: Ascension
|
|
47
|
+
de: Christi Himmelfahrt
|
|
40
48
|
easter 49:
|
|
41
49
|
_name: easter 49
|
|
42
50
|
type: observance
|
|
43
51
|
easter 50:
|
|
44
|
-
|
|
52
|
+
name:
|
|
53
|
+
fr: Lundi de Pentecôte
|
|
54
|
+
nl: Pinkstermaandag
|
|
55
|
+
de: Pfingstmontag
|
|
45
56
|
07-21:
|
|
46
57
|
_name: National Holiday
|
|
47
58
|
08-15:
|
|
48
|
-
|
|
59
|
+
name:
|
|
60
|
+
fr: Assomption
|
|
61
|
+
nl: Tenhemelopneming
|
|
62
|
+
de: Mariä Himmelfahrt
|
|
49
63
|
11-01:
|
|
50
64
|
_name: 11-01
|
|
51
65
|
11-02:
|
package/data/holidays.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2026-05-
|
|
2
|
+
"version": "2026-05-26",
|
|
3
3
|
"license": "CC-BY-SA-3",
|
|
4
4
|
"holidays": {
|
|
5
5
|
"AD": {
|
|
@@ -1296,7 +1296,8 @@
|
|
|
1296
1296
|
"type": "observance"
|
|
1297
1297
|
},
|
|
1298
1298
|
"easter": {
|
|
1299
|
-
"_name": "easter"
|
|
1299
|
+
"_name": "easter",
|
|
1300
|
+
"type": "observance"
|
|
1300
1301
|
},
|
|
1301
1302
|
"easter 1": {
|
|
1302
1303
|
"_name": "easter 1"
|
|
@@ -1314,7 +1315,8 @@
|
|
|
1314
1315
|
"_name": "easter 39"
|
|
1315
1316
|
},
|
|
1316
1317
|
"easter 49": {
|
|
1317
|
-
"_name": "easter 49"
|
|
1318
|
+
"_name": "easter 49",
|
|
1319
|
+
"type": "observance"
|
|
1318
1320
|
},
|
|
1319
1321
|
"easter 50": {
|
|
1320
1322
|
"_name": "easter 50"
|
|
@@ -2733,7 +2735,11 @@
|
|
|
2733
2735
|
"type": "observance"
|
|
2734
2736
|
},
|
|
2735
2737
|
"easter 1": {
|
|
2736
|
-
"
|
|
2738
|
+
"name": {
|
|
2739
|
+
"fr": "Lundi de Pâques",
|
|
2740
|
+
"nl": "Paasmaandag",
|
|
2741
|
+
"de": "Ostermontag"
|
|
2742
|
+
}
|
|
2737
2743
|
},
|
|
2738
2744
|
"05-01": {
|
|
2739
2745
|
"_name": "05-01"
|
|
@@ -2743,20 +2749,32 @@
|
|
|
2743
2749
|
"type": "observance"
|
|
2744
2750
|
},
|
|
2745
2751
|
"easter 39": {
|
|
2746
|
-
"
|
|
2752
|
+
"name": {
|
|
2753
|
+
"nl": "Hemelvaartsdag",
|
|
2754
|
+
"fr": "Ascension",
|
|
2755
|
+
"de": "Christi Himmelfahrt"
|
|
2756
|
+
}
|
|
2747
2757
|
},
|
|
2748
2758
|
"easter 49": {
|
|
2749
2759
|
"_name": "easter 49",
|
|
2750
2760
|
"type": "observance"
|
|
2751
2761
|
},
|
|
2752
2762
|
"easter 50": {
|
|
2753
|
-
"
|
|
2763
|
+
"name": {
|
|
2764
|
+
"fr": "Lundi de Pentecôte",
|
|
2765
|
+
"nl": "Pinkstermaandag",
|
|
2766
|
+
"de": "Pfingstmontag"
|
|
2767
|
+
}
|
|
2754
2768
|
},
|
|
2755
2769
|
"07-21": {
|
|
2756
2770
|
"_name": "National Holiday"
|
|
2757
2771
|
},
|
|
2758
2772
|
"08-15": {
|
|
2759
|
-
"
|
|
2773
|
+
"name": {
|
|
2774
|
+
"fr": "Assomption",
|
|
2775
|
+
"nl": "Tenhemelopneming",
|
|
2776
|
+
"de": "Mariä Himmelfahrt"
|
|
2777
|
+
}
|
|
2760
2778
|
},
|
|
2761
2779
|
"11-01": {
|
|
2762
2780
|
"_name": "11-01"
|