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/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-06-28",
6
+ "version": "2026-07-11",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -4283,6 +4283,64 @@ const data = {
4283
4283
  }
4284
4284
  }
4285
4285
  },
4286
+ "ES": {
4287
+ "name": "Espírito Santo",
4288
+ "zones": [
4289
+ "America/Sao_Paulo"
4290
+ ],
4291
+ "days": {
4292
+ "easter 8": {
4293
+ "name": {
4294
+ "pt": "Dia de Nossa Senhora da Penha"
4295
+ },
4296
+ "type": "public",
4297
+ "active": [
4298
+ {
4299
+ "from": "2019-07-04"
4300
+ }
4301
+ ]
4302
+ }
4303
+ }
4304
+ },
4305
+ "GO": {
4306
+ "name": "Goiás",
4307
+ "sources": [
4308
+ "https://legisla.casacivil.go.gov.br/pesquisa_legislacao/100979/lei-20756"
4309
+ ],
4310
+ "zones": [
4311
+ "America/Sao_Paulo"
4312
+ ],
4313
+ "days": {
4314
+ "07-26": {
4315
+ "name": {
4316
+ "pt": "Fundação da Cidade de Goiás"
4317
+ }
4318
+ },
4319
+ "10-24": {
4320
+ "name": {
4321
+ "pt": "Lançamento da pedra fundamental de Goiânia"
4322
+ }
4323
+ }
4324
+ },
4325
+ "regions": {
4326
+ "GOIANIA": {
4327
+ "name": "Goiânia",
4328
+ "days": {
4329
+ "05-24": {
4330
+ "name": {
4331
+ "pt": "Nossa Senhora Auxiliadora"
4332
+ },
4333
+ "type": "public",
4334
+ "active": [
4335
+ {
4336
+ "from": "1956-08-30"
4337
+ }
4338
+ ]
4339
+ }
4340
+ }
4341
+ }
4342
+ }
4343
+ },
4286
4344
  "MA": {
4287
4345
  "name": "Maranhão",
4288
4346
  "zones": [
@@ -8815,7 +8873,7 @@ const data = {
8815
8873
  "05-01": {
8816
8874
  "_name": "05-01",
8817
8875
  "type": "observance",
8818
- "note": "Full holiday for blue collar workers"
8876
+ "note": "Not a public holiday; full day off for blue collar workers only"
8819
8877
  },
8820
8878
  "2nd sunday in May": {
8821
8879
  "_name": "Mothers Day",
@@ -8824,7 +8882,7 @@ const data = {
8824
8882
  "06-05": {
8825
8883
  "_name": "Constitution Day",
8826
8884
  "type": "observance",
8827
- "note": "Shops are closed"
8885
+ "note": "Not a public holiday; shops closed by law"
8828
8886
  },
8829
8887
  "easter 49": {
8830
8888
  "_name": "easter 49"
@@ -8835,7 +8893,7 @@ const data = {
8835
8893
  "12-24": {
8836
8894
  "_name": "12-24",
8837
8895
  "type": "observance",
8838
- "note": "Shops are closed"
8896
+ "note": "Not a public holiday; shops closed by law"
8839
8897
  },
8840
8898
  "12-25": {
8841
8899
  "_name": "12-25"
@@ -22123,6 +22181,12 @@ const data = {
22123
22181
  "12-31": {
22124
22182
  "_name": "12-31",
22125
22183
  "type": "bank"
22184
+ },
22185
+ "2026-06-30": {
22186
+ "name": {
22187
+ "en": "Recognition of the historic victory of the Paraguayan national football team over Germany",
22188
+ "es": "Reconocimiento al histórico triunfo de la Selección Paraguaya de Fútbol frente a Alemania"
22189
+ }
22126
22190
  }
22127
22191
  }
22128
22192
  },
@@ -28889,7 +28953,7 @@ const data = {
28889
28953
  "bs": "Novogodisnji dan",
28890
28954
  "ca": "Any nou",
28891
28955
  "cz": "Nový rok",
28892
- "da": "Nytår",
28956
+ "da": "Nytårsdag",
28893
28957
  "de": "Neujahr",
28894
28958
  "el": "Πρωτοχρονιά",
28895
28959
  "es": "Año Nuevo",
@@ -29250,7 +29314,7 @@ const data = {
29250
29314
  "bg": "Бъдни вечер",
29251
29315
  "bs": "Badnji dan",
29252
29316
  "cz": "Štědrý den",
29253
- "da": "Juleaften",
29317
+ "da": "Juleaftensdag",
29254
29318
  "de": "Heiliger Abend",
29255
29319
  "es": "Nochebuena",
29256
29320
  "et": "jõululaupäev",
@@ -29542,7 +29606,7 @@ const data = {
29542
29606
  "bg": "Великден",
29543
29607
  "bs": "Vaskrs",
29544
29608
  "cz": "Velikonoční neděle",
29545
- "da": "Påskesøndag",
29609
+ "da": "Påskedag",
29546
29610
  "de": "Ostersonntag",
29547
29611
  "el": "Πάσχα",
29548
29612
  "es": "Pascua",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -210,34 +210,34 @@
210
210
  },
211
211
  "dependencies": {
212
212
  "date-holidays-parser": "^3.4.7",
213
- "js-yaml": "^5.2.0",
213
+ "js-yaml": "^5.2.1",
214
214
  "lodash": "^4.18.1",
215
215
  "prepin": "^1.0.3"
216
216
  },
217
217
  "devDependencies": {
218
- "@babel/core": "^7.29.7",
219
- "@babel/preset-env": "^7.29.7",
220
- "@commitlint/cli": "^18.6.1",
221
- "@commitlint/config-conventional": "^18.6.3",
218
+ "@babel/core": "^8.0.1",
219
+ "@babel/preset-env": "^8.0.2",
220
+ "@commitlint/cli": "^21.2.1",
221
+ "@commitlint/config-conventional": "^21.2.0",
222
222
  "@eslint/js": "^10.0.1",
223
223
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
224
- "babel-loader": "^9.2.1",
225
- "eslint": "^10.6.0",
224
+ "babel-loader": "^10.1.1",
225
+ "eslint": "^10.7.0",
226
226
  "eslint-plugin-import-x": "^4.17.1",
227
- "eslint-plugin-n": "^18.2.1",
227
+ "eslint-plugin-n": "^18.2.2",
228
228
  "eslint-plugin-promise": "^7.3.0",
229
- "eslint-plugin-yml": "^3.5.0",
229
+ "eslint-plugin-yml": "^3.6.0",
230
230
  "globals": "^17.7.0",
231
231
  "husky": "^9.1.7",
232
232
  "mocha": "^11.7.6",
233
233
  "npm-run-all2": "^9.0.2",
234
234
  "rimraf": "^6.1.3",
235
235
  "rollup": "^2.80.0",
236
- "tstyche": "^4.3.0",
236
+ "tstyche": "^7.2.1",
237
237
  "watch-run": "^1.2.5",
238
- "webpack": "^5.108.1",
239
- "webpack-bundle-analyzer": "^4.10.2",
240
- "webpack-cli": "^5.1.4"
238
+ "webpack": "^5.108.4",
239
+ "webpack-bundle-analyzer": "^5.3.0",
240
+ "webpack-cli": "^7.2.1"
241
241
  },
242
242
  "engines": {
243
243
  "node": ">=12.0.0"
@@ -261,7 +261,7 @@
261
261
  "fixtures": "mocha test/all.mocha.js --writetests --countries",
262
262
  "test": "npm-run-all test:*",
263
263
  "test:ci": "mocha",
264
- "test:ts": "tstyche",
264
+ "__test:ts": "tstyche",
265
265
  "watch": "watch-run -p data/countries/*.yaml npm run yaml",
266
266
  "webpack": "webpack",
267
267
  "webpack:analyze": "webpack",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
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 @@ export const data = {
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 @@ export const data = {
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 @@ export const data = {
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 @@ export const data = {
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 @@ export const data = {
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 @@ export const data = {
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 @@ export const data = {
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 @@ export const data = {
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",