From dbd8bd17c83b32e4cdf4b5fef65fde4a7c632e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:11:03 +0000 Subject: [PATCH] Update dependency @textlint/ast-tester to v14 --- package-lock.json | 52 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 44 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f7c0ec1..71aa12f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "tex2tast": "bin/tex2tast" }, "devDependencies": { - "@textlint/ast-tester": "12.6.1", + "@textlint/ast-tester": "14.0.2", "@textlint/kernel": "12.6.1", "@textlint/textlint-plugin-markdown": "12.6.1", "@textlint/types": "12.6.1", @@ -1274,15 +1274,21 @@ "integrity": "sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==" }, "node_modules/@textlint/ast-tester": { - "version": "12.6.1", - "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.6.1.tgz", - "integrity": "sha512-Gxiq6xmDR3PnX0RqRGth/Lu5fyFWoXNPfGxXTLORPFpfs8JKPh/eXGhlwc1f0v4VQzPay2KwVl6SGXvJD5qLXw==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-14.0.2.tgz", + "integrity": "sha512-1as1/LL/OE6pCzzsywyKt3onNixXyFCV6GI/HG3Xe9iJpesrx0wbGOhuUcuOZyb2MJC2aIHIFzfTNP2mlXOtYQ==", "dev": true, "dependencies": { - "@textlint/ast-node-types": "^12.6.1", + "@textlint/ast-node-types": "^14.0.2", "debug": "^4.3.4" } }, + "node_modules/@textlint/ast-tester/node_modules/@textlint/ast-node-types": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-14.0.2.tgz", + "integrity": "sha512-EYVyA4+G+KRNkNW5nytg61VvNtwy7JXSujGrsb4FB2pTA8Hwq/0n6TMXKVdL29n+EhyMIKmmqHFY1rjBwh3B/A==", + "dev": true + }, "node_modules/@textlint/ast-traverse": { "version": "12.6.1", "resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.6.1.tgz", @@ -1335,6 +1341,16 @@ "structured-source": "^4.0.0" } }, + "node_modules/@textlint/kernel/node_modules/@textlint/ast-tester": { + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.6.1.tgz", + "integrity": "sha512-Gxiq6xmDR3PnX0RqRGth/Lu5fyFWoXNPfGxXTLORPFpfs8JKPh/eXGhlwc1f0v4VQzPay2KwVl6SGXvJD5qLXw==", + "dev": true, + "dependencies": { + "@textlint/ast-node-types": "^12.6.1", + "debug": "^4.3.4" + } + }, "node_modules/@textlint/kernel/node_modules/boundary": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz", @@ -8776,13 +8792,21 @@ "integrity": "sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==" }, "@textlint/ast-tester": { - "version": "12.6.1", - "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.6.1.tgz", - "integrity": "sha512-Gxiq6xmDR3PnX0RqRGth/Lu5fyFWoXNPfGxXTLORPFpfs8JKPh/eXGhlwc1f0v4VQzPay2KwVl6SGXvJD5qLXw==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-14.0.2.tgz", + "integrity": "sha512-1as1/LL/OE6pCzzsywyKt3onNixXyFCV6GI/HG3Xe9iJpesrx0wbGOhuUcuOZyb2MJC2aIHIFzfTNP2mlXOtYQ==", "dev": true, "requires": { - "@textlint/ast-node-types": "^12.6.1", + "@textlint/ast-node-types": "^14.0.2", "debug": "^4.3.4" + }, + "dependencies": { + "@textlint/ast-node-types": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-14.0.2.tgz", + "integrity": "sha512-EYVyA4+G+KRNkNW5nytg61VvNtwy7JXSujGrsb4FB2pTA8Hwq/0n6TMXKVdL29n+EhyMIKmmqHFY1rjBwh3B/A==", + "dev": true + } } }, "@textlint/ast-traverse": { @@ -8837,6 +8861,16 @@ "structured-source": "^4.0.0" }, "dependencies": { + "@textlint/ast-tester": { + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.6.1.tgz", + "integrity": "sha512-Gxiq6xmDR3PnX0RqRGth/Lu5fyFWoXNPfGxXTLORPFpfs8JKPh/eXGhlwc1f0v4VQzPay2KwVl6SGXvJD5qLXw==", + "dev": true, + "requires": { + "@textlint/ast-node-types": "^12.6.1", + "debug": "^4.3.4" + } + }, "boundary": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz", diff --git a/package.json b/package.json index b516091a..f0398465 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "latex-utensils": "^3.0.0" }, "devDependencies": { - "@textlint/ast-tester": "12.6.1", + "@textlint/ast-tester": "14.0.2", "@textlint/kernel": "12.6.1", "@textlint/textlint-plugin-markdown": "12.6.1", "@textlint/types": "12.6.1",