We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a regression in node: ^23
Specifically this test is failing
eslint-plugin-n/tests/lib/rules/no-unpublished-require.js
Lines 201 to 204 in bf34ca5
Example action:
https://github.com/eslint-community/eslint-plugin-n/actions/runs/11448831559/job/31853177596?pr=368
4) no-unpublished-require valid require('./');: AssertionError [ERR_ASSERTION]: Should have no errors but had 1: [ { ruleId: 'rule-to-test/no-unpublished-require', severity: 1, message: '"./" is not published.', line: 1, column: 9, nodeType: 'Literal', messageId: 'notPublished', endLine: 1, endColumn: 13 } ] 1 !== 0 + expected - actual -1 +0 at testValidTemplate (node_modules/eslint/lib/rule-tester/rule-tester.js:925:20) at Context.<anonymous> (node_modules/eslint/lib/rule-tester/rule-tester.js:1274:37) at process.processImmediate (node:internal/timers:511:21)
The text was updated successfully, but these errors were encountered:
Original comment from @aladdin-add (#368 (comment))
related: nodejs/node#54224 and it will be reverted in nodejs/node#55414.
related: nodejs/node#54224
and it will be reverted in nodejs/node#55414.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We have a regression in node: ^23
Specifically this test is failing
eslint-plugin-n/tests/lib/rules/no-unpublished-require.js
Lines 201 to 204 in bf34ca5
Example action:
https://github.com/eslint-community/eslint-plugin-n/actions/runs/11448831559/job/31853177596?pr=368
The text was updated successfully, but these errors were encountered: