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

Upgrade dev dependencies and tests #39

Closed
wants to merge 2 commits into from
Closed

Upgrade dev dependencies and tests #39

wants to merge 2 commits into from

Conversation

patrikjuvonen
Copy link
Contributor

@patrikjuvonen patrikjuvonen commented Apr 21, 2022

Hi!

I was debugging something earlier and did the work to upgrade the dev dependencies and the test while at it.

I used the tests from eslint-config-standard as inspiration: https://github.com/standard/eslint-config-standard/blob/master/test/validate-config.js but I kept the existing code style and structure as my goal was to just make sure it works.

I decided to open this pull request with the changes in case it's helpful 🙂

The upgrade will break on Node 10.

Node 10 has been EOL since end of April 2021.
Node 12 EOL is end of April 2022, so very soon. https://nodejs.org/en/about/releases/

eslint-config-standard uses the lts/* setup-node action configuration: https://github.com/standard/eslint-config-standard/blob/master/.github/workflows/ci.yml#L15-L18 which should probably put into use in this repository as well. However, that is out of scope for this pull request as such I think.

@welcome
Copy link

welcome bot commented Apr 21, 2022

🙌 Thanks for opening this pull request! You're awesome.

@voxpelli voxpelli mentioned this pull request Jul 18, 2022
@voxpelli voxpelli closed this in #40 Jul 18, 2022
@voxpelli
Copy link
Member

Thanks for the PR @patrikjuvonen 🙏

I built upon it in #40 and merged and released it as 17.0.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants