From 78cb7c5f30c11630f229404215006fc70f3055e7 Mon Sep 17 00:00:00 2001 From: mcn18 Date: Mon, 30 Jan 2023 16:29:30 -0500 Subject: [PATCH 1/5] Update reolink.markdown to add RLC-520A to list of tested cameras. (#26019) --- source/_integrations/reolink.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/reolink.markdown b/source/_integrations/reolink.markdown index f89ba60f8c1..5eebafa8507 100644 --- a/source/_integrations/reolink.markdown +++ b/source/_integrations/reolink.markdown @@ -45,6 +45,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 From aa304e4457ff7e5035d561b33bad9f9c4ef56611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 09:05:02 +0100 Subject: [PATCH 2/5] Bump nokogiri from 1.14.0 to 1.14.1 (#26025) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index dc554818326..080046e9cd8 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 43cdcf74757..efef9759d12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) From d5f8d30906547cf9c30bd328829805b7a150dfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 09:24:32 +0100 Subject: [PATCH 3/5] Bump textlint from 13.0.5 to 13.1.0 (#26024) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 346 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 174 insertions(+), 174 deletions(-) diff --git a/package-lock.json b/package-lock.json index eff1b1b9e66..dc24fd24a4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 47adc42d02a..2e85ea57dc3 100644 --- a/package.json +++ b/package.json @@ -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" From 1ced3e589a9e5551a31ad44aa0b9c49b727d7675 Mon Sep 17 00:00:00 2001 From: bwduncan Date: Tue, 31 Jan 2023 08:37:47 +0000 Subject: [PATCH 4/5] typo (#25997) --- source/more-info/local-media/setup-media.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/more-info/local-media/setup-media.markdown b/source/more-info/local-media/setup-media.markdown index 9032517dbfe..e616a553073 100644 --- a/source/more-info/local-media/setup-media.markdown +++ b/source/more-info/local-media/setup-media.markdown @@ -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 From 31901111b5c3c03e599287a6a5d51632b9f0b019 Mon Sep 17 00:00:00 2001 From: rich-kettlewell <122128709+rich-kettlewell@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:36:39 +0000 Subject: [PATCH 5/5] correct excluded IP (#26027) --- source/_integrations/nmap_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nmap_tracker.markdown b/source/_integrations/nmap_tracker.markdown index 89e199e8a76..4f85693756d 100644 --- a/source/_integrations/nmap_tracker.markdown +++ b/source/_integrations/nmap_tracker.markdown @@ -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: