Skip to content

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"
}

@Topener Topener requested review from Birkbjo, amcgee and kabaros August 24, 2023 19:54
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants