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 and GitHub actions #34

Merged
merged 12 commits into from
Feb 1, 2024
Merged

Conversation

rolljee
Copy link
Contributor

@rolljee rolljee commented Feb 1, 2024

What does this PR do ?

Update deps, remove peer deps

How should this be manually tested?

  • Step 1 :
  • Step 2 :
  • Step 3 :

Other changes

Boyscout

@rolljee rolljee self-assigned this Feb 1, 2024
with:
node-version: "14"
node-version: "18.17.1"
Copy link

Choose a reason for hiding this comment

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

Is it not enough to just use the latest minor of Node.js 18?

Suggested change
node-version: "18.17.1"
node-version: "18"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tried, it seems that mocha, typescript and ESM module are bugged with the last version of Node 18, but it is working in the targeted 18.17.1 idk why ...

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "kuzzle-plugin-prometheus",
"version": "4.2.0",
"version": "4.1.1",
Copy link

Choose a reason for hiding this comment

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

Why did this rollback from 4.2.0 to 4.1.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops this is my bad

tsconfig.json Outdated
"resolveJsonModule": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowJs": false,
"skipLibCheck": true
"skipLibCheck": true,
Copy link
Member

Choose a reason for hiding this comment

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

This is a json file, the trailing coma will not work

@Kuruyia Kuruyia changed the title Chore/update peerdeps Update dependencies and GitHub actions Feb 1, 2024
@rolljee rolljee changed the base branch from master to 4-dev February 1, 2024 14:09
@rolljee rolljee merged commit 5fe3731 into 4-dev Feb 1, 2024
3 checks passed
@rolljee rolljee deleted the chore/update-peerdeps branch February 1, 2024 14:10
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