Fix empty part-of-day logic (#3726)

Fixes #3727

---------

Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Veeck
2025-02-27 19:31:00 +01:00
committed by GitHub
parent 28bcee7de6
commit 4a398f03eb
7 changed files with 60 additions and 27 deletions

22
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"ajv": "^8.17.1",
"ansis": "^3.10.0",
"ansis": "^3.16.0",
"console-stamp": "^3.1.2",
"envsub": "^4.1.0",
"eslint": "^9.21.0",
@@ -31,8 +31,8 @@
"undici": "^7.3.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^4.0.1",
"cspell": "^8.17.3",
"@stylistic/eslint-plugin": "^4.1.0",
"cspell": "^8.17.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsdoc": "^50.6.3",
@@ -44,7 +44,7 @@
"lint-staged": "^15.4.3",
"markdownlint-cli2": "^0.17.2",
"playwright": "^1.50.1",
"prettier": "^3.4.2",
"prettier": "^3.5.2",
"sinon": "^19.0.2",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
@@ -2584,9 +2584,9 @@
"license": "MIT"
},
"node_modules/@stylistic/eslint-plugin": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.0.1.tgz",
"integrity": "sha512-RwKkRKiDrF4ptiur54ckDhOByQYKYZ1dEmI5K8BJCmuGpauFJXzVL1UQYTA2zq702CqMFdYiJcVFJWfokIgFxw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.1.0.tgz",
"integrity": "sha512-bytbL7qiici7yPyEiId0fGPK9kjQbzcPMj2aftPfzTCyJ/CRSKdtI+iVjM0LSGzGxfunflI+MDDU9vyIIeIpoQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3078,12 +3078,12 @@
}
},
"node_modules/ansis": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.10.0.tgz",
"integrity": "sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==",
"version": "3.16.0",
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.16.0.tgz",
"integrity": "sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==",
"license": "ISC",
"engines": {
"node": ">=16"
"node": ">=14"
}
},
"node_modules/anymatch": {