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 tailwindcss to v3.4.4' (#4038) from renovate/tailwindcss-3.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4038
Reviewed-by: Beowulf <beowulf@noreply.codeberg.org>

+53 -50
+52 -49
package-lock.json
··· 45 45 "pretty-ms": "9.0.0", 46 46 "sortablejs": "1.15.2", 47 47 "swagger-ui-dist": "5.17.14", 48 - "tailwindcss": "3.4.3", 48 + "tailwindcss": "3.4.4", 49 49 "temporal-polyfill": "0.2.4", 50 50 "throttle-debounce": "5.0.0", 51 51 "tinycolor2": "1.6.0", ··· 9813 9813 "postcss": "^8.4.21" 9814 9814 } 9815 9815 }, 9816 + "node_modules/postcss-load-config": { 9817 + "version": "4.0.2", 9818 + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 9819 + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 9820 + "funding": [ 9821 + { 9822 + "type": "opencollective", 9823 + "url": "https://opencollective.com/postcss/" 9824 + }, 9825 + { 9826 + "type": "github", 9827 + "url": "https://github.com/sponsors/ai" 9828 + } 9829 + ], 9830 + "license": "MIT", 9831 + "dependencies": { 9832 + "lilconfig": "^3.0.0", 9833 + "yaml": "^2.3.4" 9834 + }, 9835 + "engines": { 9836 + "node": ">= 14" 9837 + }, 9838 + "peerDependencies": { 9839 + "postcss": ">=8.0.9", 9840 + "ts-node": ">=9.0.0" 9841 + }, 9842 + "peerDependenciesMeta": { 9843 + "postcss": { 9844 + "optional": true 9845 + }, 9846 + "ts-node": { 9847 + "optional": true 9848 + } 9849 + } 9850 + }, 9851 + "node_modules/postcss-load-config/node_modules/lilconfig": { 9852 + "version": "3.1.1", 9853 + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", 9854 + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", 9855 + "license": "MIT", 9856 + "engines": { 9857 + "node": ">=14" 9858 + }, 9859 + "funding": { 9860 + "url": "https://github.com/sponsors/antonk52" 9861 + } 9862 + }, 9816 9863 "node_modules/postcss-loader": { 9817 9864 "version": "8.1.1", 9818 9865 "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", ··· 11618 11665 } 11619 11666 }, 11620 11667 "node_modules/tailwindcss": { 11621 - "version": "3.4.3", 11622 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", 11623 - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", 11668 + "version": "3.4.4", 11669 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", 11670 + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", 11671 + "license": "MIT", 11624 11672 "dependencies": { 11625 11673 "@alloc/quick-lru": "^5.2.0", 11626 11674 "arg": "^5.0.2", ··· 11651 11699 }, 11652 11700 "engines": { 11653 11701 "node": ">=14.0.0" 11654 - } 11655 - }, 11656 - "node_modules/tailwindcss/node_modules/postcss-load-config": { 11657 - "version": "4.0.2", 11658 - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", 11659 - "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", 11660 - "funding": [ 11661 - { 11662 - "type": "opencollective", 11663 - "url": "https://opencollective.com/postcss/" 11664 - }, 11665 - { 11666 - "type": "github", 11667 - "url": "https://github.com/sponsors/ai" 11668 - } 11669 - ], 11670 - "dependencies": { 11671 - "lilconfig": "^3.0.0", 11672 - "yaml": "^2.3.4" 11673 - }, 11674 - "engines": { 11675 - "node": ">= 14" 11676 - }, 11677 - "peerDependencies": { 11678 - "postcss": ">=8.0.9", 11679 - "ts-node": ">=9.0.0" 11680 - }, 11681 - "peerDependenciesMeta": { 11682 - "postcss": { 11683 - "optional": true 11684 - }, 11685 - "ts-node": { 11686 - "optional": true 11687 - } 11688 - } 11689 - }, 11690 - "node_modules/tailwindcss/node_modules/postcss-load-config/node_modules/lilconfig": { 11691 - "version": "3.1.1", 11692 - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", 11693 - "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", 11694 - "engines": { 11695 - "node": ">=14" 11696 - }, 11697 - "funding": { 11698 - "url": "https://github.com/sponsors/antonk52" 11699 11702 } 11700 11703 }, 11701 11704 "node_modules/tapable": {
+1 -1
package.json
··· 44 44 "pretty-ms": "9.0.0", 45 45 "sortablejs": "1.15.2", 46 46 "swagger-ui-dist": "5.17.14", 47 - "tailwindcss": "3.4.3", 47 + "tailwindcss": "3.4.4", 48 48 "temporal-polyfill": "0.2.4", 49 49 "throttle-debounce": "5.0.0", 50 50 "tinycolor2": "1.6.0",