opening_hours 3.11.0 → 3.12.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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "type": "commonjs",
4
4
  "types": "./types/index.d.ts",
5
5
  "description": "Library to parse and process opening_hours tag from OpenStreetMap data",
6
- "version": "3.11.0",
6
+ "version": "3.12.0",
7
7
  "main": "./build/opening_hours.js",
8
8
  "module": "./build/opening_hours.esm.mjs",
9
9
  "sideEffects": false,
@@ -21,7 +21,10 @@
21
21
  "Robin Schneider <ypid@riseup.net>"
22
22
  ],
23
23
  "contributors": [
24
- "https://github.com/opening-hours/opening_hours.js/graphs/contributors"
24
+ {
25
+ "name": "Contributors",
26
+ "url": "https://github.com/opening-hours/opening_hours.js/graphs/contributors"
27
+ }
25
28
  ],
26
29
  "repository": {
27
30
  "type": "git",
@@ -60,47 +63,42 @@
60
63
  "regex_search": "make run-regex_search",
61
64
  "prepare": "husky",
62
65
  "readme": "doctoc README.md --title \"## Table of Contents\"",
63
- "check-updates": "npm-check-updates --reject colors --upgrade"
66
+ "check-updates": "npm-check-updates --upgrade"
64
67
  },
65
68
  "dependencies": {
66
- "i18next": "^25.3.2",
69
+ "i18next": "^25.8.13",
67
70
  "suncalc": "^1.9.0"
68
71
  },
69
72
  "devDependencies": {
70
- "@commitlint/cli": "^19.8.1",
71
- "@commitlint/config-conventional": "^19.8.1",
73
+ "@commitlint/cli": "^20.4.2",
74
+ "@commitlint/config-conventional": "^20.4.2",
72
75
  "@eslint/js": "^9.32.0",
73
- "@eslint/markdown": "^7.1.0",
74
- "@rollup/plugin-commonjs": "^28.0.6",
76
+ "@eslint/markdown": "^7.5.1",
77
+ "@rollup/plugin-commonjs": "^29.0.0",
75
78
  "@rollup/plugin-json": "^6.1.0",
76
- "@rollup/plugin-node-resolve": "^16.0.1",
79
+ "@rollup/plugin-node-resolve": "^16.0.3",
77
80
  "@rollup/plugin-terser": "^0.4.4",
78
81
  "@rollup/plugin-yaml": "^4.1.2",
79
- "@stylistic/eslint-plugin": "^5.2.2",
80
- "colors": "^1.4.0",
81
- "commit-and-tag-version": "^12.5.2",
82
+ "@stylistic/eslint-plugin": "^5.9.0",
83
+ "commit-and-tag-version": "^12.6.1",
82
84
  "commitizen": "^4.3.1",
83
- "country-language": "^0.1.7",
84
85
  "cz-conventional-changelog": "^3.3.0",
85
- "doctoc": "^2.2.1",
86
+ "doctoc": "^2.3.0",
86
87
  "eslint": "^9.32.0",
87
88
  "full-icu": "^1.5.0",
88
- "glob": "^11.0.3",
89
- "globals": "^16.3.0",
89
+ "glob": "^13.0.6",
90
+ "globals": "^17.4.0",
90
91
  "husky": "^9.1.7",
91
- "line-reader": "^0.4.0",
92
- "lint-staged": "^16.2.6",
93
- "moment": "^2.30.1",
94
- "npm-check-updates": "^18.0.2",
95
- "package-json-validator": "^0.25.0",
96
- "rollup": "^4.46.2",
97
- "sprintf-js": "1.1.3",
98
- "terser": "^5.43.1",
92
+ "lint-staged": "^16.3.1",
93
+ "npm-check-updates": "^19.6.3",
94
+ "package-json-validator-cli": "^0.1.11",
95
+ "rollup": "^4.59.0",
96
+ "terser": "^5.46.0",
99
97
  "timekeeper": "^2.3.1",
100
- "typescript": "^5.8.3",
101
- "typescript-eslint": "^8.38.0",
102
- "yaml": "^2.8.0",
103
- "yargs": "^17.7.2"
98
+ "typescript": "^5.9.3",
99
+ "typescript-eslint": "^8.56.1",
100
+ "yaml": "^2.8.2",
101
+ "yargs": "^18.0.0"
104
102
  },
105
103
  "engines": {
106
104
  "node": ">=12"