Browse Source

web: bump html-validate@8 again

fixes 3f1cf8cd *-dup false positives
test/dev
Maxim Prokhorov 1 month ago
parent
commit
c70fe1a016
23 changed files with 16085 additions and 16156 deletions
  1. BIN
      code/espurna/data/index.all.html.gz
  2. BIN
      code/espurna/data/index.curtain.html.gz
  3. BIN
      code/espurna/data/index.garland.html.gz
  4. BIN
      code/espurna/data/index.light.html.gz
  5. BIN
      code/espurna/data/index.lightfox.html.gz
  6. BIN
      code/espurna/data/index.rfbridge.html.gz
  7. BIN
      code/espurna/data/index.rfm69.html.gz
  8. BIN
      code/espurna/data/index.sensor.html.gz
  9. BIN
      code/espurna/data/index.small.html.gz
  10. BIN
      code/espurna/data/index.thermostat.html.gz
  11. +2332
    -2348
      code/espurna/static/index.all.html.gz.h
  12. +1473
    -1479
      code/espurna/static/index.curtain.html.gz.h
  13. +1431
    -1437
      code/espurna/static/index.garland.html.gz.h
  14. +2028
    -2042
      code/espurna/static/index.light.html.gz.h
  15. +1434
    -1439
      code/espurna/static/index.lightfox.html.gz.h
  16. +1466
    -1471
      code/espurna/static/index.rfbridge.html.gz.h
  17. +1469
    -1475
      code/espurna/static/index.rfm69.html.gz.h
  18. +1565
    -1571
      code/espurna/static/index.sensor.html.gz.h
  19. +1418
    -1423
      code/espurna/static/index.small.html.gz.h
  20. +1454
    -1460
      code/espurna/static/index.thermostat.html.gz.h
  21. +0
    -6
      code/html/index.html
  22. +14
    -4
      code/package-lock.json
  23. +1
    -1
      code/package.json

BIN
code/espurna/data/index.all.html.gz View File


BIN
code/espurna/data/index.curtain.html.gz View File


BIN
code/espurna/data/index.garland.html.gz View File


BIN
code/espurna/data/index.light.html.gz View File


BIN
code/espurna/data/index.lightfox.html.gz View File


BIN
code/espurna/data/index.rfbridge.html.gz View File


BIN
code/espurna/data/index.rfm69.html.gz View File


BIN
code/espurna/data/index.sensor.html.gz View File


BIN
code/espurna/data/index.small.html.gz View File


BIN
code/espurna/data/index.thermostat.html.gz View File


+ 2332
- 2348
code/espurna/static/index.all.html.gz.h
File diff suppressed because it is too large
View File


+ 1473
- 1479
code/espurna/static/index.curtain.html.gz.h
File diff suppressed because it is too large
View File


+ 1431
- 1437
code/espurna/static/index.garland.html.gz.h
File diff suppressed because it is too large
View File


+ 2028
- 2042
code/espurna/static/index.light.html.gz.h
File diff suppressed because it is too large
View File


+ 1434
- 1439
code/espurna/static/index.lightfox.html.gz.h
File diff suppressed because it is too large
View File


+ 1466
- 1471
code/espurna/static/index.rfbridge.html.gz.h
File diff suppressed because it is too large
View File


+ 1469
- 1475
code/espurna/static/index.rfm69.html.gz.h
File diff suppressed because it is too large
View File


+ 1565
- 1571
code/espurna/static/index.sensor.html.gz.h
File diff suppressed because it is too large
View File


+ 1418
- 1423
code/espurna/static/index.small.html.gz.h
File diff suppressed because it is too large
View File


+ 1454
- 1460
code/espurna/static/index.thermostat.html.gz.h
File diff suppressed because it is too large
View File


+ 0
- 6
code/html/index.html View File

@ -2292,7 +2292,6 @@
<template id="template-schedule-action-relay">
<div class="pure-control-group">
<label>Action</label>
<!-- [html-validate-disable-next form-dup-name] -->
<select class="pure-input-2-3" name="schAction" data-changed="true">
<option value="0">Turn OFF</option>
@ -2314,10 +2313,8 @@
<input name="schAction" class="pure-input-2-3" type="number" min="0" step="1" max="255" value="0">
<label>Channel</label>
<!-- [html-validate-disable-next form-dup-name] -->
<select class="pure-input-2-3 enumerable enumerable-channel" name="schTarget" ></select>
<!-- [html-validate-disable-next form-dup-name] -->
<input type="hidden" name="schType" value="light">
</div>
</template>
@ -2327,17 +2324,14 @@
<template id="template-schedule-action-curtain" class="template">
<div class="pure-control-group">
<label>Curtain position</label>
<!-- [html-validate-disable-next form-dup-name] -->
<input class="pure-input-2-3" name="schAction" type="number" min="0" step="1" max="100" value="0">
<span class="pure-form-message-inline">
(%) 0 for open and 100 for closed
</span>
<label>Curtain</label>
<!-- [html-validate-disable-next form-dup-name] -->
<select class="pure-input-2-3 enumerable enumerable-curtain" name="schTarget" ></select>
<!-- [html-validate-disable-next form-dup-name] -->
<input type="hidden" name="schType" value="curtain">
</div>
</template>


+ 14
- 4
code/package-lock.json View File

@ -17,7 +17,7 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"html-minifier": "^4.0.0",
"html-validate": "^8.17.0"
"html-validate": "^8.18.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -3565,10 +3565,20 @@
}
},
"node_modules/html-validate": {
"version": "8.17.0",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.17.0.tgz",
"integrity": "sha512-hdcjgv8tTQiPdPFHdSCicqRgm7DFgfN+q/uxmLHGktNmHzdA85GRi8G4AMBb6yVx5i3Wuvpo+8H0iFmLBLwGlA==",
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/html-validate/-/html-validate-8.18.1.tgz",
"integrity": "sha512-6NYRciFBQhVZH29fwDQxofPil0qm7MMSEDzDpZWu2U23Fnmv1WTuompP7fbzHYj6+CIJ4T/Q4hyWRCe0CCrsMg==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/html-validate"
}
],
"workspaces": [
"docs",
"tests/vitest"
],
"dependencies": {
"@babel/code-frame": "^7.10.0",
"@html-validate/stylish": "^4.1.0",


+ 1
- 1
code/package.json View File

@ -18,6 +18,6 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"html-minifier": "^4.0.0",
"html-validate": "^8.17.0"
"html-validate": "^8.18.1"
}
}

Loading…
Cancel
Save