From 9b5325e4e8f6aa9015fb8b199182c3be470f2d60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 11:49:45 +0000 Subject: [PATCH 01/31] Update dependency nuxt-icon to v0.4.1 --- package-lock.json | 59 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 55 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12eb4397..e017f60f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", - "nuxt-icon": "0.4.0", + "nuxt-icon": "0.4.1", "pinia": "2.0.35", "sass": "1.62.1", "vitest": "0.30.1" @@ -11454,13 +11454,62 @@ } }, "node_modules/nuxt-icon": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.4.0.tgz", - "integrity": "sha512-j7phHbE4Ug2MsHvj9SidH5Nx9Bs2i/XpoH7HjQJD7DPlWNaI9srJGDOPY1g83S8i4vmDJvCc6KqkLjRasJZlYA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.4.1.tgz", + "integrity": "sha512-QTpxewOgLfdPx2uwHhoU5XQ4AtQ9N31ifbwnbn4Sx5NM+W2slNfGq1eEKmUl0CpSUAhGEdKbzd5CjA3c7dVa1Q==", "dev": true, "dependencies": { "@iconify/vue": "^4.1.1", - "@nuxt/kit": "^3.4.2" + "@nuxt/kit": "^3.5.0" + } + }, + "node_modules/nuxt-icon/node_modules/@nuxt/kit": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.0.tgz", + "integrity": "sha512-QqhOPTan5cpaYCksSWdmtpldCGfnsqTd55blztMSF+OPxfGav4GE4BrBD3ZSMn2/5MxieF3GU/w5/tgcDXE3bA==", + "dev": true, + "dependencies": { + "@nuxt/schema": "3.5.0", + "c12": "^1.4.1", + "consola": "^3.1.0", + "defu": "^6.1.2", + "globby": "^13.1.4", + "hash-sum": "^2.0.0", + "ignore": "^5.2.4", + "jiti": "^1.18.2", + "knitwork": "^1.0.0", + "lodash.template": "^4.5.0", + "mlly": "^1.2.1", + "pathe": "^1.1.0", + "pkg-types": "^1.0.3", + "scule": "^1.0.0", + "semver": "^7.5.1", + "unctx": "^2.3.0", + "unimport": "^3.0.6", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/nuxt-icon/node_modules/@nuxt/schema": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.0.tgz", + "integrity": "sha512-zz7S5RTCTGSCAyfNxO0R+TYvgk7WQdHUWJiAiTFQ+iFtqQkb/re1I86Ba9VKTJjZmm3fUI5kT5Y62emJcOLlXw==", + "dev": true, + "dependencies": { + "defu": "^6.1.2", + "hookable": "^5.5.3", + "pathe": "^1.1.0", + "pkg-types": "^1.0.3", + "postcss-import-resolver": "^2.0.0", + "std-env": "^3.3.3", + "ufo": "^1.1.2", + "unimport": "^3.0.6", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" } }, "node_modules/nuxt/node_modules/escape-string-regexp": { diff --git a/package.json b/package.json index 097665b0..07cea7f0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", - "nuxt-icon": "0.4.0", + "nuxt-icon": "0.4.1", "pinia": "2.0.35", "sass": "1.62.1", "vitest": "0.30.1" From 9147095fd7824eaf095efaf9f80f7b494e7729f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 19:02:41 +0900 Subject: [PATCH 02/31] Update dependency eslint to v8.41.0 (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 35 +++++++++++++++-------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index e017f60f..bf2d7f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.0.8", "date-fns": "2.30.0", - "eslint": "8.40.0", + "eslint": "8.41.0", "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", @@ -2336,9 +2336,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz", - "integrity": "sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==", + "version": "8.41.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.41.0.tgz", + "integrity": "sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -7294,15 +7294,15 @@ } }, "node_modules/eslint": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz", - "integrity": "sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==", + "version": "8.41.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.41.0.tgz", + "integrity": "sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.40.0", + "@eslint/js": "8.41.0", "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -7322,13 +7322,12 @@ "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", @@ -8874,6 +8873,12 @@ "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, "node_modules/gray-matter": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", @@ -10001,16 +10006,6 @@ "dev": true, "peer": true }, - "node_modules/js-sdsl": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", - "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/js-sdsl" - } - }, "node_modules/js-string-escape": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", diff --git a/package.json b/package.json index 07cea7f0..b608108c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.0.8", "date-fns": "2.30.0", - "eslint": "8.40.0", + "eslint": "8.41.0", "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", From fc6e56f025828531eec37a35b3190698426325bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 20:06:56 +0000 Subject: [PATCH 03/31] Update dependency @vite-pwa/nuxt to v0.0.9 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf2d7f26..5e7cdd54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", "@types/node": "18.14.6", - "@vite-pwa/nuxt": "0.0.8", + "@vite-pwa/nuxt": "0.0.9", "date-fns": "2.30.0", "eslint": "8.41.0", "markuplint": "3.10.0", @@ -4340,9 +4340,9 @@ } }, "node_modules/@vite-pwa/nuxt": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/@vite-pwa/nuxt/-/nuxt-0.0.8.tgz", - "integrity": "sha512-Hq2wVBLJfUnFI1onMs1BBWEWB4O2e4+C+8y9PLCSyYDkOabDKweEQsgwdX5Pr+TUFaLtypm/eMuIpvDk4cypZQ==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/@vite-pwa/nuxt/-/nuxt-0.0.9.tgz", + "integrity": "sha512-MM8av1LiN7Rq5qJ1rjOl9BCjWxO9/3V6D3R7UfIbSL/7f4AnwjwUjM0GHWRcU7dj4t8VhCu7Pq5BrMVnhBGDgw==", "dev": true, "dependencies": { "@nuxt/kit": "^3.4.3", diff --git a/package.json b/package.json index b608108c..f382a035 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", "@types/node": "18.14.6", - "@vite-pwa/nuxt": "0.0.8", + "@vite-pwa/nuxt": "0.0.9", "date-fns": "2.30.0", "eslint": "8.41.0", "markuplint": "3.10.0", From 38d38b271a5ab79b601cde80a3fa83cbab331755 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Wed, 24 May 2023 22:13:05 +0900 Subject: [PATCH 04/31] =?UTF-8?q?Twilog=E3=81=AE=E3=83=AA=E3=83=8B?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=82=A2=E3=83=AB=E3=81=AB=E5=AF=BE=E5=BF=9C?= =?UTF-8?q?=20(#135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Twilogのドメインを `twilog.org` から `twilog.togetter.com` に変更 * ヘルプページの文章を更新 --- components/AppHelpButton.vue | 7 +------ utils/createTwilogDateURL.test.ts | 6 +++--- utils/createTwilogDateURL.ts | 6 +++--- utils/createTwilogKeywordSearchURL.test.ts | 6 +++--- utils/createTwilogKeywordSearchURL.ts | 6 +++--- 5 files changed, 13 insertions(+), 18 deletions(-) diff --git a/components/AppHelpButton.vue b/components/AppHelpButton.vue index e7bcd511..7f7df61f 100644 --- a/components/AppHelpButton.vue +++ b/components/AppHelpButton.vue @@ -28,12 +28,7 @@ const closeDialog = () => {

Twilogの検索結果を開く

Twilogの検索結果を開くには、「Twilog(検索)」ボタンをクリック(タップ)します。

Twilogの日別ページを開く

-

- Twilogの日別ページを開くには、「Twilog(日別)」ボタンをクリック(タップ)します。なお、Twilogは2023年4月5日以降ツイートの取得を停止しています。 -

+

Twilogの日別ページを開くには、「Twilog(日別)」ボタンをクリック(タップ)します。

ツイセーブの検索結果を開く

ツイセーブの検索結果を開くには、「ツイセーブ(検索)」ボタンをクリック(タップ)します。

ツイセーブの日別ページを開く

diff --git a/utils/createTwilogDateURL.test.ts b/utils/createTwilogDateURL.test.ts index f990a898..0edcfab5 100644 --- a/utils/createTwilogDateURL.test.ts +++ b/utils/createTwilogDateURL.test.ts @@ -15,17 +15,17 @@ describe('createTwilogDateURL', () => { { user: '', date: new Date(''), - expected: 'https://twilog.org/' + expected: 'https://twilog.togetter.com/' }, { user: 'munieru_jp', date: new Date(''), - expected: 'https://twilog.org/munieru_jp/' + expected: 'https://twilog.togetter.com/munieru_jp/' }, { user: 'munieru_jp', date: new Date('2023-04-13'), - expected: 'https://twilog.org/munieru_jp/date-230413' + expected: 'https://twilog.togetter.com/munieru_jp/date-230413' } ])('user=$user, date=$date', ({ user, diff --git a/utils/createTwilogDateURL.ts b/utils/createTwilogDateURL.ts index f4e31442..6f955d58 100644 --- a/utils/createTwilogDateURL.ts +++ b/utils/createTwilogDateURL.ts @@ -11,13 +11,13 @@ export const createTwilogDateURL = ({ date: Date }): string => { if (user === '') { - return 'https://twilog.org/' + return 'https://twilog.togetter.com/' } if (!isValid(date)) { - return `https://twilog.org/${user}/` + return `https://twilog.togetter.com/${user}/` } const dateString = format(date, 'yyMMdd') - return `https://twilog.org/${user}/date-${dateString}` + return `https://twilog.togetter.com/${user}/date-${dateString}` } diff --git a/utils/createTwilogKeywordSearchURL.test.ts b/utils/createTwilogKeywordSearchURL.test.ts index f039525c..cc3b4940 100644 --- a/utils/createTwilogKeywordSearchURL.test.ts +++ b/utils/createTwilogKeywordSearchURL.test.ts @@ -15,17 +15,17 @@ describe('createTwilogKeywordSearchURL', () => { { user: '', keyword: '', - expected: 'https://twilog.org/' + expected: 'https://twilog.togetter.com/' }, { user: 'munieru_jp', keyword: '', - expected: 'https://twilog.org/munieru_jp/' + expected: 'https://twilog.togetter.com/munieru_jp/' }, { user: 'munieru_jp', keyword: 'hello', - expected: 'https://twilog.org/munieru_jp/search?word=hello' + expected: 'https://twilog.togetter.com/munieru_jp/search?word=hello' } ])('user=$user, keyword=$keyword', ({ user, diff --git a/utils/createTwilogKeywordSearchURL.ts b/utils/createTwilogKeywordSearchURL.ts index 402ed435..ed041f88 100644 --- a/utils/createTwilogKeywordSearchURL.ts +++ b/utils/createTwilogKeywordSearchURL.ts @@ -6,12 +6,12 @@ export const createTwilogKeywordSearchURL = ({ keyword: string }): string => { if (user === '') { - return 'https://twilog.org/' + return 'https://twilog.togetter.com/' } if (keyword === '') { - return `https://twilog.org/${user}/` + return `https://twilog.togetter.com/${user}/` } - return `https://twilog.org/${user}/search?word=${keyword}` + return `https://twilog.togetter.com/${user}/search?word=${keyword}` } From e75143cca41ce2ecce3f8fa82d86c28d72902686 Mon Sep 17 00:00:00 2001 From: Munieru <20086673+munierujp@users.noreply.github.com> Date: Wed, 24 May 2023 22:17:06 +0900 Subject: [PATCH 05/31] 1.4.0 (#136) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e7cdd54..88d33f25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "anohi-no-tweet", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "anohi-no-tweet", - "version": "1.3.1", + "version": "1.4.0", "hasInstallScript": true, "devDependencies": { "@element-plus/nuxt": "1.0.5", diff --git a/package.json b/package.json index f382a035..03184ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anohi-no-tweet", - "version": "1.3.1", + "version": "1.4.0", "description": "指定した条件にマッチするツイートの検索結果、Twilog、ツイセーブなどを開くためのウェブアプリ", "private": true, "scripts": { From 396eb45a02244ede9450ff73e81521c33e98d622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 09:25:34 +0900 Subject: [PATCH 06/31] Update dependency @munierujp/eslint-config-typescript to v25 (#137) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88d33f25..f3a2e223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@markuplint/vue-parser": "3.7.0", "@markuplint/vue-spec": "3.8.0", "@mdi/font": "7.2.96", - "@munierujp/eslint-config-typescript": "24.0.0", + "@munierujp/eslint-config-typescript": "25.0.0", "@nuxt/eslint-config": "0.1.1", "@nuxt/test-utils": "3.4.3", "@nuxtjs/eslint-module": "4.1.0", @@ -1901,9 +1901,9 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz", - "integrity": "sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==", + "version": "0.39.4", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.39.4.tgz", + "integrity": "sha512-Jvw915fjqQct445+yron7Dufix9A+m9j1fCJYlCo1FWlRvTxa3pjJelxdSTdaLWcTwRU6vbL+NYjO4YuNIS5Qg==", "dev": true, "peer": true, "dependencies": { @@ -2292,9 +2292,9 @@ } }, "node_modules/@eslint-recommended/eslint-config-typescript": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@eslint-recommended/eslint-config-typescript/-/eslint-config-typescript-22.0.0.tgz", - "integrity": "sha512-W3myHda2rnNl3CZHpJTTT4zqojxEoLFNGZe3zPC+Izq4LXvYD9OWvxE0oGeLZ0HQiOwopeXmpb17IZMIP+OVoQ==", + "version": "23.0.0", + "resolved": "https://registry.npmjs.org/@eslint-recommended/eslint-config-typescript/-/eslint-config-typescript-23.0.0.tgz", + "integrity": "sha512-ZrJz55M6eIne34eTJQXRkDWokKPDHeNxDq/zM/6i480M+knX3tUG/mqFnXK86TJnuiL8w0e2w3EGW/Gl6R5fEQ==", "dev": true, "peer": true, "engines": { @@ -2305,7 +2305,7 @@ "eslint": "^8.23.1", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-plugin-eslint-comments": "^3.0.0", - "eslint-plugin-jsdoc": "^44.0.0", + "eslint-plugin-jsdoc": "^45.0.0", "eslint-plugin-sonarjs": "^0.19.0", "eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-unicorn": "^47.0.0", @@ -2915,15 +2915,15 @@ } }, "node_modules/@munierujp/eslint-config-typescript": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-24.0.0.tgz", - "integrity": "sha512-uBDY1nSXx9lfpQtBlktd/OFtQxl8eT11IBYDTOHSz0Bbo7jX1b6IXyR1WIcch320YmB1566Ufp12q/oIlyXlHQ==", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-25.0.0.tgz", + "integrity": "sha512-RiI8oRcA256NkhdEjdQk0Gts9a7Nharrt6d3ENSkDIgf40+Tbx1ugrsoWcWl9Pj6AKAdX/AIwyLZ2voJU9Sd3A==", "dev": true, "engines": { "node": ">=18" }, "peerDependencies": { - "@eslint-recommended/eslint-config-typescript": "^22.0.0", + "@eslint-recommended/eslint-config-typescript": "^23.0.0", "eslint": "^8.23.1", "eslint-plugin-import-newlines": "^1.2.0", "typescript": "*" @@ -7601,19 +7601,19 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "44.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-44.0.2.tgz", - "integrity": "sha512-QgYuo/dd39eRrijoD0zGEMgP1y/cx3IHwdJue4PJQcBivItH0UGxu12MDajBBj1CxAlVdSl9lLOR5KQuu4kYHA==", + "version": "45.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-45.0.0.tgz", + "integrity": "sha512-l2+Jcs/Ps7oFA+SWY+0sweU/e5LgricnEl6EsDlyRTF5y0+NWL1y9Qwz9PHwHAxtdJq6lxPjEQWmYLMkvhzD4g==", "dev": true, "peer": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.38.0", + "@es-joy/jsdoccomment": "~0.39.4", "are-docs-informative": "^0.0.2", "comment-parser": "1.3.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0", "esquery": "^1.5.0", - "semver": "^7.5.0", + "semver": "^7.5.1", "spdx-expression-parse": "^3.0.1" }, "engines": { diff --git a/package.json b/package.json index 03184ae8..3b58bc95 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@markuplint/vue-parser": "3.7.0", "@markuplint/vue-spec": "3.8.0", "@mdi/font": "7.2.96", - "@munierujp/eslint-config-typescript": "24.0.0", + "@munierujp/eslint-config-typescript": "25.0.0", "@nuxt/eslint-config": "0.1.1", "@nuxt/test-utils": "3.4.3", "@nuxtjs/eslint-module": "4.1.0", From f577b94f2d88bf0d4d0070efee4ec685b38e8268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 00:28:50 +0000 Subject: [PATCH 07/31] Update dependency @munierujp/eslint-config-typescript to v26 (#138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3a2e223..0a89c579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@markuplint/vue-parser": "3.7.0", "@markuplint/vue-spec": "3.8.0", "@mdi/font": "7.2.96", - "@munierujp/eslint-config-typescript": "25.0.0", + "@munierujp/eslint-config-typescript": "26.0.0", "@nuxt/eslint-config": "0.1.1", "@nuxt/test-utils": "3.4.3", "@nuxtjs/eslint-module": "4.1.0", @@ -2292,9 +2292,9 @@ } }, "node_modules/@eslint-recommended/eslint-config-typescript": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/@eslint-recommended/eslint-config-typescript/-/eslint-config-typescript-23.0.0.tgz", - "integrity": "sha512-ZrJz55M6eIne34eTJQXRkDWokKPDHeNxDq/zM/6i480M+knX3tUG/mqFnXK86TJnuiL8w0e2w3EGW/Gl6R5fEQ==", + "version": "24.0.0", + "resolved": "https://registry.npmjs.org/@eslint-recommended/eslint-config-typescript/-/eslint-config-typescript-24.0.0.tgz", + "integrity": "sha512-MegyECroXRAU+hKt0AKnJrgGI5QxJpXy+JJqkRigTUdwu1GGzE7eL2u9XBMZIpV3aa5JH72/CoBIueUzWnytYA==", "dev": true, "peer": true, "engines": { @@ -2305,7 +2305,7 @@ "eslint": "^8.23.1", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-plugin-eslint-comments": "^3.0.0", - "eslint-plugin-jsdoc": "^45.0.0", + "eslint-plugin-jsdoc": "^46.0.0", "eslint-plugin-sonarjs": "^0.19.0", "eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-unicorn": "^47.0.0", @@ -2915,15 +2915,15 @@ } }, "node_modules/@munierujp/eslint-config-typescript": { - "version": "25.0.0", - "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-25.0.0.tgz", - "integrity": "sha512-RiI8oRcA256NkhdEjdQk0Gts9a7Nharrt6d3ENSkDIgf40+Tbx1ugrsoWcWl9Pj6AKAdX/AIwyLZ2voJU9Sd3A==", + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-26.0.0.tgz", + "integrity": "sha512-II6cOirtV3GIqsXoz+Di607VzKZo+bJ5wY6a/KJO0vFDwYIfXkabqWpcMKSVcaTws3Yt/uC2JAQ50pQPoYmrCQ==", "dev": true, "engines": { "node": ">=18" }, "peerDependencies": { - "@eslint-recommended/eslint-config-typescript": "^23.0.0", + "@eslint-recommended/eslint-config-typescript": "^24.0.0", "eslint": "^8.23.1", "eslint-plugin-import-newlines": "^1.2.0", "typescript": "*" @@ -7601,9 +7601,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "45.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-45.0.0.tgz", - "integrity": "sha512-l2+Jcs/Ps7oFA+SWY+0sweU/e5LgricnEl6EsDlyRTF5y0+NWL1y9Qwz9PHwHAxtdJq6lxPjEQWmYLMkvhzD4g==", + "version": "46.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.1.0.tgz", + "integrity": "sha512-NpjpSuWR+Wwxzmssji7AVty1Vu0JvI7v+cTj+Rw1nKVjGv2eMvLGM/SI4VpgTXp82JbLtFOsA2QYLHT3YSmASA==", "dev": true, "peer": true, "dependencies": { diff --git a/package.json b/package.json index 3b58bc95..f4a8f2c2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@markuplint/vue-parser": "3.7.0", "@markuplint/vue-spec": "3.8.0", "@mdi/font": "7.2.96", - "@munierujp/eslint-config-typescript": "25.0.0", + "@munierujp/eslint-config-typescript": "26.0.0", "@nuxt/eslint-config": "0.1.1", "@nuxt/test-utils": "3.4.3", "@nuxtjs/eslint-module": "4.1.0", From b356d54fcd030f13c890a951bbd47c0b14e92ed5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:21:36 +0000 Subject: [PATCH 08/31] Update dependency @vite-pwa/nuxt to v0.0.10 --- package-lock.json | 1235 +++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 696 insertions(+), 541 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a89c579..3cfd77bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", "@types/node": "18.14.6", - "@vite-pwa/nuxt": "0.0.9", + "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", "eslint": "8.41.0", "markuplint": "3.10.0", @@ -58,9 +58,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.4.tgz", - "integrity": "sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.3.tgz", + "integrity": "sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==", "dev": true, "engines": { "node": ">=6.9.0" @@ -106,12 +106,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.4.tgz", - "integrity": "sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.3.tgz", + "integrity": "sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==", "dev": true, "dependencies": { - "@babel/types": "^7.21.4", + "@babel/types": "^7.22.3", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -145,25 +145,24 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.3.tgz", + "integrity": "sha512-ahEoxgqNoYXm0k22TvOke48i1PkavGu0qGCmcq9ugi6gnmvKNaMjKBSrZTnWUi1CFEeNAUiVba0Wtzm03aSkJg==", "dev": true, "dependencies": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" + "@babel/types": "^7.22.3" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz", - "integrity": "sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.1.tgz", + "integrity": "sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.21.4", + "@babel/compat-data": "^7.22.0", "@babel/helper-validator-option": "^7.21.0", "browserslist": "^4.21.3", "lru-cache": "^5.1.1", @@ -201,19 +200,20 @@ "dev": true }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.4.tgz", - "integrity": "sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.1.tgz", + "integrity": "sha512-SowrZ9BWzYFgzUMwUmowbPSGu6CXL5MSuuCkG3bejahSpSymioPmuLdhPxNOc9MjuNGjy7M/HaXvJ8G82Lywlw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-environment-visitor": "^7.22.1", "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.0", + "@babel/helper-member-expression-to-functions": "^7.22.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-replace-supers": "^7.22.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6" + "@babel/helper-split-export-declaration": "^7.18.6", + "semver": "^6.3.0" }, "engines": { "node": ">=6.9.0" @@ -222,14 +222,24 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.4.tgz", - "integrity": "sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.1.tgz", + "integrity": "sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1" + "regexpu-core": "^5.3.1", + "semver": "^6.3.0" }, "engines": { "node": ">=6.9.0" @@ -238,10 +248,19 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz", + "integrity": "sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==", "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.17.7", @@ -265,22 +284,10 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz", + "integrity": "sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==", "dev": true, - "dependencies": { - "@babel/types": "^7.18.6" - }, "engines": { "node": ">=6.9.0" } @@ -311,12 +318,12 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz", - "integrity": "sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.3.tgz", + "integrity": "sha512-Gl7sK04b/2WOb6OPVeNy9eFKeD3L6++CzL3ykPOWqTn08xgYYK0wz4TUh2feIImDXxcVW3/9WQ1NMKY66/jfZA==", "dev": true, "dependencies": { - "@babel/types": "^7.21.0" + "@babel/types": "^7.22.3" }, "engines": { "node": ">=6.9.0" @@ -335,19 +342,19 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz", - "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.1.tgz", + "integrity": "sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-environment-visitor": "^7.22.1", + "@babel/helper-module-imports": "^7.21.4", + "@babel/helper-simple-access": "^7.21.5", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.2", - "@babel/types": "^7.21.2" + "@babel/template": "^7.21.9", + "@babel/traverse": "^7.22.1", + "@babel/types": "^7.22.0" }, "engines": { "node": ">=6.9.0" @@ -366,9 +373,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz", + "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==", "dev": true, "engines": { "node": ">=6.9.0" @@ -393,29 +400,29 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz", - "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==", + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.1.tgz", + "integrity": "sha512-ut4qrkE4AuSfrwHSps51ekR1ZY/ygrP1tp0WFm8oVq6nzc/hvfV/22JylndIbsf2U2M9LOMwiSddr6y+78j+OQ==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.20.7", + "@babel/helper-environment-visitor": "^7.22.1", + "@babel/helper-member-expression-to-functions": "^7.22.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/template": "^7.21.9", + "@babel/traverse": "^7.22.1", + "@babel/types": "^7.22.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", + "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==", "dev": true, "dependencies": { - "@babel/types": "^7.20.2" + "@babel/types": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -446,9 +453,9 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", + "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==", "dev": true, "engines": { "node": ">=6.9.0" @@ -587,9 +594,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz", - "integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==", + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz", + "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -614,14 +621,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", - "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.3.tgz", + "integrity": "sha512-6r4yRwEnorYByILoDRnEqxtojYKuiIv9FojW2E8GUKo9eWBwbKcd9IiZOZpdyXc64RmyGGyPu3/uAcrz/dq2kQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-plugin-utils": "^7.21.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" + "@babel/plugin-transform-optional-chaining": "^7.22.3" }, "engines": { "node": ">=6.9.0" @@ -630,221 +637,6 @@ "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", - "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dev": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-proposal-private-property-in-object": { "version": "7.21.0", "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", @@ -957,6 +749,33 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.3.tgz", + "integrity": "sha512-i35jZJv6aO7hxEbIWQ41adVfOzjm9dcYDNeWlBMd8p0ZQRtNUCBrmGwZt+H5lb+oOC9a3svp956KP0oWGA1YsA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", @@ -1101,13 +920,47 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz", - "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz", + "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.3.tgz", + "integrity": "sha512-36A4Aq48t66btydbZd5Fk0/xJqbpg/v4QWI4AH4cYHBXy9Mu42UOupZpebKFiCFNT9S9rJFcsld0gsv0ayLjtA==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" }, "engines": { "node": ">=6.9.0" @@ -1139,7 +992,38 @@ "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", + "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.3.tgz", + "integrity": "sha512-mASLsd6rhOrLZ5F3WbCxkzl67mmOnqik0zrg5W6D/X0QMW7HtvnoL1dRARLKIbMP3vXwkwziuLesPqWVGIl6Bw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -1148,19 +1032,21 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", - "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.3.tgz", + "integrity": "sha512-5BirgNWNOx7cwbTJCOmKFJ1pZjwk5MUfMIwiBBvsirCJMZeQgs5pk6i1OlkVg+1Vef5LfBahFOrdCnAWvkVKMw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-create-class-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "engines": { "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.12.0" } }, "node_modules/@babel/plugin-transform-classes": { @@ -1196,12 +1082,12 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz", - "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz", + "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-plugin-utils": "^7.21.5", "@babel/template": "^7.20.7" }, "engines": { @@ -1257,6 +1143,22 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.1.tgz", + "integrity": "sha512-rlhWtONnVBPdmt+jeewS0qSnMz/3yLFrqAP8hHC6EDcrYRSyuz9f9yQhHvVn2Ad6+yO9fHXac5piudeYrInxwQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-transform-exponentiation-operator": { "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", @@ -1273,13 +1175,29 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.3.tgz", + "integrity": "sha512-5Ti1cHLTDnt3vX61P9KZ5IG09bFXp4cDVFJIAeCZuxu9OXXJJZp5iP0n/rzM2+iAutJY+KWEyyHcRaHlpQ/P5g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz", - "integrity": "sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz", + "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -1305,6 +1223,22 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.3.tgz", + "integrity": "sha512-IuvOMdeOOY2X4hRNAT6kwbePtK21BUyrAEgLKviL8pL6AEEVUVcqtRdN/HJXBLGIbt9T3ETmXRnFedRRmQNTYw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-transform-literals": { "version": "7.18.9", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", @@ -1320,6 +1254,22 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.3.tgz", + "integrity": "sha512-CbayIfOw4av2v/HYZEsH+Klks3NC2/MFIR3QR8gnpGNNPEaq2fdlVCRYG/paKs7/5hvBLQ+H70pGWOHtlNEWNA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-transform-member-expression-literals": { "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", @@ -1352,14 +1302,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz", - "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz", + "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.21.2", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-simple-access": "^7.20.2" + "@babel/helper-module-transforms": "^7.21.5", + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-simple-access": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -1369,14 +1319,14 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", - "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.3.tgz", + "integrity": "sha512-V21W3bKLxO3ZjcBJZ8biSvo5gQ85uIXW2vJfh7JSWf/4SLUSr1tOoHX3ruN4+Oqa2m+BKfsxTR1I+PsvkIWvNw==", "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-module-transforms": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5", "@babel/helper-validator-identifier": "^7.19.1" }, "engines": { @@ -1403,13 +1353,13 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", - "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.3.tgz", + "integrity": "sha512-c6HrD/LpUdNNJsISQZpds3TXvfYIAbo+efE9aWmY/PmSRD0agrJ9cPMt4BmArwUQ7ZymEWTFjTyp+yReLJZh0Q==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-create-regexp-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -1419,12 +1369,63 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.3.tgz", + "integrity": "sha512-5RuJdSo89wKdkRTqtM9RVVJzHum9c2s0te9rB7vZC1zKKxcioWIy+xcu4OoIAjyFZhb/bp5KkunuLin1q7Ct+w==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.3.tgz", + "integrity": "sha512-CpaoNp16nX7ROtLONNuCyenYdY/l7ZsR6aoVa7rW7nMWisoNoQNIH5Iay/4LDyRjKMuElMqXiBoOQCDLTMGZiw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.3.tgz", + "integrity": "sha512-+AF88fPDJrnseMh5vD9+SH6wq4ZMvpiTMHh58uLs+giMEyASFVhcT3NkoyO+NebFCNnpHJEq5AXO2txV4AGPDQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.3.tgz", + "integrity": "sha512-38bzTsqMMCI46/TQnJwPPpy33EjLCc1Gsm2hRTF6zTMWnKsN61vdrpuzIEGQyKEhDSYDKyZHrrd5FMj4gcUHhw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.3", + "@babel/helper-compilation-targets": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.22.3" }, "engines": { "node": ">=6.9.0" @@ -1449,13 +1450,80 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.3.tgz", + "integrity": "sha512-bnDFWXFzWY0BsOyqaoSXvMQ2F35zutQipugog/rqotL2S4ciFOKlRYUu9djt4iq09oh2/34hqfRR2k1dIvuu4g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.3.tgz", + "integrity": "sha512-63v3/UFFxhPKT8j8u1jTTGVyITxl7/7AfOqK8C5gz1rHURPUGe3y5mvIf68eYKGoBNahtJnTxBKug4BQOnzeJg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz", - "integrity": "sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==", + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.3.tgz", + "integrity": "sha512-x7QHQJHPuD9VmfpzboyGJ5aHEr9r7DsAsdxdhJiTB3J3j8dyl+NFZ+rX5Q2RWFDCs61c06qBfS4ys2QYn8UkMw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.3.tgz", + "integrity": "sha512-fC7jtjBPFqhqpPAE+O4LKwnLq7gGkD3ZmC2E3i4qWH34mH3gOg2Xrq5YMHUq6DM30xhqM1DNftiRaSqVjEG+ug==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.3.tgz", + "integrity": "sha512-C7MMl4qWLpgVCbXfj3UW8rR1xeCnisQ0cU7YJHV//8oNBS0aCIVg1vFnZXxOckHhEpQyqNNkWmvSEWnMLlc+Vw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "engines": { "node": ">=6.9.0" @@ -1480,12 +1548,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", - "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz", + "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-plugin-utils": "^7.21.5", "regenerator-transform": "^0.15.1" }, "engines": { @@ -1605,12 +1673,28 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", - "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz", + "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.3.tgz", + "integrity": "sha512-5ScJ+OmdX+O6HRuMGW4kv7RL9vIKdtdAj9wuWUKy1wbHY3jaM/UlyIiC1G7J6UJiiyMukjjK0QwL3P0vBd0yYg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5" }, "engines": { "node": ">=6.9.0" @@ -1635,39 +1719,43 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.3.tgz", + "integrity": "sha512-hNufLdkF8vqywRp+P55j4FHXqAX2LRUccoZHH7AFn1pq5ZOO2ISKW9w13bFZVjBoTqeve2HOgoJCcaziJVhGNw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/preset-env": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.4.tgz", - "integrity": "sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==", + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.4.tgz", + "integrity": "sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.21.4", - "@babel/helper-compilation-targets": "^7.21.4", - "@babel/helper-plugin-utils": "^7.20.2", + "@babel/compat-data": "^7.22.3", + "@babel/helper-compilation-targets": "^7.22.1", + "@babel/helper-plugin-utils": "^7.21.5", "@babel/helper-validator-option": "^7.21.0", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", - "@babel/plugin-proposal-async-generator-functions": "^7.20.7", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.21.0", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.21.0", - "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.3", "@babel/plugin-proposal-private-property-in-object": "^7.21.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", "@babel/plugin-syntax-import-assertions": "^7.20.0", + "@babel/plugin-syntax-import-attributes": "^7.22.3", + "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -1677,44 +1765,61 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.3", "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.20.7", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.21.5", + "@babel/plugin-transform-async-generator-functions": "^7.22.3", "@babel/plugin-transform-async-to-generator": "^7.20.7", "@babel/plugin-transform-block-scoped-functions": "^7.18.6", "@babel/plugin-transform-block-scoping": "^7.21.0", + "@babel/plugin-transform-class-properties": "^7.22.3", + "@babel/plugin-transform-class-static-block": "^7.22.3", "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.20.7", + "@babel/plugin-transform-computed-properties": "^7.21.5", "@babel/plugin-transform-destructuring": "^7.21.3", "@babel/plugin-transform-dotall-regex": "^7.18.6", "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-dynamic-import": "^7.22.1", "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.0", + "@babel/plugin-transform-export-namespace-from": "^7.22.3", + "@babel/plugin-transform-for-of": "^7.21.5", "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-json-strings": "^7.22.3", "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.22.3", "@babel/plugin-transform-member-expression-literals": "^7.18.6", "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.2", - "@babel/plugin-transform-modules-systemjs": "^7.20.11", + "@babel/plugin-transform-modules-commonjs": "^7.21.5", + "@babel/plugin-transform-modules-systemjs": "^7.22.3", "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", - "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.3", + "@babel/plugin-transform-new-target": "^7.22.3", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3", + "@babel/plugin-transform-numeric-separator": "^7.22.3", + "@babel/plugin-transform-object-rest-spread": "^7.22.3", "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.21.3", + "@babel/plugin-transform-optional-catch-binding": "^7.22.3", + "@babel/plugin-transform-optional-chaining": "^7.22.3", + "@babel/plugin-transform-parameters": "^7.22.3", + "@babel/plugin-transform-private-methods": "^7.22.3", + "@babel/plugin-transform-private-property-in-object": "^7.22.3", "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.20.5", + "@babel/plugin-transform-regenerator": "^7.21.5", "@babel/plugin-transform-reserved-words": "^7.18.6", "@babel/plugin-transform-shorthand-properties": "^7.18.6", "@babel/plugin-transform-spread": "^7.20.7", "@babel/plugin-transform-sticky-regex": "^7.18.6", "@babel/plugin-transform-template-literals": "^7.18.9", "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-escapes": "^7.21.5", + "@babel/plugin-transform-unicode-property-regex": "^7.22.3", "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/plugin-transform-unicode-sets-regex": "^7.22.3", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.4", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", + "@babel/types": "^7.22.4", + "babel-plugin-polyfill-corejs2": "^0.4.3", + "babel-plugin-polyfill-corejs3": "^0.8.1", + "babel-plugin-polyfill-regenerator": "^0.5.0", + "core-js-compat": "^3.30.2", "semver": "^6.3.0" }, "engines": { @@ -1777,33 +1882,33 @@ } }, "node_modules/@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "version": "7.21.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.21.9.tgz", + "integrity": "sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.21.4", + "@babel/parser": "^7.21.9", + "@babel/types": "^7.21.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz", - "integrity": "sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==", + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.4.tgz", + "integrity": "sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.4", - "@babel/helper-environment-visitor": "^7.18.9", + "@babel/generator": "^7.22.3", + "@babel/helper-environment-visitor": "^7.22.1", "@babel/helper-function-name": "^7.21.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.4", - "@babel/types": "^7.21.4", + "@babel/parser": "^7.22.4", + "@babel/types": "^7.22.4", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -1821,12 +1926,12 @@ } }, "node_modules/@babel/types": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz", - "integrity": "sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==", + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.4.tgz", + "integrity": "sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-string-parser": "^7.21.5", "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, @@ -4340,13 +4445,13 @@ } }, "node_modules/@vite-pwa/nuxt": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/@vite-pwa/nuxt/-/nuxt-0.0.9.tgz", - "integrity": "sha512-MM8av1LiN7Rq5qJ1rjOl9BCjWxO9/3V6D3R7UfIbSL/7f4AnwjwUjM0GHWRcU7dj4t8VhCu7Pq5BrMVnhBGDgw==", + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/@vite-pwa/nuxt/-/nuxt-0.0.10.tgz", + "integrity": "sha512-4GhLfmdC3/zoYSKdAktEAtFzSsfCx/uu0h4CqR+ufyfL0N6e4jiUqveUP/4Y5ReJ9q5JAYfDvLkX6ZZuZbsYhQ==", "dev": true, "dependencies": { - "@nuxt/kit": "^3.4.3", - "vite-plugin-pwa": "^0.14.7" + "@nuxt/kit": "^3.5.2", + "vite-plugin-pwa": "^0.16.1" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -4356,6 +4461,55 @@ "vite-plugin-pwa": "^0.14.0" } }, + "node_modules/@vite-pwa/nuxt/node_modules/@nuxt/kit": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.2.tgz", + "integrity": "sha512-DwmJFJbzbg5T/Qcf5ruiHBfWuLIasTakIeifKS+pqS+VhZDoUW0O7jHm6jESQ5reAbde+L+IH6bXN/y07ivkRA==", + "dev": true, + "dependencies": { + "@nuxt/schema": "3.5.2", + "c12": "^1.4.1", + "consola": "^3.1.0", + "defu": "^6.1.2", + "globby": "^13.1.4", + "hash-sum": "^2.0.0", + "ignore": "^5.2.4", + "jiti": "^1.18.2", + "knitwork": "^1.0.0", + "lodash.template": "^4.5.0", + "mlly": "^1.3.0", + "pathe": "^1.1.0", + "pkg-types": "^1.0.3", + "scule": "^1.0.0", + "semver": "^7.5.1", + "unctx": "^2.3.1", + "unimport": "^3.0.7", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/@vite-pwa/nuxt/node_modules/@nuxt/schema": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.2.tgz", + "integrity": "sha512-7u7NZ1TgSdjdOkLaFhv8iP+Lr9whqemMuLDALpnR+HJGC/Mm8ep+yECgCwIT/h1bM/nogZyGWO0xjOIdtzqlUA==", + "dev": true, + "dependencies": { + "defu": "^6.1.2", + "hookable": "^5.5.3", + "pathe": "^1.1.0", + "pkg-types": "^1.0.3", + "postcss-import-resolver": "^2.0.0", + "std-env": "^3.3.3", + "ufo": "^1.1.2", + "unimport": "^3.0.7", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, "node_modules/@vitejs/plugin-vue": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.1.tgz", @@ -5407,13 +5561,13 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz", + "integrity": "sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==", "dev": true, "dependencies": { "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", + "@babel/helper-define-polyfill-provider": "^0.4.0", "semver": "^6.1.1" }, "peerDependencies": { @@ -5430,25 +5584,25 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz", + "integrity": "sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" + "@babel/helper-define-polyfill-provider": "^0.4.0", + "core-js-compat": "^3.30.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz", + "integrity": "sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3" + "@babel/helper-define-polyfill-provider": "^0.4.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" @@ -6274,9 +6428,9 @@ "dev": true }, "node_modules/core-js-compat": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.30.1.tgz", - "integrity": "sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==", + "version": "3.30.2", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.30.2.tgz", + "integrity": "sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==", "dev": true, "dependencies": { "browserslist": "^4.21.5" @@ -9926,15 +10080,15 @@ } }, "node_modules/jake": { - "version": "10.8.5", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", - "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "version": "10.8.7", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", "dev": true, "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" + "filelist": "^1.0.4", + "minimatch": "^3.1.2" }, "bin": { "jake": "bin/cli.js" @@ -10942,9 +11096,9 @@ } }, "node_modules/mlly": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.2.1.tgz", - "integrity": "sha512-1aMEByaWgBPEbWV2BOPEMySRrzl7rIHXmQxam4DM8jVjalTQDjpN2ZKOLUrwyhfZQO7IXHml2StcHMhooDeEEQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.3.0.tgz", + "integrity": "sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==", "dev": true, "dependencies": { "acorn": "^8.8.2", @@ -14876,9 +15030,9 @@ "dev": true }, "node_modules/unctx": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.0.tgz", - "integrity": "sha512-xs79V1T5JEQ/5aQ3j4ipbQEaReMosMz/ktOdsZMEtKv1PfbdRrKY/PaU0CxdspkX3zEink2keQU4nRzAXgui1A==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.3.1.tgz", + "integrity": "sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==", "dev": true, "dependencies": { "acorn": "^8.8.2", @@ -14967,9 +15121,9 @@ } }, "node_modules/unimport": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.6.tgz", - "integrity": "sha512-GYxGJ1Bri1oqx8VFDjdgooGzeK7jBk3bvhXmamTIpu3nONOcUMGwZbX7X0L5RA7OWMXpR4vzpSQP7pXUzJg1/Q==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.7.tgz", + "integrity": "sha512-2dVQUxJEGcrSZ0U4qtwJVODrlfyGcwmIOoHVqbAFFUx7kPoEN5JWr1cZFhLwoAwTmZOvqAm3YIkzv1engIQocg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.2", @@ -14977,9 +15131,9 @@ "fast-glob": "^3.2.12", "local-pkg": "^0.4.3", "magic-string": "^0.30.0", - "mlly": "^1.2.0", + "mlly": "^1.2.1", "pathe": "^1.1.0", - "pkg-types": "^1.0.2", + "pkg-types": "^1.0.3", "scule": "^1.0.0", "strip-literal": "^1.0.1", "unplugin": "^1.3.1" @@ -15433,26 +15587,27 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.14.7", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.14.7.tgz", - "integrity": "sha512-dNJaf0fYOWncmjxv9HiSa2xrSjipjff7IkYE5oIUJ2x5HKu3cXgA8LRgzOwTc5MhwyFYRSU0xyN0Phbx3NsQYw==", + "version": "0.16.1", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.1.tgz", + "integrity": "sha512-OdD+ck+jiCkeUQPwXCNttR62ZC2On4wasn+03Qyx0x1bLGv1IXgl59WexpWMbgKD7jZVjozWGcy3etRJJzwsvA==", "dev": true, "dependencies": { - "@rollup/plugin-replace": "^5.0.1", "debug": "^4.3.4", "fast-glob": "^3.2.12", "pretty-bytes": "^6.0.0", - "rollup": "^3.7.2", - "workbox-build": "^6.5.4", - "workbox-window": "^6.5.4" + "workbox-build": "^7.0.0", + "workbox-window": "^7.0.0" + }, + "engines": { + "node": ">=16.0.0" }, "funding": { "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { "vite": "^3.1.0 || ^4.0.0", - "workbox-build": "^6.5.4", - "workbox-window": "^6.5.4" + "workbox-build": "^7.0.0", + "workbox-window": "^7.0.0" } }, "node_modules/vitest": { @@ -15990,28 +16145,28 @@ } }, "node_modules/workbox-background-sync": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.4.tgz", - "integrity": "sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-7.0.0.tgz", + "integrity": "sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==", "dev": true, "dependencies": { "idb": "^7.0.1", - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-broadcast-update": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.4.tgz", - "integrity": "sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-7.0.0.tgz", + "integrity": "sha512-oUuh4jzZrLySOo0tC0WoKiSg90bVAcnE98uW7F8GFiSOXnhogfNDGZelPJa+6KpGBO5+Qelv04Hqx2UD+BJqNQ==", "dev": true, "dependencies": { - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-build": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.4.tgz", - "integrity": "sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-7.0.0.tgz", + "integrity": "sha512-CttE7WCYW9sZC+nUYhQg3WzzGPr4IHmrPnjKiu3AMXsiNQKx+l4hHl63WTrnicLmKEKHScWDH8xsGBdrYgtBzg==", "dev": true, "dependencies": { "@apideck/better-ajv-errors": "^0.3.1", @@ -16036,24 +16191,24 @@ "strip-comments": "^2.0.1", "tempy": "^0.6.0", "upath": "^1.2.0", - "workbox-background-sync": "6.5.4", - "workbox-broadcast-update": "6.5.4", - "workbox-cacheable-response": "6.5.4", - "workbox-core": "6.5.4", - "workbox-expiration": "6.5.4", - "workbox-google-analytics": "6.5.4", - "workbox-navigation-preload": "6.5.4", - "workbox-precaching": "6.5.4", - "workbox-range-requests": "6.5.4", - "workbox-recipes": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4", - "workbox-streams": "6.5.4", - "workbox-sw": "6.5.4", - "workbox-window": "6.5.4" - }, - "engines": { - "node": ">=10.0.0" + "workbox-background-sync": "7.0.0", + "workbox-broadcast-update": "7.0.0", + "workbox-cacheable-response": "7.0.0", + "workbox-core": "7.0.0", + "workbox-expiration": "7.0.0", + "workbox-google-analytics": "7.0.0", + "workbox-navigation-preload": "7.0.0", + "workbox-precaching": "7.0.0", + "workbox-range-requests": "7.0.0", + "workbox-recipes": "7.0.0", + "workbox-routing": "7.0.0", + "workbox-strategies": "7.0.0", + "workbox-streams": "7.0.0", + "workbox-sw": "7.0.0", + "workbox-window": "7.0.0" + }, + "engines": { + "node": ">=16.0.0" } }, "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { @@ -16338,127 +16493,127 @@ } }, "node_modules/workbox-cacheable-response": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz", - "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.0.0.tgz", + "integrity": "sha512-0lrtyGHn/LH8kKAJVOQfSu3/80WDc9Ma8ng0p2i/5HuUndGttH+mGMSvOskjOdFImLs2XZIimErp7tSOPmu/6g==", "dev": true, "dependencies": { - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-core": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz", - "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.0.0.tgz", + "integrity": "sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ==", "dev": true }, "node_modules/workbox-expiration": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.4.tgz", - "integrity": "sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-7.0.0.tgz", + "integrity": "sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==", "dev": true, "dependencies": { "idb": "^7.0.1", - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-google-analytics": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.4.tgz", - "integrity": "sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-7.0.0.tgz", + "integrity": "sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==", "dev": true, "dependencies": { - "workbox-background-sync": "6.5.4", - "workbox-core": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4" + "workbox-background-sync": "7.0.0", + "workbox-core": "7.0.0", + "workbox-routing": "7.0.0", + "workbox-strategies": "7.0.0" } }, "node_modules/workbox-navigation-preload": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.4.tgz", - "integrity": "sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-7.0.0.tgz", + "integrity": "sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==", "dev": true, "dependencies": { - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-precaching": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.4.tgz", - "integrity": "sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-7.0.0.tgz", + "integrity": "sha512-EC0vol623LJqTJo1mkhD9DZmMP604vHqni3EohhQVwhJlTgyKyOkMrZNy5/QHfOby+39xqC01gv4LjOm4HSfnA==", "dev": true, "dependencies": { - "workbox-core": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4" + "workbox-core": "7.0.0", + "workbox-routing": "7.0.0", + "workbox-strategies": "7.0.0" } }, "node_modules/workbox-range-requests": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.4.tgz", - "integrity": "sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-7.0.0.tgz", + "integrity": "sha512-SxAzoVl9j/zRU9OT5+IQs7pbJBOUOlriB8Gn9YMvi38BNZRbM+RvkujHMo8FOe9IWrqqwYgDFBfv6sk76I1yaQ==", "dev": true, "dependencies": { - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-recipes": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.4.tgz", - "integrity": "sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-7.0.0.tgz", + "integrity": "sha512-DntcK9wuG3rYQOONWC0PejxYYIDHyWWZB/ueTbOUDQgefaeIj1kJ7pdP3LZV2lfrj8XXXBWt+JDRSw1lLLOnww==", "dev": true, "dependencies": { - "workbox-cacheable-response": "6.5.4", - "workbox-core": "6.5.4", - "workbox-expiration": "6.5.4", - "workbox-precaching": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4" + "workbox-cacheable-response": "7.0.0", + "workbox-core": "7.0.0", + "workbox-expiration": "7.0.0", + "workbox-precaching": "7.0.0", + "workbox-routing": "7.0.0", + "workbox-strategies": "7.0.0" } }, "node_modules/workbox-routing": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.4.tgz", - "integrity": "sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-7.0.0.tgz", + "integrity": "sha512-8YxLr3xvqidnbVeGyRGkaV4YdlKkn5qZ1LfEePW3dq+ydE73hUUJJuLmGEykW3fMX8x8mNdL0XrWgotcuZjIvA==", "dev": true, "dependencies": { - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-strategies": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.4.tgz", - "integrity": "sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-7.0.0.tgz", + "integrity": "sha512-dg3qJU7tR/Gcd/XXOOo7x9QoCI9nk74JopaJaYAQ+ugLi57gPsXycVdBnYbayVj34m6Y8ppPwIuecrzkpBVwbA==", "dev": true, "dependencies": { - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/workbox-streams": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.4.tgz", - "integrity": "sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-7.0.0.tgz", + "integrity": "sha512-moVsh+5to//l6IERWceYKGiftc+prNnqOp2sgALJJFbnNVpTXzKISlTIsrWY+ogMqt+x1oMazIdHj25kBSq/HQ==", "dev": true, "dependencies": { - "workbox-core": "6.5.4", - "workbox-routing": "6.5.4" + "workbox-core": "7.0.0", + "workbox-routing": "7.0.0" } }, "node_modules/workbox-sw": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.4.tgz", - "integrity": "sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-7.0.0.tgz", + "integrity": "sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==", "dev": true }, "node_modules/workbox-window": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.4.tgz", - "integrity": "sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-7.0.0.tgz", + "integrity": "sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==", "dev": true, "dependencies": { "@types/trusted-types": "^2.0.2", - "workbox-core": "6.5.4" + "workbox-core": "7.0.0" } }, "node_modules/wrap-ansi": { diff --git a/package.json b/package.json index f4a8f2c2..6ced90eb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", "@types/node": "18.14.6", - "@vite-pwa/nuxt": "0.0.9", + "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", "eslint": "8.41.0", "markuplint": "3.10.0", From fd0864d12ef4d9e6056d26d98d8ebc336c67bcd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 02:25:44 +0900 Subject: [PATCH 09/31] Update dependency eslint to v8.42.0 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cfd77bc..04386b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", - "eslint": "8.41.0", + "eslint": "8.42.0", "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", @@ -2441,9 +2441,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.41.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.41.0.tgz", - "integrity": "sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==", + "version": "8.42.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz", + "integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2467,9 +2467,9 @@ } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", + "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -7448,16 +7448,16 @@ } }, "node_modules/eslint": { - "version": "8.41.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.41.0.tgz", - "integrity": "sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==", + "version": "8.42.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz", + "integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.41.0", - "@humanwhocodes/config-array": "^0.11.8", + "@eslint/js": "8.42.0", + "@humanwhocodes/config-array": "^0.11.10", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", diff --git a/package.json b/package.json index 6ced90eb..e7df4258 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", - "eslint": "8.41.0", + "eslint": "8.42.0", "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", From f31c447dfc212bfce437a11c65e6a62e5c846c3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 22:42:13 +0900 Subject: [PATCH 10/31] Update dependency @markuplint/vue-spec to v3.9.0 (#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 75 ++++++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 59 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04386b3b..201c4c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.5", "@markuplint/vue-parser": "3.7.0", - "@markuplint/vue-spec": "3.8.0", + "@markuplint/vue-spec": "3.9.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "26.0.0", "@nuxt/eslint-config": "0.1.1", @@ -2968,17 +2968,61 @@ } }, "node_modules/@markuplint/vue-spec": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-3.8.0.tgz", - "integrity": "sha512-QbNRPe8uConyR98IrH9+ZcqUJTM1mRwCfKHstYevNdWoU+jST8KySgO2novVjf5XtsxMLosUcfREdvtG5bSzBQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-3.9.0.tgz", + "integrity": "sha512-f+/ZcPAvmhzyODEMrdMrtcTmDbdRBSIRUv3B9TRLbuElCgDXEZMtc8mi11IG+de5OPGkCZp+HgVQ3sPAVN40mQ==", "dev": true, "dependencies": { - "@markuplint/ml-spec": "3.9.0" + "@markuplint/ml-spec": "3.10.0" }, "peerDependencies": { "@markuplint/ml-core": "3.x" } }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-ast": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.2.0.tgz", + "integrity": "sha512-qZJ0GTdGx1+2INEjfpSufu0143RgNqzfs9cA4TMdt9V18qdhSH1swWaMLiY0JJdnfJ4ui2uwxzg9Mhdtu0EINQ==", + "dev": true + }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-spec": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.10.0.tgz", + "integrity": "sha512-z4v8He7Cgr9UI9uTq8QRLHLspeoYINAA9+8ADyIu4IlhKrXqhHdbSHOD1SfwXqjVKhyr3Ulm8xqlQ+CyRw2r3Q==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.8.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.5.3", + "type-fest": "^3.11.1" + } + }, + "node_modules/@markuplint/vue-spec/node_modules/@markuplint/types": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.8.0.tgz", + "integrity": "sha512-jEPjwLQZx8LKGanL2MAiH3icKbZ/vesFg/0NupIbALc5jQA2yy3itEnQ9lNj3YzE5BlM/nAgP7IMbeQMuoeoOw==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.11.1", + "whatwg-mimetype": "^3.0.0" + } + }, + "node_modules/@markuplint/vue-spec/node_modules/dom-accessibility-api": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.1.tgz", + "integrity": "sha512-WbiG8jCZESbcSwxLmbUiv3WZurc6H4opBIbBkBe/I3OSZvWCXXj+wxPueWodM/p4gegM1CqEr0iFY5DqyrncxA==", + "dev": true + }, "node_modules/@mdi/font": { "version": "7.2.96", "resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.2.96.tgz", @@ -3888,9 +3932,9 @@ "dev": true }, "node_modules/@types/debug": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", - "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz", + "integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==", "dev": true, "dependencies": { "@types/ms": "*" @@ -14907,9 +14951,9 @@ } }, "node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", + "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", "dev": true }, "node_modules/tsutils": { @@ -14961,18 +15005,15 @@ } }, "node_modules/type-fest": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz", - "integrity": "sha512-hmAPf1datm+gt3c2mvu0sJyhFy6lTkIGf0GzyaZWxRLnabQfPUqg6tF95RPg6sLxKI7nFLGdFxBcf2/7+GXI+A==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.12.0.tgz", + "integrity": "sha512-qj9wWsnFvVEMUDbESiilKeXeHL7FwwiFcogfhfyjmvT968RXSvnl23f1JOClTHYItsi7o501C/7qVllscUP3oA==", "dev": true, "engines": { "node": ">=14.16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "peerDependencies": { - "typescript": ">=4.7.0" } }, "node_modules/typed-array-length": { diff --git a/package.json b/package.json index e7df4258..040bffa8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.5", "@markuplint/vue-parser": "3.7.0", - "@markuplint/vue-spec": "3.8.0", + "@markuplint/vue-spec": "3.9.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "26.0.0", "@nuxt/eslint-config": "0.1.1", From 9b6822d0a1aead58e93cbafb8f6d7ca20d2a6ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 23:18:14 +0900 Subject: [PATCH 11/31] Update dependency @markuplint/vue-parser to v3.8.0 (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 81 ++++++++++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 67 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 201c4c49..7fa71107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "devDependencies": { "@element-plus/nuxt": "1.0.5", - "@markuplint/vue-parser": "3.7.0", + "@markuplint/vue-parser": "3.8.0", "@markuplint/vue-spec": "3.9.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "26.0.0", @@ -2955,16 +2955,67 @@ } }, "node_modules/@markuplint/vue-parser": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-3.7.0.tgz", - "integrity": "sha512-Lxp4i8ChxvjAe2Cug0PAE0y8+S758EpKFa2ET3YijTIPu1UuQrqOtGfQ9Ep2RV4w8Al133ooNpeywJ0SWBPL+A==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-3.8.0.tgz", + "integrity": "sha512-L17WBNjnTBoLZBOK0wFf0RtvEkwSVs9YBZbbnnhR34Lux/pmKGefYmpOfImjvFhmFeGwxwr+vuxSgIkVMq4KyA==", "dev": true, "dependencies": { - "@markuplint/html-parser": "3.8.0", - "@markuplint/ml-ast": "3.1.0", - "@markuplint/parser-utils": "3.8.0", - "tslib": "^2.5.0", - "vue-eslint-parser": "^9.2.0" + "@markuplint/html-parser": "3.9.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.9.0", + "tslib": "^2.5.3", + "vue-eslint-parser": "^9.3.1" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/html-parser": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.9.0.tgz", + "integrity": "sha512-JhZjoAJewn/56rPCHp9dJu3PW3f34MRHMWNSIennYyDkfpppOB1+IdEDwJMDR+4w6xlJO9joJxorfOQL8q4p6g==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.9.0", + "parse5": "7.1.2", + "tslib": "^2.5.3", + "type-fest": "^3.11.1" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/ml-ast": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.2.0.tgz", + "integrity": "sha512-qZJ0GTdGx1+2INEjfpSufu0143RgNqzfs9cA4TMdt9V18qdhSH1swWaMLiY0JJdnfJ4ui2uwxzg9Mhdtu0EINQ==", + "dev": true + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/parser-utils": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.9.0.tgz", + "integrity": "sha512-fE1DeiUfX8butQjaIJozhXLsiYdOxy15Anxpwb/BiY6fw+p8CbM+Z+QWDFpF+4PO7728kFpFac2MdxyQVAPitg==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.8.0", + "@types/uuid": "^9.0.2", + "tslib": "^2.5.3", + "type-fest": "^3.11.1", + "uuid": "^9.0.0" + } + }, + "node_modules/@markuplint/vue-parser/node_modules/@markuplint/types": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.8.0.tgz", + "integrity": "sha512-jEPjwLQZx8LKGanL2MAiH3icKbZ/vesFg/0NupIbALc5jQA2yy3itEnQ9lNj3YzE5BlM/nAgP7IMbeQMuoeoOw==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.11.1", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/vue-spec": { @@ -4090,9 +4141,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", + "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", "dev": true }, "node_modules/@types/web-bluetooth": { @@ -15869,9 +15920,9 @@ "dev": true }, "node_modules/vue-eslint-parser": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.2.0.tgz", - "integrity": "sha512-aFXipsUbKU4TzgP9OU6cXIm2Nnp9ryKJc2mzY0s2xzwfjHg6WDT33LUAQRGR9K0NFncBgUEZ2njdrS3Lj/sOLw==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.3.1.tgz", + "integrity": "sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index 040bffa8..3fa09c3a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@element-plus/nuxt": "1.0.5", - "@markuplint/vue-parser": "3.7.0", + "@markuplint/vue-parser": "3.8.0", "@markuplint/vue-spec": "3.9.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "26.0.0", From 48260f05ce3f47123326f0aa72eda9b8dbf826af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:21:06 +0000 Subject: [PATCH 12/31] Update dependency eslint to v8.43.0 (#145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fa71107..2a2dd6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", - "eslint": "8.42.0", + "eslint": "8.43.0", "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", @@ -2441,9 +2441,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.42.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz", - "integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==", + "version": "8.43.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz", + "integrity": "sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -7543,15 +7543,15 @@ } }, "node_modules/eslint": { - "version": "8.42.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz", - "integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==", + "version": "8.43.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz", + "integrity": "sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.42.0", + "@eslint/js": "8.43.0", "@humanwhocodes/config-array": "^0.11.10", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", diff --git a/package.json b/package.json index 3fa09c3a..ed886cb2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", - "eslint": "8.42.0", + "eslint": "8.43.0", "markuplint": "3.10.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", From d6b063d5f990926c1ec4b6b12657a90a7e186880 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:16:33 +0900 Subject: [PATCH 13/31] Update dependency markuplint to v3.11.0 (#146) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 606 ++++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 319 insertions(+), 289 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a2dd6d0..16c3766a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", "eslint": "8.43.0", - "markuplint": "3.10.0", + "markuplint": "3.11.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", "nuxt-icon": "0.4.1", @@ -2526,6 +2526,50 @@ "integrity": "sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==", "dev": true }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/@jest/schemas": { "version": "29.4.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", @@ -2640,23 +2684,23 @@ } }, "node_modules/@markuplint/config-presets": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@markuplint/config-presets/-/config-presets-3.6.1.tgz", - "integrity": "sha512-MGC4i8jZVGMZal01KbFENcJvKP5XlcqBcOF0BAe3D8CKt7zrz41Cv0hdqXklCuCaRZxYHshXGea8+aYteWdT3A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@markuplint/config-presets/-/config-presets-3.7.0.tgz", + "integrity": "sha512-Ldr2JhRg/MaO6iDjvZSWeHSWlKmVdxVQh34bkzynoezydQrYn9WaQPzOjgQiakr7WzdrlsnQczO6rHScF0v1KQ==", "dev": true }, "node_modules/@markuplint/create-rule-helper": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/create-rule-helper/-/create-rule-helper-3.10.0.tgz", - "integrity": "sha512-NhPty7/RaJaiCDNfA4xhz55QZ9O5eIgShvy+NZPtHu6biuNlQZivWYjxoeYOR7mqukE3xCLa+jFWLG2NuwiMKw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/create-rule-helper/-/create-rule-helper-3.11.0.tgz", + "integrity": "sha512-7JJ9SUDkiZ/ECWEGLRllZWtvxqPa8Z+o58PloJ8SQpcyCr6WFe3Zsz1BWHkL3G8NFzaQ1vGaBR0yrBSnqCWoSg==", "dev": true, "dependencies": { - "@markuplint/ml-core": "3.10.0", - "glob": "^10.2.2", + "@markuplint/ml-core": "3.11.0", + "glob": "^10.2.7", "prettier": "^2.8.8", "ts-node": "^10.9.1", - "tslib": "^2.5.0", - "typescript": "^5.0.4" + "tslib": "^2.5.3", + "typescript": "^5.1.3" } }, "node_modules/@markuplint/create-rule-helper/node_modules/brace-expansion": { @@ -2669,15 +2713,15 @@ } }, "node_modules/@markuplint/create-rule-helper/node_modules/glob": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz", - "integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==", + "version": "10.2.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", + "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", - "minimatch": "^9.0.0", - "minipass": "^5.0.0", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2", "path-scurry": "^1.7.0" }, "bin": { @@ -2691,9 +2735,9 @@ } }, "node_modules/@markuplint/create-rule-helper/node_modules/minimatch": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", - "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -2706,32 +2750,34 @@ } }, "node_modules/@markuplint/create-rule-helper/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", "dev": true, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, "node_modules/@markuplint/file-resolver": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/file-resolver/-/file-resolver-3.10.0.tgz", - "integrity": "sha512-c6AXWcVQWwZzGffOn+uwtTEtSmTJtJq+xqnnxOA2+FUIZNcGYQ9xnBJeJK1Neoc4PGEFMRIIbGvICrHcnraZFA==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/file-resolver/-/file-resolver-3.11.0.tgz", + "integrity": "sha512-DVBxHTgKX4hGOCEhBV2HttdNob+MfOcjXEG4qoFhSNo2+ogBIVFqWznT/f2fPNNLW95umSQuO9/5tTr+r/G2RQ==", "dev": true, "dependencies": { - "@markuplint/html-parser": "3.8.0", - "@markuplint/ml-ast": "3.1.0", - "@markuplint/ml-config": "3.9.0", - "@markuplint/ml-core": "3.10.0", - "@markuplint/ml-spec": "3.9.0", - "@markuplint/shared": "3.6.0", - "cosmiconfig": "^8.1.3", + "@markuplint/html-parser": "3.9.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/ml-config": "3.10.0", + "@markuplint/ml-core": "3.11.0", + "@markuplint/ml-spec": "3.10.0", + "@markuplint/parser-utils": "3.9.0", + "@markuplint/selector": "3.10.0", + "@markuplint/shared": "3.7.0", + "cosmiconfig": "^8.2.0", "cosmiconfig-typescript-loader": "^4.3.0", - "glob": "^10.2.2", + "glob": "^10.2.7", "jsonc": "^2.0.0", - "minimatch": "^9.0.0", - "tslib": "^2.5.0" + "minimatch": "^9.0.1", + "tslib": "^2.5.3" } }, "node_modules/@markuplint/file-resolver/node_modules/brace-expansion": { @@ -2744,15 +2790,15 @@ } }, "node_modules/@markuplint/file-resolver/node_modules/glob": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.2.tgz", - "integrity": "sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==", + "version": "10.2.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", + "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", - "minimatch": "^9.0.0", - "minipass": "^5.0.0", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2", "path-scurry": "^1.7.0" }, "bin": { @@ -2766,9 +2812,9 @@ } }, "node_modules/@markuplint/file-resolver/node_modules/minimatch": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", - "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -2781,176 +2827,173 @@ } }, "node_modules/@markuplint/file-resolver/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", "dev": true, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, "node_modules/@markuplint/html-parser": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.8.0.tgz", - "integrity": "sha512-/K1o5n90NC9gbKbDUFxQGXZfDclHRb1Zrtixhplf2+nc2Fg+eLcrz+t3kf69n1izdbqXNya5y1IJQnhK16IOww==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.9.0.tgz", + "integrity": "sha512-JhZjoAJewn/56rPCHp9dJu3PW3f34MRHMWNSIennYyDkfpppOB1+IdEDwJMDR+4w6xlJO9joJxorfOQL8q4p6g==", "dev": true, "dependencies": { - "@markuplint/ml-ast": "3.1.0", - "@markuplint/parser-utils": "3.8.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.9.0", "parse5": "7.1.2", - "tslib": "^2.5.0", - "type-fest": "^3.10.0" + "tslib": "^2.5.3", + "type-fest": "^3.11.1" } }, "node_modules/@markuplint/html-spec": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-spec/-/html-spec-3.9.0.tgz", - "integrity": "sha512-d6NgGdeaW2Db6MmhF+bVH7bNA/mF9L6CbW2uJEwjIipIB+uC1YMLq+JBPuAPmM3yj3gqFw2d0tqjhhJr2u16Nw==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-spec/-/html-spec-3.10.0.tgz", + "integrity": "sha512-rulh1NZebKBHEHZ/c+rHkdQ51dWmlnDTd2UKl/Ccow34Rr/ZQNgiOjM+iV9MyESkdtYXtSNBEVgmPWCqhVhNrw==", "dev": true, "dependencies": { - "@markuplint/ml-spec": "3.9.0" + "@markuplint/ml-spec": "3.10.0" } }, "node_modules/@markuplint/i18n": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/i18n/-/i18n-3.8.0.tgz", - "integrity": "sha512-xcWHRKviM52T8gli0wqojTaKZpWFYTOmi3BSN/p4Uk8eh9bIKV3o2qgJUYMEABWyxYewZv7ZpaptMt7WmxiDwA==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/i18n/-/i18n-3.9.0.tgz", + "integrity": "sha512-M1eYAOpvRBOnBt05+2+YKOkXbbpn/Z6ABV/Ecwv0NxbKHZuzRZyZkuWVsYg2MOGFwB0TXWkyE3AFGh4r74ZOLA==", "dev": true }, "node_modules/@markuplint/ml-ast": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.1.0.tgz", - "integrity": "sha512-RDk7V16ObmqtAY8jTS1vgFTly1BNVW/tAlYZcah7Y0OJF9itE42nufYmwKdTNKRS9pq09vMHS39icXBYxpXPZw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.2.0.tgz", + "integrity": "sha512-qZJ0GTdGx1+2INEjfpSufu0143RgNqzfs9cA4TMdt9V18qdhSH1swWaMLiY0JJdnfJ4ui2uwxzg9Mhdtu0EINQ==", "dev": true }, "node_modules/@markuplint/ml-config": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-config/-/ml-config-3.9.0.tgz", - "integrity": "sha512-Q7Yd7t+J8TJlQGL8GGN+5l8QcMsRAAueu9AsSvsqS3mqtUGLPISpUjBfBufXKPgmfUATSQdVrzaPbJqdpWJRqQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-config/-/ml-config-3.10.0.tgz", + "integrity": "sha512-8Nqb5Y7Sdvoj1Sh2yKwRuYzXi6bpz8c06uJc6JR1SiqkhN5vxat0F7+zs4kIeBWcFBIBcfmwajOfsXbxNuUWmA==", "dev": true, "dependencies": { - "@markuplint/ml-ast": "3.1.0", - "@markuplint/selector": "3.9.0", - "@markuplint/shared": "3.6.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/selector": "3.10.0", + "@markuplint/shared": "3.7.0", "@types/mustache": "^4.2.2", "deepmerge": "^4.3.1", "is-plain-object": "^5.0.0", "mustache": "^4.2.0", - "type-fest": "^3.10.0" + "type-fest": "^3.11.1" } }, "node_modules/@markuplint/ml-core": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-core/-/ml-core-3.10.0.tgz", - "integrity": "sha512-a+/vQrScsQr+dXku5WxgkE1NL5WX3f2oCzxIeLz/zjM+LApWaha0zRBvtQbBuRhzU45x/u4XjjiAnmw6hK/AiQ==", - "dev": true, - "dependencies": { - "@markuplint/config-presets": "3.6.1", - "@markuplint/html-parser": "3.8.0", - "@markuplint/html-spec": "3.9.0", - "@markuplint/i18n": "3.8.0", - "@markuplint/ml-ast": "3.1.0", - "@markuplint/ml-config": "3.9.0", - "@markuplint/ml-spec": "3.9.0", - "@markuplint/parser-utils": "3.8.0", - "@markuplint/selector": "3.9.0", - "@types/debug": "^4.1.7", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-core/-/ml-core-3.11.0.tgz", + "integrity": "sha512-Rt6dHH+JuckRQPS6UB10TK/6jb33IQQ2qzeoqOOyIPHbhZQRPxSEbjLaG/5flJRsGETnFAAr/vpnqv+GwVNXmA==", + "dev": true, + "dependencies": { + "@markuplint/config-presets": "3.7.0", + "@markuplint/html-parser": "3.9.0", + "@markuplint/html-spec": "3.10.0", + "@markuplint/i18n": "3.9.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/ml-config": "3.10.0", + "@markuplint/ml-spec": "3.10.0", + "@markuplint/parser-utils": "3.9.0", + "@markuplint/selector": "3.10.0", + "@types/debug": "^4.1.8", "debug": "^4.3.4", "is-plain-object": "^5.0.0", - "tslib": "^2.5.0", - "type-fest": "^3.10.0" + "tslib": "^2.5.3", + "type-fest": "^3.11.1" } }, "node_modules/@markuplint/ml-spec": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.9.0.tgz", - "integrity": "sha512-Mf8o81JAc9iL/w0Zw7CUW7pwbqLQN0buRtA5jEOqdCR5pDW8fIluHoT9hxlZFq+SoS2XDG2xBl7YYnDWDdGDAA==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.10.0.tgz", + "integrity": "sha512-z4v8He7Cgr9UI9uTq8QRLHLspeoYINAA9+8ADyIu4IlhKrXqhHdbSHOD1SfwXqjVKhyr3Ulm8xqlQ+CyRw2r3Q==", "dev": true, "dependencies": { - "@markuplint/ml-ast": "3.1.0", - "@markuplint/types": "3.7.0", - "dom-accessibility-api": "^0.5.16", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.8.0", + "dom-accessibility-api": "^0.6.1", "is-plain-object": "^5.0.0", - "tslib": "^2.5.0", - "type-fest": "^3.10.0" + "tslib": "^2.5.3", + "type-fest": "^3.11.1" } }, "node_modules/@markuplint/parser-utils": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.8.0.tgz", - "integrity": "sha512-rNihSvUHKlpb3w9fLsPjhuKsEtEYx0B6jCtUNoT4vqZVjJh5CWzLreFNhoCaRvkN81g76tRHU6ST3HlEeRJevg==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.9.0.tgz", + "integrity": "sha512-fE1DeiUfX8butQjaIJozhXLsiYdOxy15Anxpwb/BiY6fw+p8CbM+Z+QWDFpF+4PO7728kFpFac2MdxyQVAPitg==", "dev": true, "dependencies": { - "@markuplint/ml-ast": "3.1.0", - "@markuplint/types": "3.7.0", - "@types/uuid": "^9.0.1", - "tslib": "^2.5.0", - "type-fest": "^3.10.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.8.0", + "@types/uuid": "^9.0.2", + "tslib": "^2.5.3", + "type-fest": "^3.11.1", "uuid": "^9.0.0" - }, - "peerDependencies": { - "@markuplint/ml-core": "3.x" } }, "node_modules/@markuplint/rules": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/rules/-/rules-3.10.0.tgz", - "integrity": "sha512-kGIe3B4lGQ2Gyrp4fVi1av15WyxUyQgGRoPlYuz7JO8C+7v2ApvfnsY3D+Y+VaZNC5JUG6zbSRsx12V9f0ANaw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/rules/-/rules-3.11.0.tgz", + "integrity": "sha512-1q7bbCAwfq28wenK1VlxsrBq9MgHzSvbKfSydP+2upHmthKNc8CPtkYPFnga5F8r4Tl7Li6fTNb78bMot9cWgw==", "dev": true, "dependencies": { - "@markuplint/html-spec": "3.9.0", - "@markuplint/ml-core": "3.10.0", - "@markuplint/ml-spec": "3.9.0", - "@markuplint/selector": "3.9.0", - "@markuplint/shared": "3.6.0", - "@markuplint/types": "3.7.0", - "@types/debug": "^4.1.7", + "@markuplint/html-spec": "3.10.0", + "@markuplint/ml-core": "3.11.0", + "@markuplint/ml-spec": "3.10.0", + "@markuplint/selector": "3.10.0", + "@markuplint/shared": "3.7.0", + "@markuplint/types": "3.8.0", + "@types/debug": "^4.1.8", "@ungap/structured-clone": "^1.2.0", "ansi-colors": "^4.1.3", "chrono-node": "^2.6.3", "debug": "^4.3.4", - "tslib": "^2.5.0", - "type-fest": "^3.10.0" + "tslib": "^2.5.3", + "type-fest": "^3.11.1" } }, "node_modules/@markuplint/selector": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/selector/-/selector-3.9.0.tgz", - "integrity": "sha512-Zy/rHWfGwaDQNRbLkqKcNhLyAMzHo6i6/Of4kBgnXtFh9juytrBvPvqrafJ146eZ7L/XIFXTs8cXmCbqxoO9Kw==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/selector/-/selector-3.10.0.tgz", + "integrity": "sha512-bAk0zn24Lktfak2da16rbZUT00JoN1SV7z78y2B3m6Zwkh6iIF9EOVQAJQcJvoxwPbFMLRBKYiA1M38arUKiTA==", "dev": true, "dependencies": { - "@markuplint/ml-spec": "3.9.0", - "@types/debug": "^4.1.7", + "@markuplint/ml-spec": "3.10.0", + "@types/debug": "^4.1.8", "debug": "^4.3.4", - "postcss-selector-parser": "^6.0.12", - "tslib": "^2.5.0", - "type-fest": "^3.10.0" + "postcss-selector-parser": "^6.0.13", + "tslib": "^2.5.3", + "type-fest": "^3.11.1" } }, "node_modules/@markuplint/shared": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-3.6.0.tgz", - "integrity": "sha512-wj1bdO7SxCzCU5I+FRWnZIBOUDyAjedrVsHYhsESOkLxB8dm54sHbxxepr8k9k15XUj1qbLEV+qfYps8KQaH9g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-3.7.0.tgz", + "integrity": "sha512-yby+UarITY4NkcxyG/HyFfF5chy39O9qfuTHaSk7OPHAXwELUamHVm5/wpv9dfrMWtt2EBUwAXgEgrydkHc3Cw==", "dev": true, "dependencies": { - "html-entities": "^2.3.3" + "html-entities": "^2.3.6" } }, "node_modules/@markuplint/types": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.7.0.tgz", - "integrity": "sha512-8FqtoaJaY7zOZOpGY4/68BDYwF2v/Oo4JwzeU0BQXx9VJHoqvk+Oafwjc0YGlFcXHdegQ0K3kMZ3hbGAP23RrQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.8.0.tgz", + "integrity": "sha512-jEPjwLQZx8LKGanL2MAiH3icKbZ/vesFg/0NupIbALc5jQA2yy3itEnQ9lNj3YzE5BlM/nAgP7IMbeQMuoeoOw==", "dev": true, "dependencies": { "@types/bcp-47": "1", "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/whatwg-mimetype": "3.0.0", "bcp-47": "1", "css-tree": "^2.3.1", "debug": "^4.3.4", "leven": "3", - "type-fest": "^3.10.0", + "type-fest": "^3.11.1", "whatwg-mimetype": "^3.0.0" } }, @@ -2967,57 +3010,6 @@ "vue-eslint-parser": "^9.3.1" } }, - "node_modules/@markuplint/vue-parser/node_modules/@markuplint/html-parser": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.9.0.tgz", - "integrity": "sha512-JhZjoAJewn/56rPCHp9dJu3PW3f34MRHMWNSIennYyDkfpppOB1+IdEDwJMDR+4w6xlJO9joJxorfOQL8q4p6g==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.9.0", - "parse5": "7.1.2", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" - } - }, - "node_modules/@markuplint/vue-parser/node_modules/@markuplint/ml-ast": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.2.0.tgz", - "integrity": "sha512-qZJ0GTdGx1+2INEjfpSufu0143RgNqzfs9cA4TMdt9V18qdhSH1swWaMLiY0JJdnfJ4ui2uwxzg9Mhdtu0EINQ==", - "dev": true - }, - "node_modules/@markuplint/vue-parser/node_modules/@markuplint/parser-utils": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.9.0.tgz", - "integrity": "sha512-fE1DeiUfX8butQjaIJozhXLsiYdOxy15Anxpwb/BiY6fw+p8CbM+Z+QWDFpF+4PO7728kFpFac2MdxyQVAPitg==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.8.0", - "@types/uuid": "^9.0.2", - "tslib": "^2.5.3", - "type-fest": "^3.11.1", - "uuid": "^9.0.0" - } - }, - "node_modules/@markuplint/vue-parser/node_modules/@markuplint/types": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.8.0.tgz", - "integrity": "sha512-jEPjwLQZx8LKGanL2MAiH3icKbZ/vesFg/0NupIbALc5jQA2yy3itEnQ9lNj3YzE5BlM/nAgP7IMbeQMuoeoOw==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.11.1", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/vue-spec": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-3.9.0.tgz", @@ -3030,50 +3022,6 @@ "@markuplint/ml-core": "3.x" } }, - "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-ast": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-ast/-/ml-ast-3.2.0.tgz", - "integrity": "sha512-qZJ0GTdGx1+2INEjfpSufu0143RgNqzfs9cA4TMdt9V18qdhSH1swWaMLiY0JJdnfJ4ui2uwxzg9Mhdtu0EINQ==", - "dev": true - }, - "node_modules/@markuplint/vue-spec/node_modules/@markuplint/ml-spec": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.10.0.tgz", - "integrity": "sha512-z4v8He7Cgr9UI9uTq8QRLHLspeoYINAA9+8ADyIu4IlhKrXqhHdbSHOD1SfwXqjVKhyr3Ulm8xqlQ+CyRw2r3Q==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.8.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" - } - }, - "node_modules/@markuplint/vue-spec/node_modules/@markuplint/types": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.8.0.tgz", - "integrity": "sha512-jEPjwLQZx8LKGanL2MAiH3icKbZ/vesFg/0NupIbALc5jQA2yy3itEnQ9lNj3YzE5BlM/nAgP7IMbeQMuoeoOw==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.11.1", - "whatwg-mimetype": "^3.0.0" - } - }, - "node_modules/@markuplint/vue-spec/node_modules/dom-accessibility-api": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.1.tgz", - "integrity": "sha512-WbiG8jCZESbcSwxLmbUiv3WZurc6H4opBIbBkBe/I3OSZvWCXXj+wxPueWodM/p4gegM1CqEr0iFY5DqyrncxA==", - "dev": true - }, "node_modules/@mdi/font": { "version": "7.2.96", "resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.2.96.tgz", @@ -6542,9 +6490,9 @@ "dev": true }, "node_modules/cosmiconfig": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz", - "integrity": "sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", + "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", "dev": true, "dependencies": { "import-fresh": "^3.2.1", @@ -7090,9 +7038,9 @@ } }, "node_modules/dom-accessibility-api": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", - "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.1.tgz", + "integrity": "sha512-WbiG8jCZESbcSwxLmbUiv3WZurc6H4opBIbBkBe/I3OSZvWCXXj+wxPueWodM/p4gegM1CqEr0iFY5DqyrncxA==", "dev": true }, "node_modules/dom-serializer": { @@ -8606,9 +8554,9 @@ } }, "node_modules/foreground-child/node_modules/signal-exit": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1.tgz", - "integrity": "sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", + "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", "dev": true, "engines": { "node": ">=14" @@ -9337,10 +9285,20 @@ } }, "node_modules/html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", - "dev": true + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.6.tgz", + "integrity": "sha512-9o0+dcpIw2/HxkNuYKxSJUF/MMRZQECK4GnF+oQOmJ83yCVHTWgCH5aOXxK5bozNRmM8wtgryjHD3uloPBDEGw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] }, "node_modules/html-tags": { "version": "3.3.1", @@ -10157,12 +10115,12 @@ "dev": true }, "node_modules/jackspeak": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.1.1.tgz", - "integrity": "sha512-juf9stUEwUaILepraGOWIJTLwg48bUnBmRqd2ln2Os1sW987zeoj/hzhbvRB95oMuS2ZTpjULmdwHNX4rzZIZw==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz", + "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==", "dev": true, "dependencies": { - "cliui": "^8.0.1" + "@isaacs/cliui": "^8.0.2" }, "engines": { "node": ">=14" @@ -10828,27 +10786,27 @@ } }, "node_modules/markuplint": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/markuplint/-/markuplint-3.10.0.tgz", - "integrity": "sha512-W4zuPJ62rxMbIAW3xTcgO0D6FPflpVEKwst/mfzAVYT7ddIS99ks41z4TnQzCZH3d752XAxxclDXIqE7X2clcA==", - "dev": true, - "dependencies": { - "@markuplint/create-rule-helper": "3.10.0", - "@markuplint/file-resolver": "3.10.0", - "@markuplint/html-parser": "3.8.0", - "@markuplint/html-spec": "3.9.0", - "@markuplint/i18n": "3.8.0", - "@markuplint/ml-ast": "3.1.0", - "@markuplint/ml-config": "3.9.0", - "@markuplint/ml-core": "3.10.0", - "@markuplint/ml-spec": "3.9.0", - "@markuplint/rules": "3.10.0", - "@markuplint/shared": "3.6.0", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/markuplint/-/markuplint-3.11.0.tgz", + "integrity": "sha512-GcHbyG3AGRzCUADZd4kO4LrcymaawkNe2Kzrwc687DoebWpDYX2LQR2GEOKT4fHZeQ9V/0QhxZBY7mKYW1J9gA==", + "dev": true, + "dependencies": { + "@markuplint/create-rule-helper": "3.11.0", + "@markuplint/file-resolver": "3.11.0", + "@markuplint/html-parser": "3.9.0", + "@markuplint/html-spec": "3.10.0", + "@markuplint/i18n": "3.9.0", + "@markuplint/ml-ast": "3.2.0", + "@markuplint/ml-config": "3.10.0", + "@markuplint/ml-core": "3.11.0", + "@markuplint/ml-spec": "3.10.0", + "@markuplint/rules": "3.11.0", + "@markuplint/shared": "3.7.0", "@types/cli-color": "^2.0.2", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/has-yarn": "^1.0.1", "@types/meow": "^6.0.0", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.2", "chokidar": "^3.5.3", "cli-color": "^2.0.3", "debug": "^4.3.4", @@ -10863,8 +10821,8 @@ "os-locale": "5", "strict-event-emitter": "^0.5.0", "strip-ansi": "6", - "tslib": "^2.5.0", - "type-fest": "^3.10.0", + "tslib": "^2.5.3", + "type-fest": "^3.11.1", "uuid": "^9.0.0" }, "bin": { @@ -12331,13 +12289,13 @@ "dev": true }, "node_modules/path-scurry": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.7.0.tgz", - "integrity": "sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz", + "integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==", "dev": true, "dependencies": { - "lru-cache": "^9.0.0", - "minipass": "^5.0.0" + "lru-cache": "^9.1.1", + "minipass": "^5.0.0 || ^6.0.2" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -12347,21 +12305,21 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.1.tgz", - "integrity": "sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz", + "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==", "dev": true, "engines": { "node": "14 || >=16.14" } }, "node_modules/path-scurry/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", "dev": true, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" } }, "node_modules/path-type": { @@ -12940,9 +12898,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.0.12", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.12.tgz", - "integrity": "sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==", + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", "dev": true, "dependencies": { "cssesc": "^3.0.0", @@ -14293,6 +14251,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, "node_modules/string-width/node_modules/ansi-regex": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", @@ -14410,6 +14389,19 @@ "node": ">=8" } }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strip-bom": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", @@ -15082,16 +15074,16 @@ } }, "node_modules/typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/ufo": { @@ -16725,6 +16717,44 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/wrap-ansi/node_modules/ansi-regex": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", diff --git a/package.json b/package.json index ed886cb2..058b2beb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@vite-pwa/nuxt": "0.0.10", "date-fns": "2.30.0", "eslint": "8.43.0", - "markuplint": "3.10.0", + "markuplint": "3.11.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", "nuxt-icon": "0.4.1", From 21693cec72c019285529d528612a021b041d6647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:21:12 +0900 Subject: [PATCH 14/31] Update dependency @nuxt/test-utils to v3.5.3 (#126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 252 ++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 145 insertions(+), 109 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16c3766a..1043d1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "26.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.4.3", + "@nuxt/test-utils": "3.5.3", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", @@ -3290,29 +3290,29 @@ } }, "node_modules/@nuxt/test-utils": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.4.3.tgz", - "integrity": "sha512-qy9nxPvcRTqgiosP4X8XBs7OU0qCxRTJ4k+I7NVQwz/761pOwVPNh2oKXroSiPQkWRt4Y/bysi3Gxx7K/+DsBA==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.5.3.tgz", + "integrity": "sha512-ujkOrn3Qvd+6TREsg4h6Vm1YbPgwl70qh9s6jQiEIGhaH9wqXUUgbHEdWelUMeRO+jbV1X4rtd7Sdww/rfR5lA==", "dev": true, "dependencies": { - "@nuxt/kit": "3.4.3", - "@nuxt/schema": "3.4.3", + "@nuxt/kit": "3.5.3", + "@nuxt/schema": "3.5.3", "consola": "^3.1.0", "defu": "^6.1.2", "execa": "^7.1.1", "get-port-please": "^3.0.1", "ofetch": "^1.0.1", - "pathe": "^1.1.0", - "ufo": "^1.1.1" + "pathe": "^1.1.1", + "ufo": "^1.1.2" }, "engines": { "node": "^14.18.0 || >=16.10.0" }, "peerDependencies": { "@jest/globals": "^29.5.0", - "playwright": "^1.33.0", - "vitest": "^0.30.1", - "vue": "^3.2.47" + "playwright": "^1.34.3", + "vitest": "^0.30.0 || ^0.31.0", + "vue": "^3.3.4" }, "peerDependenciesMeta": { "@jest/globals": { @@ -3326,6 +3326,54 @@ } } }, + "node_modules/@nuxt/test-utils/node_modules/@nuxt/kit": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.3.tgz", + "integrity": "sha512-QzoOGqa1zjKQfg7Y50TrrFAL9DhtIpYYs10gihcM1ISPrn9ROht+VEjqsaMvT+L8JuQbNf8wDYl8qzsdWGU29Q==", + "dev": true, + "dependencies": { + "@nuxt/schema": "3.5.3", + "c12": "^1.4.1", + "consola": "^3.1.0", + "defu": "^6.1.2", + "globby": "^13.1.4", + "hash-sum": "^2.0.0", + "ignore": "^5.2.4", + "jiti": "^1.18.2", + "knitwork": "^1.0.0", + "mlly": "^1.3.0", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "scule": "^1.0.0", + "semver": "^7.5.1", + "unctx": "^2.3.1", + "unimport": "^3.0.7", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/@nuxt/test-utils/node_modules/@nuxt/schema": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.3.tgz", + "integrity": "sha512-Tnon4mYfJZmsCtx4NZ9A+qjwo4DcZ6tERpEhYBY81PX7AiJ+hFPBFR1qR32Tff66/qJjZg5UXj6H9AdzwEYr2w==", + "dev": true, + "dependencies": { + "defu": "^6.1.2", + "hookable": "^5.5.3", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "postcss-import-resolver": "^2.0.0", + "std-env": "^3.3.3", + "ufo": "^1.1.2", + "unimport": "^3.0.7", + "untyped": "^1.3.2" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, "node_modules/@nuxt/ui-templates": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@nuxt/ui-templates/-/ui-templates-1.1.1.tgz", @@ -4713,15 +4761,15 @@ } }, "node_modules/@vue/compiler-core": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.47.tgz", - "integrity": "sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.4.tgz", + "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", "dev": true, "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/shared": "3.2.47", + "@babel/parser": "^7.21.3", + "@vue/shared": "3.3.4", "estree-walker": "^2.0.2", - "source-map": "^0.6.1" + "source-map-js": "^1.0.2" } }, "node_modules/@vue/compiler-core/node_modules/estree-walker": { @@ -4730,41 +4778,32 @@ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "dev": true }, - "node_modules/@vue/compiler-core/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/@vue/compiler-dom": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.47.tgz", - "integrity": "sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz", + "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", "dev": true, "dependencies": { - "@vue/compiler-core": "3.2.47", - "@vue/shared": "3.2.47" + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.47.tgz", - "integrity": "sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz", + "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", "dev": true, "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.47", - "@vue/compiler-dom": "3.2.47", - "@vue/compiler-ssr": "3.2.47", - "@vue/reactivity-transform": "3.2.47", - "@vue/shared": "3.2.47", + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-ssr": "3.3.4", + "@vue/reactivity-transform": "3.3.4", + "@vue/shared": "3.3.4", "estree-walker": "^2.0.2", - "magic-string": "^0.25.7", + "magic-string": "^0.30.0", "postcss": "^8.1.10", - "source-map": "^0.6.1" + "source-map-js": "^1.0.2" } }, "node_modules/@vue/compiler-sfc/node_modules/estree-walker": { @@ -4774,31 +4813,25 @@ "dev": true }, "node_modules/@vue/compiler-sfc/node_modules/magic-string": { - "version": "0.25.9", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", + "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", "dev": true, "dependencies": { - "sourcemap-codec": "^1.4.8" - } - }, - "node_modules/@vue/compiler-sfc/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, + "@jridgewell/sourcemap-codec": "^1.4.13" + }, "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, "node_modules/@vue/compiler-ssr": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.47.tgz", - "integrity": "sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz", + "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", "dev": true, "dependencies": { - "@vue/compiler-dom": "3.2.47", - "@vue/shared": "3.2.47" + "@vue/compiler-dom": "3.3.4", + "@vue/shared": "3.3.4" } }, "node_modules/@vue/devtools-api": { @@ -4808,25 +4841,25 @@ "dev": true }, "node_modules/@vue/reactivity": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.47.tgz", - "integrity": "sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", + "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", "dev": true, "dependencies": { - "@vue/shared": "3.2.47" + "@vue/shared": "3.3.4" } }, "node_modules/@vue/reactivity-transform": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.47.tgz", - "integrity": "sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", + "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", "dev": true, "dependencies": { - "@babel/parser": "^7.16.4", - "@vue/compiler-core": "3.2.47", - "@vue/shared": "3.2.47", + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4", "estree-walker": "^2.0.2", - "magic-string": "^0.25.7" + "magic-string": "^0.30.0" } }, "node_modules/@vue/reactivity-transform/node_modules/estree-walker": { @@ -4836,52 +4869,55 @@ "dev": true }, "node_modules/@vue/reactivity-transform/node_modules/magic-string": { - "version": "0.25.9", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", + "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", "dev": true, "dependencies": { - "sourcemap-codec": "^1.4.8" + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" } }, "node_modules/@vue/runtime-core": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.47.tgz", - "integrity": "sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.4.tgz", + "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", "dev": true, "dependencies": { - "@vue/reactivity": "3.2.47", - "@vue/shared": "3.2.47" + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4" } }, "node_modules/@vue/runtime-dom": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.47.tgz", - "integrity": "sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", + "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", "dev": true, "dependencies": { - "@vue/runtime-core": "3.2.47", - "@vue/shared": "3.2.47", - "csstype": "^2.6.8" + "@vue/runtime-core": "3.3.4", + "@vue/shared": "3.3.4", + "csstype": "^3.1.1" } }, "node_modules/@vue/server-renderer": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.47.tgz", - "integrity": "sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.4.tgz", + "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", "dev": true, "dependencies": { - "@vue/compiler-ssr": "3.2.47", - "@vue/shared": "3.2.47" + "@vue/compiler-ssr": "3.3.4", + "@vue/shared": "3.3.4" }, "peerDependencies": { - "vue": "3.2.47" + "vue": "3.3.4" } }, "node_modules/@vue/shared": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.47.tgz", - "integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.4.tgz", + "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==", "dev": true }, "node_modules/@vueuse/core": { @@ -6751,9 +6787,9 @@ "dev": true }, "node_modules/csstype": { - "version": "2.6.21", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", - "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", "dev": true }, "node_modules/cuint": { @@ -12332,9 +12368,9 @@ } }, "node_modules/pathe": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz", - "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz", + "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==", "dev": true }, "node_modules/pathval": { @@ -15858,16 +15894,16 @@ "dev": true }, "node_modules/vue": { - "version": "3.2.47", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.2.47.tgz", - "integrity": "sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz", + "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", "dev": true, "dependencies": { - "@vue/compiler-dom": "3.2.47", - "@vue/compiler-sfc": "3.2.47", - "@vue/runtime-dom": "3.2.47", - "@vue/server-renderer": "3.2.47", - "@vue/shared": "3.2.47" + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-sfc": "3.3.4", + "@vue/runtime-dom": "3.3.4", + "@vue/server-renderer": "3.3.4", + "@vue/shared": "3.3.4" } }, "node_modules/vue-bundle-renderer": { diff --git a/package.json b/package.json index 058b2beb..a8e14c03 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "26.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.4.3", + "@nuxt/test-utils": "3.5.3", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", From 0afc7adb36117ad64b86ffb91ff0836237889e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:20:57 +0900 Subject: [PATCH 15/31] Update dependency @vite-pwa/nuxt to v0.1.0 (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 41 ++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1043d1cc..9f95556e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", "@types/node": "18.14.6", - "@vite-pwa/nuxt": "0.0.10", + "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", "eslint": "8.43.0", "markuplint": "3.11.0", @@ -4536,29 +4536,29 @@ } }, "node_modules/@vite-pwa/nuxt": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@vite-pwa/nuxt/-/nuxt-0.0.10.tgz", - "integrity": "sha512-4GhLfmdC3/zoYSKdAktEAtFzSsfCx/uu0h4CqR+ufyfL0N6e4jiUqveUP/4Y5ReJ9q5JAYfDvLkX6ZZuZbsYhQ==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@vite-pwa/nuxt/-/nuxt-0.1.0.tgz", + "integrity": "sha512-w6wm/0Y9yIqo6UTj9LeQUMR+xuRTf2sRdUTffu03SbRyWBzF7SnQcTqTRkXQy+NK+XafZuIDDLC12VkhValg4g==", "dev": true, "dependencies": { - "@nuxt/kit": "^3.5.2", - "vite-plugin-pwa": "^0.16.1" + "@nuxt/kit": "^3.5.3", + "vite-plugin-pwa": ">=0.16.3 <1" }, "funding": { "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "@nuxt/kit": "^3.0.0", - "vite-plugin-pwa": "^0.14.0" + "@nuxt/kit": "^3.5.3", + "vite-plugin-pwa": ">=0.16.3 <1" } }, "node_modules/@vite-pwa/nuxt/node_modules/@nuxt/kit": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.2.tgz", - "integrity": "sha512-DwmJFJbzbg5T/Qcf5ruiHBfWuLIasTakIeifKS+pqS+VhZDoUW0O7jHm6jESQ5reAbde+L+IH6bXN/y07ivkRA==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.3.tgz", + "integrity": "sha512-QzoOGqa1zjKQfg7Y50TrrFAL9DhtIpYYs10gihcM1ISPrn9ROht+VEjqsaMvT+L8JuQbNf8wDYl8qzsdWGU29Q==", "dev": true, "dependencies": { - "@nuxt/schema": "3.5.2", + "@nuxt/schema": "3.5.3", "c12": "^1.4.1", "consola": "^3.1.0", "defu": "^6.1.2", @@ -4567,9 +4567,8 @@ "ignore": "^5.2.4", "jiti": "^1.18.2", "knitwork": "^1.0.0", - "lodash.template": "^4.5.0", "mlly": "^1.3.0", - "pathe": "^1.1.0", + "pathe": "^1.1.1", "pkg-types": "^1.0.3", "scule": "^1.0.0", "semver": "^7.5.1", @@ -4582,14 +4581,14 @@ } }, "node_modules/@vite-pwa/nuxt/node_modules/@nuxt/schema": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.2.tgz", - "integrity": "sha512-7u7NZ1TgSdjdOkLaFhv8iP+Lr9whqemMuLDALpnR+HJGC/Mm8ep+yECgCwIT/h1bM/nogZyGWO0xjOIdtzqlUA==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.3.tgz", + "integrity": "sha512-Tnon4mYfJZmsCtx4NZ9A+qjwo4DcZ6tERpEhYBY81PX7AiJ+hFPBFR1qR32Tff66/qJjZg5UXj6H9AdzwEYr2w==", "dev": true, "dependencies": { "defu": "^6.1.2", "hookable": "^5.5.3", - "pathe": "^1.1.0", + "pathe": "^1.1.1", "pkg-types": "^1.0.3", "postcss-import-resolver": "^2.0.0", "std-env": "^3.3.3", @@ -15707,9 +15706,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.1.tgz", - "integrity": "sha512-OdD+ck+jiCkeUQPwXCNttR62ZC2On4wasn+03Qyx0x1bLGv1IXgl59WexpWMbgKD7jZVjozWGcy3etRJJzwsvA==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.4.tgz", + "integrity": "sha512-lmwHFIs9zI2H9bXJld/zVTbCqCQHZ9WrpyDMqosICDV0FVnCJwniX1NMDB79HGTIZzOQkY4gSZaVTJTw6maz/Q==", "dev": true, "dependencies": { "debug": "^4.3.4", diff --git a/package.json b/package.json index a8e14c03..1534658e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", "@types/node": "18.14.6", - "@vite-pwa/nuxt": "0.0.10", + "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", "eslint": "8.43.0", "markuplint": "3.11.0", From 7d9e5c0512efbfa1e22506aaf7b66c9862ab6de2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:24:50 +0900 Subject: [PATCH 16/31] Update dependency sass to v1.63.4 (#141) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f95556e..8ce0de5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "nuxt": "3.4.3", "nuxt-icon": "0.4.1", "pinia": "2.0.35", - "sass": "1.62.1", + "sass": "1.63.4", "vitest": "0.30.1" } }, @@ -13845,9 +13845,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.62.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz", - "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==", + "version": "1.63.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.4.tgz", + "integrity": "sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 1534658e..b746cf91 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "nuxt": "3.4.3", "nuxt-icon": "0.4.1", "pinia": "2.0.35", - "sass": "1.62.1", + "sass": "1.63.4", "vitest": "0.30.1" } } From d3cb69a37b885b37fbcbb3a1098f9d86ee2eaa13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 02:07:49 +0000 Subject: [PATCH 17/31] Update dependency sass to v1.63.5 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ce0de5f..08078d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "nuxt": "3.4.3", "nuxt-icon": "0.4.1", "pinia": "2.0.35", - "sass": "1.63.4", + "sass": "1.63.5", "vitest": "0.30.1" } }, @@ -13845,9 +13845,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.63.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.4.tgz", - "integrity": "sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ==", + "version": "1.63.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.5.tgz", + "integrity": "sha512-Q6c5gs482oezdAp+0fWF9cRisvpy7yfYb64knID0OE8AnMgtkluRPfpGMFjeD4/+M4+6QpJZCU6JRSxbjiktkg==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index b746cf91..eebb2b69 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "nuxt": "3.4.3", "nuxt-icon": "0.4.1", "pinia": "2.0.35", - "sass": "1.63.4", + "sass": "1.63.5", "vitest": "0.30.1" } } From 3e54414f64f5db3a55fb69cd71bcd001cd228574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 19:34:37 +0900 Subject: [PATCH 18/31] Update dependency @munierujp/eslint-config-typescript to v27 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08078d5c..1f0173ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@markuplint/vue-parser": "3.8.0", "@markuplint/vue-spec": "3.9.0", "@mdi/font": "7.2.96", - "@munierujp/eslint-config-typescript": "26.0.0", + "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", "@nuxt/test-utils": "3.5.3", "@nuxtjs/eslint-module": "4.1.0", @@ -2397,9 +2397,9 @@ } }, "node_modules/@eslint-recommended/eslint-config-typescript": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/@eslint-recommended/eslint-config-typescript/-/eslint-config-typescript-24.0.0.tgz", - "integrity": "sha512-MegyECroXRAU+hKt0AKnJrgGI5QxJpXy+JJqkRigTUdwu1GGzE7eL2u9XBMZIpV3aa5JH72/CoBIueUzWnytYA==", + "version": "25.0.0", + "resolved": "https://registry.npmjs.org/@eslint-recommended/eslint-config-typescript/-/eslint-config-typescript-25.0.0.tgz", + "integrity": "sha512-aAmABETxFrnuzYo1va+7FmzSdtUiHmoptE54yq4WJzC+KZY4neMgb2+JUXjREO5HouKE2YVManQo1b9patCByQ==", "dev": true, "peer": true, "engines": { @@ -2408,7 +2408,7 @@ "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.0.0", "eslint": "^8.23.1", - "eslint-config-standard-with-typescript": "^34.0.0", + "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-eslint-comments": "^3.0.0", "eslint-plugin-jsdoc": "^46.0.0", "eslint-plugin-sonarjs": "^0.19.0", @@ -3063,15 +3063,15 @@ } }, "node_modules/@munierujp/eslint-config-typescript": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-26.0.0.tgz", - "integrity": "sha512-II6cOirtV3GIqsXoz+Di607VzKZo+bJ5wY6a/KJO0vFDwYIfXkabqWpcMKSVcaTws3Yt/uC2JAQ50pQPoYmrCQ==", + "version": "27.0.0", + "resolved": "https://registry.npmjs.org/@munierujp/eslint-config-typescript/-/eslint-config-typescript-27.0.0.tgz", + "integrity": "sha512-KbbzGqrjVrjKyisvvoC4My9YpmW/Nbp2rvN9g8SBmGvRkm4xUTCzH+KiFCDvam6Gbww+69KVEgswN1CuKdFwhg==", "dev": true, "engines": { "node": ">=18" }, "peerDependencies": { - "@eslint-recommended/eslint-config-typescript": "^24.0.0", + "@eslint-recommended/eslint-config-typescript": "^25.0.0", "eslint": "^8.23.1", "eslint-plugin-import-newlines": "^1.2.0", "typescript": "*" @@ -7609,17 +7609,17 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "34.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-34.0.1.tgz", - "integrity": "sha512-J7WvZeLtd0Vr9F+v4dZbqJCLD16cbIy4U+alJMq4MiXdpipdBM3U5NkXaGUjePc4sb1ZE01U9g6VuTBpHHz1fg==", + "version": "35.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-35.0.0.tgz", + "integrity": "sha512-Xa7DY9GgduZyp0qmXxBF0/dB+Vm4/DgWu1lGpNLJV2d46aCaUxTKDEnkzjUWX/1O9S0a+Dhnw7A4oI0JpYzwtw==", "dev": true, "peer": true, "dependencies": { - "@typescript-eslint/parser": "^5.43.0", + "@typescript-eslint/parser": "^5.50.0", "eslint-config-standard": "17.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/eslint-plugin": "^5.50.0", "eslint": "^8.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", diff --git a/package.json b/package.json index eebb2b69..55bfb990 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@markuplint/vue-parser": "3.8.0", "@markuplint/vue-spec": "3.9.0", "@mdi/font": "7.2.96", - "@munierujp/eslint-config-typescript": "26.0.0", + "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", "@nuxt/test-utils": "3.5.3", "@nuxtjs/eslint-module": "4.1.0", From 2973ab27f5cea104a15f811625101ebcc75fa682 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 01:51:01 +0000 Subject: [PATCH 19/31] Update dependency sass to v1.63.6 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f0173ae..4e3c49ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "nuxt": "3.4.3", "nuxt-icon": "0.4.1", "pinia": "2.0.35", - "sass": "1.63.5", + "sass": "1.63.6", "vitest": "0.30.1" } }, @@ -13845,9 +13845,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.63.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.5.tgz", - "integrity": "sha512-Q6c5gs482oezdAp+0fWF9cRisvpy7yfYb64knID0OE8AnMgtkluRPfpGMFjeD4/+M4+6QpJZCU6JRSxbjiktkg==", + "version": "1.63.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.63.6.tgz", + "integrity": "sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 55bfb990..2b003987 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "nuxt": "3.4.3", "nuxt-icon": "0.4.1", "pinia": "2.0.35", - "sass": "1.63.5", + "sass": "1.63.6", "vitest": "0.30.1" } } From a5f141b611418291134b9539f3b2a1348cba6bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:07:10 +0900 Subject: [PATCH 20/31] Update dependency @nuxt/test-utils to v3.6.1 (#150) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 153 ++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 88 insertions(+), 67 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e3c49ab..96423129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.5.3", + "@nuxt/test-utils": "3.6.1", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", @@ -3290,18 +3290,18 @@ } }, "node_modules/@nuxt/test-utils": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.5.3.tgz", - "integrity": "sha512-ujkOrn3Qvd+6TREsg4h6Vm1YbPgwl70qh9s6jQiEIGhaH9wqXUUgbHEdWelUMeRO+jbV1X4rtd7Sdww/rfR5lA==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.6.1.tgz", + "integrity": "sha512-pTyRwUseXXL+BAX7p3mHNDm6hSkK56GkiSYEoHfIN7C0rLOvsHbpjPp5FsRiCrr5Kk09TKFvjUNtk2UDhzFcvQ==", "dev": true, "dependencies": { - "@nuxt/kit": "3.5.3", - "@nuxt/schema": "3.5.3", + "@nuxt/kit": "3.6.1", + "@nuxt/schema": "3.6.1", "consola": "^3.1.0", "defu": "^6.1.2", "execa": "^7.1.1", "get-port-please": "^3.0.1", - "ofetch": "^1.0.1", + "ofetch": "^1.1.1", "pathe": "^1.1.1", "ufo": "^1.1.2" }, @@ -3311,7 +3311,7 @@ "peerDependencies": { "@jest/globals": "^29.5.0", "playwright": "^1.34.3", - "vitest": "^0.30.0 || ^0.31.0", + "vitest": "^0.30.0 || ^0.31.0 || ^0.32.0", "vue": "^3.3.4" }, "peerDependenciesMeta": { @@ -3327,27 +3327,27 @@ } }, "node_modules/@nuxt/test-utils/node_modules/@nuxt/kit": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.3.tgz", - "integrity": "sha512-QzoOGqa1zjKQfg7Y50TrrFAL9DhtIpYYs10gihcM1ISPrn9ROht+VEjqsaMvT+L8JuQbNf8wDYl8qzsdWGU29Q==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.6.1.tgz", + "integrity": "sha512-7AoiKV0zAtyT3ZvjMfGislMcB+JMbBZxYw68/oWtkEPXCfGQMYuiMI9Ue246/0JT2Yp2KZclEgrJEJ6NLkqFcw==", "dev": true, "dependencies": { - "@nuxt/schema": "3.5.3", - "c12": "^1.4.1", + "@nuxt/schema": "3.6.1", + "c12": "^1.4.2", "consola": "^3.1.0", "defu": "^6.1.2", - "globby": "^13.1.4", + "globby": "^13.2.0", "hash-sum": "^2.0.0", "ignore": "^5.2.4", "jiti": "^1.18.2", "knitwork": "^1.0.0", - "mlly": "^1.3.0", + "mlly": "^1.4.0", "pathe": "^1.1.1", "pkg-types": "^1.0.3", "scule": "^1.0.0", - "semver": "^7.5.1", + "semver": "^7.5.3", "unctx": "^2.3.1", - "unimport": "^3.0.7", + "unimport": "^3.0.10", "untyped": "^1.3.2" }, "engines": { @@ -3355,9 +3355,9 @@ } }, "node_modules/@nuxt/test-utils/node_modules/@nuxt/schema": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.3.tgz", - "integrity": "sha512-Tnon4mYfJZmsCtx4NZ9A+qjwo4DcZ6tERpEhYBY81PX7AiJ+hFPBFR1qR32Tff66/qJjZg5UXj6H9AdzwEYr2w==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.6.1.tgz", + "integrity": "sha512-+4pr0lkcPP5QqprYV+/ujmBkt2JHmi/v5vaxCrMhElUFgifvJAfT89BkGFn6W7pz0b8Vd3GcByFUWI7/wX/Pcw==", "dev": true, "dependencies": { "defu": "^6.1.2", @@ -3367,7 +3367,7 @@ "postcss-import-resolver": "^2.0.0", "std-env": "^3.3.3", "ufo": "^1.1.2", - "unimport": "^3.0.7", + "unimport": "^3.0.10", "untyped": "^1.3.2" }, "engines": { @@ -5140,9 +5140,9 @@ "dev": true }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz", + "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -5880,24 +5880,30 @@ } }, "node_modules/c12": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/c12/-/c12-1.4.1.tgz", - "integrity": "sha512-0x7pWfLZpZsgtyotXtuepJc0rZYE0Aw8PwNAXs0jSG9zq6Sl5xmbWnFqfmRY01ieZLHNbvneSFm9/x88CvzAuw==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/c12/-/c12-1.4.2.tgz", + "integrity": "sha512-3IP/MuamSVRVw8W8+CHWAz9gKN4gd+voF2zm/Ln6D25C2RhytEZ1ABbC8MjKr4BR9rhoV1JQ7jJA158LDiTkLg==", "dev": true, "dependencies": { "chokidar": "^3.5.3", "defu": "^6.1.2", - "dotenv": "^16.0.3", + "dotenv": "^16.3.1", "giget": "^1.1.2", "jiti": "^1.18.2", - "mlly": "^1.2.0", - "ohash": "^1.1.1", - "pathe": "^1.1.0", - "perfect-debounce": "^0.1.3", - "pkg-types": "^1.0.2", - "rc9": "^2.1.0" + "mlly": "^1.4.0", + "ohash": "^1.1.2", + "pathe": "^1.1.1", + "perfect-debounce": "^1.0.0", + "pkg-types": "^1.0.3", + "rc9": "^2.1.1" } }, + "node_modules/c12/node_modules/perfect-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", + "dev": true + }, "node_modules/cac": { "version": "6.7.14", "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", @@ -7161,12 +7167,15 @@ } }, "node_modules/dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", "dev": true, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" } }, "node_modules/duplexer": { @@ -9063,9 +9072,9 @@ } }, "node_modules/globby": { - "version": "13.1.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.4.tgz", - "integrity": "sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.0.tgz", + "integrity": "sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==", "dev": true, "dependencies": { "dir-glob": "^3.0.1", @@ -11184,13 +11193,13 @@ } }, "node_modules/mlly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.3.0.tgz", - "integrity": "sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.4.0.tgz", + "integrity": "sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==", "dev": true, "dependencies": { - "acorn": "^8.8.2", - "pathe": "^1.1.0", + "acorn": "^8.9.0", + "pathe": "^1.1.1", "pkg-types": "^1.0.3", "ufo": "^1.1.2" } @@ -11408,9 +11417,9 @@ } }, "node_modules/node-fetch-native": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.1.0.tgz", - "integrity": "sha512-nl5goFCig93JZ9FIV8GHT9xpNqXbxQUzkOmKIMKmncsBH9jhg7qKex8hirpymkBFmNQ114chEEG5lS4wgK2I+Q==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.2.0.tgz", + "integrity": "sha512-5IAMBTl9p6PaAjYCnMv5FmqIF6GcZnawAVnzaCG0rX2aYZJ4CxEkZNtVPuTRug7fL7wyM5BQYTlAzcyMPi6oTQ==", "dev": true }, "node_modules/node-forge": { @@ -11849,16 +11858,22 @@ } }, "node_modules/ofetch": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.0.1.tgz", - "integrity": "sha512-icBz2JYfEpt+wZz1FRoGcrMigjNKjzvufE26m9+yUiacRQRHwnNlGRPiDnW4op7WX/MR6aniwS8xw8jyVelF2g==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.1.1.tgz", + "integrity": "sha512-SSMoktrp9SNLi20BWfB/BnnKcL0RDigXThD/mZBeQxkIRv1xrd9183MtLdsqRYLYSqW0eTr5t8w8MqjNhvoOQQ==", "dev": true, "dependencies": { - "destr": "^1.2.2", - "node-fetch-native": "^1.0.2", - "ufo": "^1.1.0" + "destr": "^2.0.0", + "node-fetch-native": "^1.2.0", + "ufo": "^1.1.2" } }, + "node_modules/ofetch/node_modules/destr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.0.tgz", + "integrity": "sha512-FJ9RDpf3GicEBvzI3jxc2XhHzbqD8p4ANw/1kPsFBfTvP1b7Gn/Lg1vO7R9J4IVgoMbyUmFrFGZafJ1hPZpvlg==", + "dev": true + }, "node_modules/ohash": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.2.tgz", @@ -13208,16 +13223,22 @@ } }, "node_modules/rc9": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.0.tgz", - "integrity": "sha512-ROO9bv8PPqngWKoiUZU3JDQ4sugpdRs9DfwHnzDSxK25XtQn6BEHL6EOd/OtKuDT2qodrtNR+0WkPT6l0jxH5Q==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.1.tgz", + "integrity": "sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==", "dev": true, "dependencies": { "defu": "^6.1.2", - "destr": "^1.2.2", + "destr": "^2.0.0", "flat": "^5.0.2" } }, + "node_modules/rc9/node_modules/destr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.0.tgz", + "integrity": "sha512-FJ9RDpf3GicEBvzI3jxc2XhHzbqD8p4ANw/1kPsFBfTvP1b7Gn/Lg1vO7R9J4IVgoMbyUmFrFGZafJ1hPZpvlg==", + "dev": true + }, "node_modules/react-is": { "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", @@ -13934,9 +13955,9 @@ } }, "node_modules/semver": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", - "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -15240,9 +15261,9 @@ } }, "node_modules/unimport": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.7.tgz", - "integrity": "sha512-2dVQUxJEGcrSZ0U4qtwJVODrlfyGcwmIOoHVqbAFFUx7kPoEN5JWr1cZFhLwoAwTmZOvqAm3YIkzv1engIQocg==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.10.tgz", + "integrity": "sha512-rKxlbbjxVQR+6dL7OxJSuVOu96MtTvoRY0VBasGQTgZGTzKPrawZ4zMv7bmhLHRmUqG/CUAJ4uNZlaip+F/6+A==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.2", @@ -15250,8 +15271,8 @@ "fast-glob": "^3.2.12", "local-pkg": "^0.4.3", "magic-string": "^0.30.0", - "mlly": "^1.2.1", - "pathe": "^1.1.0", + "mlly": "^1.4.0", + "pathe": "^1.1.1", "pkg-types": "^1.0.3", "scule": "^1.0.0", "strip-literal": "^1.0.1", diff --git a/package.json b/package.json index 2b003987..6f45be14 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.5.3", + "@nuxt/test-utils": "3.6.1", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", From 28d6eb58f10ecf5ad2fad86955cfde7c8e8a04e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 09:11:22 +0000 Subject: [PATCH 21/31] Update dependency nuxt-icon to v0.4.2 --- package-lock.json | 43 +++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96423129..2627206f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "markuplint": "3.11.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", - "nuxt-icon": "0.4.1", + "nuxt-icon": "0.4.2", "pinia": "2.0.35", "sass": "1.63.6", "vitest": "0.30.1" @@ -11700,38 +11700,37 @@ } }, "node_modules/nuxt-icon": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.4.1.tgz", - "integrity": "sha512-QTpxewOgLfdPx2uwHhoU5XQ4AtQ9N31ifbwnbn4Sx5NM+W2slNfGq1eEKmUl0CpSUAhGEdKbzd5CjA3c7dVa1Q==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/nuxt-icon/-/nuxt-icon-0.4.2.tgz", + "integrity": "sha512-yFpvDA+FuUz+ixtt1eRzctTfR4sl7egZoXu7LL+CUc42qFlzCMaTZJ9eqFR2FTW8zu9tfLIZ83RJmUa1jNEWgg==", "dev": true, "dependencies": { "@iconify/vue": "^4.1.1", - "@nuxt/kit": "^3.5.0" + "@nuxt/kit": "^3.6.1" } }, "node_modules/nuxt-icon/node_modules/@nuxt/kit": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.5.0.tgz", - "integrity": "sha512-QqhOPTan5cpaYCksSWdmtpldCGfnsqTd55blztMSF+OPxfGav4GE4BrBD3ZSMn2/5MxieF3GU/w5/tgcDXE3bA==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.6.1.tgz", + "integrity": "sha512-7AoiKV0zAtyT3ZvjMfGislMcB+JMbBZxYw68/oWtkEPXCfGQMYuiMI9Ue246/0JT2Yp2KZclEgrJEJ6NLkqFcw==", "dev": true, "dependencies": { - "@nuxt/schema": "3.5.0", - "c12": "^1.4.1", + "@nuxt/schema": "3.6.1", + "c12": "^1.4.2", "consola": "^3.1.0", "defu": "^6.1.2", - "globby": "^13.1.4", + "globby": "^13.2.0", "hash-sum": "^2.0.0", "ignore": "^5.2.4", "jiti": "^1.18.2", "knitwork": "^1.0.0", - "lodash.template": "^4.5.0", - "mlly": "^1.2.1", - "pathe": "^1.1.0", + "mlly": "^1.4.0", + "pathe": "^1.1.1", "pkg-types": "^1.0.3", "scule": "^1.0.0", - "semver": "^7.5.1", - "unctx": "^2.3.0", - "unimport": "^3.0.6", + "semver": "^7.5.3", + "unctx": "^2.3.1", + "unimport": "^3.0.10", "untyped": "^1.3.2" }, "engines": { @@ -11739,19 +11738,19 @@ } }, "node_modules/nuxt-icon/node_modules/@nuxt/schema": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.5.0.tgz", - "integrity": "sha512-zz7S5RTCTGSCAyfNxO0R+TYvgk7WQdHUWJiAiTFQ+iFtqQkb/re1I86Ba9VKTJjZmm3fUI5kT5Y62emJcOLlXw==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.6.1.tgz", + "integrity": "sha512-+4pr0lkcPP5QqprYV+/ujmBkt2JHmi/v5vaxCrMhElUFgifvJAfT89BkGFn6W7pz0b8Vd3GcByFUWI7/wX/Pcw==", "dev": true, "dependencies": { "defu": "^6.1.2", "hookable": "^5.5.3", - "pathe": "^1.1.0", + "pathe": "^1.1.1", "pkg-types": "^1.0.3", "postcss-import-resolver": "^2.0.0", "std-env": "^3.3.3", "ufo": "^1.1.2", - "unimport": "^3.0.6", + "unimport": "^3.0.10", "untyped": "^1.3.2" }, "engines": { diff --git a/package.json b/package.json index 6f45be14..47477ef4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "markuplint": "3.11.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", - "nuxt-icon": "0.4.1", + "nuxt-icon": "0.4.2", "pinia": "2.0.35", "sass": "1.63.6", "vitest": "0.30.1" From a9fd9a9d6c1383dcf6ed60483208579582ec47a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:42:27 +0900 Subject: [PATCH 22/31] Update dependency vitest to v0.32.2 (#111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 139 +++++++++++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 89 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2627206f..806c5721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "nuxt-icon": "0.4.2", "pinia": "2.0.35", "sass": "1.63.6", - "vitest": "0.30.1" + "vitest": "0.32.2" } }, "node_modules/@ampproject/remapping": { @@ -3952,9 +3952,9 @@ "dev": true }, "node_modules/@types/chai": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz", - "integrity": "sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz", + "integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==", "dev": true }, "node_modules/@types/chai-subset": { @@ -4632,26 +4632,32 @@ } }, "node_modules/@vitest/expect": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.30.1.tgz", - "integrity": "sha512-c3kbEtN8XXJSeN81iDGq29bUzSjQhjES2WR3aColsS4lPGbivwLtas4DNUe0jD9gg/FYGIteqOenfU95EFituw==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.32.2.tgz", + "integrity": "sha512-6q5yzweLnyEv5Zz1fqK5u5E83LU+gOMVBDuxBl2d2Jfx1BAp5M+rZgc5mlyqdnxquyoiOXpXmFNkcGcfFnFH3Q==", "dev": true, "dependencies": { - "@vitest/spy": "0.30.1", - "@vitest/utils": "0.30.1", + "@vitest/spy": "0.32.2", + "@vitest/utils": "0.32.2", "chai": "^4.3.7" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/runner": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.30.1.tgz", - "integrity": "sha512-W62kT/8i0TF1UBCNMRtRMOBWJKRnNyv9RrjIgdUryEe0wNpGZvvwPDLuzYdxvgSckzjp54DSpv1xUbv4BQ0qVA==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.32.2.tgz", + "integrity": "sha512-06vEL0C1pomOEktGoLjzZw+1Fb+7RBRhmw/06WkDrd1akkT9i12su0ku+R/0QM69dfkIL/rAIDTG+CSuQVDcKw==", "dev": true, "dependencies": { - "@vitest/utils": "0.30.1", + "@vitest/utils": "0.32.2", "concordance": "^5.0.4", "p-limit": "^4.0.0", "pathe": "^1.1.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/runner/node_modules/p-limit": { @@ -4682,14 +4688,17 @@ } }, "node_modules/@vitest/snapshot": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.30.1.tgz", - "integrity": "sha512-fJZqKrE99zo27uoZA/azgWyWbFvM1rw2APS05yB0JaLwUIg9aUtvvnBf4q7JWhEcAHmSwbrxKFgyBUga6tq9Tw==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.32.2.tgz", + "integrity": "sha512-JwhpeH/PPc7GJX38vEfCy9LtRzf9F4er7i4OsAJyV7sjPwjj+AIR8cUgpMTWK4S3TiamzopcTyLsZDMuldoi5A==", "dev": true, "dependencies": { "magic-string": "^0.30.0", "pathe": "^1.1.0", "pretty-format": "^27.5.1" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/snapshot/node_modules/magic-string": { @@ -4705,23 +4714,29 @@ } }, "node_modules/@vitest/spy": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.30.1.tgz", - "integrity": "sha512-YfJeIf37GvTZe04ZKxzJfnNNuNSmTEGnla2OdL60C8od16f3zOfv9q9K0nNii0NfjDJRt/CVN/POuY5/zTS+BA==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.32.2.tgz", + "integrity": "sha512-Q/ZNILJ4ca/VzQbRM8ur3Si5Sardsh1HofatG9wsJY1RfEaw0XKP8IVax2lI1qnrk9YPuG9LA2LkZ0EI/3d4ug==", "dev": true, "dependencies": { "tinyspy": "^2.1.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/utils": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.30.1.tgz", - "integrity": "sha512-/c8Xv2zUVc+rnNt84QF0Y0zkfxnaGhp87K2dYJMLtLOIckPzuxLVzAtFCicGFdB4NeBHNzTRr1tNn7rCtQcWFA==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.2.tgz", + "integrity": "sha512-lnJ0T5i03j0IJaeW73hxe2AuVnZ/y1BhhCOuIcl9LIzXnbpXJT9Lrt6brwKHXLOiA7MZ6N5hSJjt0xE1dGNCzQ==", "dev": true, "dependencies": { - "concordance": "^5.0.4", + "diff-sequences": "^29.4.3", "loupe": "^2.3.6", "pretty-format": "^27.5.1" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, "node_modules/@vue/babel-helper-vue-transform-on": { @@ -7054,6 +7069,15 @@ "node": ">=0.3.1" } }, + "node_modules/diff-sequences": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz", + "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -14889,24 +14913,24 @@ "dev": true }, "node_modules/tinybench": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.4.0.tgz", - "integrity": "sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.5.0.tgz", + "integrity": "sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==", "dev": true }, "node_modules/tinypool": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.4.0.tgz", - "integrity": "sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.5.0.tgz", + "integrity": "sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==", "dev": true, "engines": { "node": ">=14.0.0" } }, "node_modules/tinyspy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.1.0.tgz", - "integrity": "sha512-7eORpyqImoOvkQJCSkL0d0mB4NHHIFAy4b1u8PHdDa7SjGS2njzl6/lyGoZLm+eyYEtlUmFGE0rFj66SWxZgQQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.1.1.tgz", + "integrity": "sha512-XPJL2uSzcOyBMky6OFrusqWlzfFrXtE0hPuMgW8A2HmaqrPo4ZQHRN/V0QXN3FSjKxpsbRrFc5LI7KOwBsT1/w==", "dev": true, "engines": { "node": ">=14.0.0" @@ -15750,19 +15774,19 @@ } }, "node_modules/vitest": { - "version": "0.30.1", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.30.1.tgz", - "integrity": "sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==", + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.32.2.tgz", + "integrity": "sha512-hU8GNNuQfwuQmqTLfiKcqEhZY72Zxb7nnN07koCUNmntNxbKQnVbeIS6sqUgR3eXSlbOpit8+/gr1KpqoMgWCQ==", "dev": true, "dependencies": { - "@types/chai": "^4.3.4", + "@types/chai": "^4.3.5", "@types/chai-subset": "^1.3.3", "@types/node": "*", - "@vitest/expect": "0.30.1", - "@vitest/runner": "0.30.1", - "@vitest/snapshot": "0.30.1", - "@vitest/spy": "0.30.1", - "@vitest/utils": "0.30.1", + "@vitest/expect": "0.32.2", + "@vitest/runner": "0.32.2", + "@vitest/snapshot": "0.32.2", + "@vitest/spy": "0.32.2", + "@vitest/utils": "0.32.2", "acorn": "^8.8.2", "acorn-walk": "^8.2.0", "cac": "^6.7.14", @@ -15773,13 +15797,12 @@ "magic-string": "^0.30.0", "pathe": "^1.1.0", "picocolors": "^1.0.0", - "source-map": "^0.6.1", "std-env": "^3.3.2", "strip-literal": "^1.0.1", - "tinybench": "^2.4.0", - "tinypool": "^0.4.0", + "tinybench": "^2.5.0", + "tinypool": "^0.5.0", "vite": "^3.0.0 || ^4.0.0", - "vite-node": "0.30.1", + "vite-node": "0.32.2", "why-is-node-running": "^2.2.2" }, "bin": { @@ -15789,7 +15812,7 @@ "node": ">=v14.18.0" }, "funding": { - "url": "https://github.com/sponsors/antfu" + "url": "https://opencollective.com/vitest" }, "peerDependencies": { "@edge-runtime/vm": "*", @@ -15840,13 +15863,27 @@ "node": ">=12" } }, - "node_modules/vitest/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/vitest/node_modules/vite-node": { + "version": "0.32.2", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.32.2.tgz", + "integrity": "sha512-dTQ1DCLwl2aEseov7cfQ+kDMNJpM1ebpyMMMwWzBvLbis8Nla/6c9WQcqpPssTwS6Rp/+U6KwlIj8Eapw4bLdA==", "dev": true, + "dependencies": { + "cac": "^6.7.14", + "debug": "^4.3.4", + "mlly": "^1.2.0", + "pathe": "^1.1.0", + "picocolors": "^1.0.0", + "vite": "^3.0.0 || ^4.0.0" + }, + "bin": { + "vite-node": "vite-node.mjs" + }, "engines": { - "node": ">=0.10.0" + "node": ">=v14.18.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, "node_modules/vscode-jsonrpc": { diff --git a/package.json b/package.json index 47477ef4..7ea923ef 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "nuxt-icon": "0.4.2", "pinia": "2.0.35", "sass": "1.63.6", - "vitest": "0.30.1" + "vitest": "0.32.2" } } From f30b4df94aecb3bbf8ee3a8f7a01355002527cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 13:24:38 +0900 Subject: [PATCH 23/31] Update dependency eslint to v8.44.0 (#152) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 66 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 806c5721..c54c6b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", - "eslint": "8.43.0", + "eslint": "8.44.0", "markuplint": "3.11.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", @@ -32,6 +32,15 @@ "vitest": "0.32.2" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@ampproject/remapping": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", @@ -2418,14 +2427,14 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz", + "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.5.2", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -2441,9 +2450,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.43.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz", - "integrity": "sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==", + "version": "8.44.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz", + "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -7559,15 +7568,15 @@ } }, "node_modules/eslint": { - "version": "8.43.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz", - "integrity": "sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==", + "version": "8.44.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz", + "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.43.0", + "@eslint/eslintrc": "^2.1.0", + "@eslint/js": "8.44.0", "@humanwhocodes/config-array": "^0.11.10", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", @@ -7579,7 +7588,7 @@ "escape-string-regexp": "^4.0.0", "eslint-scope": "^7.2.0", "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "espree": "^9.6.0", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -7599,7 +7608,7 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" @@ -8145,12 +8154,12 @@ } }, "node_modules/espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz", + "integrity": "sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==", "dev": true, "dependencies": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" }, @@ -11972,17 +11981,17 @@ } }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -16311,15 +16320,6 @@ "node": ">=8" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/workbox-background-sync": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-7.0.0.tgz", diff --git a/package.json b/package.json index 7ea923ef..70f96617 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", - "eslint": "8.43.0", + "eslint": "8.44.0", "markuplint": "3.11.0", "npm-run-all2": "6.0.5", "nuxt": "3.4.3", From 3f9a46502a803e6b53b7ae377073f65b05d09b13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:15:43 +0000 Subject: [PATCH 24/31] Update dependency vitest to v0.32.4 --- package-lock.json | 184 +++++++++++++--------------------------------- package.json | 2 +- 2 files changed, 51 insertions(+), 135 deletions(-) diff --git a/package-lock.json b/package-lock.json index c54c6b17..0e285c72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "nuxt-icon": "0.4.2", "pinia": "2.0.35", "sass": "1.63.6", - "vitest": "0.32.2" + "vitest": "0.32.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4641,13 +4641,13 @@ } }, "node_modules/@vitest/expect": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.32.2.tgz", - "integrity": "sha512-6q5yzweLnyEv5Zz1fqK5u5E83LU+gOMVBDuxBl2d2Jfx1BAp5M+rZgc5mlyqdnxquyoiOXpXmFNkcGcfFnFH3Q==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.32.4.tgz", + "integrity": "sha512-m7EPUqmGIwIeoU763N+ivkFjTzbaBn0n9evsTOcde03ugy2avPs3kZbYmw3DkcH1j5mxhMhdamJkLQ6dM1bk/A==", "dev": true, "dependencies": { - "@vitest/spy": "0.32.2", - "@vitest/utils": "0.32.2", + "@vitest/spy": "0.32.4", + "@vitest/utils": "0.32.4", "chai": "^4.3.7" }, "funding": { @@ -4655,15 +4655,14 @@ } }, "node_modules/@vitest/runner": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.32.2.tgz", - "integrity": "sha512-06vEL0C1pomOEktGoLjzZw+1Fb+7RBRhmw/06WkDrd1akkT9i12su0ku+R/0QM69dfkIL/rAIDTG+CSuQVDcKw==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.32.4.tgz", + "integrity": "sha512-cHOVCkiRazobgdKLnczmz2oaKK9GJOw6ZyRcaPdssO1ej+wzHVIkWiCiNacb3TTYPdzMddYkCgMjZ4r8C0JFCw==", "dev": true, "dependencies": { - "@vitest/utils": "0.32.2", - "concordance": "^5.0.4", + "@vitest/utils": "0.32.4", "p-limit": "^4.0.0", - "pathe": "^1.1.0" + "pathe": "^1.1.1" }, "funding": { "url": "https://opencollective.com/vitest" @@ -4697,14 +4696,14 @@ } }, "node_modules/@vitest/snapshot": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.32.2.tgz", - "integrity": "sha512-JwhpeH/PPc7GJX38vEfCy9LtRzf9F4er7i4OsAJyV7sjPwjj+AIR8cUgpMTWK4S3TiamzopcTyLsZDMuldoi5A==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.32.4.tgz", + "integrity": "sha512-IRpyqn9t14uqsFlVI2d7DFMImGMs1Q9218of40bdQQgMePwVdmix33yMNnebXcTzDU5eiV3eUsoxxH5v0x/IQA==", "dev": true, "dependencies": { "magic-string": "^0.30.0", - "pathe": "^1.1.0", - "pretty-format": "^27.5.1" + "pathe": "^1.1.1", + "pretty-format": "^29.5.0" }, "funding": { "url": "https://opencollective.com/vitest" @@ -4723,26 +4722,26 @@ } }, "node_modules/@vitest/spy": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.32.2.tgz", - "integrity": "sha512-Q/ZNILJ4ca/VzQbRM8ur3Si5Sardsh1HofatG9wsJY1RfEaw0XKP8IVax2lI1qnrk9YPuG9LA2LkZ0EI/3d4ug==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.32.4.tgz", + "integrity": "sha512-oA7rCOqVOOpE6rEoXuCOADX7Lla1LIa4hljI2MSccbpec54q+oifhziZIJXxlE/CvI2E+ElhBHzVu0VEvJGQKQ==", "dev": true, "dependencies": { - "tinyspy": "^2.1.0" + "tinyspy": "^2.1.1" }, "funding": { "url": "https://opencollective.com/vitest" } }, "node_modules/@vitest/utils": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.2.tgz", - "integrity": "sha512-lnJ0T5i03j0IJaeW73hxe2AuVnZ/y1BhhCOuIcl9LIzXnbpXJT9Lrt6brwKHXLOiA7MZ6N5hSJjt0xE1dGNCzQ==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.32.4.tgz", + "integrity": "sha512-Gwnl8dhd1uJ+HXrYyV0eRqfmk9ek1ASE/LWfTCuWMw+d07ogHqp4hEAV28NiecimK6UY9DpSEPh+pXBA5gtTBg==", "dev": true, "dependencies": { "diff-sequences": "^29.4.3", "loupe": "^2.3.6", - "pretty-format": "^27.5.1" + "pretty-format": "^29.5.0" }, "funding": { "url": "https://opencollective.com/vitest" @@ -5780,12 +5779,6 @@ "readable-stream": "^3.4.0" } }, - "node_modules/blueimp-md5": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", - "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==", - "dev": true - }, "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", @@ -6492,25 +6485,6 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "node_modules/concordance": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/concordance/-/concordance-5.0.4.tgz", - "integrity": "sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==", - "dev": true, - "dependencies": { - "date-time": "^3.1.0", - "esutils": "^2.0.3", - "fast-diff": "^1.2.0", - "js-string-escape": "^1.0.1", - "lodash": "^4.17.15", - "md5-hex": "^3.0.1", - "semver": "^7.3.2", - "well-known-symbols": "^2.0.0" - }, - "engines": { - "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14" - } - }, "node_modules/consola": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/consola/-/consola-3.1.0.tgz", @@ -6862,18 +6836,6 @@ "url": "https://opencollective.com/date-fns" } }, - "node_modules/date-time": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/date-time/-/date-time-3.1.0.tgz", - "integrity": "sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==", - "dev": true, - "dependencies": { - "time-zone": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/dayjs": { "version": "1.11.7", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", @@ -8381,12 +8343,6 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, - "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, "node_modules/fast-glob": { "version": "3.2.12", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", @@ -10290,15 +10246,6 @@ "dev": true, "peer": true }, - "node_modules/js-string-escape": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", - "integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -10906,18 +10853,6 @@ "markuplint": "bin/markuplint" } }, - "node_modules/md5-hex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz", - "integrity": "sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==", - "dev": true, - "dependencies": { - "blueimp-md5": "^2.10.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/mdn-data": { "version": "2.0.30", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", @@ -13126,17 +13061,17 @@ } }, "node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz", + "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1", + "@jest/schemas": "^29.4.3", "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "react-is": "^18.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/pretty-format/node_modules/ansi-styles": { @@ -13272,9 +13207,9 @@ "dev": true }, "node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, "node_modules/read-cache": { @@ -14896,15 +14831,6 @@ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true }, - "node_modules/time-zone": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz", - "integrity": "sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/timers-ext": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz", @@ -15783,35 +15709,34 @@ } }, "node_modules/vitest": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.32.2.tgz", - "integrity": "sha512-hU8GNNuQfwuQmqTLfiKcqEhZY72Zxb7nnN07koCUNmntNxbKQnVbeIS6sqUgR3eXSlbOpit8+/gr1KpqoMgWCQ==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.32.4.tgz", + "integrity": "sha512-3czFm8RnrsWwIzVDu/Ca48Y/M+qh3vOnF16czJm98Q/AN1y3B6PBsyV8Re91Ty5s7txKNjEhpgtGPcfdbh2MZg==", "dev": true, "dependencies": { "@types/chai": "^4.3.5", "@types/chai-subset": "^1.3.3", "@types/node": "*", - "@vitest/expect": "0.32.2", - "@vitest/runner": "0.32.2", - "@vitest/snapshot": "0.32.2", - "@vitest/spy": "0.32.2", - "@vitest/utils": "0.32.2", - "acorn": "^8.8.2", + "@vitest/expect": "0.32.4", + "@vitest/runner": "0.32.4", + "@vitest/snapshot": "0.32.4", + "@vitest/spy": "0.32.4", + "@vitest/utils": "0.32.4", + "acorn": "^8.9.0", "acorn-walk": "^8.2.0", "cac": "^6.7.14", "chai": "^4.3.7", - "concordance": "^5.0.4", "debug": "^4.3.4", "local-pkg": "^0.4.3", "magic-string": "^0.30.0", - "pathe": "^1.1.0", + "pathe": "^1.1.1", "picocolors": "^1.0.0", - "std-env": "^3.3.2", + "std-env": "^3.3.3", "strip-literal": "^1.0.1", "tinybench": "^2.5.0", "tinypool": "^0.5.0", "vite": "^3.0.0 || ^4.0.0", - "vite-node": "0.32.2", + "vite-node": "0.32.4", "why-is-node-running": "^2.2.2" }, "bin": { @@ -15873,15 +15798,15 @@ } }, "node_modules/vitest/node_modules/vite-node": { - "version": "0.32.2", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.32.2.tgz", - "integrity": "sha512-dTQ1DCLwl2aEseov7cfQ+kDMNJpM1ebpyMMMwWzBvLbis8Nla/6c9WQcqpPssTwS6Rp/+U6KwlIj8Eapw4bLdA==", + "version": "0.32.4", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.32.4.tgz", + "integrity": "sha512-L2gIw+dCxO0LK14QnUMoqSYpa9XRGnTTTDjW2h19Mr+GR0EFj4vx52W41gFXfMLqpA00eK4ZjOVYo1Xk//LFEw==", "dev": true, "dependencies": { "cac": "^6.7.14", "debug": "^4.3.4", - "mlly": "^1.2.0", - "pathe": "^1.1.0", + "mlly": "^1.4.0", + "pathe": "^1.1.1", "picocolors": "^1.0.0", "vite": "^3.0.0 || ^4.0.0" }, @@ -16196,15 +16121,6 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/well-known-symbols": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/well-known-symbols/-/well-known-symbols-2.0.0.tgz", - "integrity": "sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/whatwg-mimetype": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", diff --git a/package.json b/package.json index 70f96617..7b3f5c11 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "nuxt-icon": "0.4.2", "pinia": "2.0.35", "sass": "1.63.6", - "vitest": "0.32.2" + "vitest": "0.32.4" } } From 461110f732d0d9dcdf093377418091c7fae183cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 01:53:24 +0000 Subject: [PATCH 25/31] Update dependency npm-run-all2 to v6.0.6 --- package-lock.json | 119 ++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 106 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e285c72..6e8e8f12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "date-fns": "2.30.0", "eslint": "8.44.0", "markuplint": "3.11.0", - "npm-run-all2": "6.0.5", + "npm-run-all2": "6.0.6", "nuxt": "3.4.3", "nuxt-icon": "0.4.2", "pinia": "2.0.35", @@ -11472,17 +11472,17 @@ "peer": true }, "node_modules/npm-run-all2": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.5.tgz", - "integrity": "sha512-YfYsybLmMLeHK00shmIrArZbbqSov/0o692j8PAJTqZGpWy2bJMnMO00Xrex8S0ziePJUZy14CueF7rVMYAg/w==", + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.6.tgz", + "integrity": "sha512-Ba31DnJj3aqJ5freRdVIoBuRdGjHDt0Sfc7tduR2wYDbtcxsFlga6Sw2pE5Tn3+kdVttVwqzFlmozcT540wDxw==", "dev": true, "dependencies": { - "ansi-styles": "^5.0.0", + "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", - "minimatch": "^8.0.2", + "minimatch": "^9.0.0", "pidtree": "^0.6.0", - "read-pkg": "^5.2.0", + "read-pkg": "^8.0.0", "shell-quote": "^1.7.3" }, "bin": { @@ -11496,12 +11496,12 @@ } }, "node_modules/npm-run-all2/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" @@ -11516,10 +11516,49 @@ "balanced-match": "^1.0.0" } }, + "node_modules/npm-run-all2/node_modules/hosted-git-info": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", + "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", + "dev": true, + "dependencies": { + "lru-cache": "^7.5.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-run-all2/node_modules/json-parse-even-better-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz", + "integrity": "sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-run-all2/node_modules/lines-and-columns": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz", + "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/npm-run-all2/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, "node_modules/npm-run-all2/node_modules/minimatch": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", - "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.2.tgz", + "integrity": "sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -11531,6 +11570,58 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/npm-run-all2/node_modules/normalize-package-data": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz", + "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", + "dev": true, + "dependencies": { + "hosted-git-info": "^6.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-run-all2/node_modules/parse-json": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-7.0.0.tgz", + "integrity": "sha512-kP+TQYAzAiVnzOlWOe0diD6L35s9bJh0SCn95PIbZFKrOYuIRQsQkeWEYxzVDuHTt9V9YqvYCJ2Qo4z9wdfZPw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.21.4", + "error-ex": "^1.3.2", + "json-parse-even-better-errors": "^3.0.0", + "lines-and-columns": "^2.0.3", + "type-fest": "^3.8.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-all2/node_modules/read-pkg": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-8.0.0.tgz", + "integrity": "sha512-Ajb9oSjxXBw0YyOiwtQ2dKbAA/vMnUPnY63XcCk+mXo0BwIdQEMgZLZiMWGttQHcUhUgbK0mH85ethMPKXxziw==", + "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.1", + "normalize-package-data": "^5.0.0", + "parse-json": "^7.0.0", + "type-fest": "^3.8.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/npm-run-path": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", diff --git a/package.json b/package.json index 7b3f5c11..6435972c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "date-fns": "2.30.0", "eslint": "8.44.0", "markuplint": "3.11.0", - "npm-run-all2": "6.0.5", + "npm-run-all2": "6.0.6", "nuxt": "3.4.3", "nuxt-icon": "0.4.2", "pinia": "2.0.35", From dce710cc7e0d4b0e13aa55b840e7b5692ef34015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 01:29:47 +0000 Subject: [PATCH 26/31] Update dependency @nuxt/test-utils to v3.6.2 --- package-lock.json | 79 ++++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 42 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e8e8f12..47d3c485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.6.1", + "@nuxt/test-utils": "3.6.2", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", @@ -3299,14 +3299,14 @@ } }, "node_modules/@nuxt/test-utils": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.6.1.tgz", - "integrity": "sha512-pTyRwUseXXL+BAX7p3mHNDm6hSkK56GkiSYEoHfIN7C0rLOvsHbpjPp5FsRiCrr5Kk09TKFvjUNtk2UDhzFcvQ==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.6.2.tgz", + "integrity": "sha512-OvWmgEqh4SiADTj6cnYhIq2fvdBYzIDtrCOJYuCGc6Of80oGZG18cZfKmlcACRk/Vk3zQP3FGDfC26tz7d5N+Q==", "dev": true, "dependencies": { - "@nuxt/kit": "3.6.1", - "@nuxt/schema": "3.6.1", - "consola": "^3.1.0", + "@nuxt/kit": "3.6.2", + "@nuxt/schema": "3.6.2", + "consola": "^3.2.2", "defu": "^6.1.2", "execa": "^7.1.1", "get-port-please": "^3.0.1", @@ -3336,19 +3336,19 @@ } }, "node_modules/@nuxt/test-utils/node_modules/@nuxt/kit": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.6.1.tgz", - "integrity": "sha512-7AoiKV0zAtyT3ZvjMfGislMcB+JMbBZxYw68/oWtkEPXCfGQMYuiMI9Ue246/0JT2Yp2KZclEgrJEJ6NLkqFcw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.6.2.tgz", + "integrity": "sha512-X1WN76izsILva6TvQVTfJCHG7TXCwsB6jsxZKcU3qSog26jer5dildDb5ZmKL3e+IFD6BwK4ShO/py8VZcT6OA==", "dev": true, "dependencies": { - "@nuxt/schema": "3.6.1", + "@nuxt/schema": "3.6.2", "c12": "^1.4.2", - "consola": "^3.1.0", + "consola": "^3.2.2", "defu": "^6.1.2", - "globby": "^13.2.0", + "globby": "^13.2.1", "hash-sum": "^2.0.0", "ignore": "^5.2.4", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "knitwork": "^1.0.0", "mlly": "^1.4.0", "pathe": "^1.1.1", @@ -3356,7 +3356,7 @@ "scule": "^1.0.0", "semver": "^7.5.3", "unctx": "^2.3.1", - "unimport": "^3.0.10", + "unimport": "^3.0.14", "untyped": "^1.3.2" }, "engines": { @@ -3364,9 +3364,9 @@ } }, "node_modules/@nuxt/test-utils/node_modules/@nuxt/schema": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.6.1.tgz", - "integrity": "sha512-+4pr0lkcPP5QqprYV+/ujmBkt2JHmi/v5vaxCrMhElUFgifvJAfT89BkGFn6W7pz0b8Vd3GcByFUWI7/wX/Pcw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.6.2.tgz", + "integrity": "sha512-wxb1/C5ozly5IwX0IRjVGml1n2KjZrTKsf6lTk3fdjUpW105kAvYX4j66PDOdBRE4vCwCsgaHJfWpUSeNBxbuA==", "dev": true, "dependencies": { "defu": "^6.1.2", @@ -3376,7 +3376,7 @@ "postcss-import-resolver": "^2.0.0", "std-env": "^3.3.3", "ufo": "^1.1.2", - "unimport": "^3.0.10", + "unimport": "^3.0.14", "untyped": "^1.3.2" }, "engines": { @@ -6486,10 +6486,13 @@ "dev": true }, "node_modules/consola": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/consola/-/consola-3.1.0.tgz", - "integrity": "sha512-rrrJE6rP0qzl/Srg+C9x/AE5Kxfux7reVm1Wh0wCjuXvih6DqZgqDZe8auTD28fzJ9TF0mHlSDrPpWlujQRo1Q==", - "dev": true + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", + "integrity": "sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==", + "dev": true, + "engines": { + "node": "^14.18.0 || >=16.10.0" + } }, "node_modules/console-control-strings": { "version": "1.1.0", @@ -8344,9 +8347,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz", + "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -9061,14 +9064,14 @@ } }, "node_modules/globby": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.0.tgz", - "integrity": "sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", "dev": true, "dependencies": { "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", "merge2": "^1.4.1", "slash": "^4.0.0" }, @@ -10231,9 +10234,9 @@ } }, "node_modules/jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.1.tgz", + "integrity": "sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==", "dev": true, "bin": { "jiti": "bin/jiti.js" @@ -15310,14 +15313,14 @@ } }, "node_modules/unimport": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.10.tgz", - "integrity": "sha512-rKxlbbjxVQR+6dL7OxJSuVOu96MtTvoRY0VBasGQTgZGTzKPrawZ4zMv7bmhLHRmUqG/CUAJ4uNZlaip+F/6+A==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.0.14.tgz", + "integrity": "sha512-67Rh/sGpEuVqdHWkXaZ6NOq+I7sKt86o+DUtKeGB6dh4Hk1A8AQrzyVGg2+LaVEYotStH7HwvV9YSaRjyT7Uqg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.2", "escape-string-regexp": "^5.0.0", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "local-pkg": "^0.4.3", "magic-string": "^0.30.0", "mlly": "^1.4.0", diff --git a/package.json b/package.json index 6435972c..23d3ef66 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.6.1", + "@nuxt/test-utils": "3.6.2", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", From fba2539969da5b59025a9423676476a3f644c970 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:54:20 +0900 Subject: [PATCH 27/31] Update dependency markuplint to v3.12.0 (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 520 +++++++++++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 398 insertions(+), 124 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47d3c485..b5d7bff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", "eslint": "8.44.0", - "markuplint": "3.11.0", + "markuplint": "3.12.0", "npm-run-all2": "6.0.6", "nuxt": "3.4.3", "nuxt-icon": "0.4.2", @@ -2693,23 +2693,23 @@ } }, "node_modules/@markuplint/config-presets": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@markuplint/config-presets/-/config-presets-3.7.0.tgz", - "integrity": "sha512-Ldr2JhRg/MaO6iDjvZSWeHSWlKmVdxVQh34bkzynoezydQrYn9WaQPzOjgQiakr7WzdrlsnQczO6rHScF0v1KQ==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@markuplint/config-presets/-/config-presets-3.8.0.tgz", + "integrity": "sha512-ohE9Z48cuZpSeZnA467E/LtKgFTEzu0ncJPM30gp9e/O8SLAo0qzSvQNdTwMS2jf10IA6VSIdOcOfKM5V447fA==", "dev": true }, "node_modules/@markuplint/create-rule-helper": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/create-rule-helper/-/create-rule-helper-3.11.0.tgz", - "integrity": "sha512-7JJ9SUDkiZ/ECWEGLRllZWtvxqPa8Z+o58PloJ8SQpcyCr6WFe3Zsz1BWHkL3G8NFzaQ1vGaBR0yrBSnqCWoSg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/create-rule-helper/-/create-rule-helper-3.12.0.tgz", + "integrity": "sha512-NEtgq+QU0JwOFV6hKzfJDxPAQOvoXigiG83g4Fo/1fD2D2SNq7xPV0aDx5yEqNf6RcFPfnlVsp8eCTrVCU6oyg==", "dev": true, "dependencies": { - "@markuplint/ml-core": "3.11.0", - "glob": "^10.2.7", + "@markuplint/ml-core": "3.12.0", + "glob": "^10.3.2", "prettier": "^2.8.8", "ts-node": "^10.9.1", - "tslib": "^2.5.3", - "typescript": "^5.1.3" + "tslib": "^2.6.0", + "typescript": "^5.1.6" } }, "node_modules/@markuplint/create-rule-helper/node_modules/brace-expansion": { @@ -2722,16 +2722,16 @@ } }, "node_modules/@markuplint/create-rule-helper/node_modules/glob": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", - "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", + "version": "10.3.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz", + "integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2", - "path-scurry": "^1.7.0" + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" }, "bin": { "glob": "dist/cjs/src/bin.js" @@ -2744,9 +2744,9 @@ } }, "node_modules/@markuplint/create-rule-helper/node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -2759,34 +2759,94 @@ } }, "node_modules/@markuplint/create-rule-helper/node_modules/minipass": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", - "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz", + "integrity": "sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==", "dev": true, "engines": { "node": ">=16 || 14 >=14.17" } }, "node_modules/@markuplint/file-resolver": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/file-resolver/-/file-resolver-3.11.0.tgz", - "integrity": "sha512-DVBxHTgKX4hGOCEhBV2HttdNob+MfOcjXEG4qoFhSNo2+ogBIVFqWznT/f2fPNNLW95umSQuO9/5tTr+r/G2RQ==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/file-resolver/-/file-resolver-3.12.0.tgz", + "integrity": "sha512-LFCnRsKsZF23+JxGCw9yPDKhsh5dDqec3IBFJIal5VTNiVQDPv54u3EY6g0fP9mkhsapyb/igQx0wHvaQA8X6w==", "dev": true, "dependencies": { - "@markuplint/html-parser": "3.9.0", + "@markuplint/html-parser": "3.10.0", "@markuplint/ml-ast": "3.2.0", - "@markuplint/ml-config": "3.10.0", - "@markuplint/ml-core": "3.11.0", - "@markuplint/ml-spec": "3.10.0", - "@markuplint/parser-utils": "3.9.0", - "@markuplint/selector": "3.10.0", - "@markuplint/shared": "3.7.0", + "@markuplint/ml-config": "3.11.0", + "@markuplint/ml-core": "3.12.0", + "@markuplint/ml-spec": "3.11.0", + "@markuplint/parser-utils": "3.10.0", + "@markuplint/selector": "3.11.0", + "@markuplint/shared": "3.8.0", "cosmiconfig": "^8.2.0", "cosmiconfig-typescript-loader": "^4.3.0", - "glob": "^10.2.7", + "glob": "^10.3.2", + "ignore": "^5.2.4", "jsonc": "^2.0.0", - "minimatch": "^9.0.1", - "tslib": "^2.5.3" + "minimatch": "^9.0.3", + "tslib": "^2.6.0" + } + }, + "node_modules/@markuplint/file-resolver/node_modules/@markuplint/html-parser": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", + "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.10.0", + "parse5": "7.1.2", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/file-resolver/node_modules/@markuplint/ml-spec": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/file-resolver/node_modules/@markuplint/parser-utils": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", + "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "@types/uuid": "^9.0.2", + "tslib": "^2.6.0", + "type-fest": "^3.12.0", + "uuid": "^9.0.0" + } + }, + "node_modules/@markuplint/file-resolver/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/file-resolver/node_modules/brace-expansion": { @@ -2799,16 +2859,16 @@ } }, "node_modules/@markuplint/file-resolver/node_modules/glob": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", - "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", + "version": "10.3.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz", + "integrity": "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2", - "path-scurry": "^1.7.0" + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" }, "bin": { "glob": "dist/cjs/src/bin.js" @@ -2821,9 +2881,9 @@ } }, "node_modules/@markuplint/file-resolver/node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -2836,9 +2896,9 @@ } }, "node_modules/@markuplint/file-resolver/node_modules/minipass": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", - "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz", + "integrity": "sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==", "dev": true, "engines": { "node": ">=16 || 14 >=14.17" @@ -2858,12 +2918,44 @@ } }, "node_modules/@markuplint/html-spec": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-spec/-/html-spec-3.10.0.tgz", - "integrity": "sha512-rulh1NZebKBHEHZ/c+rHkdQ51dWmlnDTd2UKl/Ccow34Rr/ZQNgiOjM+iV9MyESkdtYXtSNBEVgmPWCqhVhNrw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-spec/-/html-spec-3.11.0.tgz", + "integrity": "sha512-gekCwBQ+EiN9mnMK6iJ6nXf11ah8jfVacc6PcfFpglZGRNiwST/WxAxzwlBQXTErra0XhxTkY8411e85zuV46Q==", "dev": true, "dependencies": { - "@markuplint/ml-spec": "3.10.0" + "@markuplint/ml-spec": "3.11.0" + } + }, + "node_modules/@markuplint/html-spec/node_modules/@markuplint/ml-spec": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/html-spec/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/i18n": { @@ -2879,41 +2971,100 @@ "dev": true }, "node_modules/@markuplint/ml-config": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-config/-/ml-config-3.10.0.tgz", - "integrity": "sha512-8Nqb5Y7Sdvoj1Sh2yKwRuYzXi6bpz8c06uJc6JR1SiqkhN5vxat0F7+zs4kIeBWcFBIBcfmwajOfsXbxNuUWmA==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-config/-/ml-config-3.11.0.tgz", + "integrity": "sha512-nH/zo1P5jGOWlmlpSVBaVRT9nRq/o8tBuvZQdplYOezEp635uq9hjLnliZBiHQv6oFZSAe2vG+LG0UJbAYapPA==", "dev": true, "dependencies": { "@markuplint/ml-ast": "3.2.0", - "@markuplint/selector": "3.10.0", - "@markuplint/shared": "3.7.0", + "@markuplint/selector": "3.11.0", + "@markuplint/shared": "3.8.0", "@types/mustache": "^4.2.2", "deepmerge": "^4.3.1", "is-plain-object": "^5.0.0", "mustache": "^4.2.0", - "type-fest": "^3.11.1" + "type-fest": "^3.12.0" } }, "node_modules/@markuplint/ml-core": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-core/-/ml-core-3.11.0.tgz", - "integrity": "sha512-Rt6dHH+JuckRQPS6UB10TK/6jb33IQQ2qzeoqOOyIPHbhZQRPxSEbjLaG/5flJRsGETnFAAr/vpnqv+GwVNXmA==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-core/-/ml-core-3.12.0.tgz", + "integrity": "sha512-R689jNPz86m2oAc6Ag+pVX3SBg7NclH/jlChiuc337uCWKFvCCUBR2+SFffZCrQ+s8BruyBau9hTK/jkAVrRDQ==", "dev": true, "dependencies": { - "@markuplint/config-presets": "3.7.0", - "@markuplint/html-parser": "3.9.0", - "@markuplint/html-spec": "3.10.0", + "@markuplint/config-presets": "3.8.0", + "@markuplint/html-parser": "3.10.0", + "@markuplint/html-spec": "3.11.0", "@markuplint/i18n": "3.9.0", "@markuplint/ml-ast": "3.2.0", - "@markuplint/ml-config": "3.10.0", - "@markuplint/ml-spec": "3.10.0", - "@markuplint/parser-utils": "3.9.0", - "@markuplint/selector": "3.10.0", + "@markuplint/ml-config": "3.11.0", + "@markuplint/ml-spec": "3.11.0", + "@markuplint/parser-utils": "3.10.0", + "@markuplint/selector": "3.11.0", "@types/debug": "^4.1.8", "debug": "^4.3.4", "is-plain-object": "^5.0.0", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/ml-core/node_modules/@markuplint/html-parser": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", + "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.10.0", + "parse5": "7.1.2", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/ml-core/node_modules/@markuplint/ml-spec": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/ml-core/node_modules/@markuplint/parser-utils": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", + "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "@types/uuid": "^9.0.2", + "tslib": "^2.6.0", + "type-fest": "^3.12.0", + "uuid": "^9.0.0" + } + }, + "node_modules/@markuplint/ml-core/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/ml-spec": { @@ -2945,47 +3096,111 @@ } }, "node_modules/@markuplint/rules": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/rules/-/rules-3.11.0.tgz", - "integrity": "sha512-1q7bbCAwfq28wenK1VlxsrBq9MgHzSvbKfSydP+2upHmthKNc8CPtkYPFnga5F8r4Tl7Li6fTNb78bMot9cWgw==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/@markuplint/rules/-/rules-3.12.0.tgz", + "integrity": "sha512-5bvEE8tUvHFbRGs6yc9dKJkNpY+Ad4olCI1AggH67ovslfk7pn0c//BtQsKriA7gGY/w9yUbu2won+Iz/A7sVA==", "dev": true, "dependencies": { - "@markuplint/html-spec": "3.10.0", - "@markuplint/ml-core": "3.11.0", - "@markuplint/ml-spec": "3.10.0", - "@markuplint/selector": "3.10.0", - "@markuplint/shared": "3.7.0", - "@markuplint/types": "3.8.0", + "@markuplint/html-spec": "3.11.0", + "@markuplint/ml-core": "3.12.0", + "@markuplint/ml-spec": "3.11.0", + "@markuplint/selector": "3.11.0", + "@markuplint/shared": "3.8.0", + "@markuplint/types": "3.9.0", "@types/debug": "^4.1.8", "@ungap/structured-clone": "^1.2.0", "ansi-colors": "^4.1.3", "chrono-node": "^2.6.3", "debug": "^4.3.4", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/rules/node_modules/@markuplint/ml-spec": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/rules/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/selector": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/selector/-/selector-3.10.0.tgz", - "integrity": "sha512-bAk0zn24Lktfak2da16rbZUT00JoN1SV7z78y2B3m6Zwkh6iIF9EOVQAJQcJvoxwPbFMLRBKYiA1M38arUKiTA==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/selector/-/selector-3.11.0.tgz", + "integrity": "sha512-FBe5Voks+EuuxljqNZWWR2Jqq69a1aU/4tokV9dCFIKCyU0SWLxm8mDbQEm8DHoVXOviUIqByxdRzRJHhM/reg==", "dev": true, "dependencies": { - "@markuplint/ml-spec": "3.10.0", + "@markuplint/ml-spec": "3.11.0", "@types/debug": "^4.1.8", "debug": "^4.3.4", "postcss-selector-parser": "^6.0.13", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/selector/node_modules/@markuplint/ml-spec": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/selector/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/shared": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-3.7.0.tgz", - "integrity": "sha512-yby+UarITY4NkcxyG/HyFfF5chy39O9qfuTHaSk7OPHAXwELUamHVm5/wpv9dfrMWtt2EBUwAXgEgrydkHc3Cw==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-3.8.0.tgz", + "integrity": "sha512-Pw9UiSi5qVsApm6DuMyGRYomAsfTnOH7yz7NT8RzlfObL6i9C3op2c019stw/eBrXRn2w8hsBHOfAfqfgY2jzQ==", "dev": true, "dependencies": { - "html-entities": "^2.3.6" + "html-entities": "^2.4.0" } }, "node_modules/@markuplint/types": { @@ -9321,9 +9536,9 @@ } }, "node_modules/html-entities": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.6.tgz", - "integrity": "sha512-9o0+dcpIw2/HxkNuYKxSJUF/MMRZQECK4GnF+oQOmJ83yCVHTWgCH5aOXxK5bozNRmM8wtgryjHD3uloPBDEGw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", "dev": true, "funding": [ { @@ -10813,22 +11028,22 @@ } }, "node_modules/markuplint": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/markuplint/-/markuplint-3.11.0.tgz", - "integrity": "sha512-GcHbyG3AGRzCUADZd4kO4LrcymaawkNe2Kzrwc687DoebWpDYX2LQR2GEOKT4fHZeQ9V/0QhxZBY7mKYW1J9gA==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/markuplint/-/markuplint-3.12.0.tgz", + "integrity": "sha512-y0tgdkqRjowT7FZqg01vwFNNPwcYwbUwyD4pH9fgEctK2IgDkqRbVGlp+kg+GE3aTVR0RtzkduERZEUNTu5xMA==", "dev": true, "dependencies": { - "@markuplint/create-rule-helper": "3.11.0", - "@markuplint/file-resolver": "3.11.0", - "@markuplint/html-parser": "3.9.0", - "@markuplint/html-spec": "3.10.0", + "@markuplint/create-rule-helper": "3.12.0", + "@markuplint/file-resolver": "3.12.0", + "@markuplint/html-parser": "3.10.0", + "@markuplint/html-spec": "3.11.0", "@markuplint/i18n": "3.9.0", "@markuplint/ml-ast": "3.2.0", - "@markuplint/ml-config": "3.10.0", - "@markuplint/ml-core": "3.11.0", - "@markuplint/ml-spec": "3.10.0", - "@markuplint/rules": "3.11.0", - "@markuplint/shared": "3.7.0", + "@markuplint/ml-config": "3.11.0", + "@markuplint/ml-core": "3.12.0", + "@markuplint/ml-spec": "3.11.0", + "@markuplint/rules": "3.12.0", + "@markuplint/shared": "3.8.0", "@types/cli-color": "^2.0.2", "@types/debug": "^4.1.8", "@types/has-yarn": "^1.0.1", @@ -10848,14 +11063,73 @@ "os-locale": "5", "strict-event-emitter": "^0.5.0", "strip-ansi": "6", - "tslib": "^2.5.3", - "type-fest": "^3.11.1", + "tslib": "^2.6.0", + "type-fest": "^3.12.0", "uuid": "^9.0.0" }, "bin": { "markuplint": "bin/markuplint" } }, + "node_modules/markuplint/node_modules/@markuplint/html-parser": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", + "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/parser-utils": "3.10.0", + "parse5": "7.1.2", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/markuplint/node_modules/@markuplint/ml-spec": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "dom-accessibility-api": "^0.6.1", + "is-plain-object": "^5.0.0", + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/markuplint/node_modules/@markuplint/parser-utils": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", + "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", + "dev": true, + "dependencies": { + "@markuplint/ml-ast": "3.2.0", + "@markuplint/types": "3.9.0", + "@types/uuid": "^9.0.2", + "tslib": "^2.6.0", + "type-fest": "^3.12.0", + "uuid": "^9.0.0" + } + }, + "node_modules/markuplint/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" + } + }, "node_modules/mdn-data": { "version": "2.0.30", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", @@ -12400,13 +12674,13 @@ "dev": true }, "node_modules/path-scurry": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz", - "integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", "dev": true, "dependencies": { - "lru-cache": "^9.1.1", - "minipass": "^5.0.0 || ^6.0.2" + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -12416,18 +12690,18 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz", - "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", + "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", "dev": true, "engines": { "node": "14 || >=16.14" } }, "node_modules/path-scurry/node_modules/minipass": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", - "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz", + "integrity": "sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==", "dev": true, "engines": { "node": ">=16 || 14 >=14.17" @@ -15102,9 +15376,9 @@ } }, "node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", + "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==", "dev": true }, "node_modules/tsutils": { @@ -15182,9 +15456,9 @@ } }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 23d3ef66..6cdc8272 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", "eslint": "8.44.0", - "markuplint": "3.11.0", + "markuplint": "3.12.0", "npm-run-all2": "6.0.6", "nuxt": "3.4.3", "nuxt-icon": "0.4.2", From cf2334769eddfdc6d34f766bc237391e534735fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:01:44 +0900 Subject: [PATCH 28/31] Update dependency @markuplint/vue-spec to v3.10.0 (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 160 +++++++++------------------------------------- package.json | 2 +- 2 files changed, 30 insertions(+), 132 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5d7bff5..b141cdbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.5", "@markuplint/vue-parser": "3.8.0", - "@markuplint/vue-spec": "3.9.0", + "@markuplint/vue-spec": "3.10.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", @@ -2803,20 +2803,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/file-resolver/node_modules/@markuplint/ml-spec": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", - "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, "node_modules/@markuplint/file-resolver/node_modules/@markuplint/parser-utils": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", @@ -2926,38 +2912,6 @@ "@markuplint/ml-spec": "3.11.0" } }, - "node_modules/@markuplint/html-spec/node_modules/@markuplint/ml-spec": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", - "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, - "node_modules/@markuplint/html-spec/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/i18n": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/@markuplint/i18n/-/i18n-3.9.0.tgz", @@ -3021,20 +2975,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/ml-core/node_modules/@markuplint/ml-spec": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", - "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, "node_modules/@markuplint/ml-core/node_modules/@markuplint/parser-utils": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", @@ -3068,17 +3008,35 @@ } }, "node_modules/@markuplint/ml-spec": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.10.0.tgz", - "integrity": "sha512-z4v8He7Cgr9UI9uTq8QRLHLspeoYINAA9+8ADyIu4IlhKrXqhHdbSHOD1SfwXqjVKhyr3Ulm8xqlQ+CyRw2r3Q==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", + "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", "dev": true, "dependencies": { "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.8.0", + "@markuplint/types": "3.9.0", "dom-accessibility-api": "^0.6.1", "is-plain-object": "^5.0.0", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" + "tslib": "^2.6.0", + "type-fest": "^3.12.0" + } + }, + "node_modules/@markuplint/ml-spec/node_modules/@markuplint/types": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", + "dev": true, + "dependencies": { + "@types/bcp-47": "1", + "@types/css-tree": "^2.0.1", + "@types/debug": "^4.1.8", + "@types/whatwg-mimetype": "3.0.0", + "bcp-47": "1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "leven": "3", + "type-fest": "^3.12.0", + "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/parser-utils": { @@ -3116,20 +3074,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/rules/node_modules/@markuplint/ml-spec": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", - "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, "node_modules/@markuplint/rules/node_modules/@markuplint/types": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", @@ -3162,38 +3106,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/selector/node_modules/@markuplint/ml-spec": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", - "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, - "node_modules/@markuplint/selector/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/shared": { "version": "3.8.0", "resolved": "https://registry.npmjs.org/@markuplint/shared/-/shared-3.8.0.tgz", @@ -3235,12 +3147,12 @@ } }, "node_modules/@markuplint/vue-spec": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-3.9.0.tgz", - "integrity": "sha512-f+/ZcPAvmhzyODEMrdMrtcTmDbdRBSIRUv3B9TRLbuElCgDXEZMtc8mi11IG+de5OPGkCZp+HgVQ3sPAVN40mQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/vue-spec/-/vue-spec-3.10.0.tgz", + "integrity": "sha512-KGcs0upW3KrqTbPsV324HjoxP3FKeuf7rCOSv4igj1P21C/Ad+ogcRpSP3sxAaNPpgzXLRi0DyBEqzMmw7iT1g==", "dev": true, "dependencies": { - "@markuplint/ml-spec": "3.10.0" + "@markuplint/ml-spec": "3.11.0" }, "peerDependencies": { "@markuplint/ml-core": "3.x" @@ -11084,20 +10996,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/markuplint/node_modules/@markuplint/ml-spec": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", - "integrity": "sha512-wMHwFo1q5VK3ONPtbdpdpHvW8SeTcI4ooctCcTA/5f9tks5axfMekGuDhC41lLIyVDgVO8O6/iCZ8TGIawzwvA==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "dom-accessibility-api": "^0.6.1", - "is-plain-object": "^5.0.0", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, "node_modules/markuplint/node_modules/@markuplint/parser-utils": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", diff --git a/package.json b/package.json index 6cdc8272..07941467 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@element-plus/nuxt": "1.0.5", "@markuplint/vue-parser": "3.8.0", - "@markuplint/vue-spec": "3.9.0", + "@markuplint/vue-spec": "3.10.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", From 777c387e032b69eb548261196c9100a69a656e88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:06:38 +0900 Subject: [PATCH 29/31] Update dependency @markuplint/vue-parser to v3.9.0 (#158) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 217 +++++----------------------------------------- package.json | 2 +- 2 files changed, 24 insertions(+), 195 deletions(-) diff --git a/package-lock.json b/package-lock.json index b141cdbf..148ccbdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "devDependencies": { "@element-plus/nuxt": "1.0.5", - "@markuplint/vue-parser": "3.8.0", + "@markuplint/vue-parser": "3.9.0", "@markuplint/vue-spec": "3.10.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", @@ -2790,51 +2790,6 @@ "tslib": "^2.6.0" } }, - "node_modules/@markuplint/file-resolver/node_modules/@markuplint/html-parser": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", - "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.10.0", - "parse5": "7.1.2", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, - "node_modules/@markuplint/file-resolver/node_modules/@markuplint/parser-utils": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", - "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "@types/uuid": "^9.0.2", - "tslib": "^2.6.0", - "type-fest": "^3.12.0", - "uuid": "^9.0.0" - } - }, - "node_modules/@markuplint/file-resolver/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/file-resolver/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -2891,16 +2846,16 @@ } }, "node_modules/@markuplint/html-parser": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.9.0.tgz", - "integrity": "sha512-JhZjoAJewn/56rPCHp9dJu3PW3f34MRHMWNSIennYyDkfpppOB1+IdEDwJMDR+4w6xlJO9joJxorfOQL8q4p6g==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", + "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", "dev": true, "dependencies": { "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.9.0", + "@markuplint/parser-utils": "3.10.0", "parse5": "7.1.2", - "tslib": "^2.5.3", - "type-fest": "^3.11.1" + "tslib": "^2.6.0", + "type-fest": "^3.12.0" } }, "node_modules/@markuplint/html-spec": { @@ -2962,51 +2917,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/ml-core/node_modules/@markuplint/html-parser": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", - "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.10.0", - "parse5": "7.1.2", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, - "node_modules/@markuplint/ml-core/node_modules/@markuplint/parser-utils": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", - "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "@types/uuid": "^9.0.2", - "tslib": "^2.6.0", - "type-fest": "^3.12.0", - "uuid": "^9.0.0" - } - }, - "node_modules/@markuplint/ml-core/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/ml-spec": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/@markuplint/ml-spec/-/ml-spec-3.11.0.tgz", @@ -3021,35 +2931,17 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/ml-spec/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/parser-utils": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.9.0.tgz", - "integrity": "sha512-fE1DeiUfX8butQjaIJozhXLsiYdOxy15Anxpwb/BiY6fw+p8CbM+Z+QWDFpF+4PO7728kFpFac2MdxyQVAPitg==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", + "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", "dev": true, "dependencies": { "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.8.0", + "@markuplint/types": "3.9.0", "@types/uuid": "^9.0.2", - "tslib": "^2.5.3", - "type-fest": "^3.11.1", + "tslib": "^2.6.0", + "type-fest": "^3.12.0", "uuid": "^9.0.0" } }, @@ -3074,24 +2966,6 @@ "type-fest": "^3.12.0" } }, - "node_modules/@markuplint/rules/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/@markuplint/selector": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/@markuplint/selector/-/selector-3.11.0.tgz", @@ -3116,9 +2990,9 @@ } }, "node_modules/@markuplint/types": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.8.0.tgz", - "integrity": "sha512-jEPjwLQZx8LKGanL2MAiH3icKbZ/vesFg/0NupIbALc5jQA2yy3itEnQ9lNj3YzE5BlM/nAgP7IMbeQMuoeoOw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", + "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", "dev": true, "dependencies": { "@types/bcp-47": "1", @@ -3129,20 +3003,20 @@ "css-tree": "^2.3.1", "debug": "^4.3.4", "leven": "3", - "type-fest": "^3.11.1", + "type-fest": "^3.12.0", "whatwg-mimetype": "^3.0.0" } }, "node_modules/@markuplint/vue-parser": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-3.8.0.tgz", - "integrity": "sha512-L17WBNjnTBoLZBOK0wFf0RtvEkwSVs9YBZbbnnhR34Lux/pmKGefYmpOfImjvFhmFeGwxwr+vuxSgIkVMq4KyA==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@markuplint/vue-parser/-/vue-parser-3.9.0.tgz", + "integrity": "sha512-H0artq2zpG6A8Mh+Qo50Xq8QX2ff5ZPmCp3kBgEOxgEpQAPoTkhQgY/HYB6/euei4DzLJChciTtorciThZ9NiA==", "dev": true, "dependencies": { - "@markuplint/html-parser": "3.9.0", + "@markuplint/html-parser": "3.10.0", "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.9.0", - "tslib": "^2.5.3", + "@markuplint/parser-utils": "3.10.0", + "tslib": "^2.6.0", "vue-eslint-parser": "^9.3.1" } }, @@ -10983,51 +10857,6 @@ "markuplint": "bin/markuplint" } }, - "node_modules/markuplint/node_modules/@markuplint/html-parser": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/html-parser/-/html-parser-3.10.0.tgz", - "integrity": "sha512-+XoUe3Y6kfFfgCZ1K/r46mAPetk8sORoxtwD3ZkcrhR/1yQDbh1iFBBUqTjpZeSMyQaozhNt16ACXTO3vUgvTw==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/parser-utils": "3.10.0", - "parse5": "7.1.2", - "tslib": "^2.6.0", - "type-fest": "^3.12.0" - } - }, - "node_modules/markuplint/node_modules/@markuplint/parser-utils": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/@markuplint/parser-utils/-/parser-utils-3.10.0.tgz", - "integrity": "sha512-/na4v566HP0MCunJZkdgjhAAhVI4FmIqFnCwezE8zVfZn4Se0VECS5V/AQ9MHBSK7xSufgpEhCmjfBZDDJo+Ag==", - "dev": true, - "dependencies": { - "@markuplint/ml-ast": "3.2.0", - "@markuplint/types": "3.9.0", - "@types/uuid": "^9.0.2", - "tslib": "^2.6.0", - "type-fest": "^3.12.0", - "uuid": "^9.0.0" - } - }, - "node_modules/markuplint/node_modules/@markuplint/types": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@markuplint/types/-/types-3.9.0.tgz", - "integrity": "sha512-+z8qlubU9JCzT1GGqXQ1Ue6EET5B+G0ci6Z/IN0XeksvyWYSXYWrHqq4ccaoC+tLBzcoJNyj+eQhDAqQ+6Kg5A==", - "dev": true, - "dependencies": { - "@types/bcp-47": "1", - "@types/css-tree": "^2.0.1", - "@types/debug": "^4.1.8", - "@types/whatwg-mimetype": "3.0.0", - "bcp-47": "1", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "leven": "3", - "type-fest": "^3.12.0", - "whatwg-mimetype": "^3.0.0" - } - }, "node_modules/mdn-data": { "version": "2.0.30", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", diff --git a/package.json b/package.json index 07941467..5ded3c3f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@element-plus/nuxt": "1.0.5", - "@markuplint/vue-parser": "3.8.0", + "@markuplint/vue-parser": "3.9.0", "@markuplint/vue-spec": "3.10.0", "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", From 1391324539ae44736475741a589848c4b111dd43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:05:17 +0000 Subject: [PATCH 30/31] Update dependency eslint to v8.45.0 (#161) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 +++++++--------- package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 148ccbdd..da7597fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", - "eslint": "8.44.0", + "eslint": "8.45.0", "markuplint": "3.12.0", "npm-run-all2": "6.0.6", "nuxt": "3.4.3", @@ -7534,9 +7534,9 @@ } }, "node_modules/eslint": { - "version": "8.44.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz", - "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==", + "version": "8.45.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz", + "integrity": "sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -7564,7 +7564,6 @@ "globals": "^13.19.0", "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", @@ -7576,7 +7575,6 @@ "natural-compare": "^1.4.0", "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { @@ -8083,9 +8081,9 @@ } }, "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.1.tgz", + "integrity": "sha512-CvefSOsDdaYYvxChovdrPo/ZGt8d5lrJWleAc1diXRKhHGiTYEI26cvo8Kle/wGnsizoCJjK73FMg1/IkIwiNA==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", diff --git a/package.json b/package.json index 5ded3c3f..26084b5e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node": "18.14.6", "@vite-pwa/nuxt": "0.1.0", "date-fns": "2.30.0", - "eslint": "8.44.0", + "eslint": "8.45.0", "markuplint": "3.12.0", "npm-run-all2": "6.0.6", "nuxt": "3.4.3", From dbe161b9605aa75eab154c30c5d04c881e5be6e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 23:22:54 +0000 Subject: [PATCH 31/31] Update dependency @nuxt/test-utils to v3.6.3 --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index da7597fc..f273cd9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.6.2", + "@nuxt/test-utils": "3.6.3", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11", @@ -3300,14 +3300,14 @@ } }, "node_modules/@nuxt/test-utils": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.6.2.tgz", - "integrity": "sha512-OvWmgEqh4SiADTj6cnYhIq2fvdBYzIDtrCOJYuCGc6Of80oGZG18cZfKmlcACRk/Vk3zQP3FGDfC26tz7d5N+Q==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@nuxt/test-utils/-/test-utils-3.6.3.tgz", + "integrity": "sha512-LpEIjPAF3iVtSlPuZS6r1sRi4Xbfx49k18CTUhit0ukYVfufNrwCsBL60OG+lAhwzAMqUCh4qSwRGaBH1DI3Cg==", "dev": true, "dependencies": { - "@nuxt/kit": "3.6.2", - "@nuxt/schema": "3.6.2", - "consola": "^3.2.2", + "@nuxt/kit": "3.6.3", + "@nuxt/schema": "3.6.3", + "consola": "^3.2.3", "defu": "^6.1.2", "execa": "^7.1.1", "get-port-please": "^3.0.1", @@ -3320,15 +3320,15 @@ }, "peerDependencies": { "@jest/globals": "^29.5.0", - "playwright": "^1.34.3", - "vitest": "^0.30.0 || ^0.31.0 || ^0.32.0", + "playwright-core": "^1.34.3", + "vitest": "^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0", "vue": "^3.3.4" }, "peerDependenciesMeta": { "@jest/globals": { "optional": true }, - "playwright": { + "playwright-core": { "optional": true }, "vitest": { @@ -3337,16 +3337,16 @@ } }, "node_modules/@nuxt/test-utils/node_modules/@nuxt/kit": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.6.2.tgz", - "integrity": "sha512-X1WN76izsILva6TvQVTfJCHG7TXCwsB6jsxZKcU3qSog26jer5dildDb5ZmKL3e+IFD6BwK4ShO/py8VZcT6OA==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-3.6.3.tgz", + "integrity": "sha512-Eq+2whSIsZ+2IdB9J3okYOc+nZHassjt13vJZowxO3dw0rsXTnWGFHx40IX+wrBYE6eiOHjU/cXQ1XHdiU2GyQ==", "dev": true, "dependencies": { - "@nuxt/schema": "3.6.2", + "@nuxt/schema": "3.6.3", "c12": "^1.4.2", - "consola": "^3.2.2", + "consola": "^3.2.3", "defu": "^6.1.2", - "globby": "^13.2.1", + "globby": "^13.2.2", "hash-sum": "^2.0.0", "ignore": "^5.2.4", "jiti": "^1.19.1", @@ -3365,9 +3365,9 @@ } }, "node_modules/@nuxt/test-utils/node_modules/@nuxt/schema": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.6.2.tgz", - "integrity": "sha512-wxb1/C5ozly5IwX0IRjVGml1n2KjZrTKsf6lTk3fdjUpW105kAvYX4j66PDOdBRE4vCwCsgaHJfWpUSeNBxbuA==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/@nuxt/schema/-/schema-3.6.3.tgz", + "integrity": "sha512-ZkcDt1DbgKX4Zv6Y+uLdn4Zt2WUDsZy+cuVx9XTRPoGVaG9PXZEgQr1XYoVH1vBMH/8VgDApvjok/Vzo+x+Nrg==", "dev": true, "dependencies": { "defu": "^6.1.2", diff --git a/package.json b/package.json index 26084b5e..41b0f267 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@mdi/font": "7.2.96", "@munierujp/eslint-config-typescript": "27.0.0", "@nuxt/eslint-config": "0.1.1", - "@nuxt/test-utils": "3.6.2", + "@nuxt/test-utils": "3.6.3", "@nuxtjs/eslint-module": "4.1.0", "@pinia-plugin-persistedstate/nuxt": "1.1.1", "@pinia/nuxt": "0.4.11",