feat: Manifest v3 support, add communciation with JabRef via HTTP #22
Annotations
4 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
tests/translator-import.test.mjs > Zotero translator > imports DOI Content Negotiation.js:
tests/translator-import.test.mjs#L47
AssertionError: promise rejected "{ name: 'RollupError', …(4) }" instead of resolving
❯ tests/translator-import.test.mjs:47:38
Caused by: Caused by: RollupError: Parse failure: Legacy octal escape is not permitted in strict mode
At file: /home/runner/work/JabRef-Browser-Extension/JabRef-Browser-Extension/translators/zotero/DOI Content Negotiation.js:74:48
File: /home/runner/work/JabRef-Browser-Extension/JabRef-Browser-Extension/translators/zotero/DOI Content Negotiation.js:74:48
72 | // Start 1 hour before (13:00 UTC) and end 2 hours after (17:00 UTC)
73 | // TEMP for May 22 outage
74 | let startDate = new Date(Date.UTC(2025, 4, 22, 00, 0, 0));
| ^
75 | let endDate = new Date(Date.UTC(2025, 4, 24, 0, 0, 0));
76 |
❯ getRollupError node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/es/shared/parseAst.js:402:41
❯ convertProgram node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/es/shared/parseAst.js:1114:26
❯ parseAstAsync node_modules/.pnpm/rollup@4.59.0/node_modules/rollup/dist/es/shared/parseAst.js:2100:106
❯ ssrTransformScript node_modules/.pnpm/vite@7.3.1_@types+node@25.0.10/node_modules/vite/dist/node/chunks/config.js:15374:9
❯ loadAndTransform node_modules/.pnpm/vite@7.3.1_@types+node@25.0.10/node_modules/vite/dist/node/chunks/config.js:22701:64
|
|
tests/translator-import.test.mjs > Zotero translator > exports expected entry points for Bibliontology RDF.js:
translators/zotero/Bibliontology RDF.js#L365
ReferenceError: Type is not defined
❯ translators/zotero/Bibliontology RDF.js:365:6
❯ tests/translator-import.test.mjs:47:7
|
|
tests/translator-import.test.mjs > Zotero translator > imports Bibliontology RDF.js:
tests/translator-import.test.mjs#L47
AssertionError: promise rejected "ReferenceError: Type is not defined" instead of resolving
❯ tests/translator-import.test.mjs:47:38
Caused by: Caused by: ReferenceError: Type is not defined
❯ translators/zotero/Bibliontology RDF.js:365:6
❯ tests/translator-import.test.mjs:47:7
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|