Skip to content

Conversation

@Puppo
Copy link
Contributor

@Puppo Puppo commented Dec 7, 2025

This PR upgrades ESLint from v8 to v9 and aligns the other dependencies based on this new version.

Wait #389 or #391 before merging

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@@ -1,14 +1,13 @@
'use strict'

// eslint-disable-next-line n/no-unsupported-features/node-builtins
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilteoood @simoneb this is required because describe in node v20 is experimental.
Do we want to keep it still, or shall we remove it?

@Puppo Puppo marked this pull request as ready for review December 7, 2025 06:47
@Puppo Puppo marked this pull request as draft December 7, 2025 06:49
test/test.js Outdated
@@ -1007,15 +1005,18 @@ describe('General error handling', function () {
})

describe('Cleanup', function () {
test('should close the cache when the server stops', function (t, done) {
test('should close the cache when the server stops', async function (t, done) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not so sure about mixing the async and done callback.
Maybe we should return a plain promise with reject/resolve?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilteoood done.
Let's wait for the other PR before checking this one. The tests are broken.

@Puppo Puppo force-pushed the chore-upgrade-eslint branch from 75c4011 to 530c1bb Compare December 9, 2025 08:09
@Puppo Puppo marked this pull request as ready for review December 9, 2025 17:01
@Puppo Puppo requested a review from ilteoood December 9, 2025 17:14
@simoneb simoneb merged commit a2c1a75 into nearform:master Dec 9, 2025
1 of 5 checks passed
@Puppo Puppo deleted the chore-upgrade-eslint branch December 10, 2025 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants