loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Update dependency @stoplight/spectral-cli to v6.11.1' (#3049) from renovate/stoplight-spectral-cli-6.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3049
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

Gusted 5ae3098f 38ec6d90

+42 -11
+41 -10
package-lock.json
··· 66 66 "devDependencies": { 67 67 "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", 68 68 "@playwright/test": "1.42.1", 69 - "@stoplight/spectral-cli": "6.11.0", 69 + "@stoplight/spectral-cli": "6.11.1", 70 70 "@stylistic/eslint-plugin-js": "1.7.0", 71 71 "@stylistic/stylelint-plugin": "2.1.0", 72 72 "@vitejs/plugin-vue": "5.0.4", ··· 1700 1700 } 1701 1701 }, 1702 1702 "node_modules/@stoplight/spectral-cli": { 1703 - "version": "6.11.0", 1704 - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.11.0.tgz", 1705 - "integrity": "sha512-IURDN47BPIf3q4ZyUPujGpBzuHWFE5yT34w9rTJ1GKA4SgdscEdQO9KoTjOPT4G4cvDlEV3bNxwQ3uRm7+wRlA==", 1703 + "version": "6.11.1", 1704 + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.11.1.tgz", 1705 + "integrity": "sha512-1zqsQ0TOuVSnxxZ9mHBfC0IygV6ex7nAY6Mp59mLmw5fW103U9yPVK5ZcX9ZngCmr3PdteAnMDUIIaoDGso6nA==", 1706 1706 "dev": true, 1707 1707 "dependencies": { 1708 1708 "@stoplight/json": "~3.21.0", ··· 1723 1723 "pony-cause": "^1.0.0", 1724 1724 "stacktracey": "^2.1.7", 1725 1725 "tslib": "^2.3.0", 1726 - "yargs": "17.3.1" 1726 + "yargs": "~17.7.2" 1727 1727 }, 1728 1728 "bin": { 1729 1729 "spectral": "dist/index.js" ··· 12813 12813 } 12814 12814 }, 12815 12815 "node_modules/yargs": { 12816 - "version": "17.3.1", 12817 - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", 12818 - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", 12816 + "version": "17.7.2", 12817 + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", 12818 + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", 12819 12819 "dev": true, 12820 12820 "dependencies": { 12821 - "cliui": "^7.0.2", 12821 + "cliui": "^8.0.1", 12822 12822 "escalade": "^3.1.1", 12823 12823 "get-caller-file": "^2.0.5", 12824 12824 "require-directory": "^2.1.1", 12825 12825 "string-width": "^4.2.3", 12826 12826 "y18n": "^5.0.5", 12827 - "yargs-parser": "^21.0.0" 12827 + "yargs-parser": "^21.1.1" 12828 12828 }, 12829 12829 "engines": { 12830 12830 "node": ">=12" ··· 12837 12837 "dev": true, 12838 12838 "engines": { 12839 12839 "node": ">=12" 12840 + } 12841 + }, 12842 + "node_modules/yargs/node_modules/cliui": { 12843 + "version": "8.0.1", 12844 + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", 12845 + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", 12846 + "dev": true, 12847 + "dependencies": { 12848 + "string-width": "^4.2.0", 12849 + "strip-ansi": "^6.0.1", 12850 + "wrap-ansi": "^7.0.0" 12851 + }, 12852 + "engines": { 12853 + "node": ">=12" 12854 + } 12855 + }, 12856 + "node_modules/yargs/node_modules/wrap-ansi": { 12857 + "version": "7.0.0", 12858 + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 12859 + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 12860 + "dev": true, 12861 + "dependencies": { 12862 + "ansi-styles": "^4.0.0", 12863 + "string-width": "^4.1.0", 12864 + "strip-ansi": "^6.0.0" 12865 + }, 12866 + "engines": { 12867 + "node": ">=10" 12868 + }, 12869 + "funding": { 12870 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 12840 12871 } 12841 12872 }, 12842 12873 "node_modules/yocto-queue": {
+1 -1
package.json
··· 65 65 "devDependencies": { 66 66 "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", 67 67 "@playwright/test": "1.42.1", 68 - "@stoplight/spectral-cli": "6.11.0", 68 + "@stoplight/spectral-cli": "6.11.1", 69 69 "@stylistic/eslint-plugin-js": "1.7.0", 70 70 "@stylistic/stylelint-plugin": "2.1.0", 71 71 "@vitejs/plugin-vue": "5.0.4",