This repository was archived by the owner on May 1, 2024. It is now read-only.
fix: add composite and skipLibCheck options#53
Open
VitorLuizC wants to merge 3 commits intooclif:mainfrom
Open
fix: add composite and skipLibCheck options#53VitorLuizC wants to merge 3 commits intooclif:mainfrom
VitorLuizC wants to merge 3 commits intooclif:mainfrom
Conversation
VitorLuizC
added a commit
to vuestorefront/vue-storefront
that referenced
this pull request
Feb 9, 2022
I've reported the errors in oclif's template repository and opened a PR with the same fix used in this commit. Issues: oclif/hello-world#51 oclif/hello-world#52 PR: oclif/hello-world#53
VitorLuizC
added a commit
to vuestorefront/vue-storefront
that referenced
this pull request
May 12, 2022
* chore: delete our current CLI package * feat(core:cli): generate CLI package with oclif But I had to remove the files ".editorconfig", "LICENSE" and "yarn.lock" because we already have them in the mono-repository and the folders ".circleci/" and ".github/" that are specific to the oclif/hello-world repository. * fix(core:cli): fix TS errors inherited from oclif I've reported the errors in oclif's template repository and opened a PR with the same fix used in this commit. Issues: oclif/hello-world#51 oclif/hello-world#52 PR: oclif/hello-world#53 * chore(core:cli): use exact dependencies versions * chore(core:cli): ignore "tsconfig.tsbuildinfo" file * feat(core:cli): generate store init command * chore(core:cli): remove template's commands * feat(core:cli): add oclif hook that setups i18next * fix(core:cli): setup i18next in the script instead of init hook * feat(core:cli): use jest as test runner * fix(core:cli): use CRLF in cmd files * chore(core:cli): use our ESLint config instead of oclif's * fix(core:cli): pack locales/ folder with our translations * feat(core:cli): add generate store and integration commands * feat(core:cli): move type and function to integration domain * feat(core:cli): improve CLI's TS config * fix(core:cli): fix ESLint breaking test script * feat(core:cli): add git repository domain * feat(core:cli): add git-repository-url domain * fix(core:cli): fix broken test due to screen size * feat(core:cli): add project-name domain * feat(core:cli): add getIntegration to integration domain * feat(core:cli): add theme domain and improve commands * feat(core:cli): add translations for commands, inputs etc * test(core:cli): fix tests broken bc translations * feat(core:cli): add oclif's plugins * fix(core:cli): support node 12 * fix(core:cli): fix broken test due to fs/promises usage * chore(core:cli): bump to version 3.0.0 * fix(core:cli): remove generate README.md title and badges * feat(core:cli): add identity and wait functions * feat(core:cli): add BigCommerce option to CLI's integration list Applies same change as in #6649. * feat(core:cli): consume from integrations repository * fix(core:cli): update integrations API URL * fix(core:cli): remove unused short-circuit * fix(cli): fix merge issues because of structural changes * test(cli): fix wait unit test because of float inaccuracy * chore(cli): upgrade dependencies * feat(cli): show documentation link when available * chore(cli): use rimraf instead of shx rm * test(cli): add existsDirectory and removeFileOrDirectory tests * feat(cli): add function to get directory from user input * fix(cli): fix ENOENT when running inside monorepo * impr(cli): improve generate store success message * fix(cli): use require.resolve to get vsf-tu path * chore(cli): run oclif readme in docs npm script * chore(cli): upgrade dependencies * chore(cli): upgrade dependencies and devDependencies * fix(cli): fix directory not found error message * impr(cli): add some line breaks after start command * impr(cli): ask first for integration theme folder on generate template * impr(cli): use better questions in generate template command Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com> * chore(cli): keep dependencies and devDependencies update * chore(cli): keep dependencies and devDependencies updated Co-authored-by: Filip Sobol <filipsobol@users.noreply.github.com>
Geylnu
approved these changes
Jun 9, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #51
Fixes #52