date-holidays 3.24.2 → 3.24.3

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.24.3](https://github.com/commenthol/date-holidays/compare/3.24.2...3.24.3) (2025-05-12)
4
+
5
+ - fix(VA): new pope leo xiv [c01eb7d3](https://github.com/commenthol/date-holidays/commit/c01eb7d3123d52080f877fb986b3f2832609a383)
6
+ - fix(SG): Vesak Day 2025 [046f571d](https://github.com/commenthol/date-holidays/commit/046f571d4d992261f86cbd380235f082fa36749d)
7
+ - fix(DE-HE): Remove Easter and Pentecost Sundays from DE-HE [0ec41ec5](https://github.com/commenthol/date-holidays/commit/0ec41ec567ae1183907e5a6fcabec9106feae38e)
8
+
3
9
  ## [3.24.2](https://github.com/commenthol/date-holidays/compare/3.24.1...3.24.2) (2025-04-18)
4
10
 
5
11
  - Merge branch 'sk-constitution-day' [58bdda13](https://github.com/commenthol/date-holidays/commit/58bdda1372073b71fafbebf833d94f05524612de)
@@ -204,13 +204,9 @@ holidays:
204
204
  active:
205
205
  - from: 2018-01-01
206
206
  HE:
207
- # @source http://www.rv.hessenrecht.hessen.de/cgi-bin/lexsoft/capi/hessen.cgi/export_pdf?docid=169523,1&hideVersionDate=1&shortTitleFileName=1&showVersionInfo=1&displayConfig=0&exportLawlist=1&customFooter=Hessische%20Gesetze%20und%20Verwaltungsvorschriften%20in%20Zusammenarbeit%20mit%20Wolters%20Kluwer%20Deutschland%20GmbH&at=1&pid=UAN_nv_3470
207
+ # @source https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-FeiertGHE1952rahmen
208
208
  name: Hessen
209
209
  days:
210
- easter:
211
- _name: easter
212
- easter 49:
213
- _name: easter 49
214
210
  easter 60:
215
211
  _name: easter 60
216
212
  HH:
@@ -142,6 +142,9 @@ holidays:
142
142
  # https://www.mom.gov.sg/employment-practices/public-holidays
143
143
  "2024-05-22":
144
144
  _name: Vesak
145
+ # https://www.mom.gov.sg/employment-practices/public-holidays#Year-2025
146
+ "2025-05-12":
147
+ _name: Vesak
145
148
  # Deepavali
146
149
  # date if sunday then next monday
147
150
  "2000-10-26":
@@ -58,7 +58,7 @@ holidays:
58
58
  _name: 12-25
59
59
  12-26:
60
60
  _name: 12-26
61
-
61
+ # Pope John Paul II
62
62
  10-16:
63
63
  name:
64
64
  en: Anniversary of the election of Pope John Paul II
@@ -74,33 +74,33 @@ holidays:
74
74
  active:
75
75
  - from: 1978
76
76
  to: 2005
77
-
78
- 04-19:
77
+ # Pope Benedict XVI
78
+ 04-19 since 2005 and prior to 2013:
79
79
  name:
80
80
  en: Anniversary of the election of Pope Benedict XVI
81
81
  it: Anniversario dell'Elezione del Santo Padre
82
- active:
83
- - from: 2005
84
- to: 2013
85
- "03-19#1":
82
+ 03-19 since 2005 and prior to 2013:
86
83
  name:
87
84
  en: Saint Joseph - Name day of the Holy Father
88
85
  it: San Giuseppe - Onomastico del Santo Padre
89
86
  note: Name day of Pope Benedict XVI (Josef Ratzinger)
90
- active:
91
- - from: 2005
92
- to: 2013
93
-
94
- 03-13:
87
+ # Pope Francis
88
+ 03-13 since 2013 and prior to 2026:
95
89
  name:
96
90
  en: Anniversary of the election of Pope Francis
97
91
  it: Anniversario dell'Elezione del Santo Padre
98
- active:
99
- - from: 2013
100
- 04-23:
92
+ 04-23 since 2013 and prior to 2026:
101
93
  name:
102
94
  en: Saint George - Name day of the Holy Father
103
95
  it: San Giorgio - Onomastico del Santo Padre
104
96
  note: Name day of Pope Francis (Jorge Mario Bergoglio)
105
- active:
106
- - from: 2013
97
+ # Pope Leo XIV
98
+ 05-08 since 2026:
99
+ name:
100
+ en: Anniversary of the election of Pope Leo XIV
101
+ it: Anniversario dell'Elezione del Santo Padre
102
+ 09-17 since 2025:
103
+ name:
104
+ en: Saint Robert Bellarmine - Name day of the Holy Father
105
+ it: San Roberto Bellarmino - Onomastico del Santo Padre
106
+ note: Name day of Pope Leo XIV (Robert Francis Prevost)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2025-04-18",
2
+ "version": "2025-05-12",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -8315,12 +8315,6 @@
8315
8315
  "HE": {
8316
8316
  "name": "Hessen",
8317
8317
  "days": {
8318
- "easter": {
8319
- "_name": "easter"
8320
- },
8321
- "easter 49": {
8322
- "_name": "easter 49"
8323
- },
8324
8318
  "easter 60": {
8325
8319
  "_name": "easter 60"
8326
8320
  }
@@ -20599,6 +20593,9 @@
20599
20593
  "2024-05-22": {
20600
20594
  "_name": "Vesak"
20601
20595
  },
20596
+ "2025-05-12": {
20597
+ "_name": "Vesak"
20598
+ },
20602
20599
  "2000-10-26": {
20603
20600
  "_name": "Deepavali"
20604
20601
  },
@@ -25144,53 +25141,44 @@
25144
25141
  }
25145
25142
  ]
25146
25143
  },
25147
- "04-19": {
25144
+ "04-19 since 2005 and prior to 2013": {
25148
25145
  "name": {
25149
25146
  "en": "Anniversary of the election of Pope Benedict XVI",
25150
25147
  "it": "Anniversario dell'Elezione del Santo Padre"
25151
- },
25152
- "active": [
25153
- {
25154
- "from": 2005,
25155
- "to": 2013
25156
- }
25157
- ]
25148
+ }
25158
25149
  },
25159
- "03-19#1": {
25150
+ "03-19 since 2005 and prior to 2013": {
25160
25151
  "name": {
25161
25152
  "en": "Saint Joseph - Name day of the Holy Father",
25162
25153
  "it": "San Giuseppe - Onomastico del Santo Padre"
25163
25154
  },
25164
- "note": "Name day of Pope Benedict XVI (Josef Ratzinger)",
25165
- "active": [
25166
- {
25167
- "from": 2005,
25168
- "to": 2013
25169
- }
25170
- ]
25155
+ "note": "Name day of Pope Benedict XVI (Josef Ratzinger)"
25171
25156
  },
25172
- "03-13": {
25157
+ "03-13 since 2013 and prior to 2026": {
25173
25158
  "name": {
25174
25159
  "en": "Anniversary of the election of Pope Francis",
25175
25160
  "it": "Anniversario dell'Elezione del Santo Padre"
25176
- },
25177
- "active": [
25178
- {
25179
- "from": 2013
25180
- }
25181
- ]
25161
+ }
25182
25162
  },
25183
- "04-23": {
25163
+ "04-23 since 2013 and prior to 2026": {
25184
25164
  "name": {
25185
25165
  "en": "Saint George - Name day of the Holy Father",
25186
25166
  "it": "San Giorgio - Onomastico del Santo Padre"
25187
25167
  },
25188
- "note": "Name day of Pope Francis (Jorge Mario Bergoglio)",
25189
- "active": [
25190
- {
25191
- "from": 2013
25192
- }
25193
- ]
25168
+ "note": "Name day of Pope Francis (Jorge Mario Bergoglio)"
25169
+ },
25170
+ "05-08 since 2026": {
25171
+ "name": {
25172
+ "en": "Anniversary of the election of Pope Leo XIV",
25173
+ "it": "Anniversario dell'Elezione del Santo Padre"
25174
+ }
25175
+ },
25176
+ "09-17 since 2025": {
25177
+ "name": {
25178
+ "en": "Saint Robert Bellarmine - Name day of the Holy Father",
25179
+ "it": "San Roberto Bellarmino - Onomastico del Santo Padre"
25180
+ },
25181
+ "note": "Name day of Pope Leo XIV (Robert Francis Prevost)"
25194
25182
  }
25195
25183
  }
25196
25184
  },