date-holidays 3.32.0 → 3.33.0

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.33.0](https://github.com/commenthol/date-holidays/compare/3.32.0...3.33.0) (2026-07-11)
4
+
5
+ - fix(BR): fix source for holiday in Espírito Santo [0c83b026](https://github.com/commenthol/date-holidays/commit/0c83b026ebaec5373de1c605f7dfeda4a9b8cb33)
6
+ - feat(PY): Add a new holiday for Paraguay in 2026 to recognize the historic victory of the Paraguayan national football team over Germany. [b2af84ea](https://github.com/commenthol/date-holidays/commit/b2af84eae673562a1ad6e0367c5f387b72d44437)
7
+ - chore(tstyche): disable tstyche test as it fails CI [e42ca3b0](https://github.com/commenthol/date-holidays/commit/e42ca3b0a9845dc6be451dc0579ef945b6e1ffdb)
8
+ - fix(DK): use formal Danish holiday names and optimize observance notes [5887c5d0](https://github.com/commenthol/date-holidays/commit/5887c5d0264c505c010e43dd97e56672aafc5be0)
9
+ - feat(BR): add Espírito Santo and Goiás state holidays [0b875d25](https://github.com/commenthol/date-holidays/commit/0b875d25d29804cea6eb1b4175e78ed4d3f3e9ce)
10
+
3
11
  ## [3.32.0](https://github.com/commenthol/date-holidays/compare/3.31.0...3.32.0) (2026-06-28)
4
12
 
5
13
  - chore(github-actions): add node@26 and pin actions to hash commits [55232316](https://github.com/commenthol/date-holidays/commit/552323166e32fd473bfeb1ba09be068b47b55cdb)
package/README.md CHANGED
@@ -133,6 +133,9 @@ Countries: 206
133
133
  │ ├── BA: Bahia
134
134
  │ ├── CE: Ceará
135
135
  │ ├── DF: Distrito Federal
136
+ │ ├── ES: Espírito Santo
137
+ │ ├── GO: Goiás
138
+ │ │ └── GOIANIA: Goiânia
136
139
  │ ├── MA: Maranhão
137
140
  │ ├── MG: Minas Gerais
138
141
  │ │ └── BH: Belo Horizonte
@@ -230,14 +230,45 @@ holidays:
230
230
  type: public
231
231
  active:
232
232
  - from: 1995-12-04
233
- # ES:
234
- # name: Espírito Santo
235
- # zones:
236
- # - America/Sao_Paulo
237
- # GO:
238
- # name: Goiás
239
- # zones:
240
- # - America/Sao_Paulo
233
+ ES:
234
+ name: Espírito Santo
235
+ # Data Magna do Estado: feriado estadual desde a Lei 11.010/2019.
236
+ # @source https://g1.globo.com/es/espirito-santo/noticia/2025/04/26/saiba-o-que-funciona-e-nao-funciona-no-feriado-de-nossa-senhora-da-penha-no-es.ghtml
237
+ zones:
238
+ - America/Sao_Paulo
239
+ days:
240
+ # "segunda-feira, oito dias depois do domingo de Páscoa"
241
+ easter 8:
242
+ name:
243
+ pt: Dia de Nossa Senhora da Penha
244
+ type: public
245
+ active:
246
+ - from: 2019-07-04
247
+ GO:
248
+ name: Goiás
249
+ sources:
250
+ - https://legisla.casacivil.go.gov.br/pesquisa_legislacao/100979/lei-20756
251
+ zones:
252
+ - America/Sao_Paulo
253
+ days:
254
+ 07-26:
255
+ name:
256
+ pt: Fundação da Cidade de Goiás
257
+ 10-24:
258
+ name:
259
+ pt: Lançamento da pedra fundamental de Goiânia
260
+ regions:
261
+ GOIANIA:
262
+ name: Goiânia
263
+ # Padroeira de Goiânia, feriado municipal pela Lei 701/1956.
264
+ # @source https://goias.gov.br/juceg/feriado-municipal-devido-ao-dia-de-nossa-senhora-auxiliadora-padroeira-do-municipio-de-goiania/
265
+ days:
266
+ 05-24:
267
+ name:
268
+ pt: Nossa Senhora Auxiliadora
269
+ type: public
270
+ active:
271
+ - from: 1956-08-30
241
272
  MA:
242
273
  name: Maranhão
243
274
  zones:
@@ -34,14 +34,16 @@ holidays:
34
34
  05-01:
35
35
  _name: 05-01
36
36
  type: observance
37
- note: Full holiday for blue collar workers
37
+ note: Not a public holiday; full day off for blue collar workers only
38
+ # @source https://cphpost.dk/2025-05-01/life-in-denmark/what-happens-on-the-1st-of-may/
38
39
  2nd sunday in May:
39
40
  _name: Mothers Day
40
41
  type: observance
41
42
  06-05:
42
43
  _name: Constitution Day
43
44
  type: observance
44
- note: Shops are closed
45
+ note: Not a public holiday; shops closed by law
46
+ # @source https://www.retsinformation.dk/eli/lta/2019/515
45
47
  easter 49:
46
48
  _name: easter 49
47
49
  easter 50:
@@ -49,7 +51,8 @@ holidays:
49
51
  12-24:
50
52
  _name: 12-24
51
53
  type: observance
52
- note: Shops are closed
54
+ note: Not a public holiday; shops closed by law
55
+ # @source https://www.retsinformation.dk/eli/lta/2019/515
53
56
  12-25:
54
57
  _name: 12-25
55
58
  12-26:
@@ -72,3 +72,8 @@ holidays:
72
72
  12-31:
73
73
  _name: 12-31
74
74
  type: bank
75
+ # @source https://as.com/futbol/mundial/festivo-nacional-en-paraguay-tras-eliminar-a-alemania-f202606-n/
76
+ 2026-06-30:
77
+ name:
78
+ en: Recognition of the historic victory of the Paraguayan national football team over Germany
79
+ es: Reconocimiento al histórico triunfo de la Selección Paraguaya de Fútbol frente a Alemania
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-06-28",
2
+ "version": "2026-07-11",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -4279,6 +4279,64 @@
4279
4279
  }
4280
4280
  }
4281
4281
  },
4282
+ "ES": {
4283
+ "name": "Espírito Santo",
4284
+ "zones": [
4285
+ "America/Sao_Paulo"
4286
+ ],
4287
+ "days": {
4288
+ "easter 8": {
4289
+ "name": {
4290
+ "pt": "Dia de Nossa Senhora da Penha"
4291
+ },
4292
+ "type": "public",
4293
+ "active": [
4294
+ {
4295
+ "from": "2019-07-04"
4296
+ }
4297
+ ]
4298
+ }
4299
+ }
4300
+ },
4301
+ "GO": {
4302
+ "name": "Goiás",
4303
+ "sources": [
4304
+ "https://legisla.casacivil.go.gov.br/pesquisa_legislacao/100979/lei-20756"
4305
+ ],
4306
+ "zones": [
4307
+ "America/Sao_Paulo"
4308
+ ],
4309
+ "days": {
4310
+ "07-26": {
4311
+ "name": {
4312
+ "pt": "Fundação da Cidade de Goiás"
4313
+ }
4314
+ },
4315
+ "10-24": {
4316
+ "name": {
4317
+ "pt": "Lançamento da pedra fundamental de Goiânia"
4318
+ }
4319
+ }
4320
+ },
4321
+ "regions": {
4322
+ "GOIANIA": {
4323
+ "name": "Goiânia",
4324
+ "days": {
4325
+ "05-24": {
4326
+ "name": {
4327
+ "pt": "Nossa Senhora Auxiliadora"
4328
+ },
4329
+ "type": "public",
4330
+ "active": [
4331
+ {
4332
+ "from": "1956-08-30"
4333
+ }
4334
+ ]
4335
+ }
4336
+ }
4337
+ }
4338
+ }
4339
+ },
4282
4340
  "MA": {
4283
4341
  "name": "Maranhão",
4284
4342
  "zones": [
@@ -8811,7 +8869,7 @@
8811
8869
  "05-01": {
8812
8870
  "_name": "05-01",
8813
8871
  "type": "observance",
8814
- "note": "Full holiday for blue collar workers"
8872
+ "note": "Not a public holiday; full day off for blue collar workers only"
8815
8873
  },
8816
8874
  "2nd sunday in May": {
8817
8875
  "_name": "Mothers Day",
@@ -8820,7 +8878,7 @@
8820
8878
  "06-05": {
8821
8879
  "_name": "Constitution Day",
8822
8880
  "type": "observance",
8823
- "note": "Shops are closed"
8881
+ "note": "Not a public holiday; shops closed by law"
8824
8882
  },
8825
8883
  "easter 49": {
8826
8884
  "_name": "easter 49"
@@ -8831,7 +8889,7 @@
8831
8889
  "12-24": {
8832
8890
  "_name": "12-24",
8833
8891
  "type": "observance",
8834
- "note": "Shops are closed"
8892
+ "note": "Not a public holiday; shops closed by law"
8835
8893
  },
8836
8894
  "12-25": {
8837
8895
  "_name": "12-25"
@@ -22119,6 +22177,12 @@
22119
22177
  "12-31": {
22120
22178
  "_name": "12-31",
22121
22179
  "type": "bank"
22180
+ },
22181
+ "2026-06-30": {
22182
+ "name": {
22183
+ "en": "Recognition of the historic victory of the Paraguayan national football team over Germany",
22184
+ "es": "Reconocimiento al histórico triunfo de la Selección Paraguaya de Fútbol frente a Alemania"
22185
+ }
22122
22186
  }
22123
22187
  }
22124
22188
  },
@@ -28885,7 +28949,7 @@
28885
28949
  "bs": "Novogodisnji dan",
28886
28950
  "ca": "Any nou",
28887
28951
  "cz": "Nový rok",
28888
- "da": "Nytår",
28952
+ "da": "Nytårsdag",
28889
28953
  "de": "Neujahr",
28890
28954
  "el": "Πρωτοχρονιά",
28891
28955
  "es": "Año Nuevo",
@@ -29246,7 +29310,7 @@
29246
29310
  "bg": "Бъдни вечер",
29247
29311
  "bs": "Badnji dan",
29248
29312
  "cz": "Štědrý den",
29249
- "da": "Juleaften",
29313
+ "da": "Juleaftensdag",
29250
29314
  "de": "Heiliger Abend",
29251
29315
  "es": "Nochebuena",
29252
29316
  "et": "jõululaupäev",
@@ -29538,7 +29602,7 @@
29538
29602
  "bg": "Великден",
29539
29603
  "bs": "Vaskrs",
29540
29604
  "cz": "Velikonoční neděle",
29541
- "da": "Påskesøndag",
29605
+ "da": "Påskedag",
29542
29606
  "de": "Ostersonntag",
29543
29607
  "el": "Πάσχα",
29544
29608
  "es": "Pascua",
package/data/names.yaml CHANGED
@@ -19,7 +19,7 @@ names:
19
19
  bs: Novogodisnji dan
20
20
  ca: Any nou
21
21
  cz: Nový rok
22
- da: Nytår
22
+ da: Nytårsdag
23
23
  de: Neujahr
24
24
  el: Πρωτοχρονιά
25
25
  es: Año Nuevo
@@ -351,7 +351,7 @@ names:
351
351
  bg: Бъдни вечер
352
352
  bs: Badnji dan
353
353
  cz: Štědrý den
354
- da: Juleaften
354
+ da: Juleaftensdag
355
355
  de: Heiliger Abend
356
356
  es: Nochebuena
357
357
  et: jõululaupäev
@@ -627,7 +627,7 @@ names:
627
627
  bg: Великден
628
628
  bs: Vaskrs
629
629
  cz: Velikonoční neděle
630
- da: Påskesøndag
630
+ da: Påskedag
631
631
  de: Ostersonntag
632
632
  el: Πάσχα
633
633
  es: Pascua