chore: ⬇️ chore(package): Update ESLint and Node types #165
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This commit updates the ESLint version to 8.56.0 and Node types to 20.13.0 in the package-lock.json file. The update aims to improve the code quality checks and align with the latest Node.js typings.
Details:
The ESLint update from 9.3.0 to 8.56.0 is a rollback to a more stable version to avoid potential issues with the newer version. The Node types update from 20.12.12 to 20.13.0 provides the latest type definitions for Node.js.
Changeset:
Modified files:
This commit ensures that our project is using a stable version of ESLint and the latest Node.js typings for better development experience and code quality.
Signed-off-by: RicardoGEsteves(Ricardo Esteves) [email protected]
Refs: [#c2958911366ebadef2dec4cbfd020cdf0d4be9e2]
Related to: [#54cbf8b8ddb7496809d8020b7f77a3cfa07dbf22, #78994b2e2f8e3f7fa2d3b56a58c01f6d18074ff5]