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

quality of life improvements #10

Merged
merged 4 commits into from
Mar 20, 2024
Merged

quality of life improvements #10

merged 4 commits into from
Mar 20, 2024

Conversation

sgulseth
Copy link
Member

@sgulseth sgulseth commented Mar 13, 2024

  • Upgrades dependencies to latest(without ESM requirements)
  • Removes travis
  • Added a very basic test
  • Added Github CI
  • Added semantic release
  • Require node18

(Need to change master branch to main before merge)

@sgulseth sgulseth changed the title chore: bump eslint versions Upgrade dependencies Mar 13, 2024
@sgulseth sgulseth changed the title Upgrade dependencies quality of life improvements Mar 13, 2024
@sgulseth sgulseth requested a review from a team March 18, 2024 12:12
Copy link

@j33ty j33ty left a comment

Choose a reason for hiding this comment

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

Good stuff, looks good. ✨

},
"scripts": {
"test": "eslint ."
"test": "echo '[{\"foo\": 1}]' | ./bin/groq.js --pretty '*[]{ foo }'",
Copy link

Choose a reason for hiding this comment

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

Nit: Shall we move it out of package.json and to a file instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ideally I would want to create some proper tests 😅 This was just the path of least resistance for now

@sgulseth sgulseth merged commit b09cce9 into master Mar 20, 2024
8 checks passed
@sgulseth sgulseth deleted the feat/upgrade-groq branch March 20, 2024 09:24
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.

None yet

3 participants