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 postcss packages' (#3713) from renovate/postcss-packages into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3713
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

+18 -24
+16 -22
package-lock.json
··· 41 41 "pdfobject": "2.3.0", 42 42 "postcss": "8.4.38", 43 43 "postcss-loader": "8.1.1", 44 - "postcss-nesting": "12.1.2", 44 + "postcss-nesting": "12.1.3", 45 45 "pretty-ms": "9.0.0", 46 46 "sortablejs": "1.15.2", 47 47 "swagger-ui-dist": "5.17.7", ··· 88 88 "eslint-plugin-wc": "2.1.0", 89 89 "happy-dom": "14.10.1", 90 90 "markdownlint-cli": "0.40.0", 91 - "postcss-html": "1.6.0", 91 + "postcss-html": "1.7.0", 92 92 "stylelint": "16.5.0", 93 93 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 94 94 "stylelint-declaration-strict-value": "1.10.4", ··· 482 482 } 483 483 }, 484 484 "node_modules/@csstools/selector-specificity": { 485 - "version": "3.0.3", 486 - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz", 487 - "integrity": "sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==", 485 + "version": "3.1.0", 486 + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.0.tgz", 487 + "integrity": "sha512-tGDFEHZ4XJeIt5NF7/nAfLGqPckmDZSnYne5gl67p4agQolE5s4rofdQ3e+VkeukfR91lVtSQ/Jt9DqM1ICiIQ==", 488 488 "funding": [ 489 489 { 490 490 "type": "github", ··· 7719 7719 "dev": true 7720 7720 }, 7721 7721 "node_modules/js-tokens": { 7722 - "version": "8.0.3", 7723 - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.3.tgz", 7724 - "integrity": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==", 7722 + "version": "9.0.0", 7723 + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", 7724 + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", 7725 7725 "dev": true 7726 7726 }, 7727 7727 "node_modules/js-types": { ··· 9715 9715 } 9716 9716 }, 9717 9717 "node_modules/postcss-html": { 9718 - "version": "1.6.0", 9719 - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.6.0.tgz", 9720 - "integrity": "sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==", 9718 + "version": "1.7.0", 9719 + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.7.0.tgz", 9720 + "integrity": "sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==", 9721 9721 "dev": true, 9722 9722 "dependencies": { 9723 9723 "htmlparser2": "^8.0.0", 9724 - "js-tokens": "^8.0.0", 9724 + "js-tokens": "^9.0.0", 9725 9725 "postcss": "^8.4.0", 9726 9726 "postcss-safe-parser": "^6.0.0" 9727 9727 }, ··· 9867 9867 } 9868 9868 }, 9869 9869 "node_modules/postcss-nesting": { 9870 - "version": "12.1.2", 9871 - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.2.tgz", 9872 - "integrity": "sha512-FUmTHGDNundodutB4PUBxt/EPuhgtpk8FJGRsBhOuy+6FnkR2A8RZWIsyyy6XmhvX2DZQQWIkvu+HB4IbJm+Ew==", 9870 + "version": "12.1.3", 9871 + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.3.tgz", 9872 + "integrity": "sha512-8XVmgNNYlmIg1qxSP7O5n76nm0I71noCzlSCl7oqaL2opJ5nSB7r8/726yObKrUTRt6ipjiqHB1wYrMVTM66Sg==", 9873 9873 "funding": [ 9874 9874 { 9875 9875 "type": "github", ··· 9882 9882 ], 9883 9883 "dependencies": { 9884 9884 "@csstools/selector-resolve-nested": "^1.1.0", 9885 - "@csstools/selector-specificity": "^3.0.3", 9885 + "@csstools/selector-specificity": "^3.1.0", 9886 9886 "postcss-selector-parser": "^6.0.13" 9887 9887 }, 9888 9888 "engines": { ··· 11119 11119 "funding": { 11120 11120 "url": "https://github.com/sponsors/antfu" 11121 11121 } 11122 - }, 11123 - "node_modules/strip-literal/node_modules/js-tokens": { 11124 - "version": "9.0.0", 11125 - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", 11126 - "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", 11127 - "dev": true 11128 11122 }, 11129 11123 "node_modules/style-search": { 11130 11124 "version": "0.1.0",
+2 -2
package.json
··· 40 40 "pdfobject": "2.3.0", 41 41 "postcss": "8.4.38", 42 42 "postcss-loader": "8.1.1", 43 - "postcss-nesting": "12.1.2", 43 + "postcss-nesting": "12.1.3", 44 44 "pretty-ms": "9.0.0", 45 45 "sortablejs": "1.15.2", 46 46 "swagger-ui-dist": "5.17.7", ··· 87 87 "eslint-plugin-wc": "2.1.0", 88 88 "happy-dom": "14.10.1", 89 89 "markdownlint-cli": "0.40.0", 90 - "postcss-html": "1.6.0", 90 + "postcss-html": "1.7.0", 91 91 "stylelint": "16.5.0", 92 92 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 93 93 "stylelint-declaration-strict-value": "1.10.4",