-
Notifications
You must be signed in to change notification settings - Fork 43
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 #125
Open
ksmithut
wants to merge
32
commits into
sheerun:master
Choose a base branch
from
ksmithut:update-dependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependencies #125
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update dependencies
Also, for what it's worth, if dependencies get updated (even less aggressively than this Pull Request), I'm happy to close this out. I just did some work on my fork to get my project dependencies out of the "audit hot zone". Happy to relinquish my fork once this project is back on track. |
Puts in test workflow in github actions
Renames publish github workflow
change publish access to public
Install name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are probably a lot of other pull requests updating dependencies. This is a comprehensive upgrade of all dependencies, which may not be desirable, but is there if you'd like it. It's definitely got breaking changes when it comes to node version compatibility. I ran tests against node 12 and up, and node 12 was getting memory allocation issues with a WASM module somewhere, but it worked node 14 and up.
Biggest changes include:
standard
It seems like this module has been abandoned, and that's okay :) I fully intend to keep my fork up to date and published and use mine until I change my formatting/linting preferences change. This PR is meant to be the changes necessary to update the dependencies at this point in time. I'm going to merge this into my base branch and make additional changes to CI configuration, package naming and other things to make this publishable by itself. I don't anticipate having to keep this up to date with the upstream because there hasn't been any work done to keep it up to date in over a year. Which, again, is totally fine :) My fork may fall into the same state when my preferences change, or a majority of my work starts to focus more in non-javascript projects.