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

build: revert to [email protected] #18

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/development/NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# NOTES

## [email protected]

We attempted to use latest version 4.14.6, however, when using `npm run prepack`
which runs whenever the package is published, it triggers `npx oclif manifest`
which in turn fails from 4.12.0 onwards. We'd need to review if the problem is
the dependency combinations of `oclif` and `@oclif/*` the ones that are making
this fail but since 4.11.3 avoids vulnerabilities found in the previous version
we're pining it for the time being.

Loading