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

chore: upgrade cli-style #596

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

chore: upgrade cli-style #596

wants to merge 6 commits into from

Conversation

Topener
Copy link
Contributor

@Topener Topener commented Aug 24, 2023

Also upgrades cli-utils-docsite with a minor bump that fixes titles in the docs.

For this PR I ran the following commands:

yarn upgrade @dhis2/cli-utils-docsite --latest
yarn upgrade @dhis2/cli-style --latest
prettier . -w
eslint ./packages --fix

And I fixed the import statements with added .js where needed, and a single import needed to be changed to have index.js added to the path (packages/utils/src/cmds/schema/diff/index.js)

package.json override

Furthermore I added this to package.json to let the code be runnable on a arm device (such as my mac m1)

"resolutions": {
        "@ls-lint/ls-lint": "2.0.1"
}

Copy link
Contributor

@kabaros kabaros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kabaros kabaros changed the title chore: upgrade cli-style chore: upgrade cli-style version Aug 30, 2023
@kabaros kabaros changed the title chore: upgrade cli-style version chore: upgrade cli-style Aug 30, 2023
@Topener Topener closed this Aug 30, 2023
@Topener Topener reopened this Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants