Merge branch 'current' into rc

This commit is contained in:
Franck Nijhof 2023-01-31 19:18:12 +01:00
commit 629ac2d192
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
7 changed files with 181 additions and 180 deletions

View File

@ -20,7 +20,7 @@ group :jekyll_plugins do
end
gem 'sinatra', '3.0.5'
gem 'nokogiri', '1.14.0'
gem 'nokogiri', '1.14.1'
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library

View File

@ -73,10 +73,10 @@ GEM
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.14.0)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.0-x64-mingw32)
nokogiri (1.14.1-x64-mingw32)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
@ -132,7 +132,7 @@ DEPENDENCIES
jekyll-paginate (= 1.1.0)
jekyll-sitemap (= 1.4.0)
jekyll-toc (= 0.18.0)
nokogiri (= 1.14.0)
nokogiri (= 1.14.1)
rake (= 13.0.6)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)

346
package-lock.json generated
View File

@ -14,7 +14,7 @@
"remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1",
"remark-stringify": "^10.0.2",
"textlint": "^13.0.5",
"textlint": "^13.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.4"
@ -228,59 +228,59 @@
"dev": true
},
"node_modules/@textlint/ast-node-types": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.0.5.tgz",
"integrity": "sha512-BiH5QOKDs52WR2Q26POwm5RaNs7hnU6TCrkoo4uECZQjjDQoaQWsp242KDQnvbiGnkj/a2xl+XPMuFCyn0XqjA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.1.0.tgz",
"integrity": "sha512-Lees6mOme6qP8vDcsM/VskiPeHi+z8Tb6LKBb3F0Y/0UBsFo6X7+njDIjtXvO4T48R57srxpa1hyNnjHop4Uog==",
"dev": true
},
"node_modules/@textlint/ast-tester": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-13.0.5.tgz",
"integrity": "sha512-aUxXqRJCr+WPzNwjHw6oBLi+R1mH/PUODXyScOMUR2E57zpb1teTNX0h0aI+S5YgdoyfXW42LMS94T3hqhxJsQ==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-13.1.0.tgz",
"integrity": "sha512-4xkKQpBC1MyHz4B1YgQfYIdxJLZhpfXgdgIYc9WDC2AESnhM75I7LUElY3bDUDMGhP99E4H1Ix5C+CftYqvIHA==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"debug": "^4.3.4"
}
},
"node_modules/@textlint/ast-traverse": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-13.0.5.tgz",
"integrity": "sha512-ouAAaP1o1JbHGjmII8TH89/ldFPnL7SRVvoGIQPPSfPVdyAGXHPGSsjoMYzcRxAdv4i5f/jJY/V7uHMMptWJFA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-13.1.0.tgz",
"integrity": "sha512-253DKapEjr6L9kx2npNvhaJTmoOJBw38w0D2cvUuHAZv9sx7U5G1aej9ScnIIyIcSotIcDFAVt3B+afA5KMCTA==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5"
"@textlint/ast-node-types": "^13.1.0"
}
},
"node_modules/@textlint/config-loader": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-13.0.5.tgz",
"integrity": "sha512-rxPYYE8iyZXief5kHwzIZJ+x0DTPvRj/pG8YJpX9A5zO4BTDLwHmk4NZSAF+xEpR11ebN63ystfcqMEEaOMj4w==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-13.1.0.tgz",
"integrity": "sha512-hQmGt9H9ozeLo2PGETTNrvEYGsA7c+svtldpUT2fBQ9uclWruUK1h8+BPOIqzH0YjTyvMTTajtGhibbu1bZ3/A==",
"dev": true,
"dependencies": {
"@textlint/kernel": "^13.0.5",
"@textlint/module-interop": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/utils": "^13.0.5",
"@textlint/kernel": "^13.1.0",
"@textlint/module-interop": "^13.1.0",
"@textlint/types": "^13.1.0",
"@textlint/utils": "^13.1.0",
"debug": "^4.3.4",
"rc-config-loader": "^4.1.2",
"try-resolve": "^1.0.1"
}
},
"node_modules/@textlint/feature-flag": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-13.0.5.tgz",
"integrity": "sha512-CxdCp9nrPWhzXPFC24Rj1nMIFTsynQGwE8KY1cm3U6iB04iRzRTQBkCTizMhAd1eJ0A7391QNgvCK3/sSAHZ0g==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-13.1.0.tgz",
"integrity": "sha512-YolfMMWZ+8bJWVFl7gu+SgiZT/b9Q+QS6HyAco6o2zDE09GbDofu/MLGNmYqTst4YBPkuyEJ5oGlv395CT23FQ==",
"dev": true
},
"node_modules/@textlint/fixer-formatter": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-13.0.5.tgz",
"integrity": "sha512-bsEsxwMmqm7YtdTtlIbHLf09ZzSG3qgIVASUJxFlICQGs45jqS+QXDIGWuiOQgDnBu3VF8HCYN+gcbW9+pnfxA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-13.1.0.tgz",
"integrity": "sha512-gb+GPnddmniGpJPC8dQI2iqOciiseQBjHbpmqc1vzrDa+BGsRglcFP6MD24Jak6xwDhsDJtyjvCSRTTvSvkV8g==",
"dev": true,
"dependencies": {
"@textlint/module-interop": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/module-interop": "^13.1.0",
"@textlint/types": "^13.1.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"diff": "^4.0.2",
@ -292,18 +292,18 @@
}
},
"node_modules/@textlint/kernel": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-13.0.5.tgz",
"integrity": "sha512-gUL8La3RH/69tK5a0g7aDJZgNJt710u6Xhz2YXDI0rher31+Bm0AXdJEQUscWoCRkPuZFiofjfhosPUyPePdyA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-13.1.0.tgz",
"integrity": "sha512-t/imOABHI6SicIBvGqMONjRustBoCJtuZgD8fYdelsxdcaO07ukbv/puYSYwNQepQ9KXcWSfeTLy+7zgbFW/hg==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-tester": "^13.0.5",
"@textlint/ast-traverse": "^13.0.5",
"@textlint/feature-flag": "^13.0.5",
"@textlint/source-code-fixer": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/utils": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"@textlint/ast-tester": "^13.1.0",
"@textlint/ast-traverse": "^13.1.0",
"@textlint/feature-flag": "^13.1.0",
"@textlint/source-code-fixer": "^13.1.0",
"@textlint/types": "^13.1.0",
"@textlint/utils": "^13.1.0",
"debug": "^4.3.4",
"fast-equals": "^4.0.3",
"structured-source": "^4.0.0"
@ -325,15 +325,15 @@
}
},
"node_modules/@textlint/linter-formatter": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-13.0.5.tgz",
"integrity": "sha512-D/WEm1e8vSLD5VgHkVx3UBF/KV+FtKJDdjh650mV0qFWhPPNuPy0BMPpg7PPxS13XYDcByAlD/yGqbQ0rURg6Q==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-13.1.0.tgz",
"integrity": "sha512-JaAUTsuPDoMmFUravEDP2pCyB8npr8q0bjbrYJWVZqTDHAPRWxdU0HFtOhc6cprb6DOkSkbioq/ojj2DjYx3gQ==",
"dev": true,
"dependencies": {
"@azu/format-text": "^1.0.1",
"@azu/style-format": "^1.0.0",
"@textlint/module-interop": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/module-interop": "^13.1.0",
"@textlint/types": "^13.1.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"is-file": "^1.0.0",
@ -349,12 +349,12 @@
}
},
"node_modules/@textlint/markdown-to-ast": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-13.0.5.tgz",
"integrity": "sha512-2nDdv1PEkKa9GHJQHpDvrTC+QRtw5p0M4oVHvFP/va4r/fdfupKC78XtZ9aQCgJxjZcMWAlvvUsBz/70vEthqw==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-13.1.0.tgz",
"integrity": "sha512-pPzxLuAOv0luOh4uUG/H/dq77/C5SiLiUx2qMAEaOZrfF6dl46bIDXUSbtryFBV8Nrpj3kUE3s4al9vPTOUFWA==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"debug": "^4.3.4",
"mdast-util-gfm-autolink-literal": "^0.1.3",
"remark-footnotes": "^3.0.0",
@ -684,61 +684,61 @@
}
},
"node_modules/@textlint/module-interop": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.0.5.tgz",
"integrity": "sha512-aOpAH/wBXTUyE+HJ7lUSntDup0TMlLmYtQc5v1VY2qG4veQFeEE9i2XgU12kmxk0KUikde4YYkfieom78r5VBA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.1.0.tgz",
"integrity": "sha512-j3nJZ5rU6U+mxjAWXLAdGJyVuLs0RpHFQKVXapeKVt0JNhix+VDXTCGPw3eSRlno1BPSoxgmQhEHdal3/PeH9w==",
"dev": true
},
"node_modules/@textlint/source-code-fixer": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-13.0.5.tgz",
"integrity": "sha512-ahJ74NNbo3d/2L2ICkyyYNGjZufnO2yjzmtm2cRhqy9+0x65DwpeX+XKc87itRvWbke+xIMfVZA965t6JsuVag==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-13.1.0.tgz",
"integrity": "sha512-zMDPhouqnp2ey8bGKbMaK3+kNsLa0r6eA41w+8LBKbDUY+vhuw6cQ99BeZfAD9tehMuAuI/kQLIgVvwPchU6qw==",
"dev": true,
"dependencies": {
"@textlint/types": "^13.0.5",
"@textlint/types": "^13.1.0",
"debug": "^4.3.4"
}
},
"node_modules/@textlint/text-to-ast": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-13.0.5.tgz",
"integrity": "sha512-85uZPQFOXehegxoWh05azuqvFfK6j2I0VTlnQSViVJ0Xo8L7I7FcidMpkC99VbBq2D2LQXwctom7tm8E3SJGcg==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-13.1.0.tgz",
"integrity": "sha512-5Gzg0CCl5F2ckyhbyRYf2yyBuXZEA7P3UVvRS0Zc/Tr6I/jtOROAZPTlsDrG1HwNd7iR+NqT3PtfKmL5gLt/AA==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5"
"@textlint/ast-node-types": "^13.1.0"
}
},
"node_modules/@textlint/textlint-plugin-markdown": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.0.5.tgz",
"integrity": "sha512-Mx7RBAFkNLUhoRuV1xfOYHgbcUHEugZ3KSwqka0ZJ9eg9aMFR7BHcz0kkSuwlzrsppH00l9EBIOmXCklrUZCcA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.1.0.tgz",
"integrity": "sha512-CqqOORpmxdFkN6ZguQV+sMJ/uFOIVAps9IbeF3zkygQcHzD3/scojBdIM5GEDG1gdRZvdNeAfbcZNVyUEIK3Rg==",
"dev": true,
"dependencies": {
"@textlint/markdown-to-ast": "^13.0.5"
"@textlint/markdown-to-ast": "^13.1.0"
}
},
"node_modules/@textlint/textlint-plugin-text": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.0.5.tgz",
"integrity": "sha512-Za5nDj8IxGgIFGWU3/ovz3IvME7J88TZUzJokDGAPNp2XS5mtWLUJa8WUoY5jLWqp9qjNquF9X6PpGTQv3bBgg==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.1.0.tgz",
"integrity": "sha512-TPxF8rvg/VE9qnNKznNRDc0NV+vVKP25q1tI8WfmkYPH3SRFGqg9UaCnIe0hSXeZKXUpBJfor8uDHcfd6e7T9w==",
"dev": true,
"dependencies": {
"@textlint/text-to-ast": "^13.0.5"
"@textlint/text-to-ast": "^13.1.0"
}
},
"node_modules/@textlint/types": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-13.0.5.tgz",
"integrity": "sha512-H4BzC1wPiN2kJc6WUre6ggIeVKy6vKMAWQYkR0VmMtk1Lu5kysvwRifNuqecVIHpJIBwtVhkhrBlH1fz50SlXg==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-13.1.0.tgz",
"integrity": "sha512-H0oETFHYayeXwFHxlr5wFtwVpOcodZcFp5X3AZDCE6XbCY195exrnKlZsAfj+oEjRnjffahEZ6P5oOIh8Dt65w==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5"
"@textlint/ast-node-types": "^13.1.0"
}
},
"node_modules/@textlint/utils": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-13.0.5.tgz",
"integrity": "sha512-yh786ZRDrYdOepKG911zPkeemihcBryMIxEltGz10UT2dUqPyHoGoWUc3XbnYFBL4t0DAHVCXZHxAmaKmHqB5Q==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-13.1.0.tgz",
"integrity": "sha512-DJxYdyH00uWLzYK1IB6UYum3H6Gx/uDcLzAsr+2WhhkO3voosPqig1zd00zrY5RPyaVqYVkucN+Ulp8HqGjyXw==",
"dev": true
},
"node_modules/@types/concat-stream": {
@ -5183,23 +5183,23 @@
"dev": true
},
"node_modules/textlint": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-13.0.5.tgz",
"integrity": "sha512-NcsL98yLprpSlY4c+sWf02u+MIbUMypWVY+xf0GCR8qm3eyCpa9SHBdy0qcRY3x1VTQU3EN2rvlwwgQTwfGKcA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-13.1.0.tgz",
"integrity": "sha512-QXOT4rVH6j71f9sMO66bRdO6T/K75+hcPkxEjRueScdSTdy9rqMGSNLhj5R14I76mjtGuE+le+wKp6msHkMXAw==",
"dev": true,
"dependencies": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-traverse": "^13.0.5",
"@textlint/config-loader": "^13.0.5",
"@textlint/feature-flag": "^13.0.5",
"@textlint/fixer-formatter": "^13.0.5",
"@textlint/kernel": "^13.0.5",
"@textlint/linter-formatter": "^13.0.5",
"@textlint/module-interop": "^13.0.5",
"@textlint/textlint-plugin-markdown": "^13.0.5",
"@textlint/textlint-plugin-text": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/utils": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"@textlint/ast-traverse": "^13.1.0",
"@textlint/config-loader": "^13.1.0",
"@textlint/feature-flag": "^13.1.0",
"@textlint/fixer-formatter": "^13.1.0",
"@textlint/kernel": "^13.1.0",
"@textlint/linter-formatter": "^13.1.0",
"@textlint/module-interop": "^13.1.0",
"@textlint/textlint-plugin-markdown": "^13.1.0",
"@textlint/textlint-plugin-text": "^13.1.0",
"@textlint/types": "^13.1.0",
"@textlint/utils": "^13.1.0",
"debug": "^4.3.4",
"file-entry-cache": "^5.0.1",
"get-stdin": "^5.0.1",
@ -6281,59 +6281,59 @@
"dev": true
},
"@textlint/ast-node-types": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.0.5.tgz",
"integrity": "sha512-BiH5QOKDs52WR2Q26POwm5RaNs7hnU6TCrkoo4uECZQjjDQoaQWsp242KDQnvbiGnkj/a2xl+XPMuFCyn0XqjA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-13.1.0.tgz",
"integrity": "sha512-Lees6mOme6qP8vDcsM/VskiPeHi+z8Tb6LKBb3F0Y/0UBsFo6X7+njDIjtXvO4T48R57srxpa1hyNnjHop4Uog==",
"dev": true
},
"@textlint/ast-tester": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-13.0.5.tgz",
"integrity": "sha512-aUxXqRJCr+WPzNwjHw6oBLi+R1mH/PUODXyScOMUR2E57zpb1teTNX0h0aI+S5YgdoyfXW42LMS94T3hqhxJsQ==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-13.1.0.tgz",
"integrity": "sha512-4xkKQpBC1MyHz4B1YgQfYIdxJLZhpfXgdgIYc9WDC2AESnhM75I7LUElY3bDUDMGhP99E4H1Ix5C+CftYqvIHA==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"debug": "^4.3.4"
}
},
"@textlint/ast-traverse": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-13.0.5.tgz",
"integrity": "sha512-ouAAaP1o1JbHGjmII8TH89/ldFPnL7SRVvoGIQPPSfPVdyAGXHPGSsjoMYzcRxAdv4i5f/jJY/V7uHMMptWJFA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-13.1.0.tgz",
"integrity": "sha512-253DKapEjr6L9kx2npNvhaJTmoOJBw38w0D2cvUuHAZv9sx7U5G1aej9ScnIIyIcSotIcDFAVt3B+afA5KMCTA==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5"
"@textlint/ast-node-types": "^13.1.0"
}
},
"@textlint/config-loader": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-13.0.5.tgz",
"integrity": "sha512-rxPYYE8iyZXief5kHwzIZJ+x0DTPvRj/pG8YJpX9A5zO4BTDLwHmk4NZSAF+xEpR11ebN63ystfcqMEEaOMj4w==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-13.1.0.tgz",
"integrity": "sha512-hQmGt9H9ozeLo2PGETTNrvEYGsA7c+svtldpUT2fBQ9uclWruUK1h8+BPOIqzH0YjTyvMTTajtGhibbu1bZ3/A==",
"dev": true,
"requires": {
"@textlint/kernel": "^13.0.5",
"@textlint/module-interop": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/utils": "^13.0.5",
"@textlint/kernel": "^13.1.0",
"@textlint/module-interop": "^13.1.0",
"@textlint/types": "^13.1.0",
"@textlint/utils": "^13.1.0",
"debug": "^4.3.4",
"rc-config-loader": "^4.1.2",
"try-resolve": "^1.0.1"
}
},
"@textlint/feature-flag": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-13.0.5.tgz",
"integrity": "sha512-CxdCp9nrPWhzXPFC24Rj1nMIFTsynQGwE8KY1cm3U6iB04iRzRTQBkCTizMhAd1eJ0A7391QNgvCK3/sSAHZ0g==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-13.1.0.tgz",
"integrity": "sha512-YolfMMWZ+8bJWVFl7gu+SgiZT/b9Q+QS6HyAco6o2zDE09GbDofu/MLGNmYqTst4YBPkuyEJ5oGlv395CT23FQ==",
"dev": true
},
"@textlint/fixer-formatter": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-13.0.5.tgz",
"integrity": "sha512-bsEsxwMmqm7YtdTtlIbHLf09ZzSG3qgIVASUJxFlICQGs45jqS+QXDIGWuiOQgDnBu3VF8HCYN+gcbW9+pnfxA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-13.1.0.tgz",
"integrity": "sha512-gb+GPnddmniGpJPC8dQI2iqOciiseQBjHbpmqc1vzrDa+BGsRglcFP6MD24Jak6xwDhsDJtyjvCSRTTvSvkV8g==",
"dev": true,
"requires": {
"@textlint/module-interop": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/module-interop": "^13.1.0",
"@textlint/types": "^13.1.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"diff": "^4.0.2",
@ -6345,18 +6345,18 @@
}
},
"@textlint/kernel": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-13.0.5.tgz",
"integrity": "sha512-gUL8La3RH/69tK5a0g7aDJZgNJt710u6Xhz2YXDI0rher31+Bm0AXdJEQUscWoCRkPuZFiofjfhosPUyPePdyA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-13.1.0.tgz",
"integrity": "sha512-t/imOABHI6SicIBvGqMONjRustBoCJtuZgD8fYdelsxdcaO07ukbv/puYSYwNQepQ9KXcWSfeTLy+7zgbFW/hg==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-tester": "^13.0.5",
"@textlint/ast-traverse": "^13.0.5",
"@textlint/feature-flag": "^13.0.5",
"@textlint/source-code-fixer": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/utils": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"@textlint/ast-tester": "^13.1.0",
"@textlint/ast-traverse": "^13.1.0",
"@textlint/feature-flag": "^13.1.0",
"@textlint/source-code-fixer": "^13.1.0",
"@textlint/types": "^13.1.0",
"@textlint/utils": "^13.1.0",
"debug": "^4.3.4",
"fast-equals": "^4.0.3",
"structured-source": "^4.0.0"
@ -6380,15 +6380,15 @@
}
},
"@textlint/linter-formatter": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-13.0.5.tgz",
"integrity": "sha512-D/WEm1e8vSLD5VgHkVx3UBF/KV+FtKJDdjh650mV0qFWhPPNuPy0BMPpg7PPxS13XYDcByAlD/yGqbQ0rURg6Q==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-13.1.0.tgz",
"integrity": "sha512-JaAUTsuPDoMmFUravEDP2pCyB8npr8q0bjbrYJWVZqTDHAPRWxdU0HFtOhc6cprb6DOkSkbioq/ojj2DjYx3gQ==",
"dev": true,
"requires": {
"@azu/format-text": "^1.0.1",
"@azu/style-format": "^1.0.0",
"@textlint/module-interop": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/module-interop": "^13.1.0",
"@textlint/types": "^13.1.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"is-file": "^1.0.0",
@ -6404,12 +6404,12 @@
}
},
"@textlint/markdown-to-ast": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-13.0.5.tgz",
"integrity": "sha512-2nDdv1PEkKa9GHJQHpDvrTC+QRtw5p0M4oVHvFP/va4r/fdfupKC78XtZ9aQCgJxjZcMWAlvvUsBz/70vEthqw==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-13.1.0.tgz",
"integrity": "sha512-pPzxLuAOv0luOh4uUG/H/dq77/C5SiLiUx2qMAEaOZrfF6dl46bIDXUSbtryFBV8Nrpj3kUE3s4al9vPTOUFWA==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"debug": "^4.3.4",
"mdast-util-gfm-autolink-literal": "^0.1.3",
"remark-footnotes": "^3.0.0",
@ -6627,61 +6627,61 @@
}
},
"@textlint/module-interop": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.0.5.tgz",
"integrity": "sha512-aOpAH/wBXTUyE+HJ7lUSntDup0TMlLmYtQc5v1VY2qG4veQFeEE9i2XgU12kmxk0KUikde4YYkfieom78r5VBA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.1.0.tgz",
"integrity": "sha512-j3nJZ5rU6U+mxjAWXLAdGJyVuLs0RpHFQKVXapeKVt0JNhix+VDXTCGPw3eSRlno1BPSoxgmQhEHdal3/PeH9w==",
"dev": true
},
"@textlint/source-code-fixer": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-13.0.5.tgz",
"integrity": "sha512-ahJ74NNbo3d/2L2ICkyyYNGjZufnO2yjzmtm2cRhqy9+0x65DwpeX+XKc87itRvWbke+xIMfVZA965t6JsuVag==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-13.1.0.tgz",
"integrity": "sha512-zMDPhouqnp2ey8bGKbMaK3+kNsLa0r6eA41w+8LBKbDUY+vhuw6cQ99BeZfAD9tehMuAuI/kQLIgVvwPchU6qw==",
"dev": true,
"requires": {
"@textlint/types": "^13.0.5",
"@textlint/types": "^13.1.0",
"debug": "^4.3.4"
}
},
"@textlint/text-to-ast": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-13.0.5.tgz",
"integrity": "sha512-85uZPQFOXehegxoWh05azuqvFfK6j2I0VTlnQSViVJ0Xo8L7I7FcidMpkC99VbBq2D2LQXwctom7tm8E3SJGcg==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-13.1.0.tgz",
"integrity": "sha512-5Gzg0CCl5F2ckyhbyRYf2yyBuXZEA7P3UVvRS0Zc/Tr6I/jtOROAZPTlsDrG1HwNd7iR+NqT3PtfKmL5gLt/AA==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5"
"@textlint/ast-node-types": "^13.1.0"
}
},
"@textlint/textlint-plugin-markdown": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.0.5.tgz",
"integrity": "sha512-Mx7RBAFkNLUhoRuV1xfOYHgbcUHEugZ3KSwqka0ZJ9eg9aMFR7BHcz0kkSuwlzrsppH00l9EBIOmXCklrUZCcA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.1.0.tgz",
"integrity": "sha512-CqqOORpmxdFkN6ZguQV+sMJ/uFOIVAps9IbeF3zkygQcHzD3/scojBdIM5GEDG1gdRZvdNeAfbcZNVyUEIK3Rg==",
"dev": true,
"requires": {
"@textlint/markdown-to-ast": "^13.0.5"
"@textlint/markdown-to-ast": "^13.1.0"
}
},
"@textlint/textlint-plugin-text": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.0.5.tgz",
"integrity": "sha512-Za5nDj8IxGgIFGWU3/ovz3IvME7J88TZUzJokDGAPNp2XS5mtWLUJa8WUoY5jLWqp9qjNquF9X6PpGTQv3bBgg==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.1.0.tgz",
"integrity": "sha512-TPxF8rvg/VE9qnNKznNRDc0NV+vVKP25q1tI8WfmkYPH3SRFGqg9UaCnIe0hSXeZKXUpBJfor8uDHcfd6e7T9w==",
"dev": true,
"requires": {
"@textlint/text-to-ast": "^13.0.5"
"@textlint/text-to-ast": "^13.1.0"
}
},
"@textlint/types": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-13.0.5.tgz",
"integrity": "sha512-H4BzC1wPiN2kJc6WUre6ggIeVKy6vKMAWQYkR0VmMtk1Lu5kysvwRifNuqecVIHpJIBwtVhkhrBlH1fz50SlXg==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-13.1.0.tgz",
"integrity": "sha512-H0oETFHYayeXwFHxlr5wFtwVpOcodZcFp5X3AZDCE6XbCY195exrnKlZsAfj+oEjRnjffahEZ6P5oOIh8Dt65w==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5"
"@textlint/ast-node-types": "^13.1.0"
}
},
"@textlint/utils": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-13.0.5.tgz",
"integrity": "sha512-yh786ZRDrYdOepKG911zPkeemihcBryMIxEltGz10UT2dUqPyHoGoWUc3XbnYFBL4t0DAHVCXZHxAmaKmHqB5Q==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-13.1.0.tgz",
"integrity": "sha512-DJxYdyH00uWLzYK1IB6UYum3H6Gx/uDcLzAsr+2WhhkO3voosPqig1zd00zrY5RPyaVqYVkucN+Ulp8HqGjyXw==",
"dev": true
},
"@types/concat-stream": {
@ -9841,23 +9841,23 @@
"dev": true
},
"textlint": {
"version": "13.0.5",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-13.0.5.tgz",
"integrity": "sha512-NcsL98yLprpSlY4c+sWf02u+MIbUMypWVY+xf0GCR8qm3eyCpa9SHBdy0qcRY3x1VTQU3EN2rvlwwgQTwfGKcA==",
"version": "13.1.0",
"resolved": "https://registry.npmjs.org/textlint/-/textlint-13.1.0.tgz",
"integrity": "sha512-QXOT4rVH6j71f9sMO66bRdO6T/K75+hcPkxEjRueScdSTdy9rqMGSNLhj5R14I76mjtGuE+le+wKp6msHkMXAw==",
"dev": true,
"requires": {
"@textlint/ast-node-types": "^13.0.5",
"@textlint/ast-traverse": "^13.0.5",
"@textlint/config-loader": "^13.0.5",
"@textlint/feature-flag": "^13.0.5",
"@textlint/fixer-formatter": "^13.0.5",
"@textlint/kernel": "^13.0.5",
"@textlint/linter-formatter": "^13.0.5",
"@textlint/module-interop": "^13.0.5",
"@textlint/textlint-plugin-markdown": "^13.0.5",
"@textlint/textlint-plugin-text": "^13.0.5",
"@textlint/types": "^13.0.5",
"@textlint/utils": "^13.0.5",
"@textlint/ast-node-types": "^13.1.0",
"@textlint/ast-traverse": "^13.1.0",
"@textlint/config-loader": "^13.1.0",
"@textlint/feature-flag": "^13.1.0",
"@textlint/fixer-formatter": "^13.1.0",
"@textlint/kernel": "^13.1.0",
"@textlint/linter-formatter": "^13.1.0",
"@textlint/module-interop": "^13.1.0",
"@textlint/textlint-plugin-markdown": "^13.1.0",
"@textlint/textlint-plugin-text": "^13.1.0",
"@textlint/types": "^13.1.0",
"@textlint/utils": "^13.1.0",
"debug": "^4.3.4",
"file-entry-cache": "^5.0.1",
"get-stdin": "^5.0.1",

View File

@ -9,7 +9,7 @@
"remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1",
"remark-stringify": "^10.0.2",
"textlint": "^13.0.5",
"textlint": "^13.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^3.0.4"

View File

@ -41,7 +41,7 @@ Minimum number of minutes between scans of active devices:
required: true
type: integer
Network addresses to exclude from scanning:
description: A comma-separated list of IP addresses not to scan. The above example will skip `192.168.1.50`.
description: A comma-separated list of IP addresses not to scan. The above example will skip `192.168.1.8`.
required: false
type: string
Raw configurable scan options for Nmap:

View File

@ -61,6 +61,7 @@ The following models have been tested and confirmed to work:
- RLC-511
- RLC-511W
- RLC-520
- RLC-520A
- RLC-522
- RLC-810A
- RLC-811A

View File

@ -5,7 +5,7 @@ description: "More information on how to set up local media sources in Home Assi
Home Assistant has a local media folder. Any audio or video files placed in this folder will be accessible via the media browser.
The easiest way to manage your local media is using the {% my supervisor_addon title="Samba" addon="core_samba" %}.
The easiest way to manage your local media is using {% my supervisor_addon title="Samba" addon="core_samba" %}.
## Using custom folders