-
Notifications
You must be signed in to change notification settings - Fork 19
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 #24
Merged
dundalek
merged 12 commits into
dundalek:master
from
barnardb:barnardb/chore/update-dependencies
Apr 16, 2023
Merged
Update Dependencies #24
dundalek
merged 12 commits into
dundalek:master
from
barnardb:barnardb/chore/update-dependencies
Apr 16, 2023
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
See reactwg/react-18#5 This resolves the warning about the legacy API that was displayed in the browser console following the upgrade to react 18.
Ohm 17.0.4 is avaialable, but version 16 included a breaking change that I don't want to handle right now: https://ohmjs.org/docs/releases/ohm-js-16.0#default-semantic-actions
If there are ever bugfix/security updates to these dependencies, this will allow users to pull them in automatically.
It looks like the changes from the dundalek fork have made it into the original jtenner plugin.
barnardb
added a commit
to softwaretechnik-berlin/flexivis
that referenced
this pull request
Apr 16, 2023
We can go back to mainline GrammKit once dundalek/GrammKit#24 is merged.
Thanks! |
Published |
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.
I have a project that has a dependency on GrammKit, and the current exact-version requirements in
package.json
are problematic as they pin older dependency versions that now have known vulnerabilities.This PR upgrades a number of dependencies, and changes all dependencies in
package.json
to caret "compatible with version"-style dependencies for the benefit of projects depending on GrammKit.I left
bootstrap-css-only
at 3.3.7 instead of upgrading to 4.4.1, as this broke the styling visible in the browser when runningnpm run dev
.I upgraded
ohm-js
to 15.5.0 instead of 17.0.4, as version 16 introduced a breaking change that I didn't want to tackle in this PR.