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 @stylistic/stylelint-plugin to v3 (forgejo)' (#4911) from renovate/forgejo-stylistic-stylelint-plugin-3.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4911
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 967153ba 437b84a5

+11 -11
+10 -10
package-lock.json
··· 64 64 "@playwright/test": "1.46.0", 65 65 "@stoplight/spectral-cli": "6.11.1", 66 66 "@stylistic/eslint-plugin-js": "1.8.1", 67 - "@stylistic/stylelint-plugin": "2.1.2", 67 + "@stylistic/stylelint-plugin": "3.0.0", 68 68 "@vitejs/plugin-vue": "5.1.1", 69 69 "@vitest/coverage-v8": "1.6.0", 70 70 "@vue/test-utils": "2.4.6", ··· 2360 2360 } 2361 2361 }, 2362 2362 "node_modules/@stylistic/stylelint-plugin": { 2363 - "version": "2.1.2", 2364 - "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-2.1.2.tgz", 2365 - "integrity": "sha512-JsSqu0Y3vsX+PBl+DwULxC0cIv9C1yIcq1MXkx7pBOGtTqU26a75I8MPYMiEYvrsXgsKLi65xVgy1iLVSZquJA==", 2363 + "version": "3.0.0", 2364 + "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.0.0.tgz", 2365 + "integrity": "sha512-GymY+9CSqkPaZ1A3m3w/tvCdpP3qQcaL1FSaoVv9aKL3Tn6GVJWHc2VWVkbNEsYr4QImHjWnlmVZROwgUEjMmQ==", 2366 2366 "dev": true, 2367 2367 "license": "MIT", 2368 2368 "dependencies": { 2369 - "@csstools/css-parser-algorithms": "^2.6.1", 2370 - "@csstools/css-tokenizer": "^2.2.4", 2371 - "@csstools/media-query-list-parser": "^2.1.9", 2369 + "@csstools/css-parser-algorithms": "^2.7.1", 2370 + "@csstools/css-tokenizer": "^2.4.1", 2371 + "@csstools/media-query-list-parser": "^2.1.13", 2372 2372 "is-plain-object": "^5.0.0", 2373 - "postcss-selector-parser": "^6.0.16", 2373 + "postcss-selector-parser": "^6.1.1", 2374 2374 "postcss-value-parser": "^4.2.0", 2375 2375 "style-search": "^0.1.0", 2376 - "stylelint": "^16.4.0" 2376 + "stylelint": "^16.8.0" 2377 2377 }, 2378 2378 "engines": { 2379 2379 "node": "^18.12 || >=20.9" 2380 2380 }, 2381 2381 "peerDependencies": { 2382 - "stylelint": "^16.0.2" 2382 + "stylelint": "^16.8.0" 2383 2383 } 2384 2384 }, 2385 2385 "node_modules/@swc/helpers": {
+1 -1
package.json
··· 63 63 "@playwright/test": "1.46.0", 64 64 "@stoplight/spectral-cli": "6.11.1", 65 65 "@stylistic/eslint-plugin-js": "1.8.1", 66 - "@stylistic/stylelint-plugin": "2.1.2", 66 + "@stylistic/stylelint-plugin": "3.0.0", 67 67 "@vitejs/plugin-vue": "5.1.1", 68 68 "@vitest/coverage-v8": "1.6.0", 69 69 "@vue/test-utils": "2.4.6",