Skip to content

chore: upgrade cli-style - #596

Open
Topener wants to merge 6 commits into
masterfrom
upgrade-cli-style
Open

chore: upgrade cli-style#596
Topener wants to merge 6 commits into
masterfrom
upgrade-cli-style

Conversation

@Topener

@TopenerTopener commented Aug 24, 2023

Copy link
Copy Markdown
Contributor

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

@kabaroskabaros left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm

@kabaroskabaros changed the title chore: upgrade cli-stylechore: upgrade cli-style versionAug 30, 2023
@kabaroskabaros changed the title chore: upgrade cli-style versionchore: upgrade cli-styleAug 30, 2023
@TopenerTopener closed this Aug 30, 2023
@TopenerTopener reopened this Aug 30, 2023
Sign up for freeto 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.

2 participants

@Topener@kabaros