-
Notifications
You must be signed in to change notification settings - Fork 1
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(release): alpha #378
Merged
Conversation
This file contains 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
"d2-style" no longer tries to obfuscate what tools are used under the hood, and leans into being a friendly helper to nudge developers to comply with the dhis2 code style and guidelines. New features: - "d2-style <check/apply>" can now run all configured linters and formatters in a single command, making it easier to use. - "d2-style <add/remove>" is used to add configuration files for individual tools, e.g. eslint, prettier, etc. - "d2-style add" supports templates for e.g. react using: d2-style add eslint react - "d2-style install" reads the project configuration from .d2/style.config.js and sets up the project in accordance to that. BREAKING CHANGE: The verb (check/apply) is now moved to the top-level. E.g. "d2-style js check" becomes "d2-style check js". This is to allow all checkers to run with a single command: "d2-style check" BREAKING CHANGE: "d2-style install" is no longer used to set up linters. As of husky@5 the tool is vastly simplified and much faster. Hooks can be installed manually with "d2-style install", but is also run as a "post-install" script that we control for consistency. Configuration is added to the project with the "d2-style add" command.
dhis2-bot
added a commit
that referenced
this pull request
Apr 7, 2021
# [8.0.0-alpha.5](v8.0.0-alpha.4...v8.0.0-alpha.5) (2021-04-07) ### Features * new and improved d2-style ([#378](#378)) ([f8279e5](f8279e5)) ### BREAKING CHANGES * The verb (check/apply) is now moved to the top-level. E.g. "d2-style js check" becomes "d2-style check js". This is to allow all checkers to run with a single command: "d2-style check" * "d2-style install" is no longer used to set up linters. As of husky@5 the tool is vastly simplified and much faster. Hooks can be installed manually with "d2-style install", but is also run as a "post-install" script that we control for consistency. Configuration is added to the project with the "d2-style add" command.
🎉 This PR is included in version 8.0.0-alpha.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
dhis2-bot
added a commit
that referenced
this pull request
May 5, 2021
# [8.0.0](v7.3.0...v8.0.0) (2021-05-05) ### Bug Fixes * allow eslint to print colors ([#384](#384)) ([c95a184](c95a184)) * ignore .d2 directory ([#386](#386)) ([6a473f2](6a473f2)) * match files from project root ([b77ef35](b77ef35)) * wrong hooks where installed by default ([#385](#385)) ([3ac82f4](3ac82f4)) ### Code Refactoring * remove husky ([752b944](752b944)) ### Features * commit check can read from a custom file ([366be0c](366be0c)) * delete deprecated configuration files ([c961647](c961647)) * lint file system for consistent names ([#379](#379)) ([2bfb5ef](2bfb5ef)) * new and improved d2-style ([#378](#378)) ([f8279e5](f8279e5)) * opt-in git hooks ([#333](#333)) ([a3bc415](a3bc415)) * show eslint warnings ([#368](#368)) ([abe4668](abe4668)) ### BREAKING CHANGES * The verb (check/apply) is now moved to the top-level. E.g. "d2-style js check" becomes "d2-style check js". This is to allow all checkers to run with a single command: "d2-style check" * "d2-style install" is no longer used to set up linters. As of husky@5 the tool is vastly simplified and much faster. Hooks can be installed manually with "d2-style install", but is also run as a "post-install" script that we control for consistency. Configuration is added to the project with the "d2-style add" command. * Husky has been removed from cli-style. You will need to remove hooks that reference husky.sh in .git/hooks.
🎉 This PR is included in version 8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.