diff --git a/CHANGELOG.md b/CHANGELOG.md index f335b29d9f88..47a4d83b7875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.3.0...v6.4.0-alpha.0) (2022-07-18) + + +### Bug Fixes + +* Workflow Bot -- Update Dictionaries ([#3239](https://github.com/streetsidesoftware/cspell/issues/3239)) ([384e4c9](https://github.com/streetsidesoftware/cspell/commit/384e4c93ef833568dc550d7eee78c849d384b372)) + + +### Features + +* **cspell-eslint-plugin:** Experimental Add word to dictionary ([#3247](https://github.com/streetsidesoftware/cspell/issues/3247)) ([22a514b](https://github.com/streetsidesoftware/cspell/commit/22a514b67291cbcfcb1a2917c099f0c4c606a9ef)) + + + + + # [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17) diff --git a/integration-tests/CHANGELOG.md b/integration-tests/CHANGELOG.md index 2f1680bcb634..564f1af4c0b1 100644 --- a/integration-tests/CHANGELOG.md +++ b/integration-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.3.0...v6.4.0-alpha.0) (2022-07-18) + +**Note:** Version bump only for package cspell-integration-tests + + + + + # [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17) **Note:** Version bump only for package cspell-integration-tests diff --git a/integration-tests/config/config.json b/integration-tests/config/config.json index bbb6f154ad05..d5343a6cf1c0 100644 --- a/integration-tests/config/config.json +++ b/integration-tests/config/config.json @@ -3,7 +3,7 @@ { "path": "php/php-src", "url": "https://github.com/php/php-src.git", - "commit": "327bb219867b16e1161da632fba170f46692484b", + "commit": "332ac8ec2519e807c09c3f273c5a596ee4ab0c52", "args": [ "--config=${repoConfig}/cspell.json", "**/*.{md,c,h,php}" @@ -36,7 +36,7 @@ { "path": "wireapp/wire-webapp", "url": "https://github.com/wireapp/wire-webapp.git", - "commit": "38c052c707e6a03b98645b99ed1ba24a4d52f98f", + "commit": "df512c0e3a627760db2991f24b186af56b7191de", "args": [ "src/script/**/*.{js,ts,tsx,md}" ] @@ -60,7 +60,7 @@ { "path": "wireapp/wire-desktop", "url": "https://github.com/wireapp/wire-desktop.git", - "commit": "21981bd8587e48919d530161cee268da33c7f05f", + "commit": "9f1141b6552e416fa7d1537b7473815db34aaf27", "args": [ "*.md", "electron/renderer/**/*.jsx", @@ -79,7 +79,7 @@ { "path": "aws-amplify/docs", "url": "https://github.com/aws-amplify/docs.git", - "commit": "e2d69522cf2bb6b2717b7ca92a742554c91a37a5", + "commit": "7ee5e4faed5654a93b8f63834945c371946f7327", "args": [ "**/*.{md,mdx}" ] @@ -97,7 +97,7 @@ { "path": "prettier/prettier", "url": "https://github.com/prettier/prettier.git", - "commit": "811b591ee8ece503931af5a84d8813cd29e6ea8f", + "commit": "89f90fc01363c31e4c9b21f34e3f1942994b1565", "args": [] }, { @@ -120,7 +120,7 @@ { "path": "SoftwareBrothers/admin-bro", "url": "https://github.com/SoftwareBrothers/admin-bro.git", - "commit": "c67285aa43406170859c60a5a3f6cd335b9cfeaa", + "commit": "bf2078fbdfdb7b5627858d3660a2e7e341afa278", "args": [ "src/**/*.{ts,js,tsx,jsx}", "**/*.md" @@ -129,7 +129,7 @@ { "path": "typescript-eslint/typescript-eslint", "url": "https://github.com/typescript-eslint/typescript-eslint.git", - "commit": "943523d9c345f01a7e285eb4440be2998614186d", + "commit": "4138b0df4da43dd0c145f35792982b055fb56ea1", "args": [ "--config=.cspell.json", "**/*.{md,ts,js}" @@ -159,12 +159,12 @@ "--config=cSpell.json", "**/*.{md,ts,js}" ], - "commit": "53740f04d2b1f9fab8ba6b0bdc0fde9b178c5987" + "commit": "a04115806a81d06f88764adee73193ff809188f3" }, { "path": "pycontribs/jira", "url": "https://github.com/pycontribs/jira.git", - "commit": "cacf7291bcec458a3e40bca93826dd048b9c5ed1", + "commit": "c8945f314a5f8e8cc710ae3067f11d090dbd462f", "args": [ "**/*.*" ] @@ -180,7 +180,7 @@ { "path": "TheAlgorithms/Python", "url": "https://github.com/TheAlgorithms/Python.git", - "commit": "2d5dd6f132a25165473471bf83765ec50c9f14d6", + "commit": "b3d9281591df03768fe062cc0517ee0d4cc387f0", "args": [ "**/*.{md,py}" ] @@ -188,7 +188,7 @@ { "path": "django/django", "url": "https://github.com/django/django.git", - "commit": "f8f16b3cd85599b464cbc5c7e884387940c24e6f", + "commit": "3e3e8141662c70d74d3aaef9d4b053c9636ea0d7", "args": [ "**/*.{md,py}" ] @@ -236,7 +236,7 @@ "-e", "{*.BUILD,BUILD,CHANGELOG.md,*.sh,*.cfg,*.ps1,Dockerfile.*,*.Dockerfile,*.{yaml,xml,json,cmake}}" ], - "commit": "6e2f5065b596c981b88bb4f65a1095c982e19a48" + "commit": "c674e840da6df24a6b73c3a162577ffdcc93947c" }, { "path": "graphql/graphql-spec", @@ -253,7 +253,7 @@ "{examples,src,test}/**/*", "**/*.md" ], - "commit": "2554f88d5858b8a10d0f5eecf98f955b2efbdb63" + "commit": "6999f74bd24272820c68a371b834fb978b3bec31" }, { "path": "canada-ca/open-source-logiciel-libre", @@ -281,7 +281,7 @@ "args": [ "site/**/*.md" ], - "commit": "5235f8eb0497ceaf319191eaf4a46f3a42e3e5a0" + "commit": "154916ca2e9160cc17c21c7a8e5938832ab186b3" }, { "path": "apollographql/apollo-server", @@ -289,7 +289,7 @@ "args": [ "**" ], - "commit": "e9ae0f28d11d2fdfc5abd5048c85acf70de21592" + "commit": "3e0b6f917588052d179811fac366889056b34073" }, { "path": "shoelace-style/shoelace", @@ -299,7 +299,7 @@ "-e", "docs/assets/**" ], - "commit": "ca95822bbab02ce47420891124991fd8d9d4f565" + "commit": "4b0c7245bd178ff91ea2149a7acb6d4e3bd5936c" }, { "path": "aspnetboilerplate/aspnetboilerplate", @@ -317,7 +317,7 @@ "args": [ "**/*.go" ], - "commit": "d6bc9e0b5c748c999e30051bf04d622dbbb0a156" + "commit": "8bdee04651d93a5a799f6816ceafaa7ac61fe26d" }, { "path": "eslint/eslint", @@ -331,7 +331,7 @@ "--exclude=docs/src/_includes", "--exclude=docs/src/assets/{fonts,s?css,images}" ], - "commit": "30be0ed4d84dd436e6c2e345e264c10b2bd37308" + "commit": "0bcd2255c40b5c115a95181864776b0dd456c2dc" }, { "path": "iluwatar/java-design-patterns", diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index 591959b4f24b..32e17614606c 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -1,19 +1,19 @@ { "name": "cspell-integration-tests", - "version": "6.3.0", + "version": "6.4.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cspell-integration-tests", - "version": "6.3.0", + "version": "6.4.0-alpha.0", "license": "MIT", "dependencies": { - "@cspell/cspell-types": "^6.2.4-alpha.0", + "@cspell/cspell-types": "^6.3.0", "@octokit/rest": "^19.0.3", "chalk": "^4.1.2", - "commander": "^9.3.0", - "jest-diff": "^28.1.1", + "commander": "^9.4.0", + "jest-diff": "^28.1.3", "mkdirp": "^1.0.4", "rimraf": "^3.0.2", "shelljs": "^0.8.5", @@ -24,14 +24,14 @@ "cspell-integration-tests": "tester.js" }, "devDependencies": { - "@cspell/cspell-bundled-dicts": "^6.2.4-alpha.0", + "@cspell/cspell-bundled-dicts": "^6.3.0", "@cspell/dict-de-de": "^2.1.0", "@types/mkdirp": "^1.0.2", - "@types/node": "^18.0.3", + "@types/node": "^18.0.6", "@types/rimraf": "^3.0.2", "@types/shelljs": "^0.8.11", - "cspell": "^6.2.4-alpha.0", - "jest": "^28.1.2" + "cspell": "^6.3.0", + "jest": "^28.1.3" }, "engines": { "node": ">=14" @@ -72,21 +72,21 @@ } }, "node_modules/@babel/core": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", - "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.9.tgz", + "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.6", - "@babel/helper-compilation-targets": "^7.18.6", - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helpers": "^7.18.6", - "@babel/parser": "^7.18.6", + "@babel/generator": "^7.18.9", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.9", "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.6", - "@babel/types": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -111,12 +111,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.18.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz", - "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.9.tgz", + "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==", "dev": true, "dependencies": { - "@babel/types": "^7.18.7", + "@babel/types": "^7.18.9", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -139,12 +139,12 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz", - "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", + "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.18.6", + "@babel/compat-data": "^7.18.8", "@babel/helper-validator-option": "^7.18.6", "browserslist": "^4.20.2", "semver": "^6.3.0" @@ -166,22 +166,22 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz", - "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==", + "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-function-name": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz", - "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", + "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", "dev": true, "dependencies": { "@babel/template": "^7.18.6", - "@babel/types": "^7.18.6" + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" @@ -212,28 +212,28 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz", - "integrity": "sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", + "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", "@babel/helper-simple-access": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.18.6", "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.8", - "@babel/types": "^7.18.8" + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz", - "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", + "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", "dev": true, "engines": { "node": ">=6.9.0" @@ -282,14 +282,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz", - "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", "dev": true, "dependencies": { "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.6", - "@babel/types": "^7.18.6" + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" @@ -381,9 +381,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.8.tgz", - "integrity": "sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.9.tgz", + "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -569,19 +569,19 @@ } }, "node_modules/@babel/traverse": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz", - "integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.9.tgz", + "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.7", - "@babel/helper-environment-visitor": "^7.18.6", - "@babel/helper-function-name": "^7.18.6", + "@babel/generator": "^7.18.9", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.8", - "@babel/types": "^7.18.8", + "@babel/parser": "^7.18.9", + "@babel/types": "^7.18.9", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -590,9 +590,9 @@ } }, "node_modules/@babel/types": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.8.tgz", - "integrity": "sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.9.tgz", + "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.18.6", @@ -609,9 +609,9 @@ "dev": true }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.2.4-alpha.0.tgz", - "integrity": "sha512-vcswxMbhvzCqgThafIFeylY7ELYM5PwRWPEV/7P0nCbs+iNbW2jmZhKR0T49vXHOBDSmcIJ/CvQxYf3GTt5low==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.3.0.tgz", + "integrity": "sha512-m4Woxfj9NIWpNrRvuhJM9usLyfPYZJyzjtwdm1/vmOcBX+8B+TTknxMlBiBwxKjkuSdCO2uuWVybFxypJ7fLCA==", "dev": true, "dependencies": { "@cspell/dict-ada": "^2.0.0", @@ -661,18 +661,18 @@ } }, "node_modules/@cspell/cspell-pipe": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.2.4-alpha.0.tgz", - "integrity": "sha512-WWIJB/+uhBDp1kBK/nLJf3ofBXpYxTutCvtyaiGPq3cEHBbgxydsfest8pu/vrzMHE3DxKeBD7Vj6N3Q9Dqzcw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.3.0.tgz", + "integrity": "sha512-wxuFAyLmZ+aOsQx+28SdG2n1v66ybl5YJdfHSqyEUL8qv2yn2xaYvyAsGuNni+VZvYBnFLwV2IGkBvwUaZhuuA==", "dev": true, "engines": { "node": ">=14" } }, "node_modules/@cspell/cspell-types": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.2.4-alpha.0.tgz", - "integrity": "sha512-5irkhAYTuIN2DKpxImgDzhwsYumL4vFnrkCimim7WylU+9N3GiiRiaHqU6i3mC1Vj2cSNC9CoyU7fQ/aXz79WQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.3.0.tgz", + "integrity": "sha512-21vN9FxY7SOCi70UKv67oaF49heT6oFutNJKdUMX4sHMVlAyJntkuL/G1wPrd3OCyxwy9VwoHdVP4x7f/+QEPQ==", "engines": { "node": ">=14" } @@ -690,9 +690,9 @@ "dev": true }, "node_modules/@cspell/dict-bash": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.3.tgz", - "integrity": "sha512-iw78lmxm49q2LhHTQCSu9zs85E8Sm6ui82OvxajU9rdhckFzZoj/KCQi9P0gFuL+w3WmQObHqdH2/sxK4oi2wA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.4.tgz", + "integrity": "sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag==", "dev": true }, "node_modules/@cspell/dict-companies": { @@ -762,9 +762,9 @@ "dev": true }, "node_modules/@cspell/dict-en_us": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.2.10.tgz", - "integrity": "sha512-f9R4JpxwhA7kGITO95+NHP+RlURj6sFsRIdSx3uUsc66OXv4F77XWtkdMcTpRIvAr1r5ZpiK/m9ITWZ4wAeYMg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.3.0.tgz", + "integrity": "sha512-wEGqVZ4uXxq9/mTemgN9B2MIqlcaLGPnvCBdqT5vPWxqxJjkGJmCkRCx9DYHHp2Cfd+VHc9zW6Xad59kORBS9g==", "dev": true }, "node_modules/@cspell/dict-en-gb": { @@ -906,9 +906,9 @@ "dev": true }, "node_modules/@cspell/dict-software-terms": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.11.tgz", - "integrity": "sha512-GYW/CNDkPxX3QYsecHim0/rejxeBTR/eXCMYuFWuGOpc7D08lmI57+W+aNZLHqaQ//7YvqNAFOrLXGFmvPUqWg==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.12.tgz", + "integrity": "sha512-l8AKy8x20axAYVmh2bVtj7QDUn+V8MPV8V9RWCLIBWyksNu/DmfA7Itz+/zxqAjhh7HwzZEOUmynQfUi3oo1VQ==", "dev": true }, "node_modules/@cspell/dict-swift": { @@ -918,9 +918,9 @@ "dev": true }, "node_modules/@cspell/dict-typescript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.0.tgz", - "integrity": "sha512-WFBahxsnD2y4Os14tE5Zxh31Ggn4DzGOAu3UoxYl1lLLxaszx4RH7LmAeFuznySboiaBeRBbpfJOjQA796O6VQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.1.tgz", + "integrity": "sha512-YXH6nEH4thcD7lNffdNsKgDDZA5JVX4aKCuNIGE7qWSS9kBVgIvSU9/WH64R59rEzAPe1VwXwXyoZ7y4fAufww==", "dev": true }, "node_modules/@cspell/dict-vue": { @@ -1007,16 +1007,16 @@ } }, "node_modules/@jest/console": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.1.tgz", - "integrity": "sha512-0RiUocPVFEm3WRMOStIHbRWllG6iW6E3/gUPnf4lkrVFyXIIDeCe+vlKeYyFOMhB2EPE6FLFCNADSOOQMaqvyA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", "slash": "^3.0.0" }, "engines": { @@ -1024,37 +1024,37 @@ } }, "node_modules/@jest/core": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.2.tgz", - "integrity": "sha512-Xo4E+Sb/nZODMGOPt2G3cMmCBqL4/W2Ijwr7/mrXlq4jdJwcFQ/9KrrJZT2adQRk2otVBXXOz1GRQ4Z5iOgvRQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", + "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", "dev": true, "dependencies": { - "@jest/console": "^28.1.1", - "@jest/reporters": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/reporters": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.0.2", - "jest-config": "^28.1.2", - "jest-haste-map": "^28.1.1", - "jest-message-util": "^28.1.1", + "jest-changed-files": "^28.1.3", + "jest-config": "^28.1.3", + "jest-haste-map": "^28.1.3", + "jest-message-util": "^28.1.3", "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-resolve-dependencies": "^28.1.2", - "jest-runner": "^28.1.2", - "jest-runtime": "^28.1.2", - "jest-snapshot": "^28.1.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", - "jest-watcher": "^28.1.1", + "jest-resolve": "^28.1.3", + "jest-resolve-dependencies": "^28.1.3", + "jest-runner": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", + "jest-watcher": "^28.1.3", "micromatch": "^4.0.4", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "rimraf": "^3.0.0", "slash": "^3.0.0", "strip-ansi": "^6.0.0" @@ -1072,37 +1072,37 @@ } }, "node_modules/@jest/environment": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.2.tgz", - "integrity": "sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", + "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", "dev": true, "dependencies": { - "@jest/fake-timers": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", - "jest-mock": "^28.1.1" + "jest-mock": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/@jest/expect": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.2.tgz", - "integrity": "sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz", + "integrity": "sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==", "dev": true, "dependencies": { - "expect": "^28.1.1", - "jest-snapshot": "^28.1.2" + "expect": "^28.1.3", + "jest-snapshot": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/@jest/expect-utils": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.1.tgz", - "integrity": "sha512-n/ghlvdhCdMI/hTcnn4qV57kQuV9OTsZzH1TTCVARANKhl6hXJqLKUkwX69ftMGpsbpt96SsDD8n8LD2d9+FRw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.3.tgz", + "integrity": "sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==", "dev": true, "dependencies": { "jest-get-type": "^28.0.2" @@ -1112,47 +1112,47 @@ } }, "node_modules/@jest/fake-timers": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.2.tgz", - "integrity": "sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", + "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@sinonjs/fake-timers": "^9.1.2", "@types/node": "*", - "jest-message-util": "^28.1.1", - "jest-mock": "^28.1.1", - "jest-util": "^28.1.1" + "jest-message-util": "^28.1.3", + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/@jest/globals": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.2.tgz", - "integrity": "sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", + "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.2", - "@jest/expect": "^28.1.2", - "@jest/types": "^28.1.1" + "@jest/environment": "^28.1.3", + "@jest/expect": "^28.1.3", + "@jest/types": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/@jest/reporters": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.2.tgz", - "integrity": "sha512-/whGLhiwAqeCTmQEouSigUZJPVl7sW8V26EiboImL+UyXznnr1a03/YZ2BX8OlFw0n+Zlwu+EZAITZtaeRTxyA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", + "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.1", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@jridgewell/trace-mapping": "^0.3.13", "@types/node": "*", "chalk": "^4.0.0", @@ -1165,9 +1165,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", - "jest-worker": "^28.1.1", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", "slash": "^3.0.0", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", @@ -1229,11 +1229,11 @@ } }, "node_modules/@jest/schemas": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.0.2.tgz", - "integrity": "sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", "dependencies": { - "@sinclair/typebox": "^0.23.3" + "@sinclair/typebox": "^0.24.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" @@ -1254,13 +1254,13 @@ } }, "node_modules/@jest/test-result": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.1.tgz", - "integrity": "sha512-hPmkugBktqL6rRzwWAtp1JtYT4VHwv8OQ+9lE5Gymj6dHzubI/oJHMUpPOt8NrdVWSrz9S7bHjJUmv2ggFoUNQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", "dev": true, "dependencies": { - "@jest/console": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/types": "^28.1.3", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" }, @@ -1269,14 +1269,14 @@ } }, "node_modules/@jest/test-sequencer": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.1.tgz", - "integrity": "sha512-nuL+dNSVMcWB7OOtgb0EGH5AjO4UBCt68SLP08rwmC+iRhyuJWS9MtZ/MpipxFwKAlHFftbMsydXqWre8B0+XA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", + "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", "dev": true, "dependencies": { - "@jest/test-result": "^28.1.1", + "@jest/test-result": "^28.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^28.1.3", "slash": "^3.0.0" }, "engines": { @@ -1284,22 +1284,22 @@ } }, "node_modules/@jest/transform": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.2.tgz", - "integrity": "sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", + "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@jridgewell/trace-mapping": "^0.3.13", "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^28.1.3", "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.1", + "jest-util": "^28.1.3", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", @@ -1323,12 +1323,12 @@ } }, "node_modules/@jest/types": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz", - "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", "dev": true, "dependencies": { - "@jest/schemas": "^28.0.2", + "@jest/schemas": "^28.1.3", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -1454,9 +1454,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.8.0.tgz", - "integrity": "sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==" + "version": "12.10.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.10.0.tgz", + "integrity": "sha512-xsgA7LKuQ/2QReMZQXNlBP68ferPlqw66Jmx5/J399Cn5EgIDaHXou6Rgn1GkpDNjkPji67fTlC2rz6ABaVFKw==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "3.0.0", @@ -1481,11 +1481,11 @@ } }, "node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.0.1.tgz", - "integrity": "sha512-Ge227MjEykkRI7OYkJ0NIZexjO1kzKAPW/pFyWZAGWT9uO3bChn57+NKleK8r9iXXN4SM0JkpJxK8TdbeCTPYw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.1.0.tgz", + "integrity": "sha512-gP/yHUY0k/uKkEqXF6tZGRhCFqZNjQ0qdh9/gVo74AJ2pc3cr1rjnW/KRw1uXUKB/H9Y0rRBCBxsLXJmQjPv3A==", "dependencies": { - "@octokit/types": "^6.39.0", + "@octokit/types": "^6.40.0", "deprecation": "^2.3.1" }, "engines": { @@ -1496,9 +1496,9 @@ } }, "node_modules/@octokit/request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.1.0.tgz", - "integrity": "sha512-36V+sP4bJli31TRq8sea3d/Q1XGgZ9cnqpsegkLCnvpu+hoYephSkxGlWg4KB6dyUM1IWPXVrLFOKYzObQ+MZg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz", + "integrity": "sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==", "dependencies": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", @@ -1539,17 +1539,17 @@ } }, "node_modules/@octokit/types": { - "version": "6.39.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.39.0.tgz", - "integrity": "sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==", + "version": "6.40.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.40.0.tgz", + "integrity": "sha512-MFZOU5r8SwgJWDMhrLUSvyJPtVsqA6VnbVI3TNbsmw+Jnvrktzvq2fYES/6RiJA/5Ykdwq4mJmtlYUfW7CGjmw==", "dependencies": { - "@octokit/openapi-types": "^12.7.0" + "@octokit/openapi-types": "^12.10.0" } }, "node_modules/@sinclair/typebox": { - "version": "0.23.5", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.23.5.tgz", - "integrity": "sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==" + "version": "0.24.20", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.20.tgz", + "integrity": "sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ==" }, "node_modules/@sinonjs/commons": { "version": "1.8.3", @@ -1669,9 +1669,9 @@ } }, "node_modules/@types/node": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz", - "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz", + "integrity": "sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==", "dev": true }, "node_modules/@types/node-fetch": { @@ -1809,15 +1809,15 @@ "dev": true }, "node_modules/babel-jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.2.tgz", - "integrity": "sha512-pfmoo6sh4L/+5/G2OOfQrGJgvH7fTa1oChnuYH2G/6gA+JwDvO8PELwvwnofKBMNrQsam0Wy/Rw+QSrBNewq2Q==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", + "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", "dev": true, "dependencies": { - "@jest/transform": "^28.1.2", + "@jest/transform": "^28.1.3", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.1", + "babel-preset-jest": "^28.1.3", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "slash": "^3.0.0" @@ -1846,9 +1846,9 @@ } }, "node_modules/babel-plugin-jest-hoist": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.1.tgz", - "integrity": "sha512-NovGCy5Hn25uMJSAU8FaHqzs13cFoOI4lhIujiepssjCKRsAo3TA734RDWSGxuFTsUJXerYOqQQodlxgmtqbzw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", + "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", "dev": true, "dependencies": { "@babel/template": "^7.3.3", @@ -1884,12 +1884,12 @@ } }, "node_modules/babel-preset-jest": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.1.tgz", - "integrity": "sha512-FCq9Oud0ReTeWtcneYf/48981aTfXYuB9gbU4rBNNJVBSQ6ssv7E6v/qvbBxtOWwZFXjLZwpg+W3q7J6vhH25g==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", + "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", "dev": true, "dependencies": { - "babel-plugin-jest-hoist": "^28.1.1", + "babel-plugin-jest-hoist": "^28.1.3", "babel-preset-current-node-syntax": "^1.0.0" }, "engines": { @@ -1931,9 +1931,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", - "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz", + "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", "dev": true, "funding": [ { @@ -1946,9 +1946,9 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001359", - "electron-to-chromium": "^1.4.172", - "node-releases": "^2.0.5", + "caniuse-lite": "^1.0.30001366", + "electron-to-chromium": "^1.4.188", + "node-releases": "^2.0.6", "update-browserslist-db": "^1.0.4" }, "bin": { @@ -1992,9 +1992,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001366", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001366.tgz", - "integrity": "sha512-yy7XLWCubDobokgzudpkKux8e0UOOnLHE6mlNJBzT3lZJz6s5atSEzjoL+fsCPkI0G8MP5uVdDx1ur/fXEWkZA==", + "version": "1.0.30001367", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz", + "integrity": "sha512-XDgbeOHfifWV3GEES2B8rtsrADx4Jf+juKX2SICJcaUhjYBO3bR96kvEIHa15VU6ohtOhBZuPGGYGbXMRn0NCw==", "dev": true, "funding": [ { @@ -2115,9 +2115,9 @@ } }, "node_modules/commander": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.3.0.tgz", - "integrity": "sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", "engines": { "node": "^12.20.0 || >=14" } @@ -2215,17 +2215,17 @@ } }, "node_modules/cspell": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.2.4-alpha.0.tgz", - "integrity": "sha512-iTfd71EiI/4ECv9Ge48XPNJdkq0qwHqdfrD9Z25kO0uY/TICckfB6i3btYvuVIiZ219YX2Df+bxA0+4nKirw3g==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.3.0.tgz", + "integrity": "sha512-Bd+GPDvz41ubRqDMmo5EYJD7v0oqcHHw8BCJEnxENbMbaDsFxeZovlka+3E/dmTN+LNgiMlS+wBWZ14Y/MXNFQ==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "^6.2.4-alpha.0", + "@cspell/cspell-pipe": "^6.3.0", "chalk": "^4.1.2", "commander": "^9.3.0", - "cspell-gitignore": "^6.2.4-alpha.0", - "cspell-glob": "^6.2.4-alpha.0", - "cspell-lib": "^6.2.4-alpha.0", + "cspell-gitignore": "^6.3.0", + "cspell-glob": "^6.3.0", + "cspell-lib": "^6.3.0", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -2247,12 +2247,12 @@ } }, "node_modules/cspell-gitignore": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.2.4-alpha.0.tgz", - "integrity": "sha512-aLPhEouwAolPCElZ/nPOdF6SHcKmugG9YAJMF9OE/RiBnpbsczAMZtYq86XOA3QuTXJo+sd/jo0NQdOq9buwBg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.3.0.tgz", + "integrity": "sha512-gy7FEx4WQMParfdgnWg5kNYmZELMpURfMe3Rw86VBQMTLgyyYR53ZRYJp0dxnKfiJoBw20YuAPonYJqBvNrkhg==", "dev": true, "dependencies": { - "cspell-glob": "^6.2.4-alpha.0", + "cspell-glob": "^6.3.0", "find-up": "^5.0.0" }, "bin": { @@ -2263,9 +2263,9 @@ } }, "node_modules/cspell-glob": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.2.4-alpha.0.tgz", - "integrity": "sha512-MB+u93YJLbVxCkeAu8FznA/iivo1pQXtuHn43BMLp470l4VDonehmnIIrpsZV12YFDRZaUOmxhgXdu7AebfwIQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.3.0.tgz", + "integrity": "sha512-oMFkxlfESDVBrjhVx+ahyjiT/kbudFtwzekuE6mvLp5Tid8JF2siy0DpVuvgtJmyQA0Tx44bv7uqUeFJVY9L2A==", "dev": true, "dependencies": { "micromatch": "^4.0.5" @@ -2275,13 +2275,13 @@ } }, "node_modules/cspell-grammar": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.2.4-alpha.0.tgz", - "integrity": "sha512-6ZgQnWoxLGzoQllnvgGa28fk3X1gzyuf7jrusic3K281DbOZ7X7nYbBd+LRcYVKR4bjaaWgu6xK/Ljo4Dph8Ug==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.3.0.tgz", + "integrity": "sha512-xTJdWyqFzbZ0q41d9h/4QtBFPpDwuC5GgAGjIjyiDK09zxO95S6xvQyfqP8R/k8FtyWlKMzSx4ZbN1IjEaS1yQ==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "^6.2.4-alpha.0", - "@cspell/cspell-types": "^6.2.4-alpha.0" + "@cspell/cspell-pipe": "^6.3.0", + "@cspell/cspell-types": "^6.3.0" }, "bin": { "cspell-grammar": "bin.js" @@ -2291,9 +2291,9 @@ } }, "node_modules/cspell-io": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.2.4-alpha.0.tgz", - "integrity": "sha512-bSR9uI4jOTub6ODV4qp5rj+hsWpzPrcEqw6USKBAgOJmdtY5CJd37/iCW16z0xOExfMGfSGSziOv4DqUjjddDw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.3.0.tgz", + "integrity": "sha512-Ta1XnOPAHfb3kkvPoBryvNVnK7agZDcaGN0pnuIYzT5kt9E8OBcmCnPjXKhGCP0znSUTUPmm42q96FkaDuGXmg==", "dev": true, "dependencies": { "@types/node-fetch": "^2.6.2", @@ -2304,22 +2304,22 @@ } }, "node_modules/cspell-lib": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.2.4-alpha.0.tgz", - "integrity": "sha512-NxF3hhh9CbkR7eAAOVtTkHB4dNB78dSvpYJg8NX2NUNP/DR5b5f02a3IVk24Hd0g0LsjIaYSlfCPpe6aQ2YI0Q==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.3.0.tgz", + "integrity": "sha512-Eatco/J7FawNGrPildO0NDd86C+briABUofAbRHQPeeY57o4X0eV3U3BVVbuXpJnGD5AZDabRvv+DmStM9NK6w==", "dev": true, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.2.4-alpha.0", - "@cspell/cspell-pipe": "^6.2.4-alpha.0", - "@cspell/cspell-types": "^6.2.4-alpha.0", + "@cspell/cspell-bundled-dicts": "^6.3.0", + "@cspell/cspell-pipe": "^6.3.0", + "@cspell/cspell-types": "^6.3.0", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.2.4-alpha.0", - "cspell-grammar": "^6.2.4-alpha.0", - "cspell-io": "^6.2.4-alpha.0", - "cspell-trie-lib": "^6.2.4-alpha.0", + "cspell-glob": "^6.3.0", + "cspell-grammar": "^6.3.0", + "cspell-io": "^6.3.0", + "cspell-trie-lib": "^6.3.0", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -2335,12 +2335,12 @@ } }, "node_modules/cspell-trie-lib": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.2.4-alpha.0.tgz", - "integrity": "sha512-7O2B7ksWqxeIH41GBzS+5BfKaQbCRcejmGKz3UVdtE08yXY0f2wwj24dYakGa6LBq71uqw0yxY5j2MSFqUxHbg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.3.0.tgz", + "integrity": "sha512-GHMbgHCb5cvBuGZEPaD9znQbRBy6cMh5j6VHX7QOmvHXYNEXCN851aNbl1Hm/oVCWylvQf00H4pC1WaJhmCqEA==", "dev": true, "dependencies": { - "@cspell/cspell-pipe": "^6.2.4-alpha.0", + "@cspell/cspell-pipe": "^6.3.0", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -2423,9 +2423,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.187.tgz", - "integrity": "sha512-t3iFLHVIMhB8jGZ+8ui951nz6Bna5qKfhxezG3wzXdBJ79qFKPsE2chjjVFNqC1ewhfrPQrw9pmVeo4FFpZeQA==", + "version": "1.4.192", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz", + "integrity": "sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw==", "dev": true }, "node_modules/emittery": { @@ -2519,16 +2519,16 @@ } }, "node_modules/expect": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.1.tgz", - "integrity": "sha512-/AANEwGL0tWBwzLNOvO0yUdy2D52jVdNXppOqswC49sxMN2cPWsGCQdzuIf9tj6hHoBQzNvx75JUYuQAckPo3w==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", + "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", "dev": true, "dependencies": { - "@jest/expect-utils": "^28.1.1", + "@jest/expect-utils": "^28.1.3", "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1" + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" @@ -3056,9 +3056,9 @@ } }, "node_modules/istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, "dependencies": { "html-escaper": "^2.0.0", @@ -3069,15 +3069,15 @@ } }, "node_modules/jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.2.tgz", - "integrity": "sha512-Tuf05DwLeCh2cfWCQbcz9UxldoDyiR1E9Igaei5khjonKncYdc6LDfynKCEWozK0oLE3GD+xKAo2u8x/0s6GOg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", "dev": true, "dependencies": { - "@jest/core": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/core": "^28.1.3", + "@jest/types": "^28.1.3", "import-local": "^3.0.2", - "jest-cli": "^28.1.2" + "jest-cli": "^28.1.3" }, "bin": { "jest": "bin/jest.js" @@ -3095,64 +3095,64 @@ } }, "node_modules/jest-changed-files": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.0.2.tgz", - "integrity": "sha512-QX9u+5I2s54ZnGoMEjiM2WeBvJR2J7w/8ZUmH2um/WLAuGAYFQcsVXY9+1YL6k0H/AGUdH8pXUAv6erDqEsvIA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", + "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", "dev": true, "dependencies": { "execa": "^5.0.0", - "throat": "^6.0.1" + "p-limit": "^3.1.0" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-circus": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.2.tgz", - "integrity": "sha512-E2vdPIJG5/69EMpslFhaA46WkcrN74LI5V/cSJ59L7uS8UNoXbzTxmwhpi9XrIL3zqvMt5T0pl5k2l2u2GwBNQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", + "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.2", - "@jest/expect": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/environment": "^28.1.3", + "@jest/expect": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.1", - "jest-matcher-utils": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-runtime": "^28.1.2", - "jest-snapshot": "^28.1.2", - "jest-util": "^28.1.1", - "pretty-format": "^28.1.1", + "jest-each": "^28.1.3", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "p-limit": "^3.1.0", + "pretty-format": "^28.1.3", "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" + "stack-utils": "^2.0.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-cli": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.2.tgz", - "integrity": "sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", + "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", "dev": true, "dependencies": { - "@jest/core": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/core": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^28.1.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-config": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", "prompts": "^2.0.1", "yargs": "^17.3.1" }, @@ -3172,31 +3172,31 @@ } }, "node_modules/jest-config": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.2.tgz", - "integrity": "sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", + "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.1", - "@jest/types": "^28.1.1", - "babel-jest": "^28.1.2", + "@jest/test-sequencer": "^28.1.3", + "@jest/types": "^28.1.3", + "babel-jest": "^28.1.3", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.2", - "jest-environment-node": "^28.1.2", + "jest-circus": "^28.1.3", + "jest-environment-node": "^28.1.3", "jest-get-type": "^28.0.2", "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-runner": "^28.1.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-resolve": "^28.1.3", + "jest-runner": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, @@ -3259,14 +3259,14 @@ } }, "node_modules/jest-diff": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.1.tgz", - "integrity": "sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", + "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^28.1.1", "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" @@ -3285,33 +3285,33 @@ } }, "node_modules/jest-each": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.1.tgz", - "integrity": "sha512-A042rqh17ZvEhRceDMi784ppoXR7MWGDEKTXEZXb4svt0eShMZvijGxzKsx+yIjeE8QYmHPrnHiTSQVhN4nqaw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", + "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "chalk": "^4.0.0", "jest-get-type": "^28.0.2", - "jest-util": "^28.1.1", - "pretty-format": "^28.1.1" + "jest-util": "^28.1.3", + "pretty-format": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-environment-node": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.2.tgz", - "integrity": "sha512-oYsZz9Qw27XKmOgTtnl0jW7VplJkN2oeof+SwAwKFQacq3CLlG9u4kTGuuLWfvu3J7bVutWlrbEQMOCL/jughw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", + "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.2", - "@jest/fake-timers": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", - "jest-mock": "^28.1.1", - "jest-util": "^28.1.1" + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" @@ -3326,20 +3326,20 @@ } }, "node_modules/jest-haste-map": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.1.tgz", - "integrity": "sha512-ZrRSE2o3Ezh7sb1KmeLEZRZ4mgufbrMwolcFHNRSjKZhpLa8TdooXOOFlSwoUzlbVs1t0l7upVRW2K7RWGHzbQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", + "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/graceful-fs": "^4.1.3", "@types/node": "*", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.9", "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.1", - "jest-worker": "^28.1.1", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", "micromatch": "^4.0.4", "walker": "^1.0.8" }, @@ -3351,46 +3351,46 @@ } }, "node_modules/jest-leak-detector": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.1.tgz", - "integrity": "sha512-4jvs8V8kLbAaotE+wFR7vfUGf603cwYtFf1/PYEsyX2BAjSzj8hQSVTP6OWzseTl0xL6dyHuKs2JAks7Pfubmw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", + "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", "dev": true, "dependencies": { "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-matcher-utils": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.1.tgz", - "integrity": "sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", + "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", "dev": true, "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^28.1.1", + "jest-diff": "^28.1.3", "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-message-util": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.1.tgz", - "integrity": "sha512-xoDOOT66fLfmTRiqkoLIU7v42mal/SqwDKvfmfiWAdJMSJiU+ozgluO7KbvoAgiwIrrGZsV7viETjc8GNrA/IQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", "dev": true, "dependencies": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -3399,12 +3399,12 @@ } }, "node_modules/jest-mock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.1.tgz", - "integrity": "sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", + "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/node": "*" }, "engines": { @@ -3438,17 +3438,17 @@ } }, "node_modules/jest-resolve": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.1.tgz", - "integrity": "sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", + "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", "dev": true, "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^28.1.3", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", "resolve": "^1.20.0", "resolve.exports": "^1.1.0", "slash": "^3.0.0" @@ -3458,76 +3458,76 @@ } }, "node_modules/jest-resolve-dependencies": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.2.tgz", - "integrity": "sha512-OXw4vbOZuyRTBi3tapWBqdyodU+T33ww5cPZORuTWkg+Y8lmsxQlVu3MWtJh6NMlKRTHQetF96yGPv01Ye7Mbg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", + "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", "dev": true, "dependencies": { "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.2" + "jest-snapshot": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-runner": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.2.tgz", - "integrity": "sha512-6/k3DlAsAEr5VcptCMdhtRhOoYClZQmxnVMZvZ/quvPGRpN7OBQYPIC32tWSgOnbgqLXNs5RAniC+nkdFZpD4A==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", + "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", "dev": true, "dependencies": { - "@jest/console": "^28.1.1", - "@jest/environment": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/environment": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.10.2", "graceful-fs": "^4.2.9", "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.2", - "jest-haste-map": "^28.1.1", - "jest-leak-detector": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-resolve": "^28.1.1", - "jest-runtime": "^28.1.2", - "jest-util": "^28.1.1", - "jest-watcher": "^28.1.1", - "jest-worker": "^28.1.1", - "source-map-support": "0.5.13", - "throat": "^6.0.1" + "jest-environment-node": "^28.1.3", + "jest-haste-map": "^28.1.3", + "jest-leak-detector": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-resolve": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-util": "^28.1.3", + "jest-watcher": "^28.1.3", + "jest-worker": "^28.1.3", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, "node_modules/jest-runtime": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.2.tgz", - "integrity": "sha512-i4w93OsWzLOeMXSi9epmakb2+3z0AchZtUQVF1hesBmcQQy4vtaql5YdVe9KexdJaVRyPDw8DoBR0j3lYsZVYw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", + "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.2", - "@jest/fake-timers": "^28.1.2", - "@jest/globals": "^28.1.2", + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/globals": "^28.1.3", "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "execa": "^5.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-mock": "^28.1.1", + "jest-haste-map": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-mock": "^28.1.3", "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-snapshot": "^28.1.2", - "jest-util": "^28.1.1", + "jest-resolve": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, @@ -3578,9 +3578,9 @@ } }, "node_modules/jest-snapshot": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.2.tgz", - "integrity": "sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", + "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", @@ -3588,23 +3588,23 @@ "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/expect-utils": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@types/babel__traverse": "^7.0.6", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^28.1.1", + "expect": "^28.1.3", "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.1", + "jest-diff": "^28.1.3", "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.1", - "jest-matcher-utils": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", + "jest-haste-map": "^28.1.3", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", "natural-compare": "^1.4.0", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "semver": "^7.3.5" }, "engines": { @@ -3612,12 +3612,12 @@ } }, "node_modules/jest-util": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.1.tgz", - "integrity": "sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -3629,17 +3629,17 @@ } }, "node_modules/jest-validate": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.1.tgz", - "integrity": "sha512-Kpf6gcClqFCIZ4ti5++XemYJWUPCFUW+N2gknn+KgnDf549iLul3cBuKVe1YcWRlaF8tZV8eJCap0eECOEE3Ug==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", + "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "camelcase": "^6.2.0", "chalk": "^4.0.0", "jest-get-type": "^28.0.2", "leven": "^3.1.0", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" @@ -3658,18 +3658,18 @@ } }, "node_modules/jest-watcher": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.1.tgz", - "integrity": "sha512-RQIpeZ8EIJMxbQrXpJQYIIlubBnB9imEHsxxE41f54ZwcqWLysL/A0ZcdMirf+XsMn3xfphVQVV4EW0/p7i7Ug==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", "dev": true, "dependencies": { - "@jest/test-result": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.10.2", - "jest-util": "^28.1.1", + "jest-util": "^28.1.3", "string-length": "^4.0.1" }, "engines": { @@ -3677,9 +3677,9 @@ } }, "node_modules/jest-worker": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.1.tgz", - "integrity": "sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", "dev": true, "dependencies": { "@types/node": "*", @@ -4209,11 +4209,11 @@ } }, "node_modules/pretty-format": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.1.tgz", - "integrity": "sha512-wwJbVTGFHeucr5Jw2bQ9P+VYHyLdAqedFLEkdQUVaBF/eiidDwH5OpilINq4mEfhbCjLnirt6HTTDhv1HaTIQw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", "dependencies": { - "@jest/schemas": "^28.0.2", + "@jest/schemas": "^28.1.3", "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" @@ -4736,12 +4736,6 @@ "node": "*" } }, - "node_modules/throat": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", - "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==", - "dev": true - }, "node_modules/tmpl": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", @@ -5053,21 +5047,21 @@ "dev": true }, "@babel/core": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.6.tgz", - "integrity": "sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.9.tgz", + "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.6", - "@babel/helper-compilation-targets": "^7.18.6", - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helpers": "^7.18.6", - "@babel/parser": "^7.18.6", + "@babel/generator": "^7.18.9", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.9", "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.6", - "@babel/types": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -5084,12 +5078,12 @@ } }, "@babel/generator": { - "version": "7.18.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.7.tgz", - "integrity": "sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.9.tgz", + "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==", "dev": true, "requires": { - "@babel/types": "^7.18.7", + "@babel/types": "^7.18.9", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -5108,12 +5102,12 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz", - "integrity": "sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", + "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", "dev": true, "requires": { - "@babel/compat-data": "^7.18.6", + "@babel/compat-data": "^7.18.8", "@babel/helper-validator-option": "^7.18.6", "browserslist": "^4.20.2", "semver": "^6.3.0" @@ -5128,19 +5122,19 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz", - "integrity": "sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==", + "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 }, "@babel/helper-function-name": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz", - "integrity": "sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", + "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", "dev": true, "requires": { "@babel/template": "^7.18.6", - "@babel/types": "^7.18.6" + "@babel/types": "^7.18.9" } }, "@babel/helper-hoist-variables": { @@ -5162,25 +5156,25 @@ } }, "@babel/helper-module-transforms": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz", - "integrity": "sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", + "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", "@babel/helper-simple-access": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.18.6", "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.8", - "@babel/types": "^7.18.8" + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" } }, "@babel/helper-plugin-utils": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz", - "integrity": "sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", + "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==", "dev": true }, "@babel/helper-simple-access": { @@ -5214,14 +5208,14 @@ "dev": true }, "@babel/helpers": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.6.tgz", - "integrity": "sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", "dev": true, "requires": { "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.6", - "@babel/types": "^7.18.6" + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" } }, "@babel/highlight": { @@ -5294,9 +5288,9 @@ } }, "@babel/parser": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.8.tgz", - "integrity": "sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.9.tgz", + "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==", "dev": true }, "@babel/plugin-syntax-async-generators": { @@ -5428,27 +5422,27 @@ } }, "@babel/traverse": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.8.tgz", - "integrity": "sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.9.tgz", + "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==", "dev": true, "requires": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.7", - "@babel/helper-environment-visitor": "^7.18.6", - "@babel/helper-function-name": "^7.18.6", + "@babel/generator": "^7.18.9", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.18.8", - "@babel/types": "^7.18.8", + "@babel/parser": "^7.18.9", + "@babel/types": "^7.18.9", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.8.tgz", - "integrity": "sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.9.tgz", + "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.18.6", @@ -5462,9 +5456,9 @@ "dev": true }, "@cspell/cspell-bundled-dicts": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.2.4-alpha.0.tgz", - "integrity": "sha512-vcswxMbhvzCqgThafIFeylY7ELYM5PwRWPEV/7P0nCbs+iNbW2jmZhKR0T49vXHOBDSmcIJ/CvQxYf3GTt5low==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.3.0.tgz", + "integrity": "sha512-m4Woxfj9NIWpNrRvuhJM9usLyfPYZJyzjtwdm1/vmOcBX+8B+TTknxMlBiBwxKjkuSdCO2uuWVybFxypJ7fLCA==", "dev": true, "requires": { "@cspell/dict-ada": "^2.0.0", @@ -5511,15 +5505,15 @@ } }, "@cspell/cspell-pipe": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.2.4-alpha.0.tgz", - "integrity": "sha512-WWIJB/+uhBDp1kBK/nLJf3ofBXpYxTutCvtyaiGPq3cEHBbgxydsfest8pu/vrzMHE3DxKeBD7Vj6N3Q9Dqzcw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.3.0.tgz", + "integrity": "sha512-wxuFAyLmZ+aOsQx+28SdG2n1v66ybl5YJdfHSqyEUL8qv2yn2xaYvyAsGuNni+VZvYBnFLwV2IGkBvwUaZhuuA==", "dev": true }, "@cspell/cspell-types": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.2.4-alpha.0.tgz", - "integrity": "sha512-5irkhAYTuIN2DKpxImgDzhwsYumL4vFnrkCimim7WylU+9N3GiiRiaHqU6i3mC1Vj2cSNC9CoyU7fQ/aXz79WQ==" + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.3.0.tgz", + "integrity": "sha512-21vN9FxY7SOCi70UKv67oaF49heT6oFutNJKdUMX4sHMVlAyJntkuL/G1wPrd3OCyxwy9VwoHdVP4x7f/+QEPQ==" }, "@cspell/dict-ada": { "version": "2.0.0", @@ -5534,9 +5528,9 @@ "dev": true }, "@cspell/dict-bash": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.3.tgz", - "integrity": "sha512-iw78lmxm49q2LhHTQCSu9zs85E8Sm6ui82OvxajU9rdhckFzZoj/KCQi9P0gFuL+w3WmQObHqdH2/sxK4oi2wA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.4.tgz", + "integrity": "sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag==", "dev": true }, "@cspell/dict-companies": { @@ -5606,9 +5600,9 @@ "dev": true }, "@cspell/dict-en_us": { - "version": "2.2.10", - "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.2.10.tgz", - "integrity": "sha512-f9R4JpxwhA7kGITO95+NHP+RlURj6sFsRIdSx3uUsc66OXv4F77XWtkdMcTpRIvAr1r5ZpiK/m9ITWZ4wAeYMg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.3.0.tgz", + "integrity": "sha512-wEGqVZ4uXxq9/mTemgN9B2MIqlcaLGPnvCBdqT5vPWxqxJjkGJmCkRCx9DYHHp2Cfd+VHc9zW6Xad59kORBS9g==", "dev": true }, "@cspell/dict-en-gb": { @@ -5750,9 +5744,9 @@ "dev": true }, "@cspell/dict-software-terms": { - "version": "2.1.11", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.11.tgz", - "integrity": "sha512-GYW/CNDkPxX3QYsecHim0/rejxeBTR/eXCMYuFWuGOpc7D08lmI57+W+aNZLHqaQ//7YvqNAFOrLXGFmvPUqWg==", + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.12.tgz", + "integrity": "sha512-l8AKy8x20axAYVmh2bVtj7QDUn+V8MPV8V9RWCLIBWyksNu/DmfA7Itz+/zxqAjhh7HwzZEOUmynQfUi3oo1VQ==", "dev": true }, "@cspell/dict-swift": { @@ -5762,9 +5756,9 @@ "dev": true }, "@cspell/dict-typescript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.0.tgz", - "integrity": "sha512-WFBahxsnD2y4Os14tE5Zxh31Ggn4DzGOAu3UoxYl1lLLxaszx4RH7LmAeFuznySboiaBeRBbpfJOjQA796O6VQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.1.tgz", + "integrity": "sha512-YXH6nEH4thcD7lNffdNsKgDDZA5JVX4aKCuNIGE7qWSS9kBVgIvSU9/WH64R59rEzAPe1VwXwXyoZ7y4fAufww==", "dev": true }, "@cspell/dict-vue": { @@ -5832,123 +5826,123 @@ "dev": true }, "@jest/console": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.1.tgz", - "integrity": "sha512-0RiUocPVFEm3WRMOStIHbRWllG6iW6E3/gUPnf4lkrVFyXIIDeCe+vlKeYyFOMhB2EPE6FLFCNADSOOQMaqvyA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", "slash": "^3.0.0" } }, "@jest/core": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.2.tgz", - "integrity": "sha512-Xo4E+Sb/nZODMGOPt2G3cMmCBqL4/W2Ijwr7/mrXlq4jdJwcFQ/9KrrJZT2adQRk2otVBXXOz1GRQ4Z5iOgvRQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", + "integrity": "sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==", "dev": true, "requires": { - "@jest/console": "^28.1.1", - "@jest/reporters": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/reporters": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", - "jest-changed-files": "^28.0.2", - "jest-config": "^28.1.2", - "jest-haste-map": "^28.1.1", - "jest-message-util": "^28.1.1", + "jest-changed-files": "^28.1.3", + "jest-config": "^28.1.3", + "jest-haste-map": "^28.1.3", + "jest-message-util": "^28.1.3", "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-resolve-dependencies": "^28.1.2", - "jest-runner": "^28.1.2", - "jest-runtime": "^28.1.2", - "jest-snapshot": "^28.1.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", - "jest-watcher": "^28.1.1", + "jest-resolve": "^28.1.3", + "jest-resolve-dependencies": "^28.1.3", + "jest-runner": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", + "jest-watcher": "^28.1.3", "micromatch": "^4.0.4", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "rimraf": "^3.0.0", "slash": "^3.0.0", "strip-ansi": "^6.0.0" } }, "@jest/environment": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.2.tgz", - "integrity": "sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", + "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", "dev": true, "requires": { - "@jest/fake-timers": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", - "jest-mock": "^28.1.1" + "jest-mock": "^28.1.3" } }, "@jest/expect": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.2.tgz", - "integrity": "sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz", + "integrity": "sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==", "dev": true, "requires": { - "expect": "^28.1.1", - "jest-snapshot": "^28.1.2" + "expect": "^28.1.3", + "jest-snapshot": "^28.1.3" } }, "@jest/expect-utils": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.1.tgz", - "integrity": "sha512-n/ghlvdhCdMI/hTcnn4qV57kQuV9OTsZzH1TTCVARANKhl6hXJqLKUkwX69ftMGpsbpt96SsDD8n8LD2d9+FRw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-28.1.3.tgz", + "integrity": "sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==", "dev": true, "requires": { "jest-get-type": "^28.0.2" } }, "@jest/fake-timers": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.2.tgz", - "integrity": "sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", + "integrity": "sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@sinonjs/fake-timers": "^9.1.2", "@types/node": "*", - "jest-message-util": "^28.1.1", - "jest-mock": "^28.1.1", - "jest-util": "^28.1.1" + "jest-message-util": "^28.1.3", + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3" } }, "@jest/globals": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.2.tgz", - "integrity": "sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", + "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", "dev": true, "requires": { - "@jest/environment": "^28.1.2", - "@jest/expect": "^28.1.2", - "@jest/types": "^28.1.1" + "@jest/environment": "^28.1.3", + "@jest/expect": "^28.1.3", + "@jest/types": "^28.1.3" } }, "@jest/reporters": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.2.tgz", - "integrity": "sha512-/whGLhiwAqeCTmQEouSigUZJPVl7sW8V26EiboImL+UyXznnr1a03/YZ2BX8OlFw0n+Zlwu+EZAITZtaeRTxyA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", + "integrity": "sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==", "dev": true, "requires": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.1", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@jridgewell/trace-mapping": "^0.3.13", "@types/node": "*", "chalk": "^4.0.0", @@ -5961,9 +5955,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", - "jest-worker": "^28.1.1", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", "slash": "^3.0.0", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", @@ -6007,11 +6001,11 @@ } }, "@jest/schemas": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.0.2.tgz", - "integrity": "sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", "requires": { - "@sinclair/typebox": "^0.23.3" + "@sinclair/typebox": "^0.24.1" } }, "@jest/source-map": { @@ -6026,46 +6020,46 @@ } }, "@jest/test-result": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.1.tgz", - "integrity": "sha512-hPmkugBktqL6rRzwWAtp1JtYT4VHwv8OQ+9lE5Gymj6dHzubI/oJHMUpPOt8NrdVWSrz9S7bHjJUmv2ggFoUNQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", "dev": true, "requires": { - "@jest/console": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/types": "^28.1.3", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" } }, "@jest/test-sequencer": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.1.tgz", - "integrity": "sha512-nuL+dNSVMcWB7OOtgb0EGH5AjO4UBCt68SLP08rwmC+iRhyuJWS9MtZ/MpipxFwKAlHFftbMsydXqWre8B0+XA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", + "integrity": "sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==", "dev": true, "requires": { - "@jest/test-result": "^28.1.1", + "@jest/test-result": "^28.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^28.1.3", "slash": "^3.0.0" } }, "@jest/transform": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.2.tgz", - "integrity": "sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz", + "integrity": "sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==", "dev": true, "requires": { "@babel/core": "^7.11.6", - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@jridgewell/trace-mapping": "^0.3.13", "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", "convert-source-map": "^1.4.0", "fast-json-stable-stringify": "^2.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^28.1.3", "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.1", + "jest-util": "^28.1.3", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", @@ -6085,12 +6079,12 @@ } }, "@jest/types": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.1.tgz", - "integrity": "sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", "dev": true, "requires": { - "@jest/schemas": "^28.0.2", + "@jest/schemas": "^28.1.3", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -6192,9 +6186,9 @@ } }, "@octokit/openapi-types": { - "version": "12.8.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.8.0.tgz", - "integrity": "sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==" + "version": "12.10.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.10.0.tgz", + "integrity": "sha512-xsgA7LKuQ/2QReMZQXNlBP68ferPlqw66Jmx5/J399Cn5EgIDaHXou6Rgn1GkpDNjkPji67fTlC2rz6ABaVFKw==" }, "@octokit/plugin-paginate-rest": { "version": "3.0.0", @@ -6211,18 +6205,18 @@ "requires": {} }, "@octokit/plugin-rest-endpoint-methods": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.0.1.tgz", - "integrity": "sha512-Ge227MjEykkRI7OYkJ0NIZexjO1kzKAPW/pFyWZAGWT9uO3bChn57+NKleK8r9iXXN4SM0JkpJxK8TdbeCTPYw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.1.0.tgz", + "integrity": "sha512-gP/yHUY0k/uKkEqXF6tZGRhCFqZNjQ0qdh9/gVo74AJ2pc3cr1rjnW/KRw1uXUKB/H9Y0rRBCBxsLXJmQjPv3A==", "requires": { - "@octokit/types": "^6.39.0", + "@octokit/types": "^6.40.0", "deprecation": "^2.3.1" } }, "@octokit/request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.1.0.tgz", - "integrity": "sha512-36V+sP4bJli31TRq8sea3d/Q1XGgZ9cnqpsegkLCnvpu+hoYephSkxGlWg4KB6dyUM1IWPXVrLFOKYzObQ+MZg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz", + "integrity": "sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==", "requires": { "@octokit/endpoint": "^7.0.0", "@octokit/request-error": "^3.0.0", @@ -6254,17 +6248,17 @@ } }, "@octokit/types": { - "version": "6.39.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.39.0.tgz", - "integrity": "sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==", + "version": "6.40.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.40.0.tgz", + "integrity": "sha512-MFZOU5r8SwgJWDMhrLUSvyJPtVsqA6VnbVI3TNbsmw+Jnvrktzvq2fYES/6RiJA/5Ykdwq4mJmtlYUfW7CGjmw==", "requires": { - "@octokit/openapi-types": "^12.7.0" + "@octokit/openapi-types": "^12.10.0" } }, "@sinclair/typebox": { - "version": "0.23.5", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.23.5.tgz", - "integrity": "sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==" + "version": "0.24.20", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.20.tgz", + "integrity": "sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ==" }, "@sinonjs/commons": { "version": "1.8.3", @@ -6384,9 +6378,9 @@ } }, "@types/node": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz", - "integrity": "sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz", + "integrity": "sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==", "dev": true }, "@types/node-fetch": { @@ -6506,15 +6500,15 @@ "dev": true }, "babel-jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.2.tgz", - "integrity": "sha512-pfmoo6sh4L/+5/G2OOfQrGJgvH7fTa1oChnuYH2G/6gA+JwDvO8PELwvwnofKBMNrQsam0Wy/Rw+QSrBNewq2Q==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-28.1.3.tgz", + "integrity": "sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==", "dev": true, "requires": { - "@jest/transform": "^28.1.2", + "@jest/transform": "^28.1.3", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.1", + "babel-preset-jest": "^28.1.3", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "slash": "^3.0.0" @@ -6534,9 +6528,9 @@ } }, "babel-plugin-jest-hoist": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.1.tgz", - "integrity": "sha512-NovGCy5Hn25uMJSAU8FaHqzs13cFoOI4lhIujiepssjCKRsAo3TA734RDWSGxuFTsUJXerYOqQQodlxgmtqbzw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz", + "integrity": "sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==", "dev": true, "requires": { "@babel/template": "^7.3.3", @@ -6566,12 +6560,12 @@ } }, "babel-preset-jest": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.1.tgz", - "integrity": "sha512-FCq9Oud0ReTeWtcneYf/48981aTfXYuB9gbU4rBNNJVBSQ6ssv7E6v/qvbBxtOWwZFXjLZwpg+W3q7J6vhH25g==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz", + "integrity": "sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==", "dev": true, "requires": { - "babel-plugin-jest-hoist": "^28.1.1", + "babel-plugin-jest-hoist": "^28.1.3", "babel-preset-current-node-syntax": "^1.0.0" } }, @@ -6604,14 +6598,14 @@ } }, "browserslist": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.1.tgz", - "integrity": "sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.2.tgz", + "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001359", - "electron-to-chromium": "^1.4.172", - "node-releases": "^2.0.5", + "caniuse-lite": "^1.0.30001366", + "electron-to-chromium": "^1.4.188", + "node-releases": "^2.0.6", "update-browserslist-db": "^1.0.4" } }, @@ -6643,9 +6637,9 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001366", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001366.tgz", - "integrity": "sha512-yy7XLWCubDobokgzudpkKux8e0UOOnLHE6mlNJBzT3lZJz6s5atSEzjoL+fsCPkI0G8MP5uVdDx1ur/fXEWkZA==", + "version": "1.0.30001367", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001367.tgz", + "integrity": "sha512-XDgbeOHfifWV3GEES2B8rtsrADx4Jf+juKX2SICJcaUhjYBO3bR96kvEIHa15VU6ohtOhBZuPGGYGbXMRn0NCw==", "dev": true }, "chalk": { @@ -6731,9 +6725,9 @@ } }, "commander": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.3.0.tgz", - "integrity": "sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==" + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==" }, "comment-json": { "version": "4.2.2", @@ -6813,17 +6807,17 @@ "dev": true }, "cspell": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.2.4-alpha.0.tgz", - "integrity": "sha512-iTfd71EiI/4ECv9Ge48XPNJdkq0qwHqdfrD9Z25kO0uY/TICckfB6i3btYvuVIiZ219YX2Df+bxA0+4nKirw3g==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.3.0.tgz", + "integrity": "sha512-Bd+GPDvz41ubRqDMmo5EYJD7v0oqcHHw8BCJEnxENbMbaDsFxeZovlka+3E/dmTN+LNgiMlS+wBWZ14Y/MXNFQ==", "dev": true, "requires": { - "@cspell/cspell-pipe": "^6.2.4-alpha.0", + "@cspell/cspell-pipe": "^6.3.0", "chalk": "^4.1.2", "commander": "^9.3.0", - "cspell-gitignore": "^6.2.4-alpha.0", - "cspell-glob": "^6.2.4-alpha.0", - "cspell-lib": "^6.2.4-alpha.0", + "cspell-gitignore": "^6.3.0", + "cspell-glob": "^6.3.0", + "cspell-lib": "^6.3.0", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -6836,38 +6830,38 @@ } }, "cspell-gitignore": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.2.4-alpha.0.tgz", - "integrity": "sha512-aLPhEouwAolPCElZ/nPOdF6SHcKmugG9YAJMF9OE/RiBnpbsczAMZtYq86XOA3QuTXJo+sd/jo0NQdOq9buwBg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.3.0.tgz", + "integrity": "sha512-gy7FEx4WQMParfdgnWg5kNYmZELMpURfMe3Rw86VBQMTLgyyYR53ZRYJp0dxnKfiJoBw20YuAPonYJqBvNrkhg==", "dev": true, "requires": { - "cspell-glob": "^6.2.4-alpha.0", + "cspell-glob": "^6.3.0", "find-up": "^5.0.0" } }, "cspell-glob": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.2.4-alpha.0.tgz", - "integrity": "sha512-MB+u93YJLbVxCkeAu8FznA/iivo1pQXtuHn43BMLp470l4VDonehmnIIrpsZV12YFDRZaUOmxhgXdu7AebfwIQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.3.0.tgz", + "integrity": "sha512-oMFkxlfESDVBrjhVx+ahyjiT/kbudFtwzekuE6mvLp5Tid8JF2siy0DpVuvgtJmyQA0Tx44bv7uqUeFJVY9L2A==", "dev": true, "requires": { "micromatch": "^4.0.5" } }, "cspell-grammar": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.2.4-alpha.0.tgz", - "integrity": "sha512-6ZgQnWoxLGzoQllnvgGa28fk3X1gzyuf7jrusic3K281DbOZ7X7nYbBd+LRcYVKR4bjaaWgu6xK/Ljo4Dph8Ug==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.3.0.tgz", + "integrity": "sha512-xTJdWyqFzbZ0q41d9h/4QtBFPpDwuC5GgAGjIjyiDK09zxO95S6xvQyfqP8R/k8FtyWlKMzSx4ZbN1IjEaS1yQ==", "dev": true, "requires": { - "@cspell/cspell-pipe": "^6.2.4-alpha.0", - "@cspell/cspell-types": "^6.2.4-alpha.0" + "@cspell/cspell-pipe": "^6.3.0", + "@cspell/cspell-types": "^6.3.0" } }, "cspell-io": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.2.4-alpha.0.tgz", - "integrity": "sha512-bSR9uI4jOTub6ODV4qp5rj+hsWpzPrcEqw6USKBAgOJmdtY5CJd37/iCW16z0xOExfMGfSGSziOv4DqUjjddDw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.3.0.tgz", + "integrity": "sha512-Ta1XnOPAHfb3kkvPoBryvNVnK7agZDcaGN0pnuIYzT5kt9E8OBcmCnPjXKhGCP0znSUTUPmm42q96FkaDuGXmg==", "dev": true, "requires": { "@types/node-fetch": "^2.6.2", @@ -6875,22 +6869,22 @@ } }, "cspell-lib": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.2.4-alpha.0.tgz", - "integrity": "sha512-NxF3hhh9CbkR7eAAOVtTkHB4dNB78dSvpYJg8NX2NUNP/DR5b5f02a3IVk24Hd0g0LsjIaYSlfCPpe6aQ2YI0Q==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.3.0.tgz", + "integrity": "sha512-Eatco/J7FawNGrPildO0NDd86C+briABUofAbRHQPeeY57o4X0eV3U3BVVbuXpJnGD5AZDabRvv+DmStM9NK6w==", "dev": true, "requires": { - "@cspell/cspell-bundled-dicts": "^6.2.4-alpha.0", - "@cspell/cspell-pipe": "^6.2.4-alpha.0", - "@cspell/cspell-types": "^6.2.4-alpha.0", + "@cspell/cspell-bundled-dicts": "^6.3.0", + "@cspell/cspell-pipe": "^6.3.0", + "@cspell/cspell-types": "^6.3.0", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.2.4-alpha.0", - "cspell-grammar": "^6.2.4-alpha.0", - "cspell-io": "^6.2.4-alpha.0", - "cspell-trie-lib": "^6.2.4-alpha.0", + "cspell-glob": "^6.3.0", + "cspell-grammar": "^6.3.0", + "cspell-io": "^6.3.0", + "cspell-trie-lib": "^6.3.0", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -6903,12 +6897,12 @@ } }, "cspell-trie-lib": { - "version": "6.2.4-alpha.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.2.4-alpha.0.tgz", - "integrity": "sha512-7O2B7ksWqxeIH41GBzS+5BfKaQbCRcejmGKz3UVdtE08yXY0f2wwj24dYakGa6LBq71uqw0yxY5j2MSFqUxHbg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.3.0.tgz", + "integrity": "sha512-GHMbgHCb5cvBuGZEPaD9znQbRBy6cMh5j6VHX7QOmvHXYNEXCN851aNbl1Hm/oVCWylvQf00H4pC1WaJhmCqEA==", "dev": true, "requires": { - "@cspell/cspell-pipe": "^6.2.4-alpha.0", + "@cspell/cspell-pipe": "^6.3.0", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" } @@ -6965,9 +6959,9 @@ } }, "electron-to-chromium": { - "version": "1.4.187", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.187.tgz", - "integrity": "sha512-t3iFLHVIMhB8jGZ+8ui951nz6Bna5qKfhxezG3wzXdBJ79qFKPsE2chjjVFNqC1ewhfrPQrw9pmVeo4FFpZeQA==", + "version": "1.4.192", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.192.tgz", + "integrity": "sha512-8nCXyIQY9An88NXAp+PuPy5h3/w5ZY7Iu2lag65Q0XREprcat5F8gKhoHsBUnQcFuCRnmevpR8yEBYRU3d2HDw==", "dev": true }, "emittery": { @@ -7033,16 +7027,16 @@ "dev": true }, "expect": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.1.tgz", - "integrity": "sha512-/AANEwGL0tWBwzLNOvO0yUdy2D52jVdNXppOqswC49sxMN2cPWsGCQdzuIf9tj6hHoBQzNvx75JUYuQAckPo3w==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", + "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", "dev": true, "requires": { - "@jest/expect-utils": "^28.1.1", + "@jest/expect-utils": "^28.1.3", "jest-get-type": "^28.0.2", - "jest-matcher-utils": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1" + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3" } }, "fast-equals": { @@ -7429,9 +7423,9 @@ } }, "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, "requires": { "html-escaper": "^2.0.0", @@ -7439,100 +7433,100 @@ } }, "jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.2.tgz", - "integrity": "sha512-Tuf05DwLeCh2cfWCQbcz9UxldoDyiR1E9Igaei5khjonKncYdc6LDfynKCEWozK0oLE3GD+xKAo2u8x/0s6GOg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", "dev": true, "requires": { - "@jest/core": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/core": "^28.1.3", + "@jest/types": "^28.1.3", "import-local": "^3.0.2", - "jest-cli": "^28.1.2" + "jest-cli": "^28.1.3" } }, "jest-changed-files": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.0.2.tgz", - "integrity": "sha512-QX9u+5I2s54ZnGoMEjiM2WeBvJR2J7w/8ZUmH2um/WLAuGAYFQcsVXY9+1YL6k0H/AGUdH8pXUAv6erDqEsvIA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", + "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", "dev": true, "requires": { "execa": "^5.0.0", - "throat": "^6.0.1" + "p-limit": "^3.1.0" } }, "jest-circus": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.2.tgz", - "integrity": "sha512-E2vdPIJG5/69EMpslFhaA46WkcrN74LI5V/cSJ59L7uS8UNoXbzTxmwhpi9XrIL3zqvMt5T0pl5k2l2u2GwBNQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-28.1.3.tgz", + "integrity": "sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==", "dev": true, "requires": { - "@jest/environment": "^28.1.2", - "@jest/expect": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/environment": "^28.1.3", + "@jest/expect": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", "is-generator-fn": "^2.0.0", - "jest-each": "^28.1.1", - "jest-matcher-utils": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-runtime": "^28.1.2", - "jest-snapshot": "^28.1.2", - "jest-util": "^28.1.1", - "pretty-format": "^28.1.1", + "jest-each": "^28.1.3", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", + "p-limit": "^3.1.0", + "pretty-format": "^28.1.3", "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" + "stack-utils": "^2.0.3" } }, "jest-cli": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.2.tgz", - "integrity": "sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", + "integrity": "sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==", "dev": true, "requires": { - "@jest/core": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/core": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^28.1.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-config": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", "prompts": "^2.0.1", "yargs": "^17.3.1" } }, "jest-config": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.2.tgz", - "integrity": "sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", + "integrity": "sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==", "dev": true, "requires": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.1", - "@jest/types": "^28.1.1", - "babel-jest": "^28.1.2", + "@jest/test-sequencer": "^28.1.3", + "@jest/types": "^28.1.3", + "babel-jest": "^28.1.3", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^28.1.2", - "jest-environment-node": "^28.1.2", + "jest-circus": "^28.1.3", + "jest-environment-node": "^28.1.3", "jest-get-type": "^28.0.2", "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-runner": "^28.1.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-resolve": "^28.1.3", + "jest-runner": "^28.1.3", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, @@ -7573,14 +7567,14 @@ } }, "jest-diff": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.1.tgz", - "integrity": "sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", + "integrity": "sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==", "requires": { "chalk": "^4.0.0", "diff-sequences": "^28.1.1", "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" } }, "jest-docblock": { @@ -7593,30 +7587,30 @@ } }, "jest-each": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.1.tgz", - "integrity": "sha512-A042rqh17ZvEhRceDMi784ppoXR7MWGDEKTXEZXb4svt0eShMZvijGxzKsx+yIjeE8QYmHPrnHiTSQVhN4nqaw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-28.1.3.tgz", + "integrity": "sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "chalk": "^4.0.0", "jest-get-type": "^28.0.2", - "jest-util": "^28.1.1", - "pretty-format": "^28.1.1" + "jest-util": "^28.1.3", + "pretty-format": "^28.1.3" } }, "jest-environment-node": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.2.tgz", - "integrity": "sha512-oYsZz9Qw27XKmOgTtnl0jW7VplJkN2oeof+SwAwKFQacq3CLlG9u4kTGuuLWfvu3J7bVutWlrbEQMOCL/jughw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", + "integrity": "sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==", "dev": true, "requires": { - "@jest/environment": "^28.1.2", - "@jest/fake-timers": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", - "jest-mock": "^28.1.1", - "jest-util": "^28.1.1" + "jest-mock": "^28.1.3", + "jest-util": "^28.1.3" } }, "jest-get-type": { @@ -7625,12 +7619,12 @@ "integrity": "sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==" }, "jest-haste-map": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.1.tgz", - "integrity": "sha512-ZrRSE2o3Ezh7sb1KmeLEZRZ4mgufbrMwolcFHNRSjKZhpLa8TdooXOOFlSwoUzlbVs1t0l7upVRW2K7RWGHzbQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", + "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/graceful-fs": "^4.1.3", "@types/node": "*", "anymatch": "^3.0.3", @@ -7638,58 +7632,58 @@ "fsevents": "^2.3.2", "graceful-fs": "^4.2.9", "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.1", - "jest-worker": "^28.1.1", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", "micromatch": "^4.0.4", "walker": "^1.0.8" } }, "jest-leak-detector": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.1.tgz", - "integrity": "sha512-4jvs8V8kLbAaotE+wFR7vfUGf603cwYtFf1/PYEsyX2BAjSzj8hQSVTP6OWzseTl0xL6dyHuKs2JAks7Pfubmw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz", + "integrity": "sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==", "dev": true, "requires": { "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" } }, "jest-matcher-utils": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.1.tgz", - "integrity": "sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz", + "integrity": "sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==", "dev": true, "requires": { "chalk": "^4.0.0", - "jest-diff": "^28.1.1", + "jest-diff": "^28.1.3", "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" } }, "jest-message-util": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.1.tgz", - "integrity": "sha512-xoDOOT66fLfmTRiqkoLIU7v42mal/SqwDKvfmfiWAdJMSJiU+ozgluO7KbvoAgiwIrrGZsV7viETjc8GNrA/IQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", "dev": true, "requires": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "slash": "^3.0.0", "stack-utils": "^2.0.3" } }, "jest-mock": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.1.tgz", - "integrity": "sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", + "integrity": "sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/node": "*" } }, @@ -7707,87 +7701,87 @@ "dev": true }, "jest-resolve": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.1.tgz", - "integrity": "sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.3.tgz", + "integrity": "sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==", "dev": true, "requires": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^28.1.3", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-util": "^28.1.3", + "jest-validate": "^28.1.3", "resolve": "^1.20.0", "resolve.exports": "^1.1.0", "slash": "^3.0.0" } }, "jest-resolve-dependencies": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.2.tgz", - "integrity": "sha512-OXw4vbOZuyRTBi3tapWBqdyodU+T33ww5cPZORuTWkg+Y8lmsxQlVu3MWtJh6NMlKRTHQetF96yGPv01Ye7Mbg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz", + "integrity": "sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==", "dev": true, "requires": { "jest-regex-util": "^28.0.2", - "jest-snapshot": "^28.1.2" + "jest-snapshot": "^28.1.3" } }, "jest-runner": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.2.tgz", - "integrity": "sha512-6/k3DlAsAEr5VcptCMdhtRhOoYClZQmxnVMZvZ/quvPGRpN7OBQYPIC32tWSgOnbgqLXNs5RAniC+nkdFZpD4A==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", + "integrity": "sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==", "dev": true, "requires": { - "@jest/console": "^28.1.1", - "@jest/environment": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/console": "^28.1.3", + "@jest/environment": "^28.1.3", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.10.2", "graceful-fs": "^4.2.9", "jest-docblock": "^28.1.1", - "jest-environment-node": "^28.1.2", - "jest-haste-map": "^28.1.1", - "jest-leak-detector": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-resolve": "^28.1.1", - "jest-runtime": "^28.1.2", - "jest-util": "^28.1.1", - "jest-watcher": "^28.1.1", - "jest-worker": "^28.1.1", - "source-map-support": "0.5.13", - "throat": "^6.0.1" + "jest-environment-node": "^28.1.3", + "jest-haste-map": "^28.1.3", + "jest-leak-detector": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-resolve": "^28.1.3", + "jest-runtime": "^28.1.3", + "jest-util": "^28.1.3", + "jest-watcher": "^28.1.3", + "jest-worker": "^28.1.3", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" } }, "jest-runtime": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.2.tgz", - "integrity": "sha512-i4w93OsWzLOeMXSi9epmakb2+3z0AchZtUQVF1hesBmcQQy4vtaql5YdVe9KexdJaVRyPDw8DoBR0j3lYsZVYw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", + "integrity": "sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==", "dev": true, "requires": { - "@jest/environment": "^28.1.2", - "@jest/fake-timers": "^28.1.2", - "@jest/globals": "^28.1.2", + "@jest/environment": "^28.1.3", + "@jest/fake-timers": "^28.1.3", + "@jest/globals": "^28.1.3", "@jest/source-map": "^28.1.2", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/test-result": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "execa": "^5.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-mock": "^28.1.1", + "jest-haste-map": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-mock": "^28.1.3", "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-snapshot": "^28.1.2", - "jest-util": "^28.1.1", + "jest-resolve": "^28.1.3", + "jest-snapshot": "^28.1.3", + "jest-util": "^28.1.3", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, @@ -7828,9 +7822,9 @@ } }, "jest-snapshot": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.2.tgz", - "integrity": "sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-28.1.3.tgz", + "integrity": "sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==", "dev": true, "requires": { "@babel/core": "^7.11.6", @@ -7838,33 +7832,33 @@ "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.3.3", - "@jest/expect-utils": "^28.1.1", - "@jest/transform": "^28.1.2", - "@jest/types": "^28.1.1", + "@jest/expect-utils": "^28.1.3", + "@jest/transform": "^28.1.3", + "@jest/types": "^28.1.3", "@types/babel__traverse": "^7.0.6", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^28.1.1", + "expect": "^28.1.3", "graceful-fs": "^4.2.9", - "jest-diff": "^28.1.1", + "jest-diff": "^28.1.3", "jest-get-type": "^28.0.2", - "jest-haste-map": "^28.1.1", - "jest-matcher-utils": "^28.1.1", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", + "jest-haste-map": "^28.1.3", + "jest-matcher-utils": "^28.1.3", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", "natural-compare": "^1.4.0", - "pretty-format": "^28.1.1", + "pretty-format": "^28.1.3", "semver": "^7.3.5" } }, "jest-util": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.1.tgz", - "integrity": "sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -7873,17 +7867,17 @@ } }, "jest-validate": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.1.tgz", - "integrity": "sha512-Kpf6gcClqFCIZ4ti5++XemYJWUPCFUW+N2gknn+KgnDf549iLul3cBuKVe1YcWRlaF8tZV8eJCap0eECOEE3Ug==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", + "integrity": "sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==", "dev": true, "requires": { - "@jest/types": "^28.1.1", + "@jest/types": "^28.1.3", "camelcase": "^6.2.0", "chalk": "^4.0.0", "jest-get-type": "^28.0.2", "leven": "^3.1.0", - "pretty-format": "^28.1.1" + "pretty-format": "^28.1.3" }, "dependencies": { "camelcase": { @@ -7895,25 +7889,25 @@ } }, "jest-watcher": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.1.tgz", - "integrity": "sha512-RQIpeZ8EIJMxbQrXpJQYIIlubBnB9imEHsxxE41f54ZwcqWLysL/A0ZcdMirf+XsMn3xfphVQVV4EW0/p7i7Ug==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", "dev": true, "requires": { - "@jest/test-result": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.10.2", - "jest-util": "^28.1.1", + "jest-util": "^28.1.3", "string-length": "^4.0.1" } }, "jest-worker": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.1.tgz", - "integrity": "sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", "dev": true, "requires": { "@types/node": "*", @@ -8292,11 +8286,11 @@ } }, "pretty-format": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.1.tgz", - "integrity": "sha512-wwJbVTGFHeucr5Jw2bQ9P+VYHyLdAqedFLEkdQUVaBF/eiidDwH5OpilINq4mEfhbCjLnirt6HTTDhv1HaTIQw==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", "requires": { - "@jest/schemas": "^28.0.2", + "@jest/schemas": "^28.1.3", "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" @@ -8682,12 +8676,6 @@ } } }, - "throat": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", - "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==", - "dev": true - }, "tmpl": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", diff --git a/integration-tests/package.json b/integration-tests/package.json index 7b8cece2ef4b..f8677e37851f 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,7 +1,7 @@ { "name": "cspell-integration-tests", "private": true, - "version": "6.3.0", + "version": "6.4.0-alpha.0", "description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.", "bin": { "cspell-integration-tests": "tester.js" @@ -24,11 +24,11 @@ "author": "Jason Dent", "license": "MIT", "dependencies": { - "@cspell/cspell-types": "^6.3.0", + "@cspell/cspell-types": "^6.4.0-alpha.0", "@octokit/rest": "^19.0.3", "chalk": "^4.1.2", - "commander": "^9.3.0", - "jest-diff": "^28.1.1", + "commander": "^9.4.0", + "jest-diff": "^28.1.3", "mkdirp": "^1.0.4", "rimraf": "^3.0.2", "shelljs": "^0.8.5", @@ -36,14 +36,14 @@ "vscode-uri": "^3.0.3" }, "devDependencies": { - "@cspell/cspell-bundled-dicts": "^6.3.0", + "@cspell/cspell-bundled-dicts": "^6.4.0-alpha.0", "@cspell/dict-de-de": "^2.1.0", "@types/mkdirp": "^1.0.2", - "@types/node": "^18.0.3", + "@types/node": "^18.0.6", "@types/rimraf": "^3.0.2", "@types/shelljs": "^0.8.11", - "cspell": "^6.3.0", - "jest": "^28.1.2" + "cspell": "^6.4.0-alpha.0", + "jest": "^28.1.3" }, "main": "tester.js", "keywords": [] diff --git a/integration-tests/snapshots/Azure/azure-rest-api-specs/snapshot.txt b/integration-tests/snapshots/Azure/azure-rest-api-specs/snapshot.txt index fa0bf3fffae8..b6b69958bc77 100644 --- a/integration-tests/snapshots/Azure/azure-rest-api-specs/snapshot.txt +++ b/integration-tests/snapshots/Azure/azure-rest-api-specs/snapshot.txt @@ -3,7 +3,7 @@ Repository: Azure/azure-rest-api-specs Url: "https://github.com/Azure/azure-rest-api-specs.git" Args: ["--config=cSpell.json","**/*.{md,ts,js}"] Lines: - CSpell: Files checked: 1862, Issues found: 2170 in 697 files + CSpell: Files checked: 1869, Issues found: 2174 in 699 files exit code: 1 ./README.md:101:28 - Unknown word (Playfab) -- +---Microsoft.Playfab ./README.md:113:191 - Unknown word (collaboaration) -- multiple service teams collaboaration, especially supporting @@ -123,7 +123,7 @@ Lines: ./specification/cdn/resource-manager/readme.md:43:37 - Unknown word (cdnwebapplicationfirewall) -- Cdn/stable/2021-06-01/cdnwebapplicationfirewall.json ./specification/changeanalysis/resource-manager/readme.csharp.md:14:40 - Unknown word (changeanalysis) -- csharp-sdks-folder)/changeanalysis/management/Microsoft ./specification/chaos/resource-manager/readme.go.md:8:40 - Unknown word (armchaos) -- resourcemanager/chaos/armchaos -./specification/chaos/resource-manager/readme.md:109:22 - Unknown word (toplevelresourcelistbysubscription) -- we defined the toplevelresourcelistbysubscription here: +./specification/chaos/resource-manager/readme.md:129:22 - Unknown word (toplevelresourcelistbysubscription) -- we defined the toplevelresourcelistbysubscription here: ./specification/cloudshell/resource-manager/readme.md:58:67 - Unknown word (cloudshell) -- profiles['azure_mgmt_cloudshell'] ./specification/cognitiveservices/data-plane/Face/readme.python.md:27:62 - Unknown word (cognitives) -- cognitiveservices/azure-cognitives ./specification/cognitiveservices/data-plane/FormRecognizer/preview/v1.0/feedback.md:45:5 - Unknown word (johanste) -- 4. [johanste] /TrainCustomModel operation @@ -158,9 +158,10 @@ Lines: ./specification/cosmos-db/data-plane/readme.md:49:46 - Unknown word (outputm) -- only supports XML input/outputm which is not supported ./specification/cosmos-db/resource-manager/readme.go.md:14:41 - Unknown word (armcosmos) -- resourcemanager/cosmos/armcosmos ./specification/cosmos-db/resource-manager/readme.md:42:53 - Unknown word (mongorbac) -- preview/2022-05-15-preview/mongorbac.json -./specification/cost-management/resource-manager/readme.md:107:57 - Unknown word (costallocation) -- preview/2020-03-01-preview/costallocation.json -./specification/cost-management/resource-manager/readme.md:196:52 - Unknown word (Operatio) -- Response schema of OperatioAPI does not match Arm -./specification/cost-management/resource-manager/readme.md:74:63 - Unknown word (generatedetailedcostreport) -- 0-01/costmanagement.generatedetailedcostreport.json +./specification/cost-management/resource-manager/readme.md:118:57 - Unknown word (costallocation) -- preview/2020-03-01-preview/costallocation.json +./specification/cost-management/resource-manager/readme.md:207:52 - Unknown word (Operatio) -- Response schema of OperatioAPI does not match Arm +./specification/cost-management/resource-manager/readme.md:41:63 - Unknown word (generatecostdetailsreport) -- 5-01/costmanagement.generatecostdetailsreport.json +./specification/cost-management/resource-manager/readme.md:44:63 - Unknown word (generatedetailedcostreport) -- 0-01/costmanagement.generatedetailedcostreport.json ./specification/cpim/resource-manager/readme.go.md:17:14 - Unknown word (azureadexternalidentities) -- namespace: azureadexternalidentities ./specification/customerlockbox/resource-manager/readme.csharp.md:14:40 - Unknown word (customerlockbox) -- csharp-sdks-folder)/customerlockbox/management/Microsoft ./specification/customproviders/resource-manager/readme.terraform.md:18:19 - Unknown word (resourceproviders) -- - IdPortion: "resourceproviders" @@ -217,8 +218,8 @@ Lines: ./specification/iothub/resource-manager/readme.go.md:14:41 - Unknown word (armiothub) -- resourcemanager/iothub/armiothub ./specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.0/index.md:2:4 - Unknown word (assetid) -- ms.assetid: 357c9947-1098-4a03 ./specification/keyvault/data-plane/readme.md:39:35 - Unknown word (backuprestore) -- KeyVault/stable/7.3/backuprestore.json -./specification/keyvault/resource-manager/readme.md:188:5 - Unknown word (Supressions) -- ### Supressions -./specification/keyvault/resource-manager/readme.md:197:91 - Unknown word (syncronous) -- return a mix of 202 and syncronous return types (200, +./specification/keyvault/resource-manager/readme.md:201:5 - Unknown word (Supressions) -- ### Supressions +./specification/keyvault/resource-manager/readme.md:210:91 - Unknown word (syncronous) -- return a mix of 202 and syncronous return types (200, ./specification/kubernetesconfiguration/resource-manager/readme.csharp.md:14:40 - Unknown word (kubernetesconfiguration) -- csharp-sdks-folder)/kubernetesconfiguration/Microsoft.Azure.Management ./specification/kubernetesconfiguration/resource-manager/readme.md:44:57 - Unknown word (fluxconfiguration) -- nfiguration/stable/2022-07-01/fluxconfiguration.json ./specification/logic/resource-manager/readme.go.md:14:40 - Unknown word (armlogic) -- resourcemanager/logic/armlogic @@ -401,7 +402,7 @@ Lines: ./specification/vi/resource-manager/readme.python.md:9:26 - Unknown word (videoindexer) -- package-name: azure-mgmt-videoindexer ./specification/vmware/resource-manager/readme.go.md:14:38 - Unknown word (armavs) -- resourcemanager/avs/armavs ./specification/vmwarecloudsimple/resource-manager/readme.csharp.md:13:40 - Unknown word (vmwarecloudsimple) -- csharp-sdks-folder)/vmwarecloudsimple/Microsoft.Azure.Management -./specification/web/resource-manager/readme.md:1006:23 - Unknown word (cowlishaw) -- approved-by: "@mark.cowlishaw" -./specification/web/resource-manager/readme.md:998:18 - Unknown word (weidongxu) -- approved-by: "@weidongxu-microsoft" +./specification/web/resource-manager/readme.md:1019:18 - Unknown word (weidongxu) -- approved-by: "@weidongxu-microsoft" +./specification/web/resource-manager/readme.md:1027:23 - Unknown word (cowlishaw) -- approved-by: "@mark.cowlishaw" ./specification/webpubsub/data-plane/readme.md:110:31 - Unknown word (webpubsubservice) -- name: azure-messaging-webpubsubservice ./specification/windowsiot/resource-manager/readme.az.md:7:15 - Unknown word (windowsiotservices) -- extensions: windowsiotservices diff --git a/integration-tests/snapshots/SoftwareBrothers/admin-bro/snapshot.txt b/integration-tests/snapshots/SoftwareBrothers/admin-bro/snapshot.txt index 97920a2a2a4b..8571bef9d82c 100644 --- a/integration-tests/snapshots/SoftwareBrothers/admin-bro/snapshot.txt +++ b/integration-tests/snapshots/SoftwareBrothers/admin-bro/snapshot.txt @@ -3,8 +3,10 @@ Repository: SoftwareBrothers/admin-bro Url: "https://github.com/SoftwareBrothers/admin-bro.git" Args: ["src/**/*.{ts,js,tsx,jsx}","**/*.md"] Lines: - CSpell: Files checked: 380, Issues found: 9 in 7 files + CSpell: Files checked: 393, Issues found: 11 in 8 files exit code: 1 +./UPGRADE-6.0.md:26:15 - Unknown word (Rebranding) -- ### :warning: Rebranding +./UPGRADE-6.0.md:5:40 - Unknown word (wersion) -- package to the sixth wersion please use following ./cy/readme.md:433:45 - Unknown word (Favourite) -- Sequelize Resources” → Favourite Places link inside the ./src/backend/bundler/bundler.js:35:44 - Unknown word (watchmode) -- ora(`Bundling files in watchmode: ${JSON.stringify(inputOption ./src/backend/controllers/api-controller.ts:17:20 - Unknown word (utilise) -- * The best way to utilise it is to use {@link diff --git a/integration-tests/snapshots/TheAlgorithms/Python/report.yaml b/integration-tests/snapshots/TheAlgorithms/Python/report.yaml index 686dcae10413..9315f94bf271 100644 --- a/integration-tests/snapshots/TheAlgorithms/Python/report.yaml +++ b/integration-tests/snapshots/TheAlgorithms/Python/report.yaml @@ -3,9 +3,9 @@ Repository: TheAlgorithms/Python Url: https://github.com/TheAlgorithms/Python.git Args: ["**/*.{md,py}"] Summary: - files: 1042 - filesWithIssues: 393 - issues: 2884 + files: 1045 + filesWithIssues: 394 + issues: 2897 errors: 0 Errors: [] @@ -283,9 +283,9 @@ issues: - "computer_vision/flip_augmentation.py:88:32 narray U new_imgs_list : image after resize" - "computer_vision/harris_corner.py:15:23 neighbourhoods U window_size : neighbourhoods considered" - "computer_vision/horn_schunck.py:2:14 Schunck U The Horn-Schunck method estimates the" - - "computer_vision/horn_schunck.py:13:12 ndimage U from scipy.ndimage.filters import convolve" - - "computer_vision/horn_schunck.py:44:24 arange U np.meshgrid(np.arange(0, image.shape[1])," - - "computer_vision/horn_schunck.py:60:10 schunck U def horn_schunck(" + - "computer_vision/horn_schunck.py:15:12 ndimage U from scipy.ndimage.filters import convolve" + - "computer_vision/horn_schunck.py:45:24 arange U np.meshgrid(np.arange(0, image.shape[1])," + - "computer_vision/horn_schunck.py:61:10 schunck U def horn_schunck(" - "computer_vision/mosaic_augmentation.py:11:3 Parrameters U # Parrameters" - "computer_vision/mosaic_augmentation.py:30:9 idxs U idxs = random.sample(range" - "computer_vision/mosaic_augmentation.py:113:5 divid U divid_point_x = int(scale" @@ -346,8 +346,8 @@ issues: - "data_structures/linked_list/singly_linked_list.py:399:10 dlrow U \"dlrow olleH\"," - "data_structures/linked_list/singly_linked_list.py:399:16 olle U \"dlrow olleH\"," - "data_structures/linked_list/skip_list.py:371:17 doesnt U def test_delete_doesnt_leave_dead_nodes():" - - "data_structures/queue/double_ended_queue.py:243:18 topop U @returns topop.val: the value of the" - - "data_structures/queue/double_ended_queue.py:379:32 deques U if the length of the deques are not the same, they" + - "data_structures/queue/double_ended_queue.py:244:18 topop U @returns topop.val: the value of the" + - "data_structures/queue/double_ended_queue.py:380:32 deques U if the length of the deques are not the same, they" - "data_structures/stacks/dijkstras_two_stack_algorithm.py:3:20 echoaj U GitHub: github.com/echoaj" - "data_structures/stacks/dijkstras_two_stack_algorithm.py:39:5 dijkstras U def dijkstras_two_stack_algorithm" - "digital_image_processing/change_brightness.py:25:9 brigt U brigt_img = change_brightness" @@ -707,7 +707,7 @@ issues: - "linear_algebra/src/conjugate_gradient.py:63:31 randn U random_matrix = np.random.randn(dimension, dimension" - "linear_algebra/src/conjugate_gradient.py:130:25 Krylov U # Calculate new Krylov subspace scale." - "linear_algebra/src/conjugate_gradient.py:132:27 conjuage U # Calculate new A conjuage search direction." - - "linear_algebra/src/lib.py:265:9 cofactor U cofactor(x: int, y: int): returns" + - "linear_algebra/src/lib.py:266:9 cofactor U cofactor(x: int, y: int): returns" - "linear_algebra/src/polynom_for_points.py:77:13 zahlen U zahlen = 0" - "linear_algebra/src/power_iteration.py:45:15 iscomplexobj U assert np.iscomplexobj(input_matrix) == np" - "linear_algebra/src/power_iteration.py:55:5 lamda U lamda_previous = 0" @@ -762,6 +762,8 @@ issues: - "machine_learning/sequential_minimum_optimization.py:494:5 mysvm U mysvm = SmoSVM(" - "machine_learning/sequential_minimum_optimization.py:582:78 desity U distributed points with high desity and" - "machine_learning/sequential_minimum_optimization.py:591:5 yrange U yrange = np.linspace(train" + - "machine_learning/support_vector_machines.py:19:25 asarray U >>> norm_squared(np.asarray([1, 2]))" + - "machine_learning/support_vector_machines.py:74:15 sklear U # sklear: def_gamma = 1/(n_features" - "maths/binary_exponentiation_2.py:9:11 chinmoy U * @author chinmoy159" - "maths/binary_exponentiation.py:3:12 Junth U # Author : Junth Basnet" - "maths/check_polygon.py:26:17 Monogons U ValueError: Monogons and Digons are not polygons" @@ -770,7 +772,6 @@ issues: - "maths/chudnovsky_algorithm.py:44:18 prec U getcontext().prec = precision" - "maths/entropy.py:27:27 telescreen U . \"from the telescreen was still \"" - "maths/entropy.py:28:35 overfulfilment U \"babbling and the overfulfilment\")" - - "maths/euclidean_distance.py:24:31 asarray U return np.sqrt(np.sum((np.asarray(vector_1) - np.asarray" - "maths/euclidean_gcd.py:20:26 euclicedan U Recursive method for euclicedan gcd algorithm" - "maths/eulers_totient.py:4:5 totients U totients = [i - 1 for i in range" - "maths/extended_euclidean_algorithm.py:5:41 Bezout's U bn = gcd(m, n) (a.k.a Bezout's Identity)" diff --git a/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt b/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt index 39a7346529bf..21ee3be50ff2 100644 --- a/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt +++ b/integration-tests/snapshots/TheAlgorithms/Python/snapshot.txt @@ -3,7 +3,7 @@ Repository: TheAlgorithms/Python Url: "https://github.com/TheAlgorithms/Python.git" Args: ["**/*.{md,py}"] Lines: - CSpell: Files checked: 1042, Issues found: 2884 in 393 files + CSpell: Files checked: 1045, Issues found: 2897 in 394 files exit code: 1 ./CONTRIBUTING.md:131:33 - Unknown word (pytest) -- doctests will be run by pytest as part of our automated ./CONTRIBUTING.md:134:14 - Unknown word (doctest) -- python3 -m doctest -v my_submission.py @@ -477,10 +477,10 @@ Lines: ./computer_vision/flip_augmentation.py:36:54 - Unknown word (IMWRITE) -- root}.jpg", image, [cv2.IMWRITE_JPEG_QUALITY, 85]) ./computer_vision/flip_augmentation.py:88:32 - Unknown word (narray) -- new_imgs_list : image after resize ./computer_vision/harris_corner.py:15:23 - Unknown word (neighbourhoods) -- window_size : neighbourhoods considered -./computer_vision/horn_schunck.py:13:12 - Unknown word (ndimage) -- from scipy.ndimage.filters import convolve +./computer_vision/horn_schunck.py:15:12 - Unknown word (ndimage) -- from scipy.ndimage.filters import convolve ./computer_vision/horn_schunck.py:2:14 - Unknown word (Schunck) -- The Horn-Schunck method estimates the -./computer_vision/horn_schunck.py:44:24 - Unknown word (arange) -- np.meshgrid(np.arange(0, image.shape[1]), -./computer_vision/horn_schunck.py:60:10 - Unknown word (schunck) -- def horn_schunck( +./computer_vision/horn_schunck.py:45:24 - Unknown word (arange) -- np.meshgrid(np.arange(0, image.shape[1]), +./computer_vision/horn_schunck.py:61:10 - Unknown word (schunck) -- def horn_schunck( ./computer_vision/mosaic_augmentation.py:113:5 - Unknown word (divid) -- divid_point_x = int(scale ./computer_vision/mosaic_augmentation.py:11:3 - Unknown word (Parrameters) -- # Parrameters ./computer_vision/mosaic_augmentation.py:30:9 - Unknown word (idxs) -- idxs = random.sample(range @@ -532,8 +532,8 @@ Lines: ./data_structures/linked_list/singly_linked_list.py:399:10 - Unknown word (dlrow) -- "dlrow olleH", ./data_structures/linked_list/singly_linked_list.py:399:16 - Unknown word (olle) -- "dlrow olleH", ./data_structures/linked_list/skip_list.py:371:17 - Unknown word (doesnt) -- def test_delete_doesnt_leave_dead_nodes(): -./data_structures/queue/double_ended_queue.py:243:18 - Unknown word (topop) -- @returns topop.val: the value of the -./data_structures/queue/double_ended_queue.py:379:32 - Unknown word (deques) -- if the length of the deques are not the same, they +./data_structures/queue/double_ended_queue.py:244:18 - Unknown word (topop) -- @returns topop.val: the value of the +./data_structures/queue/double_ended_queue.py:380:32 - Unknown word (deques) -- if the length of the deques are not the same, they ./data_structures/stacks/dijkstras_two_stack_algorithm.py:39:5 - Unknown word (dijkstras) -- def dijkstras_two_stack_algorithm ./data_structures/stacks/dijkstras_two_stack_algorithm.py:3:20 - Unknown word (echoaj) -- GitHub: github.com/echoaj ./digital_image_processing/change_brightness.py:25:9 - Unknown word (brigt) -- brigt_img = change_brightness @@ -702,7 +702,7 @@ Lines: ./linear_algebra/src/conjugate_gradient.py:40:33 - Unknown word (eigh) -- values, _ = np.linalg.eigh(matrix) ./linear_algebra/src/conjugate_gradient.py:40:5 - Unknown word (eigen) -- eigen_values, _ = np.linalg ./linear_algebra/src/conjugate_gradient.py:63:31 - Unknown word (randn) -- random_matrix = np.random.randn(dimension, dimension -./linear_algebra/src/lib.py:265:9 - Unknown word (cofactor) -- cofactor(x: int, y: int): returns +./linear_algebra/src/lib.py:266:9 - Unknown word (cofactor) -- cofactor(x: int, y: int): returns ./linear_algebra/src/polynom_for_points.py:77:13 - Unknown word (zahlen) -- zahlen = 0 ./linear_algebra/src/power_iteration.py:45:15 - Unknown word (iscomplexobj) -- assert np.iscomplexobj(input_matrix) == np ./linear_algebra/src/power_iteration.py:55:5 - Unknown word (lamda) -- lamda_previous = 0 @@ -757,6 +757,8 @@ Lines: ./machine_learning/sequential_minimum_optimization.py:494:5 - Unknown word (mysvm) -- mysvm = SmoSVM( ./machine_learning/sequential_minimum_optimization.py:582:78 - Unknown word (desity) -- distributed points with high desity and ./machine_learning/sequential_minimum_optimization.py:591:5 - Unknown word (yrange) -- yrange = np.linspace(train +./machine_learning/support_vector_machines.py:19:25 - Unknown word (asarray) -- >>> norm_squared(np.asarray([1, 2])) +./machine_learning/support_vector_machines.py:74:15 - Unknown word (sklear) -- # sklear: def_gamma = 1/(n_features ./maths/binary_exponentiation.py:3:12 - Unknown word (Junth) -- # Author : Junth Basnet ./maths/binary_exponentiation_2.py:9:11 - Unknown word (chinmoy) -- * @author chinmoy159 ./maths/check_polygon.py:26:17 - Unknown word (Monogons) -- ValueError: Monogons and Digons are not polygons @@ -765,7 +767,6 @@ Lines: ./maths/chudnovsky_algorithm.py:44:18 - Unknown word (prec) -- getcontext().prec = precision ./maths/entropy.py:27:27 - Unknown word (telescreen) -- . "from the telescreen was still " ./maths/entropy.py:28:35 - Unknown word (overfulfilment) -- "babbling and the overfulfilment") -./maths/euclidean_distance.py:24:31 - Unknown word (asarray) -- return np.sqrt(np.sum((np.asarray(vector_1) - np.asarray ./maths/euclidean_gcd.py:20:26 - Unknown word (euclicedan) -- Recursive method for euclicedan gcd algorithm ./maths/eulers_totient.py:4:5 - Unknown word (totients) -- totients = [i - 1 for i in range ./maths/extended_euclidean_algorithm.py:10:15 - Unknown word (Sharma) -- # @Author: S. Sharma diff --git a/integration-tests/snapshots/aws-amplify/docs/snapshot.txt b/integration-tests/snapshots/aws-amplify/docs/snapshot.txt index 4b0109cc309b..bea640326bb7 100644 --- a/integration-tests/snapshots/aws-amplify/docs/snapshot.txt +++ b/integration-tests/snapshots/aws-amplify/docs/snapshot.txt @@ -3,7 +3,7 @@ Repository: aws-amplify/docs Url: "https://github.com/aws-amplify/docs.git" Args: ["**/*.{md,mdx}"] Lines: - CSpell: Files checked: 1363, Issues found: 7 in 5 files + CSpell: Files checked: 1367, Issues found: 7 in 5 files exit code: 1 ./src/fragments/lib/auth/flutter/device_features/20_forgetDevice.mdx:22:68 - Unknown word (bcfa) -- _38284cea-6c7f-4a8c-bcfa-ac8946a0d1eb'); ./src/fragments/lib/client-configuration/js/js-configuration.mdx:105:30 - Unknown word (testappa) -- user_files_s3_bucket: 'testappa321fb103f1f2ae6a4d25d diff --git a/integration-tests/snapshots/caddyserver/caddy/report.yaml b/integration-tests/snapshots/caddyserver/caddy/report.yaml index bf74a3aa72de..babdd44c93a8 100644 --- a/integration-tests/snapshots/caddyserver/caddy/report.yaml +++ b/integration-tests/snapshots/caddyserver/caddy/report.yaml @@ -5,7 +5,7 @@ Args: ["**/*.go"] Summary: files: 210 filesWithIssues: 197 - issues: 3337 + issues: 3348 errors: 0 Errors: [] @@ -17,24 +17,25 @@ issues: - "admin_test.go:121:23 Unmarshaling U t.Fatalf(\"Test %d: Unmarshaling expected config: %v" - "admin_test.go:170:42 etag U config with the wrong etag" - "admin_test.go:177:14 Hasher U hash := etagHasher()" - - "admin.go:44:14 caddyserver U \"github.com/caddyserver/caddy/v2/notify\"" - - "admin.go:45:26 certmagic U github.com/caddyserver/certmagic\"" - - "admin.go:48:19 zapcore U \"go.uber.org/zap/zapcore\"" - - "admin.go:414:24 loggable U zap.Array(\"origins\", loggableURLArray(handler.allowedOrigin" - - "admin.go:431:16 caddytls U // import the caddytls package -- but it works" - - "admin.go:434:33 zerossl U RawMessage(`{\"module\": \"zerossl\"}`)," - - "admin.go:527:16 Protos U tlsConfig.NextProtos = nil // this server" - - "admin.go:531:23 stdlib U / convert logger to stdlib so it can be used by" - - "admin.go:797:23 Redir U if err == errInternalRedir {" - - "admin.go:900:29 hasher U etagHasher returns a the hasher we used on the config" - - "admin.go:1026:33 unsynchronized U This is a low-level, unsynchronized function; most callers" - - "admin.go:1062:31 elems U array = append(array, elems...)" - - "admin.go:1293:21 pidfile U // PIDFile writes a pidfile to the file at filename" + - "admin_test.go:183:93 Etag U intField\": 1}`), makeEtag(key, hash), false)" + - "admin.go:43:14 caddyserver U \"github.com/caddyserver/caddy/v2/notify\"" + - "admin.go:44:26 certmagic U github.com/caddyserver/certmagic\"" + - "admin.go:47:19 zapcore U \"go.uber.org/zap/zapcore\"" + - "admin.go:413:24 loggable U zap.Array(\"origins\", loggableURLArray(handler.allowedOrigin" + - "admin.go:430:16 caddytls U // import the caddytls package -- but it works" + - "admin.go:433:33 zerossl U RawMessage(`{\"module\": \"zerossl\"}`)," + - "admin.go:526:16 Protos U tlsConfig.NextProtos = nil // this server" + - "admin.go:530:23 stdlib U / convert logger to stdlib so it can be used by" + - "admin.go:796:23 Redir U if err == errInternalRedir {" + - "admin.go:899:29 hasher U etagHasher returns a the hasher we used on the config" + - "admin.go:1031:33 unsynchronized U This is a low-level, unsynchronized function; most callers" + - "admin.go:1067:31 elems U array = append(array, elems...)" + - "admin.go:1298:21 pidfile U // PIDFile writes a pidfile to the file at filename" - "caddy.go:61:30 encodable U to populate the JSON-encodable fields of the struct" - - "caddy.go:326:5 autosave U // autosave a non-nil config, if" - - "caddy.go:333:29 Autosave U filepath.Dir(ConfigAutosavePath)" - - "caddy.go:342:17 autosaved U Log().Info(\"autosaved config (load with -" - - "caddy.go:660:24 byeee U logger.Warn(\"exiting; byeee!! 👋\")" + - "caddy.go:334:5 autosave U // autosave a non-nil config, if" + - "caddy.go:341:29 Autosave U filepath.Dir(ConfigAutosavePath)" + - "caddy.go:350:17 autosaved U Log().Info(\"autosaved config (load with -" + - "caddy.go:668:24 byeee U logger.Warn(\"exiting; byeee!! 👋\")" - "caddyconfig/caddyfile/adapter.go:15:9 caddyfile U package caddyfile" - "caddyconfig/caddyfile/adapter.go:23:35 caddyconfig U caddyserver/caddy/v2/caddyconfig\"" - "caddyconfig/caddyfile/adapter.go:26:19 Caddyfile U // Adapter adapts Caddyfile to Caddy JSON." @@ -225,7 +226,6 @@ issues: - "modules/caddyhttp/fileserver/staticfiles.go:75:5 Canonicalization U // Canonicalization will not happen if the" - "modules/caddyhttp/fileserver/staticfiles.go:99:2 precompressors U precompressors map[string]encode.Precompress" - "modules/caddyhttp/fileserver/staticfiles.go:255:12 canonicalization U // if URL canonicalization is enabled, we need" - - "modules/caddyhttp/fileserver/staticfiles.go:331:34 Etag U Set(\"ETag\", calculateEtag(info))" - "modules/caddyhttp/fileserver/staticfiles.go:334:3 mtyp U mtyp := mime.TypeByExtension" - "modules/caddyhttp/fileserver/staticfiles.go:401:3 backoff U backoff := weakrand.Intn(maxBackoff" - "modules/caddyhttp/fileserver/staticfiles.go:401:31 Backoff U := weakrand.Intn(maxBackoff-minBackoff) + minBackoff" @@ -248,8 +248,12 @@ issues: - "modules/caddyhttp/matchers_test.go:594:17 someparam U input: \"/?someparam\"," - "modules/caddyhttp/matchers_test.go:624:17 somekey U input: \"/?somekey=1\"," - "modules/caddyhttp/matchers_test.go:671:43 barfoo U Header{\"Field\": []string{\"barfoo\", \"foobar\"}}," - - "modules/caddyhttp/matchers.go:1210:15 Adresses U // Some IPv6-Adresses can contain zone identifiers" - - "modules/caddyhttp/matchers.go:1247:22 embedable U / MatchRegexp is an embedable type for matching" + - "modules/caddyhttp/matchers.go:107:53 escapings U including those with bad escapings or illegal characters" + - "modules/caddyhttp/matchers.go:639:22 WHATWG U // Despite the URL WHATWG spec mandating the use" + - "modules/caddyhttp/matchers.go:640:56 Filippo U lementation is different, and Filippo Valsorda rightly wrote" + - "modules/caddyhttp/matchers.go:640:64 Valsorda U different, and Filippo Valsorda rightly wrote:" + - "modules/caddyhttp/matchers.go:1184:15 Adresses U // Some IPv6-Adresses can contain zone identifiers" + - "modules/caddyhttp/matchers.go:1221:22 embedable U / MatchRegexp is an embedable type for matching" - "modules/caddyhttp/metrics_test.go:10:50 testutil U client_golang/prometheus/testutil\"" - "modules/caddyhttp/metrics.go:124:26 behaviour U Effectively the same behaviour as promhttp.InstrumentHandler" - "modules/caddyhttp/metrics.go:127:3 ttfb U ttfb := time.Since(start" @@ -260,7 +264,7 @@ issues: - "modules/caddyhttp/reverseproxy/addresses.go:15:9 reverseproxy U package reverseproxy" - "modules/caddyhttp/reverseproxy/addresses.go:50:20 proxying U // a backend and proxying to it, so we cannot" - "modules/caddyhttp/reverseproxy/admin.go:26:28 Upstreams U RegisterModule(adminUpstreams{})" - - "modules/caddyhttp/reverseproxy/caddyfile.go:651:56 subroutes U httpcaddyfile.Helper to parse subroutes." + - "modules/caddyhttp/reverseproxy/caddyfile.go:676:56 subroutes U httpcaddyfile.Helper to parse subroutes." - "modules/caddyhttp/reverseproxy/fastcgi/client_test.go:50:26 fcgic U scriptFile = \"/tank/www/fcgic_test.php\"" - "modules/caddyhttp/reverseproxy/fastcgi/client_test.go:51:25 serv U ipPort = \"remote-php-serv:59000\"" - "modules/caddyhttp/reverseproxy/fastcgi/client_test.go:55:5 globalt U var globalt *testing.T" @@ -284,12 +288,12 @@ issues: - "modules/caddyhttp/reverseproxy/httptransport.go:246:36 servername U placeTLSServername checks TLS servername to see if it needs replacing" - "modules/caddyhttp/reverseproxy/httptransport.go:254:3 newtransport U newtransport := &HTTPTransport{" - "modules/caddyhttp/reverseproxy/reverseproxy.go:153:22 roundtrips U // after successful roundtrips. The first handler that" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:537:5 succ U if succ, ok := proxyErr.(roundtripSuc" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:575:26 gunicorn U with \"slow clients\" (gunicorn, etc.) - this obviously" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:577:47 slowloris U more susceptible to slowloris" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:617:50 websockets U upgrades, such as for websockets." - - "modules/caddyhttp/reverseproxy/reverseproxy.go:1245:56 libcurl U standard but still sent by libcurl and rejected by e.g" - - "modules/caddyhttp/reverseproxy/reverseproxy.go:1249:16 canonicalized U \"Te\", // canonicalized version of \"TE\"" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:539:5 succ U if succ, ok := proxyErr.(roundtripSuc" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:577:26 gunicorn U with \"slow clients\" (gunicorn, etc.) - this obviously" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:579:47 slowloris U more susceptible to slowloris" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:619:50 websockets U upgrades, such as for websockets." + - "modules/caddyhttp/reverseproxy/reverseproxy.go:1271:56 libcurl U standard but still sent by libcurl and rejected by e.g" + - "modules/caddyhttp/reverseproxy/reverseproxy.go:1275:16 canonicalized U \"Te\", // canonicalized version of \"TE\"" - "modules/caddyhttp/reverseproxy/selectionpolicies.go:168:7 Reqs U leastReqs := -1" - "modules/caddyhttp/reverseproxy/selectionpolicies.go:517:65 hashable U from pool based on a hashable string s." - "modules/caddyhttp/reverseproxy/streaming.go:64:22 cancelation U // Ensure that the cancelation of a request closes" diff --git a/integration-tests/snapshots/caddyserver/caddy/snapshot.txt b/integration-tests/snapshots/caddyserver/caddy/snapshot.txt index facb540e7113..237f3585f95c 100644 --- a/integration-tests/snapshots/caddyserver/caddy/snapshot.txt +++ b/integration-tests/snapshots/caddyserver/caddy/snapshot.txt @@ -3,33 +3,34 @@ Repository: caddyserver/caddy Url: "https://github.com/caddyserver/caddy.git" Args: ["**/*.go"] Lines: - CSpell: Files checked: 210, Issues found: 3337 in 197 files + CSpell: Files checked: 210, Issues found: 3348 in 197 files exit code: 1 -./admin.go:1026:33 - Unknown word (unsynchronized) -- This is a low-level, unsynchronized function; most callers -./admin.go:1062:31 - Unknown word (elems) -- array = append(array, elems...) -./admin.go:1293:21 - Unknown word (pidfile) -- // PIDFile writes a pidfile to the file at filename -./admin.go:414:24 - Unknown word (loggable) -- zap.Array("origins", loggableURLArray(handler.allowedOrigin -./admin.go:431:16 - Unknown word (caddytls) -- // import the caddytls package -- but it works -./admin.go:434:33 - Unknown word (zerossl) -- RawMessage(`{"module": "zerossl"}`), -./admin.go:44:14 - Unknown word (caddyserver) -- "github.com/caddyserver/caddy/v2/notify" -./admin.go:45:26 - Unknown word (certmagic) -- github.com/caddyserver/certmagic" -./admin.go:48:19 - Unknown word (zapcore) -- "go.uber.org/zap/zapcore" -./admin.go:527:16 - Unknown word (Protos) -- tlsConfig.NextProtos = nil // this server -./admin.go:531:23 - Unknown word (stdlib) -- / convert logger to stdlib so it can be used by -./admin.go:797:23 - Unknown word (Redir) -- if err == errInternalRedir { -./admin.go:900:29 - Unknown word (hasher) -- etagHasher returns a the hasher we used on the config +./admin.go:1031:33 - Unknown word (unsynchronized) -- This is a low-level, unsynchronized function; most callers +./admin.go:1067:31 - Unknown word (elems) -- array = append(array, elems...) +./admin.go:1298:21 - Unknown word (pidfile) -- // PIDFile writes a pidfile to the file at filename +./admin.go:413:24 - Unknown word (loggable) -- zap.Array("origins", loggableURLArray(handler.allowedOrigin +./admin.go:430:16 - Unknown word (caddytls) -- // import the caddytls package -- but it works +./admin.go:433:33 - Unknown word (zerossl) -- RawMessage(`{"module": "zerossl"}`), +./admin.go:43:14 - Unknown word (caddyserver) -- "github.com/caddyserver/caddy/v2/notify" +./admin.go:44:26 - Unknown word (certmagic) -- github.com/caddyserver/certmagic" +./admin.go:47:19 - Unknown word (zapcore) -- "go.uber.org/zap/zapcore" +./admin.go:526:16 - Unknown word (Protos) -- tlsConfig.NextProtos = nil // this server +./admin.go:530:23 - Unknown word (stdlib) -- / convert logger to stdlib so it can be used by +./admin.go:796:23 - Unknown word (Redir) -- if err == errInternalRedir { +./admin.go:899:29 - Unknown word (hasher) -- etagHasher returns a the hasher we used on the config ./admin_test.go:108:10 - Unknown word (unsynced) -- err := unsyncedConfigAccess(tc.method ./admin_test.go:121:23 - Unknown word (Unmarshaling) -- t.Fatalf("Test %d: Unmarshaling expected config: %v ./admin_test.go:170:42 - Unknown word (etag) -- config with the wrong etag ./admin_test.go:177:14 - Unknown word (Hasher) -- hash := etagHasher() +./admin_test.go:183:93 - Unknown word (Etag) -- intField": 1}`), makeEtag(key, hash), false) ./admin_test.go:30:8 - Unknown word (myserver) -- "myserver": { ./admin_test.go:34:8 - Unknown word (yourserver) -- "yourserver": { ./admin_test.go:44:10 - Unknown word (Unsynced) -- func TestUnsyncedConfigAccess(t *testing -./caddy.go:326:5 - Unknown word (autosave) -- // autosave a non-nil config, if -./caddy.go:333:29 - Unknown word (Autosave) -- filepath.Dir(ConfigAutosavePath) -./caddy.go:342:17 - Unknown word (autosaved) -- Log().Info("autosaved config (load with - +./caddy.go:334:5 - Unknown word (autosave) -- // autosave a non-nil config, if +./caddy.go:341:29 - Unknown word (Autosave) -- filepath.Dir(ConfigAutosavePath) +./caddy.go:350:17 - Unknown word (autosaved) -- Log().Info("autosaved config (load with - ./caddy.go:61:30 - Unknown word (encodable) -- to populate the JSON-encodable fields of the struct -./caddy.go:660:24 - Unknown word (byeee) -- logger.Warn("exiting; byeee!! 👋") +./caddy.go:668:24 - Unknown word (byeee) -- logger.Warn("exiting; byeee!! 👋") ./caddyconfig/caddyfile/adapter.go:100:25 - Unknown word (unmarshaled) -- into JSON. Caddyfile-unmarshaled values ./caddyconfig/caddyfile/adapter.go:134:17 - Unknown word (Errf) -- return nil, d.Errf("getting module named ./caddyconfig/caddyfile/adapter.go:15:9 - Unknown word (caddyfile) -- package caddyfile @@ -217,7 +218,6 @@ Lines: ./modules/caddyhttp/fileserver/matcher_test.go:67:20 - Unknown word (foodir) -- path: "/foodir", ./modules/caddyhttp/fileserver/matcher_test.go:85:15 - Unknown word (missingfile) -- path: "/missingfile.php", ./modules/caddyhttp/fileserver/staticfiles.go:255:12 - Unknown word (canonicalization) -- // if URL canonicalization is enabled, we need -./modules/caddyhttp/fileserver/staticfiles.go:331:34 - Unknown word (Etag) -- Set("ETag", calculateEtag(info)) ./modules/caddyhttp/fileserver/staticfiles.go:334:3 - Unknown word (mtyp) -- mtyp := mime.TypeByExtension ./modules/caddyhttp/fileserver/staticfiles.go:401:3 - Unknown word (backoff) -- backoff := weakrand.Intn(maxBackoff ./modules/caddyhttp/fileserver/staticfiles.go:401:31 - Unknown word (Backoff) -- := weakrand.Intn(maxBackoff-minBackoff) + minBackoff @@ -235,8 +235,12 @@ Lines: ./modules/caddyhttp/map/map_test.go:93:32 - Unknown word (testvar) -- Outputs: []interface{}{"{testvar}"}, ./modules/caddyhttp/marshalers.go:26:4 - Unknown word (Loggable) -- // LoggableHTTPRequest makes an ./modules/caddyhttp/marshalers.go:83:49 - Unknown word (marshalable) -- makes a slice of strings marshalable for logging. -./modules/caddyhttp/matchers.go:1210:15 - Unknown word (Adresses) -- // Some IPv6-Adresses can contain zone identifiers -./modules/caddyhttp/matchers.go:1247:22 - Unknown word (embedable) -- / MatchRegexp is an embedable type for matching +./modules/caddyhttp/matchers.go:107:53 - Unknown word (escapings) -- including those with bad escapings or illegal characters +./modules/caddyhttp/matchers.go:1184:15 - Unknown word (Adresses) -- // Some IPv6-Adresses can contain zone identifiers +./modules/caddyhttp/matchers.go:1221:22 - Unknown word (embedable) -- / MatchRegexp is an embedable type for matching +./modules/caddyhttp/matchers.go:639:22 - Unknown word (WHATWG) -- // Despite the URL WHATWG spec mandating the use +./modules/caddyhttp/matchers.go:640:56 - Unknown word (Filippo) -- lementation is different, and Filippo Valsorda rightly wrote +./modules/caddyhttp/matchers.go:640:64 - Unknown word (Valsorda) -- different, and Filippo Valsorda rightly wrote: ./modules/caddyhttp/matchers_test.go:252:14 - Unknown word (FOOOO) -- input: "/FOOOO", ./modules/caddyhttp/matchers_test.go:385:60 - Unknown word (myparam) -- Pattern: "^/foo/(?P.*)/baz$", Name: "name ./modules/caddyhttp/matchers_test.go:451:25 - Unknown word (Alakazam) -- input: http.Header{"Alakazam": []string{"kapow"} @@ -255,7 +259,7 @@ Lines: ./modules/caddyhttp/reverseproxy/addresses.go:15:9 - Unknown word (reverseproxy) -- package reverseproxy ./modules/caddyhttp/reverseproxy/addresses.go:50:20 - Unknown word (proxying) -- // a backend and proxying to it, so we cannot ./modules/caddyhttp/reverseproxy/admin.go:26:28 - Unknown word (Upstreams) -- RegisterModule(adminUpstreams{}) -./modules/caddyhttp/reverseproxy/caddyfile.go:651:56 - Unknown word (subroutes) -- httpcaddyfile.Helper to parse subroutes. +./modules/caddyhttp/reverseproxy/caddyfile.go:676:56 - Unknown word (subroutes) -- httpcaddyfile.Helper to parse subroutes. ./modules/caddyhttp/reverseproxy/fastcgi/client.go:113:28 - Unknown word (REQS) -- MaxRequests string = "MAX_REQS" ./modules/caddyhttp/reverseproxy/fastcgi/client.go:115:27 - Unknown word (MPXS) -- MultiplexConns string = "MPXS_CONNS" ./modules/caddyhttp/reverseproxy/fastcgi/client.go:146:2 - Unknown word (rbuf) -- rbuf []byte @@ -278,13 +282,13 @@ Lines: ./modules/caddyhttp/reverseproxy/httptransport.go:246:36 - Unknown word (servername) -- placeTLSServername checks TLS servername to see if it needs replacing ./modules/caddyhttp/reverseproxy/httptransport.go:254:3 - Unknown word (newtransport) -- newtransport := &HTTPTransport{ ./modules/caddyhttp/reverseproxy/httptransport.go:92:46 - Unknown word (Cleartext) -- use H2C (HTTP/2 over Cleartext) to the -./modules/caddyhttp/reverseproxy/reverseproxy.go:1245:56 - Unknown word (libcurl) -- standard but still sent by libcurl and rejected by e.g -./modules/caddyhttp/reverseproxy/reverseproxy.go:1249:16 - Unknown word (canonicalized) -- "Te", // canonicalized version of "TE" +./modules/caddyhttp/reverseproxy/reverseproxy.go:1271:56 - Unknown word (libcurl) -- standard but still sent by libcurl and rejected by e.g +./modules/caddyhttp/reverseproxy/reverseproxy.go:1275:16 - Unknown word (canonicalized) -- "Te", // canonicalized version of "TE" ./modules/caddyhttp/reverseproxy/reverseproxy.go:153:22 - Unknown word (roundtrips) -- // after successful roundtrips. The first handler that -./modules/caddyhttp/reverseproxy/reverseproxy.go:537:5 - Unknown word (succ) -- if succ, ok := proxyErr.(roundtripSuc -./modules/caddyhttp/reverseproxy/reverseproxy.go:575:26 - Unknown word (gunicorn) -- with "slow clients" (gunicorn, etc.) - this obviously -./modules/caddyhttp/reverseproxy/reverseproxy.go:577:47 - Unknown word (slowloris) -- more susceptible to slowloris -./modules/caddyhttp/reverseproxy/reverseproxy.go:617:50 - Unknown word (websockets) -- upgrades, such as for websockets. +./modules/caddyhttp/reverseproxy/reverseproxy.go:539:5 - Unknown word (succ) -- if succ, ok := proxyErr.(roundtripSuc +./modules/caddyhttp/reverseproxy/reverseproxy.go:577:26 - Unknown word (gunicorn) -- with "slow clients" (gunicorn, etc.) - this obviously +./modules/caddyhttp/reverseproxy/reverseproxy.go:579:47 - Unknown word (slowloris) -- more susceptible to slowloris +./modules/caddyhttp/reverseproxy/reverseproxy.go:619:50 - Unknown word (websockets) -- upgrades, such as for websockets. ./modules/caddyhttp/reverseproxy/selectionpolicies.go:168:7 - Unknown word (Reqs) -- leastReqs := -1 ./modules/caddyhttp/reverseproxy/selectionpolicies.go:517:65 - Unknown word (hashable) -- from pool based on a hashable string s. ./modules/caddyhttp/reverseproxy/streaming.go:100:2 - Unknown word (errc) -- errc := make(chan error, diff --git a/integration-tests/snapshots/django/django/report.yaml b/integration-tests/snapshots/django/django/report.yaml index de845630fe07..3c7a12902003 100644 --- a/integration-tests/snapshots/django/django/report.yaml +++ b/integration-tests/snapshots/django/django/report.yaml @@ -3,9 +3,9 @@ Repository: django/django Url: https://github.com/django/django.git Args: ["**/*.{md,py}"] Summary: - files: 2752 + files: 2758 filesWithIssues: 930 - issues: 8318 + issues: 8328 errors: 0 Errors: [] @@ -644,8 +644,8 @@ issues: - "django/db/models/lookups.py:496:30 thevalue U col LIKE %s, ['thevalue%']" - "django/db/models/lookups.py:500:24 othercol U # col LIKE othercol || '%%'" - "django/db/models/lookups.py:687:7 UUIDI U class UUIDIExact(UUIDTextMixin," - - "django/db/models/options.py:135:37 proxying U class this model is proxying. Note that proxy_for" - - "django/db/models/options.py:522:33 longwinded U The third lambda is a longwinded way of checking f.related" + - "django/db/models/options.py:137:37 proxying U class this model is proxying. Note that proxy_for" + - "django/db/models/options.py:530:33 longwinded U The third lambda is a longwinded way of checking f.related" - "django/db/models/query_utils.py:21:49 somecol U converting lookups (fk__somecol). The contents" - "django/db/models/query_utils.py:96:19 subq U split_subq=False," - "django/db/models/query.py:235:17 rowfactory U rowfactory = operator.itemgetter" @@ -2046,7 +2046,7 @@ issues: - "tests/i18n/tests.py:2314:44 reay U assertEqual(gettext(\"year\"), \"reay\")" - "tests/i18n/utils.py:54:31 rmrf U self.addCleanup(self._rmrf, self.test_dir)" - "tests/i18n/utils.py:58:21 dname U def _rmrf(self, dname):" - - "tests/indexes/tests.py:60:45 looooooooooooooooooo U indexes_article_c1_c2_looooooooooooooooooo_255179b2ix\"," + - "tests/indexes/tests.py:62:45 looooooooooooooooooo U indexes_article_c1_c2_looooooooooooooooooo_255179b2ix\"," - "tests/inline_formsets/tests.py:91:19 inlineformsets U Make sure inlineformsets respect commit=False" - "tests/inspectdb/models.py:48:48 tamaño U IntegerField(db_column=\"tamaño\")" - "tests/inspectdb/tests.py:57:36 Peopledata U assertNotIn(\"InspectdbPeopledata\", output)" @@ -2064,16 +2064,16 @@ issues: - "tests/inspectdb/tests.py:411:26 myfields U \"text\": \"myfields.TextField\"," - "tests/inspectdb/tests.py:441:28 inspectdbmessage U \"related_name='inspectdbmessage_author_set')\"," - "tests/introspection/tests.py:172:14 smallautofield U def test_smallautofield(self):" - - "tests/invalid_models_tests/test_models.py:367:39 sindex U \"The index name '%sindex_name' cannot start with" - - "tests/invalid_models_tests/test_models.py:749:28 Namezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz U class VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz(" - - "tests/invalid_models_tests/test_models.py:763:28 msimple U through=\"m2msimple\"," - - "tests/invalid_models_tests/test_models.py:768:28 mcomplex U through=\"m2mcomplex\"," - - "tests/invalid_models_tests/test_models.py:799:14 verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz U \"verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz_id\"" - - "tests/invalid_models_tests/test_models.py:865:52 vlmn U length=11, db_column=\"vlmn\").contribute_to_class" - - "tests/invalid_models_tests/test_models.py:989:14 multiinheritance U def test_multiinheritance_clash(self):" - - "tests/invalid_models_tests/test_models.py:1045:14 multigeneration U def test_multigeneration_inheritance(self):" - - "tests/invalid_models_tests/test_models.py:1634:13 foos U foos = models.ManyToManyField" - - "tests/invalid_models_tests/test_models.py:1788:16 aproxy U mm_aproxy = models.ManyToManyField" + - "tests/invalid_models_tests/test_models.py:369:39 sindex U \"The index name '%sindex_name' cannot start with" + - "tests/invalid_models_tests/test_models.py:751:28 Namezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz U class VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz(" + - "tests/invalid_models_tests/test_models.py:765:28 msimple U through=\"m2msimple\"," + - "tests/invalid_models_tests/test_models.py:770:28 mcomplex U through=\"m2mcomplex\"," + - "tests/invalid_models_tests/test_models.py:801:14 verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz U \"verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz_id\"" + - "tests/invalid_models_tests/test_models.py:867:52 vlmn U length=11, db_column=\"vlmn\").contribute_to_class" + - "tests/invalid_models_tests/test_models.py:991:14 multiinheritance U def test_multiinheritance_clash(self):" + - "tests/invalid_models_tests/test_models.py:1047:14 multigeneration U def test_multigeneration_inheritance(self):" + - "tests/invalid_models_tests/test_models.py:1636:13 foos U foos = models.ManyToManyField" + - "tests/invalid_models_tests/test_models.py:1790:16 aproxy U mm_aproxy = models.ManyToManyField" - "tests/invalid_models_tests/test_ordinary_fields.py:29:35 autocreating U Prevent Django from autocreating `id` AutoField, which" - "tests/invalid_models_tests/test_ordinary_fields.py:822:13 biginteger U biginteger = models.BigIntegerField" - "tests/invalid_models_tests/test_ordinary_fields.py:824:13 positiveinteger U positiveinteger = models.PositiveIntegerField" @@ -2153,17 +2153,17 @@ issues: - "tests/migrations/models.py:14:66 Ðjáñgó U length=20, default=\"“Ðjáñgó”\")" - "tests/migrations/models.py:19:33 µóðéø U verbose_name = \"úñí©óðé µóðéø\"" - "tests/migrations/models.py:20:40 µóðéøß U name_plural = \"úñí©óðé µóðéøß\"" - - "tests/migrations/test_autodetector.py:425:64 otheritem U DeconstructibleObject(), \"otheritem\": 123}," - - "tests/migrations/test_autodetector.py:674:41 thirdapp U models.ForeignKey(\"thirdapp.CustomUser\", models" - - "tests/migrations/test_autodetector.py:772:30 Authi U \"verbose_name\": \"Authi\"," - - "tests/migrations/test_autodetector.py:1496:38 oneoff U alter_field_to_not_null_oneoff_default(self, mocked" - - "tests/migrations/test_autodetector.py:1950:9 autodetected U autodetected operations." - - "tests/migrations/test_autodetector.py:2348:45 newauthor U testapp\", 0, 1, name=\"newauthor\", table=\"author_three" - - "tests/migrations/test_autodetector.py:3242:45 authorunmanaged U testapp\", 0, 0, name=\"authorunmanaged\", options={}" - - "tests/migrations/test_autodetector.py:3480:19 Uninstantiated U #22951 -- Uninstantiated classes with deconstruct" - - "tests/migrations/test_autodetector.py:3637:28 multistep U def test_m2m_w_through_multistep_remove(self):" - - "tests/migrations/test_autodetector.py:4283:40 addcreate U circular_dependency_mixed_addcreate(self):" - - "tests/migrations/test_autodetector.py:4303:9 apackage U apackage = ModelState(" + - "tests/migrations/test_autodetector.py:426:64 otheritem U DeconstructibleObject(), \"otheritem\": 123}," + - "tests/migrations/test_autodetector.py:675:41 thirdapp U models.ForeignKey(\"thirdapp.CustomUser\", models" + - "tests/migrations/test_autodetector.py:773:30 Authi U \"verbose_name\": \"Authi\"," + - "tests/migrations/test_autodetector.py:1497:38 oneoff U alter_field_to_not_null_oneoff_default(self, mocked" + - "tests/migrations/test_autodetector.py:1951:9 autodetected U autodetected operations." + - "tests/migrations/test_autodetector.py:2349:45 newauthor U testapp\", 0, 1, name=\"newauthor\", table=\"author_three" + - "tests/migrations/test_autodetector.py:3243:45 authorunmanaged U testapp\", 0, 0, name=\"authorunmanaged\", options={}" + - "tests/migrations/test_autodetector.py:3481:19 Uninstantiated U #22951 -- Uninstantiated classes with deconstruct" + - "tests/migrations/test_autodetector.py:3638:28 multistep U def test_m2m_w_through_multistep_remove(self):" + - "tests/migrations/test_autodetector.py:4284:40 addcreate U circular_dependency_mixed_addcreate(self):" + - "tests/migrations/test_autodetector.py:4304:9 apackage U apackage = ModelState(" - "tests/migrations/test_base.py:250:9 multicol U multicol_index=False," - "tests/migrations/test_commands.py:397:20 mmigrations U \"\\x1b[1mmigrations\\n\\x1b[0m [ ] 0001_initial" - "tests/migrations/test_commands.py:571:70 salamand U SELECT * FROM migrations_salamand…\\n\"," @@ -2186,112 +2186,114 @@ issues: - "tests/migrations/test_migrations_manual_porting/0003_third.py:15:19 somemodel U name=\"somemodel\"," - "tests/migrations/test_multidb.py:77:39 mltdb U test_create_model(\"test_mltdb_crmo\", should_run=True" - "tests/migrations/test_multidb.py:77:45 crmo U create_model(\"test_mltdb_crmo\", should_run=True)" - - "tests/migrations/test_operations.py:190:50 crmoua U models.ForeignKey(\"test_crmoua.Pony\", models.CASCADE" - - "tests/migrations/test_operations.py:227:54 crmomm U up_test_model(\"test_crmomm\")" - - "tests/migrations/test_operations.py:270:27 cfkmtopkfdbc U app_label = \"test_cfkmtopkfdbc\"" - - "tests/migrations/test_operations.py:318:50 shetlandpony U ColumnCollation(f\"{app_label}_shetlandpony\", \"pony_id\", collation" - - "tests/migrations/test_operations.py:327:54 crmoih U up_test_model(\"test_crmoih\")" - - "tests/migrations/test_operations.py:365:54 crprmo U up_test_model(\"test_crprmo\")" - - "tests/migrations/test_operations.py:376:40 proxypony U assertIn((\"test_crprmo\", \"proxypony\"), new_state.models" - - "tests/migrations/test_operations.py:401:54 crummo U up_test_model(\"test_crummo\")" - - "tests/migrations/test_operations.py:473:27 crmobechc U app_label = \"test_crmobechc\"" - - "tests/migrations/test_operations.py:668:54 cmoma U up_test_model(\"test_cmoma\")" - - "tests/migrations/test_operations.py:699:54 dlmo U up_test_model(\"test_dlmo\")" - - "tests/migrations/test_operations.py:726:54 dlprmo U up_test_model(\"test_dlprmo\", proxy_model=True)" - - "tests/migrations/test_operations.py:749:54 dlmtimo U up_test_model(\"test_dlmtimo\", mti_model=True)" - - "tests/migrations/test_operations.py:779:54 rnmo U up_test_model(\"test_rnmo\", related_model=True" - - "tests/migrations/test_operations.py:805:28 repoints U # RenameModel also repoints all incoming FKs and" - - "tests/migrations/test_operations.py:871:54 rmwsrf U up_test_model(\"test_rmwsrf\", related_model=True" - - "tests/migrations/test_operations.py:878:40 horserider U assertIn((\"test_rmwsrf\", \"horserider\"), new_state.models" - - "tests/migrations/test_operations.py:935:19 rmwsc U \"test_rmwsc\", related_model=True" - - "tests/migrations/test_operations.py:945:39 littlehorse U assertIn((\"test_rmwsc\", \"littlehorse\"), new_state.models" - - "tests/migrations/test_operations.py:1056:27 rmwdbtn U app_label = \"test_rmwdbtn\"" - - "tests/migrations/test_operations.py:1256:9 ponyrider U ponyrider = PonyRider.objects" - - "tests/migrations/test_operations.py:1271:63 adfl U make_test_state(\"test_adfl\", operation)" - - "tests/migrations/test_operations.py:1294:54 adchfl U up_test_model(\"test_adchfl\")" - - "tests/migrations/test_operations.py:1339:54 adtxtfl U up_test_model(\"test_adtxtfl\")" - - "tests/migrations/test_operations.py:1384:54 adbinfl U up_test_model(\"test_adbinfl\")" - - "tests/migrations/test_operations.py:1450:54 adflpd U up_test_model(\"test_adflpd\")" - - "tests/migrations/test_operations.py:1483:54 adflmm U up_test_model(\"test_adflmm\", second_model=True" - - "tests/migrations/test_operations.py:1512:54 alflmm U up_test_model(\"test_alflmm\", second_model=True" - - "tests/migrations/test_operations.py:1582:54 rmflmm U up_test_model(\"test_rmflmm\", second_model=True" - - "tests/migrations/test_operations.py:1609:54 rmflmmwt U up_test_model(\"test_rmflmmwt\", second_model=True" - - "tests/migrations/test_operations.py:1611:50 ponystables U TableNotExists(\"test_rmflmmwt_ponystables\")" - - "tests/migrations/test_operations.py:1652:54 rmfl U up_test_model(\"test_rmfl\")" - - "tests/migrations/test_operations.py:1696:54 almota U up_test_model(\"test_almota\")" - - "tests/migrations/test_operations.py:1765:27 talflmltlm U app_label = \"test_talflmltlm2m\"" - - "tests/migrations/test_operations.py:1801:54 alfl U up_test_model(\"test_alfl\")" - - "tests/migrations/test_operations.py:1834:27 afadbn U app_label = \"test_afadbn\"" - - "tests/migrations/test_operations.py:1891:54 alflpk U up_test_model(\"test_alflpk\")" - - "tests/migrations/test_operations.py:1920:54 alflpkfk U up_test_model(\"test_alflpkfk\", related_model=True" - - "tests/migrations/test_operations.py:2038:27 alflpkfkdbc U app_label = \"test_alflpkfkdbc\"" - - "tests/migrations/test_operations.py:2086:27 alflpkmtifk U app_label = \"test_alflpkmtifk\"" - - "tests/migrations/test_operations.py:2133:60 shetlandrider U column_id_type(cursor, \"shetlandrider\", \"pony_id\")" - - "tests/migrations/test_operations.py:2170:27 alflpkmtiftb U app_label = \"test_alflpkmtiftb\"" - - "tests/migrations/test_operations.py:2242:27 alflrsfkwtflttc U app_label = \"test_alflrsfkwtflttc\"" - - "tests/migrations/test_operations.py:2291:27 alflrsfkwtflrnttc U app_label = \"test_alflrsfkwtflrnttc\"" - - "tests/migrations/test_operations.py:2493:19 rnfl U \"test_rnfl\", unique_together=True" - - "tests/migrations/test_operations.py:2553:19 rfwdbc U \"test_rfwdbc\"," - - "tests/migrations/test_operations.py:2615:19 rfmx U \"test_rfmx\"," - - "tests/migrations/test_operations.py:2734:54 alunto U up_test_model(\"test_alunto\")" - - "tests/migrations/test_operations.py:2814:27 rutopkf U app_label = \"test_rutopkf\"" - - "tests/migrations/test_operations.py:2827:45 pkey U name = f\"{table_name}_pkey\"" - - "tests/migrations/test_operations.py:2844:27 rutouf U app_label = \"test_rutouf\"" - - "tests/migrations/test_operations.py:2879:54 adin U up_test_model(\"test_adin\")" - - "tests/migrations/test_operations.py:2967:27 rnin U app_label = \"test_rnin\"" - - "tests/migrations/test_operations.py:3028:27 rninui U app_label = \"test_rninui\"" - - "tests/migrations/test_operations.py:3073:27 rninuui U app_label = \"test_rninuui\"" - - "tests/migrations/test_operations.py:3086:54 adinsf U up_test_model(\"test_adinsf\")" - - "tests/migrations/test_operations.py:3097:54 rminsf U up_test_model(\"test_rminsf\")" - - "tests/migrations/test_operations.py:3109:27 rnidsf U app_label = \"test_rnidsf\"" - - "tests/migrations/test_operations.py:3123:27 rnidsfui U app_label = \"test_rnidsfui\"" - - "tests/migrations/test_operations.py:3139:27 addfuncin U app_label = \"test_addfuncin\"" - - "tests/migrations/test_operations.py:3173:27 rmfuncin U app_label = \"test_rmfuncin\"" - - "tests/migrations/test_operations.py:3212:27 alfuncin U app_label = \"test_alfuncin\"" - - "tests/migrations/test_operations.py:3236:54 alflin U up_test_model(\"test_alflin\", index=True)" - - "tests/migrations/test_operations.py:3260:54 alinto U up_test_model(\"test_alinto\")" - - "tests/migrations/test_operations.py:3316:27 alintoremove U app_label = \"test_alintoremove_wunto\"" - - "tests/migrations/test_operations.py:3316:40 wunto U \"test_alintoremove_wunto\"" - - "tests/migrations/test_operations.py:3428:41 Artur U objects.create(name=\"Artur\")" - - "tests/migrations/test_operations.py:3461:27 addorconstraint U app_label = \"test_addorconstraint\"" - - "tests/migrations/test_operations.py:3713:27 adddeferred U app_label = \"test_adddeferred_uc\"" - - "tests/migrations/test_operations.py:3772:27 removedeferred U app_label = \"test_removedeferred_uc\"" - - "tests/migrations/test_operations.py:3837:27 addcovering U app_label = \"test_addcovering_uc\"" - - "tests/migrations/test_operations.py:3883:27 removecovering U app_label = \"test_removecovering_uc\"" - - "tests/migrations/test_operations.py:3935:27 alfuncuc U app_label = \"test_alfuncuc\"" - - "tests/migrations/test_operations.py:3959:27 adfuncuc U app_label = \"test_adfuncuc\"" - - "tests/migrations/test_operations.py:4007:27 rmfuncuc U app_label = \"test_rmfuncuc\"" - - "tests/migrations/test_operations.py:4062:54 almoop U up_test_model(\"test_almoop\")" - - "tests/migrations/test_operations.py:4128:54 alorwrtto U up_test_model(\"test_alorwrtto\", related_model=True" - - "tests/migrations/test_operations.py:4198:54 almoma U up_test_model(\"test_almoma\")" - - "tests/migrations/test_operations.py:4235:54 almomae U up_test_model(\"test_almomae\", manager_model=True" - - "tests/migrations/test_operations.py:4260:54 alfk U up_test_model(\"test_alfk\")" - - "tests/migrations/test_operations.py:4297:19 afknfk U \"test_afknfk\", operation, related" - - "tests/migrations/test_operations.py:4566:42 ahahaha U migrations.RunPython(\"print 'ahahaha'\")" - - "tests/migrations/test_operations.py:4611:20 shetlandponies U def create_shetlandponies(models, schema_editor" - - "tests/migrations/test_operations.py:4851:47 Triomphe U create(title=\"Arc de Triomphe\", author=author2)" - - "tests/migrations/test_operations.py:5017:14 smallfield U def test_smallfield_autofield_foreignfield" - - "tests/migrations/test_operations.py:5116:39 iloveponies U options={\"db_table\": \"iloveponies\"}," - - "tests/migrations/test_operations.py:5124:39 ilovemoreponies U options={\"db_table\": \"ilovemoreponies\"}," - - "tests/migrations/test_operations.py:5130:39 iloveevenmoreponies U options={\"db_table\": \"iloveevenmoreponies\"}," - - "tests/migrations/test_operations.py:5143:39 somethingcompletelydifferent U options={\"db_table\": \"somethingcompletelydifferent\"}," - - "tests/migrations/test_operations.py:5161:43 iloveponiesonies U assertNotIn((app_label, \"iloveponiesonies\"), new_state.models" - - "tests/migrations/test_operations.py:5213:40 crigsw U state_forwards(\"test_crigsw\", new_state)" - - "tests/migrations/test_operations.py:5234:63 dligsw U make_test_state(\"test_dligsw\", operation)" - - "tests/migrations/test_operations.py:5258:63 adfligsw U make_test_state(\"test_adfligsw\", operation)" - - "tests/migrations/test_operations.py:5281:63 adinigsw U make_test_state(\"test_adinigsw\", operation)" - - "tests/migrations/test_operations.py:5294:63 rminigsw U make_test_state(\"test_rminigsw\", operation)" + - "tests/migrations/test_operations.py:196:50 crmoua U models.ForeignKey(\"test_crmoua.Pony\", models.CASCADE" + - "tests/migrations/test_operations.py:233:54 crmomm U up_test_model(\"test_crmomm\")" + - "tests/migrations/test_operations.py:276:27 cfkmtopkfdbc U app_label = \"test_cfkmtopkfdbc\"" + - "tests/migrations/test_operations.py:324:50 shetlandpony U ColumnCollation(f\"{app_label}_shetlandpony\", \"pony_id\", collation" + - "tests/migrations/test_operations.py:333:54 crmoih U up_test_model(\"test_crmoih\")" + - "tests/migrations/test_operations.py:371:54 crprmo U up_test_model(\"test_crprmo\")" + - "tests/migrations/test_operations.py:382:40 proxypony U assertIn((\"test_crprmo\", \"proxypony\"), new_state.models" + - "tests/migrations/test_operations.py:407:54 crummo U up_test_model(\"test_crummo\")" + - "tests/migrations/test_operations.py:479:27 crmobechc U app_label = \"test_crmobechc\"" + - "tests/migrations/test_operations.py:674:54 cmoma U up_test_model(\"test_cmoma\")" + - "tests/migrations/test_operations.py:705:54 dlmo U up_test_model(\"test_dlmo\")" + - "tests/migrations/test_operations.py:732:54 dlprmo U up_test_model(\"test_dlprmo\", proxy_model=True)" + - "tests/migrations/test_operations.py:755:54 dlmtimo U up_test_model(\"test_dlmtimo\", mti_model=True)" + - "tests/migrations/test_operations.py:785:54 rnmo U up_test_model(\"test_rnmo\", related_model=True" + - "tests/migrations/test_operations.py:811:28 repoints U # RenameModel also repoints all incoming FKs and" + - "tests/migrations/test_operations.py:877:54 rmwsrf U up_test_model(\"test_rmwsrf\", related_model=True" + - "tests/migrations/test_operations.py:884:40 horserider U assertIn((\"test_rmwsrf\", \"horserider\"), new_state.models" + - "tests/migrations/test_operations.py:941:19 rmwsc U \"test_rmwsc\", related_model=True" + - "tests/migrations/test_operations.py:951:39 littlehorse U assertIn((\"test_rmwsc\", \"littlehorse\"), new_state.models" + - "tests/migrations/test_operations.py:1062:27 rmwdbtn U app_label = \"test_rmwdbtn\"" + - "tests/migrations/test_operations.py:1262:9 ponyrider U ponyrider = PonyRider.objects" + - "tests/migrations/test_operations.py:1277:63 adfl U make_test_state(\"test_adfl\", operation)" + - "tests/migrations/test_operations.py:1300:54 adchfl U up_test_model(\"test_adchfl\")" + - "tests/migrations/test_operations.py:1345:54 adtxtfl U up_test_model(\"test_adtxtfl\")" + - "tests/migrations/test_operations.py:1390:54 adbinfl U up_test_model(\"test_adbinfl\")" + - "tests/migrations/test_operations.py:1456:54 adflpd U up_test_model(\"test_adflpd\")" + - "tests/migrations/test_operations.py:1489:54 adflmm U up_test_model(\"test_adflmm\", second_model=True" + - "tests/migrations/test_operations.py:1518:54 alflmm U up_test_model(\"test_alflmm\", second_model=True" + - "tests/migrations/test_operations.py:1588:54 rmflmm U up_test_model(\"test_rmflmm\", second_model=True" + - "tests/migrations/test_operations.py:1615:54 rmflmmwt U up_test_model(\"test_rmflmmwt\", second_model=True" + - "tests/migrations/test_operations.py:1617:50 ponystables U TableNotExists(\"test_rmflmmwt_ponystables\")" + - "tests/migrations/test_operations.py:1658:54 rmfl U up_test_model(\"test_rmfl\")" + - "tests/migrations/test_operations.py:1702:54 almota U up_test_model(\"test_almota\")" + - "tests/migrations/test_operations.py:1771:27 talflmltlm U app_label = \"test_talflmltlm2m\"" + - "tests/migrations/test_operations.py:1807:54 alfl U up_test_model(\"test_alfl\")" + - "tests/migrations/test_operations.py:1840:27 afadbn U app_label = \"test_afadbn\"" + - "tests/migrations/test_operations.py:1897:54 alflpk U up_test_model(\"test_alflpk\")" + - "tests/migrations/test_operations.py:1926:54 alflpkfk U up_test_model(\"test_alflpkfk\", related_model=True" + - "tests/migrations/test_operations.py:2044:27 alflpkfkdbc U app_label = \"test_alflpkfkdbc\"" + - "tests/migrations/test_operations.py:2092:27 alflpkmtifk U app_label = \"test_alflpkmtifk\"" + - "tests/migrations/test_operations.py:2139:60 shetlandrider U column_id_type(cursor, \"shetlandrider\", \"pony_id\")" + - "tests/migrations/test_operations.py:2176:27 alflpkmtiftb U app_label = \"test_alflpkmtiftb\"" + - "tests/migrations/test_operations.py:2248:27 alflrsfkwtflttc U app_label = \"test_alflrsfkwtflttc\"" + - "tests/migrations/test_operations.py:2297:27 alflrsfkwtflrnttc U app_label = \"test_alflrsfkwtflrnttc\"" + - "tests/migrations/test_operations.py:2499:54 rnfl U up_test_model(\"test_rnfl\")" + - "tests/migrations/test_operations.py:2529:54 rnflut U up_test_model(\"test_rnflut\", unique_together=True" + - "tests/migrations/test_operations.py:2568:54 rnflit U up_test_model(\"test_rnflit\", index_together=True" + - "tests/migrations/test_operations.py:2599:19 rfwdbc U \"test_rfwdbc\"," + - "tests/migrations/test_operations.py:2661:19 rfmx U \"test_rfmx\"," + - "tests/migrations/test_operations.py:2780:54 alunto U up_test_model(\"test_alunto\")" + - "tests/migrations/test_operations.py:2860:27 rutopkf U app_label = \"test_rutopkf\"" + - "tests/migrations/test_operations.py:2873:45 pkey U name = f\"{table_name}_pkey\"" + - "tests/migrations/test_operations.py:2890:27 rutouf U app_label = \"test_rutouf\"" + - "tests/migrations/test_operations.py:2925:54 adin U up_test_model(\"test_adin\")" + - "tests/migrations/test_operations.py:3013:27 rnin U app_label = \"test_rnin\"" + - "tests/migrations/test_operations.py:3075:27 rninui U app_label = \"test_rninui\"" + - "tests/migrations/test_operations.py:3120:27 rninuui U app_label = \"test_rninuui\"" + - "tests/migrations/test_operations.py:3133:54 adinsf U up_test_model(\"test_adinsf\")" + - "tests/migrations/test_operations.py:3144:54 rminsf U up_test_model(\"test_rminsf\")" + - "tests/migrations/test_operations.py:3156:27 rnidsf U app_label = \"test_rnidsf\"" + - "tests/migrations/test_operations.py:3171:27 rnidsfui U app_label = \"test_rnidsfui\"" + - "tests/migrations/test_operations.py:3187:27 addfuncin U app_label = \"test_addfuncin\"" + - "tests/migrations/test_operations.py:3221:27 rmfuncin U app_label = \"test_rmfuncin\"" + - "tests/migrations/test_operations.py:3260:27 alfuncin U app_label = \"test_alfuncin\"" + - "tests/migrations/test_operations.py:3284:54 alflin U up_test_model(\"test_alflin\", index=True)" + - "tests/migrations/test_operations.py:3309:54 alinto U up_test_model(\"test_alinto\")" + - "tests/migrations/test_operations.py:3367:27 alintoremove U app_label = \"test_alintoremove_wunto\"" + - "tests/migrations/test_operations.py:3367:40 wunto U \"test_alintoremove_wunto\"" + - "tests/migrations/test_operations.py:3479:41 Artur U objects.create(name=\"Artur\")" + - "tests/migrations/test_operations.py:3512:27 addorconstraint U app_label = \"test_addorconstraint\"" + - "tests/migrations/test_operations.py:3764:27 adddeferred U app_label = \"test_adddeferred_uc\"" + - "tests/migrations/test_operations.py:3823:27 removedeferred U app_label = \"test_removedeferred_uc\"" + - "tests/migrations/test_operations.py:3888:27 addcovering U app_label = \"test_addcovering_uc\"" + - "tests/migrations/test_operations.py:3934:27 removecovering U app_label = \"test_removecovering_uc\"" + - "tests/migrations/test_operations.py:3986:27 alfuncuc U app_label = \"test_alfuncuc\"" + - "tests/migrations/test_operations.py:4010:27 adfuncuc U app_label = \"test_adfuncuc\"" + - "tests/migrations/test_operations.py:4058:27 rmfuncuc U app_label = \"test_rmfuncuc\"" + - "tests/migrations/test_operations.py:4113:54 almoop U up_test_model(\"test_almoop\")" + - "tests/migrations/test_operations.py:4179:54 alorwrtto U up_test_model(\"test_alorwrtto\", related_model=True" + - "tests/migrations/test_operations.py:4249:54 almoma U up_test_model(\"test_almoma\")" + - "tests/migrations/test_operations.py:4286:54 almomae U up_test_model(\"test_almomae\", manager_model=True" + - "tests/migrations/test_operations.py:4311:54 alfk U up_test_model(\"test_alfk\")" + - "tests/migrations/test_operations.py:4348:19 afknfk U \"test_afknfk\", operation, related" + - "tests/migrations/test_operations.py:4617:42 ahahaha U migrations.RunPython(\"print 'ahahaha'\")" + - "tests/migrations/test_operations.py:4662:20 shetlandponies U def create_shetlandponies(models, schema_editor" + - "tests/migrations/test_operations.py:4902:47 Triomphe U create(title=\"Arc de Triomphe\", author=author2)" + - "tests/migrations/test_operations.py:5068:14 smallfield U def test_smallfield_autofield_foreignfield" + - "tests/migrations/test_operations.py:5167:39 iloveponies U options={\"db_table\": \"iloveponies\"}," + - "tests/migrations/test_operations.py:5175:39 ilovemoreponies U options={\"db_table\": \"ilovemoreponies\"}," + - "tests/migrations/test_operations.py:5181:39 iloveevenmoreponies U options={\"db_table\": \"iloveevenmoreponies\"}," + - "tests/migrations/test_operations.py:5194:39 somethingcompletelydifferent U options={\"db_table\": \"somethingcompletelydifferent\"}," + - "tests/migrations/test_operations.py:5212:43 iloveponiesonies U assertNotIn((app_label, \"iloveponiesonies\"), new_state.models" + - "tests/migrations/test_operations.py:5264:40 crigsw U state_forwards(\"test_crigsw\", new_state)" + - "tests/migrations/test_operations.py:5285:63 dligsw U make_test_state(\"test_dligsw\", operation)" + - "tests/migrations/test_operations.py:5309:63 adfligsw U make_test_state(\"test_adfligsw\", operation)" + - "tests/migrations/test_operations.py:5332:63 adinigsw U make_test_state(\"test_adinigsw\", operation)" + - "tests/migrations/test_operations.py:5345:63 rminigsw U make_test_state(\"test_rminigsw\", operation)" - "tests/migrations/test_optimizer.py:122:66 Foozes U verbose_name_plural\": \"Foozes\"}" - "tests/migrations/test_optimizer.py:202:52 woohoo U AlterModelTable(\"Foo\", \"woohoo\")," - - "tests/migrations/test_optimizer.py:219:27 owrt U def test_create_alter_owrt_delete_model(self):" - - "tests/migrations/test_optimizer.py:582:40 parentmodel U bases=(\"migrations.parentmodel\",)," - - "tests/migrations/test_optimizer.py:1085:48 Phou U RenameModel(\"Foo\", \"Phou\")," - - "tests/migrations/test_state.py:120:64 subauthor U models[\"migrations\", \"subauthor\"]" - - "tests/migrations/test_state.py:123:70 foodnomanagers U models[\"migrations\", \"foodnomanagers\"]" - - "tests/migrations/test_state.py:125:28 foodnodefaultmanager U \"migrations\", \"foodnodefaultmanager\"" - - "tests/migrations/test_state.py:128:28 foodorderedmanagers U \"migrations\", \"foodorderedmanagers\"" - - "tests/migrations/test_state.py:1100:14 modelstate U def test_modelstate_get_field_order_wrt" - - "tests/migrations/test_state.py:1795:15 searchablelocation U [\"searchablelocation_ptr\", \"name\", \"bus_routes" + - "tests/migrations/test_optimizer.py:220:27 owrt U def test_create_alter_owrt_delete_model(self):" + - "tests/migrations/test_optimizer.py:584:40 parentmodel U bases=(\"migrations.parentmodel\",)," + - "tests/migrations/test_optimizer.py:1088:48 Phou U RenameModel(\"Foo\", \"Phou\")," + - "tests/migrations/test_state.py:124:64 subauthor U models[\"migrations\", \"subauthor\"]" + - "tests/migrations/test_state.py:127:70 foodnomanagers U models[\"migrations\", \"foodnomanagers\"]" + - "tests/migrations/test_state.py:129:28 foodnodefaultmanager U \"migrations\", \"foodnodefaultmanager\"" + - "tests/migrations/test_state.py:132:28 foodorderedmanagers U \"migrations\", \"foodorderedmanagers\"" + - "tests/migrations/test_state.py:1104:14 modelstate U def test_modelstate_get_field_order_wrt" + - "tests/migrations/test_state.py:1799:15 searchablelocation U [\"searchablelocation_ptr\", \"name\", \"bus_routes" - "tests/migrations/test_writer.py:276:37 föobár U assertSerializedEqual(\"föobár\")" - "tests/migrations/test_writer.py:284:41 nbár U assertSerializedEqual(\"föo\\nbár\")" - "tests/migrations/test_writer.py:292:38 lalalala U assertSerializedEqual({\"lalalala\": [\"yeah\", \"no\", \"maybe" @@ -2563,13 +2565,13 @@ issues: - "tests/runtests.py:330:40 finalizer U multiprocessing.util finalizer that tries to remove" - "tests/schema/fields.py:104:17 MEDIUMBLOB U return \"MEDIUMBLOB\"" - "tests/schema/models.py:147:21 INTEGERPK U db_table = \"INTEGERPK\" # uppercase to ensure" - - "tests/schema/tests.py:319:48 repointing U out of FK order, then repointing, works\"" - - "tests/schema/tests.py:690:38 TINYINT U BooleanField are stored as TINYINT(1) on MySQL." - - "tests/schema/tests.py:1877:22 tagm U columns[\"tagm2mtest_id\"][0]," - - "tests/schema/tests.py:2138:50 uniquetest U remote_field.through, \"uniquetest_id\", \"schema_uniquetest" - - "tests/schema/tests.py:2974:55 tagindexed U constraints(\"schema_tagindexed\").values()" - - "tests/schema/tests.py:3692:81 upcase U and, for Oracle, un-upcase" - - "tests/schema/tests.py:4336:27 dtob U self.assertNotIn(\"dtob_auto_now\", columns)" + - "tests/schema/tests.py:325:48 repointing U out of FK order, then repointing, works\"" + - "tests/schema/tests.py:696:38 TINYINT U BooleanField are stored as TINYINT(1) on MySQL." + - "tests/schema/tests.py:1883:22 tagm U columns[\"tagm2mtest_id\"][0]," + - "tests/schema/tests.py:2144:50 uniquetest U remote_field.through, \"uniquetest_id\", \"schema_uniquetest" + - "tests/schema/tests.py:2983:55 tagindexed U constraints(\"schema_tagindexed\").values()" + - "tests/schema/tests.py:3702:81 upcase U and, for Oracle, un-upcase" + - "tests/schema/tests.py:4346:27 dtob U self.assertNotIn(\"dtob_auto_now\", columns)" - "tests/select_for_update/tests.py:44:48 Liberchies U objects.create(name=\"Liberchies\", country=self.country" - "tests/select_for_update/tests.py:45:48 Samois U objects.create(name=\"Samois-sur-Seine\", country" - "tests/select_for_update/tests.py:158:44 eucountry U ['select_for_update_eucountry\".\"country_ptr_id']" @@ -2707,19 +2709,19 @@ issues: - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:374:42 Seite U assertEqual(output, \"Error: Seite nicht gefunden\")" - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:374:48 nicht U output, \"Error: Seite nicht gefunden\")" - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:374:54 gefunden U \"Error: Seite nicht gefunden\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:614:49 Ergebnis U ssertEqual(rendered, \"1 Super-Ergebnis\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:622:49 Ergebnisse U ssertEqual(rendered, \"2 Super-Ergebnisse\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:630:43 anderen U assertEqual(rendered, \"1 anderen Super-Ergebnis\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:638:43 andere U assertEqual(rendered, \"2 andere Super-Ergebnisse\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:647:44 gibt U assertEqual(rendered, \"Es gibt 5 Kommentare\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:647:51 Kommentare U rendered, \"Es gibt 5 Kommentare\")" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:654:41 Andere U assertEqual(rendered, \"Andere: Es gibt 5 Kommentare" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:706:40 personne U s is translated as %(personne)s in fr.po)." - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:732:23 Transn U class TranslationBlockTransnTagTests(TranslationBlockTrans" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:761:30 btrans U test_multiple_locale_btrans(self):" - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:821:22 stellt U \"42% stellt 1 Objekt dar\"," - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:821:31 Objekt U \"42% stellt 1 Objekt dar\"," - - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:825:31 Objekte U \"42% stellt 4 Objekte dar\"," + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:630:49 Ergebnis U ssertEqual(rendered, \"1 Super-Ergebnis\")" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:638:49 Ergebnisse U ssertEqual(rendered, \"2 Super-Ergebnisse\")" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:646:43 anderen U assertEqual(rendered, \"1 anderen Super-Ergebnis\")" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:654:43 andere U assertEqual(rendered, \"2 andere Super-Ergebnisse\")" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:663:44 gibt U assertEqual(rendered, \"Es gibt 5 Kommentare\")" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:663:51 Kommentare U rendered, \"Es gibt 5 Kommentare\")" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:670:41 Andere U assertEqual(rendered, \"Andere: Es gibt 5 Kommentare" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:722:40 personne U s is translated as %(personne)s in fr.po)." + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:748:23 Transn U class TranslationBlockTransnTagTests(TranslationBlockTrans" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:777:30 btrans U test_multiple_locale_btrans(self):" + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:837:22 stellt U \"42% stellt 1 Objekt dar\"," + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:837:31 Objekt U \"42% stellt 1 Objekt dar\"," + - "tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:841:31 Objekte U \"42% stellt 4 Objekte dar\"," - "tests/template_tests/syntax_tests/i18n/test_filters.py:26:62 maďarsky U Hungarian Magyar False maďarsky\")" - "tests/template_tests/syntax_tests/i18n/test_filters.py:31:17 langcode U \"{{ langcode|language_name }} {{" - "tests/template_tests/syntax_tests/i18n/test_filters.py:41:62 nizozemsky U Dutch Nederlands False nizozemsky\")" diff --git a/integration-tests/snapshots/django/django/snapshot.txt b/integration-tests/snapshots/django/django/snapshot.txt index 9137523d23c7..1f8c05a70999 100644 --- a/integration-tests/snapshots/django/django/snapshot.txt +++ b/integration-tests/snapshots/django/django/snapshot.txt @@ -3,7 +3,7 @@ Repository: django/django Url: "https://github.com/django/django.git" Args: ["**/*.{md,py}"] Lines: - CSpell: Files checked: 2752, Issues found: 8318 in 930 files + CSpell: Files checked: 2758, Issues found: 8328 in 930 files exit code: 1 ./django/__init__.py:12:26 - Unknown word (urlresolvers) -- Set the thread-local urlresolvers script prefix if `set ./django/apps/config.py:217:40 - Unknown word (qualname) -- app_config_class.__qualname__, @@ -639,8 +639,8 @@ Lines: ./django/db/models/lookups.py:496:30 - Unknown word (thevalue) -- col LIKE %s, ['thevalue%'] ./django/db/models/lookups.py:500:24 - Unknown word (othercol) -- # col LIKE othercol || '%%' ./django/db/models/lookups.py:687:7 - Unknown word (UUIDI) -- class UUIDIExact(UUIDTextMixin, -./django/db/models/options.py:135:37 - Unknown word (proxying) -- class this model is proxying. Note that proxy_for -./django/db/models/options.py:522:33 - Unknown word (longwinded) -- The third lambda is a longwinded way of checking f.related +./django/db/models/options.py:137:37 - Unknown word (proxying) -- class this model is proxying. Note that proxy_for +./django/db/models/options.py:530:33 - Unknown word (longwinded) -- The third lambda is a longwinded way of checking f.related ./django/db/models/query.py:1029:15 - Unknown word (aearliest) -- async def aearliest(self, *fields): ./django/db/models/query.py:1041:15 - Unknown word (alatest) -- async def alatest(self, *fields): ./django/db/models/query.py:1054:15 - Unknown word (afirst) -- async def afirst(self): @@ -2041,7 +2041,7 @@ Lines: ./tests/i18n/tests.py:874:20 - Unknown word (d'abril) -- "1 d'abril de 2009", date_format ./tests/i18n/utils.py:54:31 - Unknown word (rmrf) -- self.addCleanup(self._rmrf, self.test_dir) ./tests/i18n/utils.py:58:21 - Unknown word (dname) -- def _rmrf(self, dname): -./tests/indexes/tests.py:60:45 - Unknown word (looooooooooooooooooo) -- indexes_article_c1_c2_looooooooooooooooooo_255179b2ix", +./tests/indexes/tests.py:62:45 - Unknown word (looooooooooooooooooo) -- indexes_article_c1_c2_looooooooooooooooooo_255179b2ix", ./tests/inline_formsets/tests.py:91:19 - Unknown word (inlineformsets) -- Make sure inlineformsets respect commit=False ./tests/inspectdb/models.py:48:48 - Unknown word (tamaño) -- IntegerField(db_column="tamaño") ./tests/inspectdb/tests.py:124:46 - Unknown word (jsonfieldcolumntype) -- inspectdb", "inspectdb_jsonfieldcolumntype", stdout=out) @@ -2059,16 +2059,16 @@ Lines: ./tests/inspectdb/tests.py:57:36 - Unknown word (Peopledata) -- assertNotIn("InspectdbPeopledata", output) ./tests/inspectdb/tests.py:65:46 - Unknown word (columntypes) -- inspectdb", "inspectdb_columntypes", stdout=out) ./tests/introspection/tests.py:172:14 - Unknown word (smallautofield) -- def test_smallautofield(self): -./tests/invalid_models_tests/test_models.py:1045:14 - Unknown word (multigeneration) -- def test_multigeneration_inheritance(self): -./tests/invalid_models_tests/test_models.py:1634:13 - Unknown word (foos) -- foos = models.ManyToManyField -./tests/invalid_models_tests/test_models.py:1788:16 - Unknown word (aproxy) -- mm_aproxy = models.ManyToManyField -./tests/invalid_models_tests/test_models.py:367:39 - Unknown word (sindex) -- "The index name '%sindex_name' cannot start with -./tests/invalid_models_tests/test_models.py:749:28 - Unknown word (Namezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz) -- class VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz( -./tests/invalid_models_tests/test_models.py:763:28 - Unknown word (msimple) -- through="m2msimple", -./tests/invalid_models_tests/test_models.py:768:28 - Unknown word (mcomplex) -- through="m2mcomplex", -./tests/invalid_models_tests/test_models.py:799:14 - Unknown word (verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz) -- "verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz_id" -./tests/invalid_models_tests/test_models.py:865:52 - Unknown word (vlmn) -- length=11, db_column="vlmn").contribute_to_class -./tests/invalid_models_tests/test_models.py:989:14 - Unknown word (multiinheritance) -- def test_multiinheritance_clash(self): +./tests/invalid_models_tests/test_models.py:1047:14 - Unknown word (multigeneration) -- def test_multigeneration_inheritance(self): +./tests/invalid_models_tests/test_models.py:1636:13 - Unknown word (foos) -- foos = models.ManyToManyField +./tests/invalid_models_tests/test_models.py:1790:16 - Unknown word (aproxy) -- mm_aproxy = models.ManyToManyField +./tests/invalid_models_tests/test_models.py:369:39 - Unknown word (sindex) -- "The index name '%sindex_name' cannot start with +./tests/invalid_models_tests/test_models.py:751:28 - Unknown word (Namezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz) -- class VeryLongModelNamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz( +./tests/invalid_models_tests/test_models.py:765:28 - Unknown word (msimple) -- through="m2msimple", +./tests/invalid_models_tests/test_models.py:770:28 - Unknown word (mcomplex) -- through="m2mcomplex", +./tests/invalid_models_tests/test_models.py:801:14 - Unknown word (verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz) -- "verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz_id" +./tests/invalid_models_tests/test_models.py:867:52 - Unknown word (vlmn) -- length=11, db_column="vlmn").contribute_to_class +./tests/invalid_models_tests/test_models.py:991:14 - Unknown word (multiinheritance) -- def test_multiinheritance_clash(self): ./tests/invalid_models_tests/test_ordinary_fields.py:29:35 - Unknown word (autocreating) -- Prevent Django from autocreating `id` AutoField, which ./tests/invalid_models_tests/test_ordinary_fields.py:822:13 - Unknown word (biginteger) -- biginteger = models.BigIntegerField ./tests/invalid_models_tests/test_ordinary_fields.py:824:13 - Unknown word (positiveinteger) -- positiveinteger = models.PositiveIntegerField @@ -2148,17 +2148,17 @@ Lines: ./tests/migrations/models.py:14:66 - Unknown word (Ðjáñgó) -- length=20, default="“Ðjáñgó”") ./tests/migrations/models.py:19:33 - Unknown word (µóðéø) -- verbose_name = "úñí©óðé µóðéø" ./tests/migrations/models.py:20:40 - Unknown word (µóðéøß) -- name_plural = "úñí©óðé µóðéøß" -./tests/migrations/test_autodetector.py:1496:38 - Unknown word (oneoff) -- alter_field_to_not_null_oneoff_default(self, mocked -./tests/migrations/test_autodetector.py:1950:9 - Unknown word (autodetected) -- autodetected operations. -./tests/migrations/test_autodetector.py:2348:45 - Unknown word (newauthor) -- testapp", 0, 1, name="newauthor", table="author_three -./tests/migrations/test_autodetector.py:3242:45 - Unknown word (authorunmanaged) -- testapp", 0, 0, name="authorunmanaged", options={} -./tests/migrations/test_autodetector.py:3480:19 - Unknown word (Uninstantiated) -- #22951 -- Uninstantiated classes with deconstruct -./tests/migrations/test_autodetector.py:3637:28 - Unknown word (multistep) -- def test_m2m_w_through_multistep_remove(self): -./tests/migrations/test_autodetector.py:425:64 - Unknown word (otheritem) -- DeconstructibleObject(), "otheritem": 123}, -./tests/migrations/test_autodetector.py:4283:40 - Unknown word (addcreate) -- circular_dependency_mixed_addcreate(self): -./tests/migrations/test_autodetector.py:4303:9 - Unknown word (apackage) -- apackage = ModelState( -./tests/migrations/test_autodetector.py:674:41 - Unknown word (thirdapp) -- models.ForeignKey("thirdapp.CustomUser", models -./tests/migrations/test_autodetector.py:772:30 - Unknown word (Authi) -- "verbose_name": "Authi", +./tests/migrations/test_autodetector.py:1497:38 - Unknown word (oneoff) -- alter_field_to_not_null_oneoff_default(self, mocked +./tests/migrations/test_autodetector.py:1951:9 - Unknown word (autodetected) -- autodetected operations. +./tests/migrations/test_autodetector.py:2349:45 - Unknown word (newauthor) -- testapp", 0, 1, name="newauthor", table="author_three +./tests/migrations/test_autodetector.py:3243:45 - Unknown word (authorunmanaged) -- testapp", 0, 0, name="authorunmanaged", options={} +./tests/migrations/test_autodetector.py:3481:19 - Unknown word (Uninstantiated) -- #22951 -- Uninstantiated classes with deconstruct +./tests/migrations/test_autodetector.py:3638:28 - Unknown word (multistep) -- def test_m2m_w_through_multistep_remove(self): +./tests/migrations/test_autodetector.py:426:64 - Unknown word (otheritem) -- DeconstructibleObject(), "otheritem": 123}, +./tests/migrations/test_autodetector.py:4284:40 - Unknown word (addcreate) -- circular_dependency_mixed_addcreate(self): +./tests/migrations/test_autodetector.py:4304:9 - Unknown word (apackage) -- apackage = ModelState( +./tests/migrations/test_autodetector.py:675:41 - Unknown word (thirdapp) -- models.ForeignKey("thirdapp.CustomUser", models +./tests/migrations/test_autodetector.py:773:30 - Unknown word (Authi) -- "verbose_name": "Authi", ./tests/migrations/test_base.py:250:9 - Unknown word (multicol) -- multicol_index=False, ./tests/migrations/test_commands.py:1052:25 - Unknown word (unrepresentable) -- def test_sqlmigrate_unrepresentable(self): ./tests/migrations/test_commands.py:1099:56 - Unknown word (schemaeditor) -- deferred_sql_executed_with_schemaeditor(self): @@ -2181,112 +2181,114 @@ Lines: ./tests/migrations/test_migrations_manual_porting/0003_third.py:15:19 - Unknown word (somemodel) -- name="somemodel", ./tests/migrations/test_multidb.py:77:39 - Unknown word (mltdb) -- test_create_model("test_mltdb_crmo", should_run=True ./tests/migrations/test_multidb.py:77:45 - Unknown word (crmo) -- create_model("test_mltdb_crmo", should_run=True) -./tests/migrations/test_operations.py:1056:27 - Unknown word (rmwdbtn) -- app_label = "test_rmwdbtn" -./tests/migrations/test_operations.py:1256:9 - Unknown word (ponyrider) -- ponyrider = PonyRider.objects -./tests/migrations/test_operations.py:1271:63 - Unknown word (adfl) -- make_test_state("test_adfl", operation) -./tests/migrations/test_operations.py:1294:54 - Unknown word (adchfl) -- up_test_model("test_adchfl") -./tests/migrations/test_operations.py:1339:54 - Unknown word (adtxtfl) -- up_test_model("test_adtxtfl") -./tests/migrations/test_operations.py:1384:54 - Unknown word (adbinfl) -- up_test_model("test_adbinfl") -./tests/migrations/test_operations.py:1450:54 - Unknown word (adflpd) -- up_test_model("test_adflpd") -./tests/migrations/test_operations.py:1483:54 - Unknown word (adflmm) -- up_test_model("test_adflmm", second_model=True -./tests/migrations/test_operations.py:1512:54 - Unknown word (alflmm) -- up_test_model("test_alflmm", second_model=True -./tests/migrations/test_operations.py:1582:54 - Unknown word (rmflmm) -- up_test_model("test_rmflmm", second_model=True -./tests/migrations/test_operations.py:1609:54 - Unknown word (rmflmmwt) -- up_test_model("test_rmflmmwt", second_model=True -./tests/migrations/test_operations.py:1611:50 - Unknown word (ponystables) -- TableNotExists("test_rmflmmwt_ponystables") -./tests/migrations/test_operations.py:1652:54 - Unknown word (rmfl) -- up_test_model("test_rmfl") -./tests/migrations/test_operations.py:1696:54 - Unknown word (almota) -- up_test_model("test_almota") -./tests/migrations/test_operations.py:1765:27 - Unknown word (talflmltlm) -- app_label = "test_talflmltlm2m" -./tests/migrations/test_operations.py:1801:54 - Unknown word (alfl) -- up_test_model("test_alfl") -./tests/migrations/test_operations.py:1834:27 - Unknown word (afadbn) -- app_label = "test_afadbn" -./tests/migrations/test_operations.py:1891:54 - Unknown word (alflpk) -- up_test_model("test_alflpk") -./tests/migrations/test_operations.py:190:50 - Unknown word (crmoua) -- models.ForeignKey("test_crmoua.Pony", models.CASCADE -./tests/migrations/test_operations.py:1920:54 - Unknown word (alflpkfk) -- up_test_model("test_alflpkfk", related_model=True -./tests/migrations/test_operations.py:2038:27 - Unknown word (alflpkfkdbc) -- app_label = "test_alflpkfkdbc" -./tests/migrations/test_operations.py:2086:27 - Unknown word (alflpkmtifk) -- app_label = "test_alflpkmtifk" -./tests/migrations/test_operations.py:2133:60 - Unknown word (shetlandrider) -- column_id_type(cursor, "shetlandrider", "pony_id") -./tests/migrations/test_operations.py:2170:27 - Unknown word (alflpkmtiftb) -- app_label = "test_alflpkmtiftb" -./tests/migrations/test_operations.py:2242:27 - Unknown word (alflrsfkwtflttc) -- app_label = "test_alflrsfkwtflttc" -./tests/migrations/test_operations.py:227:54 - Unknown word (crmomm) -- up_test_model("test_crmomm") -./tests/migrations/test_operations.py:2291:27 - Unknown word (alflrsfkwtflrnttc) -- app_label = "test_alflrsfkwtflrnttc" -./tests/migrations/test_operations.py:2493:19 - Unknown word (rnfl) -- "test_rnfl", unique_together=True -./tests/migrations/test_operations.py:2553:19 - Unknown word (rfwdbc) -- "test_rfwdbc", -./tests/migrations/test_operations.py:2615:19 - Unknown word (rfmx) -- "test_rfmx", -./tests/migrations/test_operations.py:270:27 - Unknown word (cfkmtopkfdbc) -- app_label = "test_cfkmtopkfdbc" -./tests/migrations/test_operations.py:2734:54 - Unknown word (alunto) -- up_test_model("test_alunto") -./tests/migrations/test_operations.py:2814:27 - Unknown word (rutopkf) -- app_label = "test_rutopkf" -./tests/migrations/test_operations.py:2827:45 - Unknown word (pkey) -- name = f"{table_name}_pkey" -./tests/migrations/test_operations.py:2844:27 - Unknown word (rutouf) -- app_label = "test_rutouf" -./tests/migrations/test_operations.py:2879:54 - Unknown word (adin) -- up_test_model("test_adin") -./tests/migrations/test_operations.py:2967:27 - Unknown word (rnin) -- app_label = "test_rnin" -./tests/migrations/test_operations.py:3028:27 - Unknown word (rninui) -- app_label = "test_rninui" -./tests/migrations/test_operations.py:3073:27 - Unknown word (rninuui) -- app_label = "test_rninuui" -./tests/migrations/test_operations.py:3086:54 - Unknown word (adinsf) -- up_test_model("test_adinsf") -./tests/migrations/test_operations.py:3097:54 - Unknown word (rminsf) -- up_test_model("test_rminsf") -./tests/migrations/test_operations.py:3109:27 - Unknown word (rnidsf) -- app_label = "test_rnidsf" -./tests/migrations/test_operations.py:3123:27 - Unknown word (rnidsfui) -- app_label = "test_rnidsfui" -./tests/migrations/test_operations.py:3139:27 - Unknown word (addfuncin) -- app_label = "test_addfuncin" -./tests/migrations/test_operations.py:3173:27 - Unknown word (rmfuncin) -- app_label = "test_rmfuncin" -./tests/migrations/test_operations.py:318:50 - Unknown word (shetlandpony) -- ColumnCollation(f"{app_label}_shetlandpony", "pony_id", collation -./tests/migrations/test_operations.py:3212:27 - Unknown word (alfuncin) -- app_label = "test_alfuncin" -./tests/migrations/test_operations.py:3236:54 - Unknown word (alflin) -- up_test_model("test_alflin", index=True) -./tests/migrations/test_operations.py:3260:54 - Unknown word (alinto) -- up_test_model("test_alinto") -./tests/migrations/test_operations.py:327:54 - Unknown word (crmoih) -- up_test_model("test_crmoih") -./tests/migrations/test_operations.py:3316:27 - Unknown word (alintoremove) -- app_label = "test_alintoremove_wunto" -./tests/migrations/test_operations.py:3316:40 - Unknown word (wunto) -- "test_alintoremove_wunto" -./tests/migrations/test_operations.py:3428:41 - Unknown word (Artur) -- objects.create(name="Artur") -./tests/migrations/test_operations.py:3461:27 - Unknown word (addorconstraint) -- app_label = "test_addorconstraint" -./tests/migrations/test_operations.py:365:54 - Unknown word (crprmo) -- up_test_model("test_crprmo") -./tests/migrations/test_operations.py:3713:27 - Unknown word (adddeferred) -- app_label = "test_adddeferred_uc" -./tests/migrations/test_operations.py:376:40 - Unknown word (proxypony) -- assertIn(("test_crprmo", "proxypony"), new_state.models -./tests/migrations/test_operations.py:3772:27 - Unknown word (removedeferred) -- app_label = "test_removedeferred_uc" -./tests/migrations/test_operations.py:3837:27 - Unknown word (addcovering) -- app_label = "test_addcovering_uc" -./tests/migrations/test_operations.py:3883:27 - Unknown word (removecovering) -- app_label = "test_removecovering_uc" -./tests/migrations/test_operations.py:3935:27 - Unknown word (alfuncuc) -- app_label = "test_alfuncuc" -./tests/migrations/test_operations.py:3959:27 - Unknown word (adfuncuc) -- app_label = "test_adfuncuc" -./tests/migrations/test_operations.py:4007:27 - Unknown word (rmfuncuc) -- app_label = "test_rmfuncuc" -./tests/migrations/test_operations.py:401:54 - Unknown word (crummo) -- up_test_model("test_crummo") -./tests/migrations/test_operations.py:4062:54 - Unknown word (almoop) -- up_test_model("test_almoop") -./tests/migrations/test_operations.py:4128:54 - Unknown word (alorwrtto) -- up_test_model("test_alorwrtto", related_model=True -./tests/migrations/test_operations.py:4198:54 - Unknown word (almoma) -- up_test_model("test_almoma") -./tests/migrations/test_operations.py:4235:54 - Unknown word (almomae) -- up_test_model("test_almomae", manager_model=True -./tests/migrations/test_operations.py:4260:54 - Unknown word (alfk) -- up_test_model("test_alfk") -./tests/migrations/test_operations.py:4297:19 - Unknown word (afknfk) -- "test_afknfk", operation, related -./tests/migrations/test_operations.py:4566:42 - Unknown word (ahahaha) -- migrations.RunPython("print 'ahahaha'") -./tests/migrations/test_operations.py:4611:20 - Unknown word (shetlandponies) -- def create_shetlandponies(models, schema_editor -./tests/migrations/test_operations.py:473:27 - Unknown word (crmobechc) -- app_label = "test_crmobechc" -./tests/migrations/test_operations.py:4851:47 - Unknown word (Triomphe) -- create(title="Arc de Triomphe", author=author2) -./tests/migrations/test_operations.py:5017:14 - Unknown word (smallfield) -- def test_smallfield_autofield_foreignfield -./tests/migrations/test_operations.py:5116:39 - Unknown word (iloveponies) -- options={"db_table": "iloveponies"}, -./tests/migrations/test_operations.py:5124:39 - Unknown word (ilovemoreponies) -- options={"db_table": "ilovemoreponies"}, -./tests/migrations/test_operations.py:5130:39 - Unknown word (iloveevenmoreponies) -- options={"db_table": "iloveevenmoreponies"}, -./tests/migrations/test_operations.py:5143:39 - Unknown word (somethingcompletelydifferent) -- options={"db_table": "somethingcompletelydifferent"}, -./tests/migrations/test_operations.py:5161:43 - Unknown word (iloveponiesonies) -- assertNotIn((app_label, "iloveponiesonies"), new_state.models -./tests/migrations/test_operations.py:5213:40 - Unknown word (crigsw) -- state_forwards("test_crigsw", new_state) -./tests/migrations/test_operations.py:5234:63 - Unknown word (dligsw) -- make_test_state("test_dligsw", operation) -./tests/migrations/test_operations.py:5258:63 - Unknown word (adfligsw) -- make_test_state("test_adfligsw", operation) -./tests/migrations/test_operations.py:5281:63 - Unknown word (adinigsw) -- make_test_state("test_adinigsw", operation) -./tests/migrations/test_operations.py:5294:63 - Unknown word (rminigsw) -- make_test_state("test_rminigsw", operation) -./tests/migrations/test_operations.py:668:54 - Unknown word (cmoma) -- up_test_model("test_cmoma") -./tests/migrations/test_operations.py:699:54 - Unknown word (dlmo) -- up_test_model("test_dlmo") -./tests/migrations/test_operations.py:726:54 - Unknown word (dlprmo) -- up_test_model("test_dlprmo", proxy_model=True) -./tests/migrations/test_operations.py:749:54 - Unknown word (dlmtimo) -- up_test_model("test_dlmtimo", mti_model=True) -./tests/migrations/test_operations.py:779:54 - Unknown word (rnmo) -- up_test_model("test_rnmo", related_model=True -./tests/migrations/test_operations.py:805:28 - Unknown word (repoints) -- # RenameModel also repoints all incoming FKs and -./tests/migrations/test_operations.py:871:54 - Unknown word (rmwsrf) -- up_test_model("test_rmwsrf", related_model=True -./tests/migrations/test_operations.py:878:40 - Unknown word (horserider) -- assertIn(("test_rmwsrf", "horserider"), new_state.models -./tests/migrations/test_operations.py:935:19 - Unknown word (rmwsc) -- "test_rmwsc", related_model=True -./tests/migrations/test_operations.py:945:39 - Unknown word (littlehorse) -- assertIn(("test_rmwsc", "littlehorse"), new_state.models -./tests/migrations/test_optimizer.py:1085:48 - Unknown word (Phou) -- RenameModel("Foo", "Phou"), +./tests/migrations/test_operations.py:1062:27 - Unknown word (rmwdbtn) -- app_label = "test_rmwdbtn" +./tests/migrations/test_operations.py:1262:9 - Unknown word (ponyrider) -- ponyrider = PonyRider.objects +./tests/migrations/test_operations.py:1277:63 - Unknown word (adfl) -- make_test_state("test_adfl", operation) +./tests/migrations/test_operations.py:1300:54 - Unknown word (adchfl) -- up_test_model("test_adchfl") +./tests/migrations/test_operations.py:1345:54 - Unknown word (adtxtfl) -- up_test_model("test_adtxtfl") +./tests/migrations/test_operations.py:1390:54 - Unknown word (adbinfl) -- up_test_model("test_adbinfl") +./tests/migrations/test_operations.py:1456:54 - Unknown word (adflpd) -- up_test_model("test_adflpd") +./tests/migrations/test_operations.py:1489:54 - Unknown word (adflmm) -- up_test_model("test_adflmm", second_model=True +./tests/migrations/test_operations.py:1518:54 - Unknown word (alflmm) -- up_test_model("test_alflmm", second_model=True +./tests/migrations/test_operations.py:1588:54 - Unknown word (rmflmm) -- up_test_model("test_rmflmm", second_model=True +./tests/migrations/test_operations.py:1615:54 - Unknown word (rmflmmwt) -- up_test_model("test_rmflmmwt", second_model=True +./tests/migrations/test_operations.py:1617:50 - Unknown word (ponystables) -- TableNotExists("test_rmflmmwt_ponystables") +./tests/migrations/test_operations.py:1658:54 - Unknown word (rmfl) -- up_test_model("test_rmfl") +./tests/migrations/test_operations.py:1702:54 - Unknown word (almota) -- up_test_model("test_almota") +./tests/migrations/test_operations.py:1771:27 - Unknown word (talflmltlm) -- app_label = "test_talflmltlm2m" +./tests/migrations/test_operations.py:1807:54 - Unknown word (alfl) -- up_test_model("test_alfl") +./tests/migrations/test_operations.py:1840:27 - Unknown word (afadbn) -- app_label = "test_afadbn" +./tests/migrations/test_operations.py:1897:54 - Unknown word (alflpk) -- up_test_model("test_alflpk") +./tests/migrations/test_operations.py:1926:54 - Unknown word (alflpkfk) -- up_test_model("test_alflpkfk", related_model=True +./tests/migrations/test_operations.py:196:50 - Unknown word (crmoua) -- models.ForeignKey("test_crmoua.Pony", models.CASCADE +./tests/migrations/test_operations.py:2044:27 - Unknown word (alflpkfkdbc) -- app_label = "test_alflpkfkdbc" +./tests/migrations/test_operations.py:2092:27 - Unknown word (alflpkmtifk) -- app_label = "test_alflpkmtifk" +./tests/migrations/test_operations.py:2139:60 - Unknown word (shetlandrider) -- column_id_type(cursor, "shetlandrider", "pony_id") +./tests/migrations/test_operations.py:2176:27 - Unknown word (alflpkmtiftb) -- app_label = "test_alflpkmtiftb" +./tests/migrations/test_operations.py:2248:27 - Unknown word (alflrsfkwtflttc) -- app_label = "test_alflrsfkwtflttc" +./tests/migrations/test_operations.py:2297:27 - Unknown word (alflrsfkwtflrnttc) -- app_label = "test_alflrsfkwtflrnttc" +./tests/migrations/test_operations.py:233:54 - Unknown word (crmomm) -- up_test_model("test_crmomm") +./tests/migrations/test_operations.py:2499:54 - Unknown word (rnfl) -- up_test_model("test_rnfl") +./tests/migrations/test_operations.py:2529:54 - Unknown word (rnflut) -- up_test_model("test_rnflut", unique_together=True +./tests/migrations/test_operations.py:2568:54 - Unknown word (rnflit) -- up_test_model("test_rnflit", index_together=True +./tests/migrations/test_operations.py:2599:19 - Unknown word (rfwdbc) -- "test_rfwdbc", +./tests/migrations/test_operations.py:2661:19 - Unknown word (rfmx) -- "test_rfmx", +./tests/migrations/test_operations.py:276:27 - Unknown word (cfkmtopkfdbc) -- app_label = "test_cfkmtopkfdbc" +./tests/migrations/test_operations.py:2780:54 - Unknown word (alunto) -- up_test_model("test_alunto") +./tests/migrations/test_operations.py:2860:27 - Unknown word (rutopkf) -- app_label = "test_rutopkf" +./tests/migrations/test_operations.py:2873:45 - Unknown word (pkey) -- name = f"{table_name}_pkey" +./tests/migrations/test_operations.py:2890:27 - Unknown word (rutouf) -- app_label = "test_rutouf" +./tests/migrations/test_operations.py:2925:54 - Unknown word (adin) -- up_test_model("test_adin") +./tests/migrations/test_operations.py:3013:27 - Unknown word (rnin) -- app_label = "test_rnin" +./tests/migrations/test_operations.py:3075:27 - Unknown word (rninui) -- app_label = "test_rninui" +./tests/migrations/test_operations.py:3120:27 - Unknown word (rninuui) -- app_label = "test_rninuui" +./tests/migrations/test_operations.py:3133:54 - Unknown word (adinsf) -- up_test_model("test_adinsf") +./tests/migrations/test_operations.py:3144:54 - Unknown word (rminsf) -- up_test_model("test_rminsf") +./tests/migrations/test_operations.py:3156:27 - Unknown word (rnidsf) -- app_label = "test_rnidsf" +./tests/migrations/test_operations.py:3171:27 - Unknown word (rnidsfui) -- app_label = "test_rnidsfui" +./tests/migrations/test_operations.py:3187:27 - Unknown word (addfuncin) -- app_label = "test_addfuncin" +./tests/migrations/test_operations.py:3221:27 - Unknown word (rmfuncin) -- app_label = "test_rmfuncin" +./tests/migrations/test_operations.py:324:50 - Unknown word (shetlandpony) -- ColumnCollation(f"{app_label}_shetlandpony", "pony_id", collation +./tests/migrations/test_operations.py:3260:27 - Unknown word (alfuncin) -- app_label = "test_alfuncin" +./tests/migrations/test_operations.py:3284:54 - Unknown word (alflin) -- up_test_model("test_alflin", index=True) +./tests/migrations/test_operations.py:3309:54 - Unknown word (alinto) -- up_test_model("test_alinto") +./tests/migrations/test_operations.py:333:54 - Unknown word (crmoih) -- up_test_model("test_crmoih") +./tests/migrations/test_operations.py:3367:27 - Unknown word (alintoremove) -- app_label = "test_alintoremove_wunto" +./tests/migrations/test_operations.py:3367:40 - Unknown word (wunto) -- "test_alintoremove_wunto" +./tests/migrations/test_operations.py:3479:41 - Unknown word (Artur) -- objects.create(name="Artur") +./tests/migrations/test_operations.py:3512:27 - Unknown word (addorconstraint) -- app_label = "test_addorconstraint" +./tests/migrations/test_operations.py:371:54 - Unknown word (crprmo) -- up_test_model("test_crprmo") +./tests/migrations/test_operations.py:3764:27 - Unknown word (adddeferred) -- app_label = "test_adddeferred_uc" +./tests/migrations/test_operations.py:3823:27 - Unknown word (removedeferred) -- app_label = "test_removedeferred_uc" +./tests/migrations/test_operations.py:382:40 - Unknown word (proxypony) -- assertIn(("test_crprmo", "proxypony"), new_state.models +./tests/migrations/test_operations.py:3888:27 - Unknown word (addcovering) -- app_label = "test_addcovering_uc" +./tests/migrations/test_operations.py:3934:27 - Unknown word (removecovering) -- app_label = "test_removecovering_uc" +./tests/migrations/test_operations.py:3986:27 - Unknown word (alfuncuc) -- app_label = "test_alfuncuc" +./tests/migrations/test_operations.py:4010:27 - Unknown word (adfuncuc) -- app_label = "test_adfuncuc" +./tests/migrations/test_operations.py:4058:27 - Unknown word (rmfuncuc) -- app_label = "test_rmfuncuc" +./tests/migrations/test_operations.py:407:54 - Unknown word (crummo) -- up_test_model("test_crummo") +./tests/migrations/test_operations.py:4113:54 - Unknown word (almoop) -- up_test_model("test_almoop") +./tests/migrations/test_operations.py:4179:54 - Unknown word (alorwrtto) -- up_test_model("test_alorwrtto", related_model=True +./tests/migrations/test_operations.py:4249:54 - Unknown word (almoma) -- up_test_model("test_almoma") +./tests/migrations/test_operations.py:4286:54 - Unknown word (almomae) -- up_test_model("test_almomae", manager_model=True +./tests/migrations/test_operations.py:4311:54 - Unknown word (alfk) -- up_test_model("test_alfk") +./tests/migrations/test_operations.py:4348:19 - Unknown word (afknfk) -- "test_afknfk", operation, related +./tests/migrations/test_operations.py:4617:42 - Unknown word (ahahaha) -- migrations.RunPython("print 'ahahaha'") +./tests/migrations/test_operations.py:4662:20 - Unknown word (shetlandponies) -- def create_shetlandponies(models, schema_editor +./tests/migrations/test_operations.py:479:27 - Unknown word (crmobechc) -- app_label = "test_crmobechc" +./tests/migrations/test_operations.py:4902:47 - Unknown word (Triomphe) -- create(title="Arc de Triomphe", author=author2) +./tests/migrations/test_operations.py:5068:14 - Unknown word (smallfield) -- def test_smallfield_autofield_foreignfield +./tests/migrations/test_operations.py:5167:39 - Unknown word (iloveponies) -- options={"db_table": "iloveponies"}, +./tests/migrations/test_operations.py:5175:39 - Unknown word (ilovemoreponies) -- options={"db_table": "ilovemoreponies"}, +./tests/migrations/test_operations.py:5181:39 - Unknown word (iloveevenmoreponies) -- options={"db_table": "iloveevenmoreponies"}, +./tests/migrations/test_operations.py:5194:39 - Unknown word (somethingcompletelydifferent) -- options={"db_table": "somethingcompletelydifferent"}, +./tests/migrations/test_operations.py:5212:43 - Unknown word (iloveponiesonies) -- assertNotIn((app_label, "iloveponiesonies"), new_state.models +./tests/migrations/test_operations.py:5264:40 - Unknown word (crigsw) -- state_forwards("test_crigsw", new_state) +./tests/migrations/test_operations.py:5285:63 - Unknown word (dligsw) -- make_test_state("test_dligsw", operation) +./tests/migrations/test_operations.py:5309:63 - Unknown word (adfligsw) -- make_test_state("test_adfligsw", operation) +./tests/migrations/test_operations.py:5332:63 - Unknown word (adinigsw) -- make_test_state("test_adinigsw", operation) +./tests/migrations/test_operations.py:5345:63 - Unknown word (rminigsw) -- make_test_state("test_rminigsw", operation) +./tests/migrations/test_operations.py:674:54 - Unknown word (cmoma) -- up_test_model("test_cmoma") +./tests/migrations/test_operations.py:705:54 - Unknown word (dlmo) -- up_test_model("test_dlmo") +./tests/migrations/test_operations.py:732:54 - Unknown word (dlprmo) -- up_test_model("test_dlprmo", proxy_model=True) +./tests/migrations/test_operations.py:755:54 - Unknown word (dlmtimo) -- up_test_model("test_dlmtimo", mti_model=True) +./tests/migrations/test_operations.py:785:54 - Unknown word (rnmo) -- up_test_model("test_rnmo", related_model=True +./tests/migrations/test_operations.py:811:28 - Unknown word (repoints) -- # RenameModel also repoints all incoming FKs and +./tests/migrations/test_operations.py:877:54 - Unknown word (rmwsrf) -- up_test_model("test_rmwsrf", related_model=True +./tests/migrations/test_operations.py:884:40 - Unknown word (horserider) -- assertIn(("test_rmwsrf", "horserider"), new_state.models +./tests/migrations/test_operations.py:941:19 - Unknown word (rmwsc) -- "test_rmwsc", related_model=True +./tests/migrations/test_operations.py:951:39 - Unknown word (littlehorse) -- assertIn(("test_rmwsc", "littlehorse"), new_state.models +./tests/migrations/test_optimizer.py:1088:48 - Unknown word (Phou) -- RenameModel("Foo", "Phou"), ./tests/migrations/test_optimizer.py:122:66 - Unknown word (Foozes) -- verbose_name_plural": "Foozes"} ./tests/migrations/test_optimizer.py:202:52 - Unknown word (woohoo) -- AlterModelTable("Foo", "woohoo"), -./tests/migrations/test_optimizer.py:219:27 - Unknown word (owrt) -- def test_create_alter_owrt_delete_model(self): -./tests/migrations/test_optimizer.py:582:40 - Unknown word (parentmodel) -- bases=("migrations.parentmodel",), -./tests/migrations/test_state.py:1100:14 - Unknown word (modelstate) -- def test_modelstate_get_field_order_wrt -./tests/migrations/test_state.py:120:64 - Unknown word (subauthor) -- models["migrations", "subauthor"] -./tests/migrations/test_state.py:123:70 - Unknown word (foodnomanagers) -- models["migrations", "foodnomanagers"] -./tests/migrations/test_state.py:125:28 - Unknown word (foodnodefaultmanager) -- "migrations", "foodnodefaultmanager" -./tests/migrations/test_state.py:128:28 - Unknown word (foodorderedmanagers) -- "migrations", "foodorderedmanagers" -./tests/migrations/test_state.py:1795:15 - Unknown word (searchablelocation) -- ["searchablelocation_ptr", "name", "bus_routes +./tests/migrations/test_optimizer.py:220:27 - Unknown word (owrt) -- def test_create_alter_owrt_delete_model(self): +./tests/migrations/test_optimizer.py:584:40 - Unknown word (parentmodel) -- bases=("migrations.parentmodel",), +./tests/migrations/test_state.py:1104:14 - Unknown word (modelstate) -- def test_modelstate_get_field_order_wrt +./tests/migrations/test_state.py:124:64 - Unknown word (subauthor) -- models["migrations", "subauthor"] +./tests/migrations/test_state.py:127:70 - Unknown word (foodnomanagers) -- models["migrations", "foodnomanagers"] +./tests/migrations/test_state.py:129:28 - Unknown word (foodnodefaultmanager) -- "migrations", "foodnodefaultmanager" +./tests/migrations/test_state.py:132:28 - Unknown word (foodorderedmanagers) -- "migrations", "foodorderedmanagers" +./tests/migrations/test_state.py:1799:15 - Unknown word (searchablelocation) -- ["searchablelocation_ptr", "name", "bus_routes ./tests/migrations/test_writer.py:276:37 - Unknown word (föobár) -- assertSerializedEqual("föobár") ./tests/migrations/test_writer.py:284:41 - Unknown word (nbár) -- assertSerializedEqual("föo\nbár") ./tests/migrations/test_writer.py:292:38 - Unknown word (lalalala) -- assertSerializedEqual({"lalalala": ["yeah", "no", "maybe @@ -2558,13 +2560,13 @@ Lines: ./tests/runtests.py:60:58 - Unknown word (deallocations) -- of 700 allocations + deallocations without ./tests/schema/fields.py:104:17 - Unknown word (MEDIUMBLOB) -- return "MEDIUMBLOB" ./tests/schema/models.py:147:21 - Unknown word (INTEGERPK) -- db_table = "INTEGERPK" # uppercase to ensure -./tests/schema/tests.py:1877:22 - Unknown word (tagm) -- columns["tagm2mtest_id"][0], -./tests/schema/tests.py:2138:50 - Unknown word (uniquetest) -- remote_field.through, "uniquetest_id", "schema_uniquetest -./tests/schema/tests.py:2974:55 - Unknown word (tagindexed) -- constraints("schema_tagindexed").values() -./tests/schema/tests.py:319:48 - Unknown word (repointing) -- out of FK order, then repointing, works" -./tests/schema/tests.py:3692:81 - Unknown word (upcase) -- and, for Oracle, un-upcase -./tests/schema/tests.py:4336:27 - Unknown word (dtob) -- self.assertNotIn("dtob_auto_now", columns) -./tests/schema/tests.py:690:38 - Unknown word (TINYINT) -- BooleanField are stored as TINYINT(1) on MySQL. +./tests/schema/tests.py:1883:22 - Unknown word (tagm) -- columns["tagm2mtest_id"][0], +./tests/schema/tests.py:2144:50 - Unknown word (uniquetest) -- remote_field.through, "uniquetest_id", "schema_uniquetest +./tests/schema/tests.py:2983:55 - Unknown word (tagindexed) -- constraints("schema_tagindexed").values() +./tests/schema/tests.py:325:48 - Unknown word (repointing) -- out of FK order, then repointing, works" +./tests/schema/tests.py:3702:81 - Unknown word (upcase) -- and, for Oracle, un-upcase +./tests/schema/tests.py:4346:27 - Unknown word (dtob) -- self.assertNotIn("dtob_auto_now", columns) +./tests/schema/tests.py:696:38 - Unknown word (TINYINT) -- BooleanField are stored as TINYINT(1) on MySQL. ./tests/select_for_update/tests.py:158:44 - Unknown word (eucountry) -- ['select_for_update_eucountry"."country_ptr_id'] ./tests/select_for_update/tests.py:195:36 - Unknown word (eucity) -- 'select_for_update_eucity"."id', ./tests/select_for_update/tests.py:374:14 - Unknown word (unsuported) -- def test_unsuported_no_key_raises_error @@ -2701,20 +2703,20 @@ Lines: ./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:374:42 - Unknown word (Seite) -- assertEqual(output, "Error: Seite nicht gefunden") ./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:374:48 - Unknown word (nicht) -- output, "Error: Seite nicht gefunden") ./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:374:54 - Unknown word (gefunden) -- "Error: Seite nicht gefunden") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:614:49 - Unknown word (Ergebnis) -- ssertEqual(rendered, "1 Super-Ergebnis") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:622:49 - Unknown word (Ergebnisse) -- ssertEqual(rendered, "2 Super-Ergebnisse") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:630:43 - Unknown word (anderen) -- assertEqual(rendered, "1 anderen Super-Ergebnis") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:638:43 - Unknown word (andere) -- assertEqual(rendered, "2 andere Super-Ergebnisse") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:647:44 - Unknown word (gibt) -- assertEqual(rendered, "Es gibt 5 Kommentare") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:647:51 - Unknown word (Kommentare) -- rendered, "Es gibt 5 Kommentare") -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:654:41 - Unknown word (Andere) -- assertEqual(rendered, "Andere: Es gibt 5 Kommentare -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:706:40 - Unknown word (personne) -- s is translated as %(personne)s in fr.po). -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:732:23 - Unknown word (Transn) -- class TranslationBlockTransnTagTests(TranslationBlockTrans -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:761:30 - Unknown word (btrans) -- test_multiple_locale_btrans(self): +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:630:49 - Unknown word (Ergebnis) -- ssertEqual(rendered, "1 Super-Ergebnis") +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:638:49 - Unknown word (Ergebnisse) -- ssertEqual(rendered, "2 Super-Ergebnisse") +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:646:43 - Unknown word (anderen) -- assertEqual(rendered, "1 anderen Super-Ergebnis") +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:654:43 - Unknown word (andere) -- assertEqual(rendered, "2 andere Super-Ergebnisse") +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:663:44 - Unknown word (gibt) -- assertEqual(rendered, "Es gibt 5 Kommentare") +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:663:51 - Unknown word (Kommentare) -- rendered, "Es gibt 5 Kommentare") +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:670:41 - Unknown word (Andere) -- assertEqual(rendered, "Andere: Es gibt 5 Kommentare +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:722:40 - Unknown word (personne) -- s is translated as %(personne)s in fr.po). +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:748:23 - Unknown word (Transn) -- class TranslationBlockTransnTagTests(TranslationBlockTrans +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:777:30 - Unknown word (btrans) -- test_multiple_locale_btrans(self): ./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:80:14 - Unknown word (legacyi) -- "legacyi18n04": ( -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:821:22 - Unknown word (stellt) -- "42% stellt 1 Objekt dar", -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:821:31 - Unknown word (Objekt) -- "42% stellt 1 Objekt dar", -./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:825:31 - Unknown word (Objekte) -- "42% stellt 4 Objekte dar", +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:837:22 - Unknown word (stellt) -- "42% stellt 1 Objekt dar", +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:837:31 - Unknown word (Objekt) -- "42% stellt 1 Objekt dar", +./tests/template_tests/syntax_tests/i18n/test_blocktranslate.py:841:31 - Unknown word (Objekte) -- "42% stellt 4 Objekte dar", ./tests/template_tests/syntax_tests/i18n/test_filters.py:26:62 - Unknown word (maďarsky) -- Hungarian Magyar False maďarsky") ./tests/template_tests/syntax_tests/i18n/test_filters.py:31:17 - Unknown word (langcode) -- "{{ langcode|language_name }} {{ ./tests/template_tests/syntax_tests/i18n/test_filters.py:41:62 - Unknown word (nizozemsky) -- Dutch Nederlands False nizozemsky") diff --git a/integration-tests/snapshots/eslint/eslint/report.yaml b/integration-tests/snapshots/eslint/eslint/report.yaml index c0c0cbb18e79..655644057899 100644 --- a/integration-tests/snapshots/eslint/eslint/report.yaml +++ b/integration-tests/snapshots/eslint/eslint/report.yaml @@ -5,7 +5,7 @@ Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exc Summary: files: 1756 filesWithIssues: 1210 - issues: 5262 + issues: 5261 errors: 0 Errors: [] @@ -91,9 +91,9 @@ issues: - "docs/src/developer-guide/working-with-rules-deprecated.md:582:88 rulesdir U interface) using the `--rulesdir` option to specify the" - "docs/src/developer-guide/working-with-rules.md:413:79 multipass U without triggering multipass fixes. Each suggestion" - "docs/src/library/alert.md:9:12 shortcode U There is a shortcode for each type of alert" - - "docs/src/maintainer-guide/governance.md:29:197 committership U being nominated for committership by an existing Committer" - - "docs/src/maintainer-guide/governance.md:66:106 triaging U the project through triaging of issues, fixing bugs" - - "docs/src/maintainer-guide/governance.md:129:64 Tweetdeck U ESLint Twitter Account on Tweetdeck" + - "docs/src/maintainer-guide/governance.md:75:35 committership U important to recognize that committership is a privilege, not" + - "docs/src/maintainer-guide/governance.md:89:106 triaging U the project through triaging of issues, fixing bugs" + - "docs/src/maintainer-guide/governance.md:152:64 Tweetdeck U ESLint Twitter Account on Tweetdeck" - "docs/src/maintainer-guide/issues.md:33:4 Triaging U ## Triaging Process" - "docs/src/maintainer-guide/releases.md:16:3 Prereleases U * Prereleases that are not considered" - "docs/src/maintainer-guide/releases.md:69:135 errored U pushed a release that errored for everyone because" @@ -236,8 +236,8 @@ issues: - "docs/src/user-guide/formatters/index.md:112:5 testsuite U <testsuite package="org.eslint" - "docs/src/user-guide/formatters/index.md:113:5 testcase U <testcase time="0" name" - "docs/src/user-guide/formatters/index.md:113:72 classname U no-unused-vars" classname="/var/lib/jenkins" - - "docs/src/user-guide/getting-started.md:48:12 yourfile U npx eslint yourfile.js" - - "docs/src/user-guide/getting-started.md:88:220 npmjs U \"eslint-config\" on [npmjs.com](https://www.npmjs" + - "docs/src/user-guide/getting-started.md:34:12 yourfile U npx eslint yourfile.js" + - "docs/src/user-guide/getting-started.md:74:220 npmjs U \"eslint-config\" on [npmjs.com](https://www.npmjs" - "docs/src/user-guide/integrations.md:20:8 Syntastic U * [Syntastic](https://github.com" - "docs/src/user-guide/integrations.md:21:11 Flycheck U * Emacs: [Flycheck](http://www.flycheck" - "docs/src/user-guide/integrations.md:25:15 tmbundle U * [eslint.tmbundle](https://github.com" @@ -370,23 +370,23 @@ issues: - "package.json:130:6 metascraper U \"metascraper\": \"^5.25.7\"," - "packages/eslint-config-eslint/default.yml:5:15 jsdoc U - \"plugin:jsdoc/recommended\"" - "packages/eslint-config-eslint/default.yml:23:50 namepath U Point to a `@callback` namepath or `GenericCallback" - - "README.md:210:5 teamstart U " - - "README.md:216:38 valign U tr>" - - "README.md:229:7 Djermanovic U Milos Djermanovic" - - "README.md:245:1 Nitin U Nitin Kumar" - - "README.md:245:7 Kumar U Nitin Kumar" - - "README.md:256:7 Zamir U Brett Zamir" - - "README.md:261:7 Mishkin U Bryan Mishkin" - - "README.md:266:6 Soueidan U Sara Soueidan" - - "README.md:276:1 Anix U Anix" - - "README.md:281:1 Yeon U YeonJuan" - - "README.md:285:5 teamend U " - - "README.md:292:5 sponsorsstart U " - - "README.md:297:119 launchdarkly U bb9e/logo.png\" alt=\"launchdarkly\" height=\"32\"> " - - "README.md:298:5 sponsorsend U " - - "templates/blogpost.md.ejs:7:5 eslintbot U - eslintbot" - - "templates/blogpost.md.ejs:17:10 linkify U function linkify(line) {" + - "README.md:204:5 teamstart U " + - "README.md:210:38 valign U tr>" + - "README.md:223:7 Djermanovic U Milos Djermanovic" + - "README.md:239:1 Nitin U Nitin Kumar" + - "README.md:239:7 Kumar U Nitin Kumar" + - "README.md:250:7 Zamir U Brett Zamir" + - "README.md:255:7 Mishkin U Bryan Mishkin" + - "README.md:260:6 Soueidan U Sara Soueidan" + - "README.md:270:1 Anix U Anix" + - "README.md:275:1 Yeon U YeonJuan" + - "README.md:279:5 teamend U " + - "README.md:286:5 sponsorsstart U " + - "README.md:291:119 launchdarkly U bb9e/logo.png\" alt=\"launchdarkly\" height=\"32\"> " + - "README.md:292:5 sponsorsend U " + - "templates/blogpost.md.ejs:8:5 eslintbot U - eslintbot" + - "templates/blogpost.md.ejs:18:10 linkify U function linkify(line) {" - "templates/formatter-examples.md.ejs:64:2 iframe U