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.0.1 (forgejo)' (#5008) from renovate/forgejo-stylistic-stylelint-plugin-3.x into forgejo

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

Gusted f3bd849b f9ba7521

+77 -77
+76 -76
package-lock.json
··· 64 64 "@playwright/test": "1.46.1", 65 65 "@stoplight/spectral-cli": "6.11.1", 66 66 "@stylistic/eslint-plugin-js": "2.6.4", 67 - "@stylistic/stylelint-plugin": "3.0.0", 67 + "@stylistic/stylelint-plugin": "3.0.1", 68 68 "@vitejs/plugin-vue": "5.1.1", 69 69 "@vitest/coverage-v8": "2.0.5", 70 70 "@vue/test-utils": "2.4.6", ··· 441 441 }, 442 442 "engines": { 443 443 "node": ">=14.0.0" 444 - } 445 - }, 446 - "node_modules/@csstools/css-parser-algorithms": { 447 - "version": "2.7.1", 448 - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz", 449 - "integrity": "sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==", 450 - "dev": true, 451 - "funding": [ 452 - { 453 - "type": "github", 454 - "url": "https://github.com/sponsors/csstools" 455 - }, 456 - { 457 - "type": "opencollective", 458 - "url": "https://opencollective.com/csstools" 459 - } 460 - ], 461 - "license": "MIT", 462 - "engines": { 463 - "node": "^14 || ^16 || >=18" 464 - }, 465 - "peerDependencies": { 466 - "@csstools/css-tokenizer": "^2.4.1" 467 - } 468 - }, 469 - "node_modules/@csstools/css-tokenizer": { 470 - "version": "2.4.1", 471 - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz", 472 - "integrity": "sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==", 473 - "dev": true, 474 - "funding": [ 475 - { 476 - "type": "github", 477 - "url": "https://github.com/sponsors/csstools" 478 - }, 479 - { 480 - "type": "opencollective", 481 - "url": "https://opencollective.com/csstools" 482 - } 483 - ], 484 - "license": "MIT", 485 - "engines": { 486 - "node": "^14 || ^16 || >=18" 487 - } 488 - }, 489 - "node_modules/@csstools/media-query-list-parser": { 490 - "version": "2.1.13", 491 - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz", 492 - "integrity": "sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==", 493 - "dev": true, 494 - "funding": [ 495 - { 496 - "type": "github", 497 - "url": "https://github.com/sponsors/csstools" 498 - }, 499 - { 500 - "type": "opencollective", 501 - "url": "https://opencollective.com/csstools" 502 - } 503 - ], 504 - "license": "MIT", 505 - "engines": { 506 - "node": "^14 || ^16 || >=18" 507 - }, 508 - "peerDependencies": { 509 - "@csstools/css-parser-algorithms": "^2.7.1", 510 - "@csstools/css-tokenizer": "^2.4.1" 511 444 } 512 445 }, 513 446 "node_modules/@csstools/selector-resolve-nested": { ··· 2386 2319 } 2387 2320 }, 2388 2321 "node_modules/@stylistic/stylelint-plugin": { 2389 - "version": "3.0.0", 2390 - "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.0.0.tgz", 2391 - "integrity": "sha512-GymY+9CSqkPaZ1A3m3w/tvCdpP3qQcaL1FSaoVv9aKL3Tn6GVJWHc2VWVkbNEsYr4QImHjWnlmVZROwgUEjMmQ==", 2322 + "version": "3.0.1", 2323 + "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.0.1.tgz", 2324 + "integrity": "sha512-j3mH8HSw2Rob/KJFWZ627w3CQ8gQqVHtzCdPeEffUg5vOgpz4rgrR+Xw2kU0OQCDcdW8Y1nKfdXKKjM5Rn8X0g==", 2392 2325 "dev": true, 2393 2326 "license": "MIT", 2394 2327 "dependencies": { 2395 - "@csstools/css-parser-algorithms": "^2.7.1", 2396 - "@csstools/css-tokenizer": "^2.4.1", 2397 - "@csstools/media-query-list-parser": "^2.1.13", 2328 + "@csstools/css-parser-algorithms": "^3.0.0", 2329 + "@csstools/css-tokenizer": "^3.0.0", 2330 + "@csstools/media-query-list-parser": "^3.0.0", 2398 2331 "is-plain-object": "^5.0.0", 2399 - "postcss-selector-parser": "^6.1.1", 2332 + "postcss-selector-parser": "^6.1.2", 2400 2333 "postcss-value-parser": "^4.2.0", 2401 2334 "style-search": "^0.1.0", 2402 - "stylelint": "^16.8.0" 2335 + "stylelint": "^16.8.2" 2403 2336 }, 2404 2337 "engines": { 2405 2338 "node": "^18.12 || >=20.9" 2406 2339 }, 2407 2340 "peerDependencies": { 2408 2341 "stylelint": "^16.8.0" 2342 + } 2343 + }, 2344 + "node_modules/@stylistic/stylelint-plugin/node_modules/@csstools/css-parser-algorithms": { 2345 + "version": "3.0.1", 2346 + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.1.tgz", 2347 + "integrity": "sha512-lSquqZCHxDfuTg/Sk2hiS0mcSFCEBuj49JfzPHJogDBT0mGCyY5A1AQzBWngitrp7i1/HAZpIgzF/VjhOEIJIg==", 2348 + "dev": true, 2349 + "funding": [ 2350 + { 2351 + "type": "github", 2352 + "url": "https://github.com/sponsors/csstools" 2353 + }, 2354 + { 2355 + "type": "opencollective", 2356 + "url": "https://opencollective.com/csstools" 2357 + } 2358 + ], 2359 + "license": "MIT", 2360 + "engines": { 2361 + "node": ">=18" 2362 + }, 2363 + "peerDependencies": { 2364 + "@csstools/css-tokenizer": "^3.0.1" 2365 + } 2366 + }, 2367 + "node_modules/@stylistic/stylelint-plugin/node_modules/@csstools/css-tokenizer": { 2368 + "version": "3.0.1", 2369 + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.1.tgz", 2370 + "integrity": "sha512-UBqaiu7kU0lfvaP982/o3khfXccVlHPWp0/vwwiIgDF0GmqqqxoiXC/6FCjlS9u92f7CoEz6nXKQnrn1kIAkOw==", 2371 + "dev": true, 2372 + "funding": [ 2373 + { 2374 + "type": "github", 2375 + "url": "https://github.com/sponsors/csstools" 2376 + }, 2377 + { 2378 + "type": "opencollective", 2379 + "url": "https://opencollective.com/csstools" 2380 + } 2381 + ], 2382 + "license": "MIT", 2383 + "engines": { 2384 + "node": ">=18" 2385 + } 2386 + }, 2387 + "node_modules/@stylistic/stylelint-plugin/node_modules/@csstools/media-query-list-parser": { 2388 + "version": "3.0.1", 2389 + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-3.0.1.tgz", 2390 + "integrity": "sha512-HNo8gGD02kHmcbX6PvCoUuOQvn4szyB9ca63vZHKX5A81QytgDG4oxG4IaEfHTlEZSZ6MjPEMWIVU+zF2PZcgw==", 2391 + "dev": true, 2392 + "funding": [ 2393 + { 2394 + "type": "github", 2395 + "url": "https://github.com/sponsors/csstools" 2396 + }, 2397 + { 2398 + "type": "opencollective", 2399 + "url": "https://opencollective.com/csstools" 2400 + } 2401 + ], 2402 + "license": "MIT", 2403 + "engines": { 2404 + "node": ">=18" 2405 + }, 2406 + "peerDependencies": { 2407 + "@csstools/css-parser-algorithms": "^3.0.1", 2408 + "@csstools/css-tokenizer": "^3.0.1" 2409 2409 } 2410 2410 }, 2411 2411 "node_modules/@swc/helpers": {
+1 -1
package.json
··· 63 63 "@playwright/test": "1.46.1", 64 64 "@stoplight/spectral-cli": "6.11.1", 65 65 "@stylistic/eslint-plugin-js": "2.6.4", 66 - "@stylistic/stylelint-plugin": "3.0.0", 66 + "@stylistic/stylelint-plugin": "3.0.1", 67 67 "@vitejs/plugin-vue": "5.1.1", 68 68 "@vitest/coverage-v8": "2.0.5", 69 69 "@vue/test-utils": "2.4.6",