Skip to content
New issue

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

Update dependencies, linting, server upgrade & workflows #1523

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

srknzl
Copy link
Member

@srknzl srknzl commented May 9, 2024

Prepare for 5.4 release

  • update dependencies
  • fix linting problems due to upgrading eslint
  • update hazelcast version 5.4.0 from 5.4.0-snapshot
  • Fix workflows that depend on node 10 to compile the code. We now compile in latest lts but run tests in node 10.

NOTE: Tests will fail in this PR because the workflow is taken from the master branch. It fails due to upgrading our development dependencies. We need to force-merge this PR and then it'll run on master and we'll know if any tests fail with the new workflow. The tests passed on my local.

@srknzl srknzl self-assigned this May 9, 2024
@srknzl srknzl added the dependencies Pull requests that update a dependency file label May 9, 2024
@srknzl srknzl added this to the 5.4.0 milestone May 9, 2024
@srknzl srknzl changed the title Update dependencies, linting, server upgrade Update dependencies, linting, server upgrade & workflows May 9, 2024
@@ -37,6 +37,7 @@ export enum FieldType {
FLOAT = 7,
DOUBLE = 8,
UTF = 9, // Defined for backwards compatibility.
/* eslint-disable @typescript-eslint/no-duplicate-enum-values */

Choose a reason for hiding this comment

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

why is this comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants