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 Everything (almost) #128

Merged
merged 3 commits into from
Sep 20, 2023
Merged

Update Everything (almost) #128

merged 3 commits into from
Sep 20, 2023

Conversation

zwrawr
Copy link
Contributor

@zwrawr zwrawr commented Oct 22, 2021

closes #123 (since it has merge issues)

Changes

.travis.yml

updated to current + LTS versions
see https://nodejs.org/en/about/releases/

package.json

Updated all dependencies to the latest version. Except istanbul and readdirp. Istanbul was deprecated and the new version is called NYC. I didn't swap it out as I cannot see it being used anywhere. ReadDirP was updated to the newest 2.x version. It wasn't updated to 3.x because the callback API was deprecated. A separate pull request to update the code to use promises or streams is needed.

src/sloc.coffee

Wrapped a line because the linter was complaining.

Tests

two tests fail, but they seem to fail in master aswell
2) should support agda
1) should support rpy

travis fails #127 due to the two errors above

@zwrawr zwrawr mentioned this pull request Oct 22, 2021
@flosse flosse merged commit 2dc06ee into flosse:master Sep 20, 2023
@flosse
Copy link
Owner

flosse commented Sep 20, 2023

thx!

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