From 01a5362b4961d99a485d7c3c1177351e5655f78d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2020 12:42:23 +0000 Subject: [PATCH] Build(deps): Bump textlint from 11.6.3 to 11.7.4 Bumps [textlint](https://github.com/textlint/textlint) from 11.6.3 to 11.7.4. - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](https://github.com/textlint/textlint/compare/textlint@11.6.3...textlint@11.7.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 237 ++++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 159 insertions(+), 80 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62975ae..02d0e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -326,12 +326,12 @@ } }, "@textlint/fixer-formatter": { - "version": "3.1.13", - "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.1.13.tgz", - "integrity": "sha512-FXqAJZ+5fLsOZjvFmn1JhCer8gQI4ZQk3R45bXizRJm6DASByPAGGh/MAQxxHSGeR5wR8miO/koxA2BrS8OhAw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-3.2.3.tgz", + "integrity": "sha512-8ahbTPqIpt+nZWYdGxSCo6DMsJ6y4BzlTm41MhsIX6N7XJMJg1NE0yns8mt4jHGnSdDc/zRMeO5aE7PcskuELg==", "requires": { - "@textlint/module-interop": "^1.0.2", - "@textlint/types": "^1.3.1", + "@textlint/module-interop": "^1.1.2", + "@textlint/types": "^1.4.3", "chalk": "^1.1.3", "debug": "^4.1.1", "diff": "^4.0.1", @@ -340,6 +340,21 @@ "strip-ansi": "^6.0.0", "text-table": "^0.2.0", "try-resolve": "^1.0.1" + }, + "dependencies": { + "@textlint/ast-node-types": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.3.2.tgz", + "integrity": "sha512-IdrMWUjXLegVZT3WLaXWzrCPaFz8UcoDwEftVN38sZw+hoy87IjvUF/ld8Q0XRRoBVMcbJgZJQh2E+Ubcu90Gg==" + }, + "@textlint/types": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.4.3.tgz", + "integrity": "sha512-uiQPFWeOV7FxqYs+wBowwoVDA5jYMMgOGvYRkmADEA5ci+/JEFEPFme6nRiY9ABQs38vWxSR/FOd2wENVhDFlQ==", + "requires": { + "@textlint/ast-node-types": "^4.3.2" + } + } } }, "@textlint/kernel": { @@ -360,14 +375,14 @@ } }, "@textlint/linter-formatter": { - "version": "3.1.12", - "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.1.12.tgz", - "integrity": "sha512-OEP4pklu01MEgBJrftD9vwe3HFx+jhiEe1JFIgf7GZ4a0fSer5vQWXBo5wHW6WtZtSa+iLBsLC3mI5VMeshzdA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-3.2.3.tgz", + "integrity": "sha512-HW5N6/E8ZFaq3RiM3y/2MPIvFfLzqXhUqTJXNzjBfu136Ao4XO/leWARcw1kxLBbA8WAHh9/k5bvuvUFpTMiBQ==", "requires": { "@azu/format-text": "^1.0.1", "@azu/style-format": "^1.0.0", - "@textlint/module-interop": "^1.0.2", - "@textlint/types": "^1.3.1", + "@textlint/module-interop": "^1.1.2", + "@textlint/types": "^1.4.3", "chalk": "^1.0.0", "concat-stream": "^1.5.1", "debug": "^4.1.1", @@ -376,7 +391,6 @@ "optionator": "^0.8.1", "pluralize": "^2.0.0", "string-width": "^1.0.1", - "string.prototype.padstart": "^3.0.0", "strip-ansi": "^6.0.0", "table": "^3.7.8", "text-table": "^0.2.0", @@ -384,6 +398,19 @@ "xml-escape": "^1.0.0" }, "dependencies": { + "@textlint/ast-node-types": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.3.2.tgz", + "integrity": "sha512-IdrMWUjXLegVZT3WLaXWzrCPaFz8UcoDwEftVN38sZw+hoy87IjvUF/ld8Q0XRRoBVMcbJgZJQh2E+Ubcu90Gg==" + }, + "@textlint/types": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.4.3.tgz", + "integrity": "sha512-uiQPFWeOV7FxqYs+wBowwoVDA5jYMMgOGvYRkmADEA5ci+/JEFEPFme6nRiY9ABQs38vWxSR/FOd2wENVhDFlQ==", + "requires": { + "@textlint/ast-node-types": "^4.3.2" + } + }, "concat-stream": { "version": "1.6.2", "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", @@ -425,46 +452,60 @@ } }, "@textlint/markdown-to-ast": { - "version": "6.1.7", - "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.7.tgz", - "integrity": "sha512-B0QtokeQR4a9+4q0NQr8T9l7A1fFihTN5Ze57tVgqW+3ymzXEouh8DvPHeNQ4T6jEkAThvdjk95mxAMpGRJ79w==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-6.2.3.tgz", + "integrity": "sha512-jrVme4nX9nx+4cy4EoTo3SSTck0+w8EPGO6R/Itc13gbDvewubliS9/0G7SiOj6uoUkky6nnabtnYSCyl8IE0Q==", "requires": { - "@textlint/ast-node-types": "^4.2.5", + "@textlint/ast-node-types": "^4.3.2", "debug": "^4.1.1", "remark-frontmatter": "^1.2.0", "remark-parse": "^5.0.0", "structured-source": "^3.0.2", "traverse": "^0.6.6", "unified": "^6.1.6" + }, + "dependencies": { + "@textlint/ast-node-types": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.3.2.tgz", + "integrity": "sha512-IdrMWUjXLegVZT3WLaXWzrCPaFz8UcoDwEftVN38sZw+hoy87IjvUF/ld8Q0XRRoBVMcbJgZJQh2E+Ubcu90Gg==" + } } }, "@textlint/module-interop": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-1.0.2.tgz", - "integrity": "sha512-qQ6dqlg4SYywCywimIbkveQZu1MG6ugf6fcJuWDi3D51FbdkSRsMrPusJ1YoW6Y3XBp0ww9fJjXWtlUStGeQsw==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-1.1.2.tgz", + "integrity": "sha512-IlWIOw2aZCvFxS51AQVlxWcVkMl3iTbV8u3mTCbL1o0Gjf03ei/UO5jXrS061e+tp4ja1ui2oClGr4O3U3ic5w==" }, "@textlint/text-to-ast": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-3.1.7.tgz", - "integrity": "sha512-CBAEQmiEa2G/wonlLr1HgUtXfTSas6OGGvYGRIRMJweNh5Ilhbz2nM2/9XQMfLQbdn5pGYrAAAQRB2+/9fZ31A==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-3.2.2.tgz", + "integrity": "sha512-WjJc8jKzw3nsSGETz/21SAvxk4PSa8Fxgz/aVmRtl7iY6zHIe7g345bOJce8TTpIO6MBCufiRl0ThyY4GOMQEQ==", "requires": { - "@textlint/ast-node-types": "^4.2.5" + "@textlint/ast-node-types": "^4.3.2" + }, + "dependencies": { + "@textlint/ast-node-types": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.3.2.tgz", + "integrity": "sha512-IdrMWUjXLegVZT3WLaXWzrCPaFz8UcoDwEftVN38sZw+hoy87IjvUF/ld8Q0XRRoBVMcbJgZJQh2E+Ubcu90Gg==" + } } }, "@textlint/textlint-plugin-markdown": { - "version": "5.1.12", - "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.12.tgz", - "integrity": "sha512-CJWWTaomR22hQD3ogrZujMH1pNN7DqZadmx9CJXxgKwpI/cuD5d2kClwXO3MeLFckJr5HRso7SFN5ebqKu1ycw==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.2.4.tgz", + "integrity": "sha512-5qg4E11IEEtr3EGlRPH6dFJZYGuy2sofL6lucegAzWCn2ANlzYP6awa1Ka99Z7ZlelWnViNhIolTlZGxcp12eg==", "requires": { - "@textlint/markdown-to-ast": "^6.1.7" + "@textlint/markdown-to-ast": "^6.2.3" } }, "@textlint/textlint-plugin-text": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.13.tgz", - "integrity": "sha512-KQfSYNDt8HSX8ZL/r86N8OrAuQ9LEuevAtGomtfkw0h7Ed/pUfmuYXjht8wYRdysYBa4JyjrXcmqzRAUdkWrag==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.2.4.tgz", + "integrity": "sha512-KZTpSW4x5Hnm9tCRmZ3tcPF47VbyA5ami8lgpZBzVeDv6xxi4Fy9658A565QGUdeYeCDEgwoUZ9+34kGKouc6A==", "requires": { - "@textlint/text-to-ast": "^3.1.7" + "@textlint/text-to-ast": "^3.2.2" } }, "@textlint/types": { @@ -1331,9 +1372,9 @@ } }, "flatted": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz", - "integrity": "sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", + "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" }, "fn-name": { "version": "2.0.1", @@ -1850,18 +1891,11 @@ } }, "json5": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.1.tgz", - "integrity": "sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", "requires": { - "minimist": "^1.2.0" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" - } + "minimist": "^1.2.5" } }, "jsonfile": { @@ -2149,18 +2183,11 @@ "integrity": "sha1-U9UAJmy9Cc2p2UxM85LmBYm1syQ=" }, "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "requires": { - "minimist": "0.0.8" - }, - "dependencies": { - "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" - } + "minimist": "^1.2.5" } }, "ms": { @@ -3253,15 +3280,6 @@ } } }, - "string.prototype.padstart": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.0.tgz", - "integrity": "sha512-envqZvUp2JItI+OeQ5UAh1ihbAV5G/2bixTojvlIa090GGqF+NQRxbWb2nv9fTGrZABv6+pE6jXoAZhhS2k4Hw==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - } - }, "string.prototype.trimleft": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", @@ -3406,21 +3424,21 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "textlint": { - "version": "11.6.3", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-11.6.3.tgz", - "integrity": "sha512-tTLLgB49zkJgq6GYDJOT6F31kHLulFjzovCHpN6ycv8d/aPcYl9vv7f/luR33YBQZdnGLtn+j8+G4GJAZ6Uz6w==", - "requires": { - "@textlint/ast-node-types": "^4.2.5", - "@textlint/ast-traverse": "^2.1.7", - "@textlint/feature-flag": "^3.1.6", - "@textlint/fixer-formatter": "^3.1.13", - "@textlint/kernel": "^3.2.1", - "@textlint/linter-formatter": "^3.1.12", - "@textlint/module-interop": "^1.0.2", - "@textlint/textlint-plugin-markdown": "^5.1.12", - "@textlint/textlint-plugin-text": "^4.1.13", - "@textlint/types": "^1.3.1", - "@textlint/utils": "^1.0.3", + "version": "11.7.4", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-11.7.4.tgz", + "integrity": "sha512-8ro552XsdhnJiIkEOJKfGWHFZChQ9C04wqhwij0hmeQ1+NPIsaj/0KYmGqIZHReBExvAUM31TsukvEywHrQbqw==", + "requires": { + "@textlint/ast-node-types": "^4.3.2", + "@textlint/ast-traverse": "^2.2.3", + "@textlint/feature-flag": "^3.2.2", + "@textlint/fixer-formatter": "^3.2.3", + "@textlint/kernel": "^3.3.4", + "@textlint/linter-formatter": "^3.2.3", + "@textlint/module-interop": "^1.1.2", + "@textlint/textlint-plugin-markdown": "^5.2.4", + "@textlint/textlint-plugin-text": "^4.2.4", + "@textlint/types": "^1.4.3", + "@textlint/utils": "^1.1.2", "debug": "^4.1.1", "deep-equal": "^1.1.0", "file-entry-cache": "^5.0.1", @@ -3439,6 +3457,67 @@ "structured-source": "^3.0.2", "try-resolve": "^1.0.1", "unique-concat": "^0.2.2" + }, + "dependencies": { + "@textlint/ast-node-types": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-4.3.2.tgz", + "integrity": "sha512-IdrMWUjXLegVZT3WLaXWzrCPaFz8UcoDwEftVN38sZw+hoy87IjvUF/ld8Q0XRRoBVMcbJgZJQh2E+Ubcu90Gg==" + }, + "@textlint/ast-tester": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-2.2.2.tgz", + "integrity": "sha512-M5WDKdGR+BuZ5b9dQya6SWfuiDEddKT2KrNtBedAyezY9JRCx5Mgu3edA1nsBda6r1E59i3jDhH4GByvr1/tqw==", + "requires": { + "@textlint/ast-node-types": "^4.3.2" + } + }, + "@textlint/ast-traverse": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-2.2.3.tgz", + "integrity": "sha512-hByB46r1YxsmyFgJdkfxY6oZfWS7ssiyIqAtVo/7s10PgMSzr/3z3fM5xWCPcNBAEsTMjdiqRC3LbNauFDemrA==", + "requires": { + "@textlint/ast-node-types": "^4.3.2" + } + }, + "@textlint/feature-flag": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-3.2.2.tgz", + "integrity": "sha512-eyKfJca9yghvw7NOoeyu+WAqhjGWGfxJTpsS3qBZ6bE9b2GJCm1GkbE3Dw+GYsa8t/2dxClZFYWZ8DN/vF8Tyw==", + "requires": { + "map-like": "^2.0.0" + } + }, + "@textlint/kernel": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-3.3.4.tgz", + "integrity": "sha512-/guW4YCQqfhCJRzj2YQh2BVyF3g8Cx83jtbqAZfJ6Tbx8jvlj+p8CCZ6h9MjfWiCTKVdg324ZCoEvBt8OlyO6Q==", + "requires": { + "@textlint/ast-node-types": "^4.3.2", + "@textlint/ast-tester": "^2.2.2", + "@textlint/ast-traverse": "^2.2.3", + "@textlint/feature-flag": "^3.2.2", + "@textlint/types": "^1.4.3", + "@textlint/utils": "^1.1.2", + "debug": "^4.1.1", + "deep-equal": "^1.1.1", + "map-like": "^2.0.0", + "structured-source": "^3.0.2" + } + }, + "@textlint/types": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@textlint/types/-/types-1.4.3.tgz", + "integrity": "sha512-uiQPFWeOV7FxqYs+wBowwoVDA5jYMMgOGvYRkmADEA5ci+/JEFEPFme6nRiY9ABQs38vWxSR/FOd2wENVhDFlQ==", + "requires": { + "@textlint/ast-node-types": "^4.3.2" + } + }, + "@textlint/utils": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-1.1.2.tgz", + "integrity": "sha512-BDRfUabrOp3JfFfBmaCHm2R9cyOeC1qriVzPJpGg8eJNQzV4GF8mpgQdKjCOOINFo/lddRwOWL2545Azsf9j3w==" + } } }, "textlint-rule-abbr-within-parentheses": { diff --git a/package.json b/package.json index f91c0f1..0e6ad69 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0", "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7", "@textlint-rule/textlint-rule-preset-google": "^0.1.2", - "textlint": "^11.6.3", + "textlint": "^11.7.4", "textlint-rule-abbr-within-parentheses": "^1.0.2", "textlint-rule-alex": "^2.0.0", "textlint-rule-apostrophe": "^2.0.0",