date-holidays 3.28.0 → 3.30.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 +34 -0
- package/LICENSE +3 -0
- package/README.md +14 -3
- package/data/countries/AR.yaml +41 -12
- package/data/countries/AT.yaml +2 -0
- package/data/countries/BZ.yaml +9 -5
- package/data/countries/DE.yaml +11 -1
- package/data/countries/IT.yaml +1 -1
- package/data/countries/JE.yaml +4 -0
- package/data/countries/KZ.yaml +154 -0
- package/data/countries/NF.yaml +54 -0
- package/data/countries/PK.yaml +65 -0
- package/data/countries/UA.yaml +18 -2
- package/data/holidays.json +419 -21
- package/data/names.yaml +2 -0
- 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/eslint.config.mjs +74 -0
- package/lib/data.cjs +419 -21
- package/package.json +19 -19
- package/src/data.js +21046 -20648
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "date-holidays",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.0",
|
|
4
4
|
"description": "worldwide holidays",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"holidays",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"AlinaA <alinaa874@gmail.com>",
|
|
32
32
|
"amalgame21 <93383215+amalgame21@users.noreply.github.com>",
|
|
33
33
|
"Artem Yagutyan <artem.yagutyan@gmail.com>",
|
|
34
|
+
"Artur Kraft <arkraft@users.noreply.github.com>",
|
|
34
35
|
"ash <makingahabit@gmail.com>",
|
|
35
36
|
"ben <99397608+benkhong@users.noreply.github.com>",
|
|
36
37
|
"Ben Arwin <github@arwin.net>",
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"Brandon Bay <brandon.bay@gmail.com>",
|
|
42
43
|
"Brian Keifer <brian@valinor.net>",
|
|
43
44
|
"Calogero Sanfilippo <sanfilippo.calogero@gmail.com>",
|
|
45
|
+
"charlie <charliedplett@gmail.com>",
|
|
44
46
|
"Christian Schinnerl <Schinnerl.Christian@gmail.com>",
|
|
45
47
|
"Cookie <yoshi.hmd@gmail.com>",
|
|
46
48
|
"Cristian Andrade <cr.andrade.m@gmail.com>",
|
|
@@ -82,6 +84,7 @@
|
|
|
82
84
|
"Jani Šumak <jani.sumak@inova.si>",
|
|
83
85
|
"Jeff Hughes <43132199+jwh-hutchison@users.noreply.github.com>",
|
|
84
86
|
"Jérôme Vasseur <jerome.vasseur@thetribe.io>",
|
|
87
|
+
"Jesús <jesus.gonzalez.novez@deskbird.com>",
|
|
85
88
|
"jhordyess <dev@jhordyess.com>",
|
|
86
89
|
"jk-12345 <33206139+jk-12345@users.noreply.github.com>",
|
|
87
90
|
"John-Olav Storvold <johsto@knowit.no>",
|
|
@@ -239,34 +242,31 @@
|
|
|
239
242
|
"dependencies": {
|
|
240
243
|
"date-holidays-parser": "^3.4.7",
|
|
241
244
|
"js-yaml": "^4.1.1",
|
|
242
|
-
"lodash": "^4.
|
|
245
|
+
"lodash": "^4.18.1",
|
|
243
246
|
"prepin": "^1.0.3"
|
|
244
247
|
},
|
|
245
248
|
"devDependencies": {
|
|
246
|
-
"@babel/
|
|
247
|
-
"@babel/
|
|
248
|
-
"@babel/polyfill": "^7.12.1",
|
|
249
|
-
"@babel/preset-env": "^7.28.5",
|
|
249
|
+
"@babel/core": "^7.29.0",
|
|
250
|
+
"@babel/preset-env": "^7.29.5",
|
|
250
251
|
"@commitlint/cli": "^18.6.1",
|
|
251
252
|
"@commitlint/config-conventional": "^18.6.3",
|
|
253
|
+
"@eslint/js": "^10.0.1",
|
|
252
254
|
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
|
|
253
255
|
"babel-loader": "^9.2.1",
|
|
254
|
-
"eslint": "^
|
|
255
|
-
"eslint-
|
|
256
|
-
"eslint-plugin-
|
|
257
|
-
"eslint-plugin-
|
|
258
|
-
"eslint-plugin-
|
|
259
|
-
"
|
|
260
|
-
"hashtree": "^0.7.0",
|
|
256
|
+
"eslint": "^10.4.0",
|
|
257
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
258
|
+
"eslint-plugin-n": "^18.0.1",
|
|
259
|
+
"eslint-plugin-promise": "^7.3.0",
|
|
260
|
+
"eslint-plugin-yml": "^3.3.2",
|
|
261
|
+
"globals": "^17.6.0",
|
|
261
262
|
"husky": "^9.1.7",
|
|
262
|
-
"markedpp": "^1.4.0",
|
|
263
263
|
"mocha": "^11.7.5",
|
|
264
264
|
"npm-run-all": "^4.1.5",
|
|
265
|
-
"rimraf": "^6.1.
|
|
266
|
-
"rollup": "^2.
|
|
265
|
+
"rimraf": "^6.1.3",
|
|
266
|
+
"rollup": "^2.80.0",
|
|
267
267
|
"tstyche": "^4.3.0",
|
|
268
268
|
"watch-run": "^1.2.5",
|
|
269
|
-
"webpack": "^5.
|
|
269
|
+
"webpack": "^5.107.0",
|
|
270
270
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
271
271
|
"webpack-cli": "^5.1.4"
|
|
272
272
|
},
|
|
@@ -274,7 +274,6 @@
|
|
|
274
274
|
"node": ">=12.0.0"
|
|
275
275
|
},
|
|
276
276
|
"c4uIgnore": {
|
|
277
|
-
"eslint-plugin-yml": "^0.15.0 // newer versions do too much checking",
|
|
278
277
|
"rollup": "^2.79.1 // v3 changed exports; needs refactoring first."
|
|
279
278
|
},
|
|
280
279
|
"scripts": {
|
|
@@ -288,7 +287,8 @@
|
|
|
288
287
|
"clean:modules": "rimraf node_modules",
|
|
289
288
|
"doc:attrib": "node scripts/attributions.cjs",
|
|
290
289
|
"doc:tree": "node scripts/addtree.cjs",
|
|
291
|
-
"lint": "eslint
|
|
290
|
+
"lint": "eslint",
|
|
291
|
+
"lint:fix": "eslint --fix",
|
|
292
292
|
"fixtures": "mocha test/all.mocha.js --writetests --countries",
|
|
293
293
|
"test": "npm-run-all test:*",
|
|
294
294
|
"test:ci": "mocha",
|