-
Notifications
You must be signed in to change notification settings - Fork 2
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
security updatescripture-utilities
#1332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what's going wrong here. It looks good to me 🤔
Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
- also use USJ `const`s in editor extension
3df942a
to
156fa77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 5 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @irahopkinson)
extensions/src/legacy-comment-manager/package.json
line 37 at r2 (raw file):
}, "dependencies": { "@biblionexus-foundation/scripture-utilities": "~0.0.5",
Does the tilde ~ mean only update to newer patch versions? Why choose this option if so?
Previously, tjcouch-sil (TJ Couch) wrote…
I put a a fuller explanation in our DM in Discord. |
const
s in editor extensionNote
This PR was draft because there was still one copy of
@biblionexus-foundation/scripture-utilities
at v0.0.4. This is now fixed. Note there is a way to override npm to fix this (see commit 2 which will be squashed on merge) but it is properly fixed in@biblionexus-foundation/[email protected]
This change is