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.

Update dependency clippie to v4.1.6 (forgejo) (#7472)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7472
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Gusted
9d984fed e6c17f31

+5 -5
+4 -4
package-lock.json
··· 20 20 "chart.js": "4.4.5", 21 21 "chartjs-adapter-dayjs-4": "1.0.4", 22 22 "chartjs-plugin-zoom": "2.2.0", 23 - "clippie": "4.1.1", 23 + "clippie": "4.1.6", 24 24 "css-loader": "7.0.0", 25 25 "dayjs": "1.11.12", 26 26 "dropzone": "6.0.0-beta.2", ··· 4940 4940 } 4941 4941 }, 4942 4942 "node_modules/clippie": { 4943 - "version": "4.1.1", 4944 - "resolved": "https://registry.npmjs.org/clippie/-/clippie-4.1.1.tgz", 4945 - "integrity": "sha512-D9OOW77Kkj9YEiDXTQjZJZLvTjJPEmK2IBx8JbGJIZaqVd8RvSvxwIN4KVSEFQfu9Jh0z5FL6Pdc4SIknllFFA==", 4943 + "version": "4.1.6", 4944 + "resolved": "https://registry.npmjs.org/clippie/-/clippie-4.1.6.tgz", 4945 + "integrity": "sha512-1M3xZRNWcVwRkh3i2XcVYFjVtfC6FCLmIpk5s54uT3+jkBa25KRE3dB0Fgkt/YLoeR7AABWkVTlb0WziQYGgaw==", 4946 4946 "license": "BSD-2-Clause" 4947 4947 }, 4948 4948 "node_modules/cliui": {
+1 -1
package.json
··· 19 19 "chart.js": "4.4.5", 20 20 "chartjs-adapter-dayjs-4": "1.0.4", 21 21 "chartjs-plugin-zoom": "2.2.0", 22 - "clippie": "4.1.1", 22 + "clippie": "4.1.6", 23 23 "css-loader": "7.0.0", 24 24 "dayjs": "1.11.12", 25 25 "dropzone": "6.0.0-beta.2",