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 citation-js monorepo to v0.7.11' (#3321) from renovate/citation-js-monorepo into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3321
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+15 -15
+12 -12
package-lock.json
··· 5 5 "packages": { 6 6 "": { 7 7 "dependencies": { 8 - "@citation-js/core": "0.7.9", 9 - "@citation-js/plugin-bibtex": "0.7.9", 10 - "@citation-js/plugin-csl": "0.7.9", 8 + "@citation-js/core": "0.7.11", 9 + "@citation-js/plugin-bibtex": "0.7.11", 10 + "@citation-js/plugin-csl": "0.7.11", 11 11 "@citation-js/plugin-software-formats": "0.6.1", 12 12 "@github/markdown-toolbar-element": "2.2.3", 13 13 "@github/relative-time-element": "4.4.0", ··· 262 262 "integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==" 263 263 }, 264 264 "node_modules/@citation-js/core": { 265 - "version": "0.7.9", 266 - "resolved": "https://registry.npmjs.org/@citation-js/core/-/core-0.7.9.tgz", 267 - "integrity": "sha512-fSbkB32JayDChZnAYC/kB+sWHRvxxL7ibVetyBOyzOc+5aCnjb6UVsbcfhnkOIEyAMoRRvWDyFmakEoTtA5ttQ==", 265 + "version": "0.7.11", 266 + "resolved": "https://registry.npmjs.org/@citation-js/core/-/core-0.7.11.tgz", 267 + "integrity": "sha512-evQtyzeW+Gbmq+xWciIq9sbcvXXDbm8q32orD/HDd5ay6RQFKoW/BKxBLp+Nmpxgspb9sxTJn3iFK7+jxOTNTw==", 268 268 "dependencies": { 269 269 "@citation-js/date": "^0.5.0", 270 270 "@citation-js/name": "^0.4.2", ··· 292 292 } 293 293 }, 294 294 "node_modules/@citation-js/plugin-bibtex": { 295 - "version": "0.7.9", 296 - "resolved": "https://registry.npmjs.org/@citation-js/plugin-bibtex/-/plugin-bibtex-0.7.9.tgz", 297 - "integrity": "sha512-gIJpCd6vmmTOcRfDrSOjtoNhw2Mi94UwFxmgJ7GwkXyTYcNheW5VlMMo1tlqjakJGARQ0eOsKcI57gSPqJSS2g==", 295 + "version": "0.7.11", 296 + "resolved": "https://registry.npmjs.org/@citation-js/plugin-bibtex/-/plugin-bibtex-0.7.11.tgz", 297 + "integrity": "sha512-G4vEmLjrQUxgBIp3ffWN5dDOlwjPsrRSi/uTyxDJuFgKBD8GR1eO7Y/ZcePNAOHMqUxG7lxhhBbZJwcJZNVHYw==", 298 298 "dependencies": { 299 299 "@citation-js/date": "^0.5.0", 300 300 "@citation-js/name": "^0.4.2", ··· 320 320 } 321 321 }, 322 322 "node_modules/@citation-js/plugin-csl": { 323 - "version": "0.7.9", 324 - "resolved": "https://registry.npmjs.org/@citation-js/plugin-csl/-/plugin-csl-0.7.9.tgz", 325 - "integrity": "sha512-mbD7CnUiPOuVnjeJwo+d0RGUcY0PE8n01gHyjq0qpTeS42EGmQ9+LzqfsTUVWWBndTwc6zLRuIF1qFAUHKE4oA==", 323 + "version": "0.7.11", 324 + "resolved": "https://registry.npmjs.org/@citation-js/plugin-csl/-/plugin-csl-0.7.11.tgz", 325 + "integrity": "sha512-4OGZ9wHZDfpgiPU2cOXWGuKt7P+ndGWAeLG95nOG+DXe5U+f9EEZTXfaM4C99x8Ri+g6JklR96A3kuYZxYLllg==", 326 326 "dependencies": { 327 327 "@citation-js/date": "^0.5.0", 328 328 "citeproc": "^2.4.6"
+3 -3
package.json
··· 4 4 "node": ">= 18.0.0" 5 5 }, 6 6 "dependencies": { 7 - "@citation-js/core": "0.7.9", 8 - "@citation-js/plugin-bibtex": "0.7.9", 9 - "@citation-js/plugin-csl": "0.7.9", 7 + "@citation-js/core": "0.7.11", 8 + "@citation-js/plugin-bibtex": "0.7.11", 9 + "@citation-js/plugin-csl": "0.7.11", 10 10 "@citation-js/plugin-software-formats": "0.6.1", 11 11 "@github/markdown-toolbar-element": "2.2.3", 12 12 "@github/relative-time-element": "4.4.0",