8000 package changes to support node19 by bueche · Pull Request #496 · join-monster/join-monster · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

package changes to support node19 #496

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

Merged
merged 5 commits into from
Jun 23, 2023

Conversation

bueche
Copy link
Contributor
@bueche bueche commented Jun 23, 2023

By submitting a PR to this repository, you agree to the terms within the Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Currently join-monster only supports some earlier versions of node 14x - 16x. The sqllite3 install fails for node 17-19.
This PR is meant to add those additional versions of node.

References

Include any links supporting this change such as a:

  • GitHub Issue/PR number addressed or fixed
  • StackOverflow post
  • Related pull requests/issues from other repos

If there are no references, simply delete this section.

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR via comments and by updating the change log

@bueche
Copy link
Contributor Author
bueche commented Jun 23, 2023

the linting workflow step failed due to some issue with the github workflow itself. it was not picking up the latest workflow code. I had modified the workflow code because it was not picking up the branch before loading the dependencies. The new dependencies needed the new package.json for linting.

@bueche bueche merged commit aeacab8 into join-monster:master Jun 23, 2023
@@ -2,6 +2,7 @@

#### Updated
- [#495](https://github.com/join-monster/join-monster/pull/495): Added support for GraphQL v16_6_0. There were a number of breaking changes introduced in GraphQL v16 and these impacted a large number of tests and bit of the code. This provides fixes for those breaking changes. It also drops support for Node versions 10 - 13 but adds support for Node v16.
- - [496](https://github.com/join-monster/join-monster/pull/496): Adding support for Node v17 - v19.
Copy link
Member

Choose a reason for hiding this comment

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

- [#496]

@@ -34,8 +34,8 @@ jobs:
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# node-version: [10.x, 12.x, 13.x, 14.x, 15.x]
node-version: [14.x, 15.x, 16.x]
# covering 14, 16, 17 then 18 and 19. assuming 15 will work otherwise
Copy link
Member

Choose a reason for hiding this comment

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

not sure what "otherwise" means here

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.

2 participants
0