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(deps): update dependency eslint to v4.17.0 #111

Merged
merged 1 commit into from
Feb 9, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2018

This Pull Request updates dependency eslint from v4.10.0 to v4.17.0

Release Notes

v4.11.0

  • d4557a6 Docs: disallow use of the comma operator using no-restricted-syntax (#​9585) (薛定谔的猫)
  • d602f9e Upgrade: espree v3.5.2 (#​9611) (Kai Cataldo)
  • 4def876 Chore: avoid handling rules instances in config-validator (#​9364) (Teddy Katz)
  • fe5ac7e Chore: fix incorrect comment in safe-emitter.js (#​9605) (Teddy Katz)
  • 6672fae Docs: Fixed a typo on lines-between-class-members doc (#​9603) (Moinul Hossain)
  • 980ecd3 Chore: Update copyright and license info (#​9599) (薛定谔的猫)
  • cc2c7c9 Build: use Node 8 in appveyor (#​9595) (薛定谔的猫)
  • 2542f04 Docs: Add missing options for lines-around-comment (#​9589) (Clément Fiorio)
  • b6a7490 Build: ensure fuzzer tests get run with npm test (#​9590) (Teddy Katz)
  • 1073bc5 Build: remove shelljs-nodecli (refs #​9533) (#​9588) (Teddy Katz)
  • 7e3bf6a Fix: edge-cases of semi-style (#​9560) (Toru Nagashima)
  • e5a37ce Fix: object-curly-newline for flow code (#​9458) (Tiddo Langerak)
  • 9064b9c Chore: add equalTokens in ast-utils. (#​9500) (薛定谔的猫)
  • b7c5b19 Fix: Correct [object Object] output of error.data. (#​9561) (Jonathan Pool)
  • 51c8cf0 Docs: Disambiguate definition of Update tag (#​9584) (Jonathan Pool)
  • afc3c75 Docs: clarify what eslint-config-eslint is (#​9582) (Teddy Katz)
  • aedae9d Docs: fix spelling in valid-typeof example (#​9574) (Maksim Degtyarev)
  • 4c5aaf3 Docs: Fix typo in no-underscore-dangle rule (#​9567) (Fabien Lucas)
  • 3623600 Chore: upgrade ajv@​5.3.0 (#​9557) (薛定谔的猫)
  • 1b606cd Chore: Remove an indirect dependency on jsonify (#​9444) (Rouven Weßling)
  • 4d7d7ab Update: Resolve npm installed formatters (#​5900) (#​9464) (Tom Erik Støwer)
  • accc490 Fix: Files with no failures get "passing" testcase (#​9547) (Samuel Levy)
  • ab0f66d Docs: Add examples to better show rule coverage. (#​9548) (Jonathan Pool)
  • 88d2303 Chore: Add object-property-newline tests to increase coverage. (#​9553) (Jonathan Pool)
  • 7f37b1c Build: test Node 9 on Travis (#​9556) (Teddy Katz)
  • acccfbd Docs: Minor rephrase in no-invalid-this. (#​9542) (Francisc)
  • 8f9c0fe Docs: improve id-match usage advice (#​9544) (Teddy Katz)
  • a9606a3 Fix: invalid tests with super (fixes #​9539) (#​9545) (Teddy Katz)
  • 8e1a095 Chore: enable a modified version of multiline-comment-style on codebase (#​9452) (Teddy Katz)
  • cb60285 Chore: remove commented test for HTML formatter (#​9532) (Teddy Katz)
  • 06b491e Docs: fix duplicate entries in changelog (#​9530) (Teddy Katz)
  • 2224733 Chore: use eslint-plugin-rulesdir instead of --rulesdir for self-linting (#​9164) (Teddy Katz)
  • 9cf4ebe Docs: add .md to link(for github users) (#​9529) (薛定谔的猫)

v4.12.0

  • 76dab18 Upgrade: doctrine@​^2.0.2 (#​9656) (Kevin Partington)
  • 28c9c8e New: add a Linter#defineParser function (#​9321) (Ives van Hoorne)
  • 5619910 Update: Add autofix for sort-vars (#​9496) (Trevin Hofmann)
  • 71eedbf Update: add beforeStatementContinuationChars to semi (fixes #​9521) (#​9594) (Toru Nagashima)
  • 4118f14 New: Adds implicit-arrow-linebreak rule (refs #​9510) (#​9629) (Sharmila Jesupaul)
  • 208fb0f Fix: Use XML 1.1 on XML formatters (fixes #​9607) (#​9608) (Daniel Reigada)
  • 6e04f14 Upgrade: globals to 11.0.1 (fixes #​9614) (#​9632) (Toru Nagashima)
  • e13d439 Fix: space-in-parens crash (#​9655) (Toru Nagashima)
  • 92171cc Docs: Updating migration guide for single-line disable (#​9385) (Justin Helmer)
  • f39ffe7 Docs: remove extra punctuation from readme (#​9640) (Teddy Katz)
  • a015234 Fix: prefer-destructuring false positive on "super" (fixes #​9625) (#​9626) (Kei Ito)
  • 0cf081e Update: add importNames option to no-restricted-imports (#​9506) (Benjamin R Gibson)
  • 332c214 Docs: Add @​platinumazure to TSC (#​9618) (Ilya Volodin)

v4.12.1

  • 1e362a0 Revert "Fix: Use XML 1.1 on XML formatters (fixes #​9607) (#​9608)" (#​9667) (Kevin Partington)

v4.13.0

  • 256481b Update: update handling of destructuring in camelcase (fixes #​8511) (#​9468) (Erin)
  • d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#​9690) (Jed Fox)
  • 1ad3091 Chore: fix test-suite to work with node master (#​9688) (Myles Borins)
  • cdb1488 Docs: Adds an example with try/catch. (#​9672) (Jaap Taal)

v4.13.1

  • b72dc83 Fix: eol-last allow empty-string to always pass (refs #​9534) (#​9696) (Kevin Partington)
  • d80aa7c Fix: camelcase destructure leading/trailing underscore (fixes #​9700) (#​9701) (Kevin Partington)
  • d49d9d0 Docs: Add missing period to the README (#​9702) (Kevin Partington)
  • 4564fe0 Chore: no-invalid-meta crash if no export assignment (refs #​9534) (#​9698) (Kevin Partington)

v4.14.0

  • be2f57e Update: support separate requires in one-var. (fixes #​6175) (#​9441) (薛定谔的猫)
  • 370d614 Docs: Fix typos (#​9751) (Jed Fox)
  • 8196c45 Chore: Reorganize CLI options and associated docs (#​9758) (Kevin Partington)
  • 75c7419 Update: Logical-and is counted in complexity rule (fixes #​8535) (#​9754) (Kevin Partington)
  • eb4b1e0 Docs: reintroduce misspelling in valid-typeof example (#​9753) (Teddy Katz)
  • ae51eb2 New: Add allowImplicit option to array-callback-return (fixes #​8539) (#​9344) (James C. Davis)
  • e9d5dfd Docs: improve no-extra-parens formatting (#​9747) (Rich Trott)
  • 37d066c Chore: Add unit tests for overrides glob matching. (#​9744) (Robert Jackson)
  • 805a94e Chore: Fix typo in CLIEngine test name (#​9741) (@​scriptdaemon)
  • 1c2aafd Update: Improve parser integrations (fixes #​8392) (#​8755) (Toru Nagashima)
  • 4ddc131 Upgrade: debug@​^3.1.0 (#​9731) (Kevin Partington)
  • f252c19 Docs: Make the lint message source property a little more subtle (#​9735) (Jed Fox)
  • 5a5c23c Docs: fix the link to contributing page (#​9727) (Victor Hom)
  • f44ce11 Docs: change beginner to good first issue label text (#​9726) (Victor Hom)
  • 14baa2e Chore: improve arrow-body-style error message (refs #​5498) (#​9718) (Teddy Katz)
  • f819920 Docs: fix typos (#​9723) (Thomas Broadley)
  • 43d4ba8 Fix: false positive on rulelines-between-class-members (fixes #​9665) (#​9680) (sakabar)

v4.15.0

  • 6ab04b5 New: Add context.report({ messageId }) (fixes #​6740) (#​9165) (Jed Fox)
  • fc7f404 Docs: add url to each of the rules (refs #​6582) (#​9788) (Patrick McElhaney)
  • fc44da9 Docs: fix sort-imports rule block language (#​9805) (ferhat elmas)
  • 65f0176 New: CLIEngine#getRules() (refs #​6582) (#​9782) (Patrick McElhaney)
  • c64195f Update: More detailed assert message for rule-tester (#​9769) (Weijia Wang)
  • 9fcfabf Fix: no-extra-parens false positive (fixes: #​9755) (#​9795) (Erin)
  • 61e5fa0 Docs: Add table of contents to Node.js API docs (#​9785) (Patrick McElhaney)
  • 4c87f42 Fix: incorrect error messages of no-unused-vars (fixes #​9774) (#​9791) (akouryy)
  • bbabf34 Update: add ignoreComments option to indent rule (fixes #​9018) (#​9752) (Kevin Partington)
  • db431cb Docs: HTTP -> HTTPS (fixes #​9768) (#​9768) (Ronald Eddy Jr)
  • cbf0fb9 Docs: describe how to feature-detect scopeManager/visitorKeys support (#​9764) (Teddy Katz)
  • f7dcb70 Docs: Add note about "patch release pending" label to maintainer guide (#​9763) (Teddy Katz)

v4.16.0

  • e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #​7567) (#​9796) (Michael Ficarra)
  • af043eb Update: Add NewExpression support to comma-style (#​9591) (Frazer McLean)
  • 4f898c7 Build: Fix JSDoc syntax errors (#​9813) (Matija Marohnić)
  • 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#​9852) (Kevin Partington)
  • b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #​9526) (#​9855) (PiIsFour)
  • 8ccbdda Docs: Clarify that -c configs merge with .eslintrc.* (fixes #​9535) (#​9847) (Kevin Partington)
  • 978574f Docs: Fix examples for no-useless-escape (#​9853) (Toru Kobayashi)
  • cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#​9815) (Kevin Partington)
  • 2e87ddd Docs: Sync messageId examples' style with other examples (#​9816) (Kevin Partington)
  • 1d61930 Update: use doctrine range information in valid-jsdoc (#​9831) (Teddy Katz)
  • 133336e Update: fix indent behavior on template literal arguments (fixes #​9061) (#​9820) (Teddy Katz)
  • ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #​9373) (#​9819) (Teddy Katz)
  • add1e70 Update: fix indent bug on comments in ternary expressions (fixes #​9729) (#​9818) (Teddy Katz)
  • 6a5cd32 Fix: prefer-destructuring error with computed properties (fixes #​9784) (#​9817) (Teddy Katz)
  • 601f851 Docs: Minor modification to code comments for clarity (#​9821) (rgovind92)
  • b9da067 Docs: fix misleading info about RuleTester column numbers (#​9830) (Teddy Katz)
  • 2cf4522 Update: Rename and deprecate object-property-newline option (#​9570) (Jonathan Pool)
  • acde640 Docs: Add ES 2018 to Configuring ESLint (#​9829) (Kai Cataldo)
  • ccfce15 Docs: Minor tweaks to working with rules page (#​9824) (Kevin Partington)
  • 54b329a Docs: fix substitution of {{ name }} (#​9822) (Andres Kalle)

v4.17.0

  • 1da1ada Update: Add "multiline" type to padding-line-between-statements (#​8668) (Matthew Bennett)
  • bb213dc Chore: Use messageIds in some of the core rules (#​9648) (Jed Fox)
  • 1aa1970 Docs: remove outdated rule naming convention (#​9925) (Teddy Katz)
  • 3afaff6 Docs: Add prefer-destructuring variable reassignment example (#​9873) (LePirlouit)
  • d20f6b4 Fix: Typo in error message when running npm (#​9866) (Maciej Kasprzyk)
  • 51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (#​9911) (Kai Cataldo)
  • dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #​9907) (#​9906) (Kevin Partington)
  • 084351b Docs: Fix the messageId example (fixes #​9889) (#​9892) (Jed Fox)
  • 9cbb487 Docs: Mention the globals key in the no-undef docs (#​9867) (Dan Dascalescu)

Commits

v4.11.0

v4.12.0

  • 332c214 Docs: Add @​platinumazure to TSC (#​9618)
  • 0cf081e Update: add importNames option to no-restricted-imports (#​9506)
  • a015234 Fix: prefer-destructuring false positive on "super" (fixes #​9625) (#​9626)
  • f39ffe7 Docs: remove extra punctuation from readme (#​9640)
  • 92171cc Docs: Updating migration guide for single-line disable (#​9385)
  • e13d439 Fix: space-in-parens crash (#​9655)
  • 6e04f14 Upgrade: globals to 11.0.1 (fixes #​9614) (#​9632)
  • 208fb0f Fix: Use XML 1.1 on XML formatters (fixes #​9607) (#​9608)
  • 4118f14 New: Adds implicit-arrow-linebreak rule (refs #​9510) (#​9629)
  • 71eedbf Update: add beforeStatementContinuationChars to semi (fixes #​9521) (#​9594)
  • 5619910 Update: Add autofix for sort-vars (#​9496)
  • 28c9c8e New: add a Linter#defineParser function (#​9321)
  • 76dab18 Upgrade: doctrine@​^2.0.2 (#​9656)
  • 1cd1627 Build: changelog update for 4.12.0
  • f4a65c6 4.12.0

v4.12.1

  • 1e362a0 Revert "Fix: Use XML 1.1 on XML formatters (fixes #​9607) (#​9608)" (#​9667)
  • fc9d27b Build: changelog update for 4.12.1
  • 58216b6 4.12.1

v4.13.0

  • cdb1488 Docs: Adds an example with try/catch. (#​9672)
  • 1ad3091 Chore: fix test-suite to work with node master (#​9688)
  • d067ae1 Docs: Don’t use undocumented array-style configuration for max-len (#​9690)
  • 256481b Update: update handling of destructuring in camelcase (fixes #​8511) (#​9468)
  • ac331bc Build: changelog update for 4.13.0
  • 29c3610 4.13.0

v4.13.1

  • 4564fe0 Chore: no-invalid-meta crash if no export assignment (refs #​9534) (#​9698)
  • d49d9d0 Docs: Add missing period to the README (#​9702)
  • d80aa7c Fix: camelcase destructure leading/trailing underscore (fixes #​9700) (#​9701)
  • b72dc83 Fix: eol-last allow empty-string to always pass (refs #​9534) (#​9696)
  • 3b0833f Build: changelog update for 4.13.1
  • 234cd26 4.13.1

v4.14.0

  • 43d4ba8 Fix: false positive on rulelines-between-class-members (fixes #​9665) (#​9680)
  • f819920 Docs: fix typos (#​9723)
  • 14baa2e Chore: improve arrow-body-style error message (refs #​5498) (#​9718)
  • f44ce11 Docs: change beginner to good first issue label text (#​9726)
  • 5a5c23c Docs: fix the link to contributing page (#​9727)
  • f252c19 Docs: Make the lint message source property a little more subtle (#​9735)
  • 4ddc131 Upgrade: debug@​^3.1.0 (#​9731)
  • 1c2aafd Update: Improve parser integrations (fixes #​8392) (#​8755)
  • 805a94e Chore: Fix typo in CLIEngine test name (#​9741)
  • 37d066c Chore: Add unit tests for overrides glob matching. (#​9744)
  • e9d5dfd Docs: improve no-extra-parens formatting (#​9747)
  • ae51eb2 New: Add allowImplicit option to array-callback-return (fixes #​8539) (#​9344)
  • eb4b1e0 Docs: reintroduce misspelling in valid-typeof example (#​9753)
  • 75c7419 Update: Logical-and is counted in complexity rule (fixes #​8535) (#​9754)
  • 8196c45 Chore: Reorganize CLI options and associated docs (#​9758)
  • 370d614 Docs: Fix typos (#​9751)
  • be2f57e Update: support separate requires in one-var. (fixes #​6175) (#​9441)
  • 5a29612 Build: changelog update for 4.14.0
  • 8d166b4 4.14.0

v4.15.0

  • f7dcb70 Docs: Add note about "patch release pending" label to maintainer guide (#​9763)
  • cbf0fb9 Docs: describe how to feature-detect scopeManager/visitorKeys support (#​9764)
  • db431cb Docs: HTTP -> HTTPS (fixes #​9768) (#​9768)
  • bbabf34 Update: add ignoreComments option to indent rule (fixes #​9018) (#​9752)
  • 4c87f42 Fix: incorrect error messages of no-unused-vars (fixes #​9774) (#​9791)
  • 61e5fa0 Docs: Add table of contents to Node.js API docs (#​9785)
  • 9fcfabf Fix: no-extra-parens false positive (fixes: #​9755) (#​9795)
  • c64195f Update: More detailed assert message for rule-tester (#​9769)
  • 65f0176 New: CLIEngine#getRules() (refs #​6582) (#​9782)
  • fc44da9 Docs: fix sort-imports rule block language (#​9805)
  • fc7f404 Docs: add url to each of the rules (refs #​6582) (#​9788)
  • 6ab04b5 New: Add context.report({ messageId }) (fixes #​6740) (#​9165)
  • 2dfc3bd Build: changelog update for 4.15.0
  • e14ceb0 4.15.0

v4.16.0

  • 54b329a Docs: fix substitution of {{ name }} (#​9822)
  • ccfce15 Docs: Minor tweaks to working with rules page (#​9824)
  • acde640 Docs: Add ES 2018 to Configuring ESLint (#​9829)
  • 2cf4522 Update: Rename and deprecate object-property-newline option (#​9570)
  • b9da067 Docs: fix misleading info about RuleTester column numbers (#​9830)
  • 601f851 Docs: Minor modification to code comments for clarity (#​9821)
  • 6a5cd32 Fix: prefer-destructuring error with computed properties (fixes #​9784) (#​9817)
  • add1e70 Update: fix indent bug on comments in ternary expressions (fixes #​9729) (#​9818)
  • ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #​9373) (#​9819)
  • 133336e Update: fix indent behavior on template literal arguments (fixes #​9061) (#​9820)
  • 1d61930 Update: use doctrine range information in valid-jsdoc (#​9831)
  • 2e87ddd Docs: Sync messageId examples' style with other examples (#​9816)
  • cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#​9815)
  • 978574f Docs: Fix examples for no-useless-escape (#​9853)
  • 8ccbdda Docs: Clarify that -c configs merge with .eslintrc.* (fixes #​9535) (#​9847)
  • b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #​9526) (#​9855)
  • 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#​9852)
  • 4f898c7 Build: Fix JSDoc syntax errors (#​9813)
  • af043eb Update: Add NewExpression support to comma-style (#​9591)
  • e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #​7567) (#​9796)
  • 1a9ddee Build: changelog update for 4.16.0
  • 33ca1ea 4.16.0

v4.17.0

  • 9cbb487 Docs: Mention the globals key in the no-undef docs (#​9867)
  • 084351b Docs: Fix the messageId example (fixes #​9889) (#​9892)
  • dc80487 Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #​9907) (#​9906)
  • 51ec6a7 Docs: Use GitHub Multiple PR/Issue templates (#​9911)
  • d20f6b4 Fix: Typo in error message when running npm (#​9866)
  • 3afaff6 Docs: Add prefer-destructuring variable reassignment example (#​9873)
  • 1aa1970 Docs: remove outdated rule naming convention (#​9925)
  • bb213dc Chore: Use messageIds in some of the core rules (#​9648)
  • 1da1ada Update: Add "multiline" type to padding-line-between-statements (#​8668)
  • 5ad3fb2 Build: changelog update for 4.17.0
  • 2af9446 4.17.0

This PR has been generated by Renovate Bot.

@renovate renovate bot added deps labels Feb 9, 2018
@renovate renovate bot merged commit d413898 into master Feb 9, 2018
@renovate renovate bot deleted the renovate/eslint-4.x branch February 9, 2018 14:26
tunnckoCore pushed a commit that referenced this pull request Feb 29, 2020
tunnckoCore pushed a commit that referenced this pull request Feb 29, 2020
* init

* fix(deps): add missing dep

TAG: latest

* fix(*): apply fixes, include eslint config

TAG: latest

* chore(build): travis fix

TAG: latest

* fix(*): tweaks

TAG: latest

* chore(*): tweaks and deps

TAG: latest

* fix(build): travis no cache

TAG: latest

* fix(*): fake test, coverage, readme

TAG: latest

* fix(nsp): update nsp badge, add nspId field

TAG: latest

* fix(pkg): update description

TAG: latest

* fix(tweaks): update readme, add keywords, default linting to .

TAG: latest

* fix(task): update test task

TAG: latest

* feat(tweaks): and update deps

TAG: latest

* fix(tasks): add renovate task, and run it

run renovate task on postinstall and in precommit
TAG: latest

* fix(renovate): run every 15 mins (temporary, testing purposes)

TAG: latest

* fix(files): include renovaterc in files field

TAG: latest

* fix(update): simplify renovate task

TAG: latest

* fix(task): renovate task to use __dirname

TAG: latest

* fix(task): renovate task fix; write to cwd

TAG: latest

* fix(relax): dont run renovate task on precommit

make semantic-release devDependency
TAG: latest

* fix(renovate): move back to default semantic prefixes

because it seems that semantic-release has problem to generate release notes when has slash in the
type
TAG: latest

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.3

* feat(tasks): add build, pretest and posttest tasks

TAG: latest

closes #3

* chore(config): move nyc config to .nycrc.json

TAG: latest

* chore(renovate): branch-push dependencies updates

TAG: latest

* fix(pkg): add rollup as dependency

so won't need to include it in our packages - it don't have deps, so it is small add
TAG: latest

* fix(tasks): expose 'execa' as 'exec' and 'execa.shell' as 'shell'

TAG: latest

fixes #4

* fix(rollup): include source-map-support because rollup v0.46.0 bug

temporary, until rollup/rollup#1528 is fixed (if it is fixed?)
TAG: latest

* fix(travis): typo in travis.yml; test in node >=6, not >=7

TAG: latest

* feat(task): add new task: fresh

removes node_modules, dest and package-lock.json; runs npm prune and npm install
TAG: latest

fixes #5

* chore(cleanup): delete .travis.yml.save

created somehow by nano
TAG: latest

* chore(deps): remove unused rimraf

doh, need to add check for deps
TAG: latest

* fix(deps): remove source-map-support, bump rollup to 0.46.1

the bug from 0.46.0 is probably fixed
TAG: latest

* fix(deps):  update dependency rollup to v0.46.2

* feat(tasks): add contrib task

pulls directly contributing.md file from tunnckocore/contributing repo
TAG: latest

* fix(renovate): update config, default schedule (run per 1 hour)

TAG: latest

* fix(task): run 'git status --porcelain' on precommit task

TAG: latest

* fix(deps): update rollup to latest

TAG: latest

* fix(tasks): add console.log in contrib task

TAG: latest

* fix(deps):  update dependency rollup to v0.47.4

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.4

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.5

* chore(devDeps):  update dependency semantic-release to v^7.0.0

* fix(deps):  update dependency rollup to v0.47.5

* fix(deps):  update dependency rollup to v0.47.6

* chore(devDeps):  update dependency eslint to v4.5.0

* fix(deps):  update dependency simple-get to v2.7.0

* fix(deps):  update dependency rollup to v0.48.2

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.6

* feat(task): add 'init' task

for adding predefined (default) npm scripts
TAG: latest

fixes #8

* chore(devDeps): update dependency eslint-config-standard-tunnckocore to v1.0.7

* feat(cli): use npm start script as entry point

so you will be able to just 'npm start lint' (make an alias for npm start); this allows to have
small npm scripts count, access any of the tasks without thinking to add it to scripts; and always
will have just at least 4 scripts - start, test, precommit and commit
TAG: latest

* fix(deps): update dependency rollup to v0.49.0

* fix(deps): update dependency rollup to v0.49.1

* fix(deps): update dependency rollup to v0.49.2

* chore(devDeps): update dependency eslint to v4.6.0

* chore(devDeps): update dependency eslint to v4.6.1

* fix(deps): update dependency nyc to v11.2.0

* fix(deps): update dependency nyc to v11.2.1

* chore(renovate): update config

* fix(renovate): update config

- try the `commitMessage` option
- switch to `automergeType: pr`
- assign me on any type of deps update

* fix(deps): update dependency rollup to 0.49.3

signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* major(release): refactor, more stable + presets

- more powerful & more extensible
- support presets
- support config, powered by `pretty-config`
  + .helarc.json
  + .helarc.yaml
  + .helarc
  + hela.config.js
  + pkg.hela or pkg.helaConfig
  + pkg.config.hela
- full es6 modules implemented (including the tests)
- expose CJS and ES modules

Signed-off-by: tunnckoCore <[email protected]>

* chore(travis): yarn fix

TAG: latest

* chore(deps): force bump preset

run yarn hela (yarn build-self) when in CI, so tests can run
TAG: latest

* chore(travis): update "script" hook

Signed-off-by: tunnckoCore <[email protected]>

* chore(travis): remove osx

TAG: latest

* fix(misc): regenerate readme, force bump hela-preset-tunnckocore

TAG: latest

* fix(tasks): override the default build task

override the default build task which builds for browsers too, so which just build for node now
TAG: latest

* fix(readme): clarification

Signed-off-by: tunnckoCore <[email protected]>

* fix(scripts): move cli.js to src/cli.js

TAG: latest

* fix(pkg): update scripts

build self too
TAG: latest

* fix(cleanup): ignore src/cli.js from codeclimate, del root cli.js

TAG: latest

* fix(travis): update hooks

Signed-off-by: tunnckoCore <[email protected]>

* fix(scripts): update

Signed-off-by: tunnckoCore <[email protected]>

* fix(devDeps): force bump preset, because update build tasks there

Signed-off-by: tunnckoCore <[email protected]>

* fix(helarc): clean and then build both cli and node

Signed-off-by: tunnckoCore <[email protected]>

* fix(pkg): cleanup unused fields

TAG: latest

* fix(deps): force update

TAG: latest

* fix(misc): force updates

TAG: latest

* fix(pkg): update hela tasks

TAG: latest

* fix(pkg): cleanup

TAG: latest

* fix(renovate): pinVersions: false

TAG: latest

* fix(deps): force update

preset bump and run hela update task
TAG: latest

* fix(update): force update preset to latest version

and run 'update' task
TAG: latest

* feat(presets): better preset resolver, support multiple presets

now each preset is an object with 'tasks' and 'presets' properties. So now it is even possible each
preset to load another and more presets
TAG: latest

Resolves #13

* fix(deps): force update hela-preset-tunnckocore

TAG: latest

* chore(renovate): force to run on evry hour,evryday

* chore(typo): fix

* fix(renovate): pin all deps, pr not pending

* fix(deps): renovate pin dependencies packages (#18)

* feat(presets): switch to 'extends' field instead of 'presets'

follow ESLint strictly; if both 'extends' and 'presets' will work until next major
TAG: latest

partially #17

* fix(update): force update

TAG: latest

* feat(tweaks): remove build step, add @std/esm, etc stuff

TAG: latest

* fix(tweaks): rename, fix gitconfig names, resync travis?

TAG: latest

* fix(misc): resync semantic-release-cli

TAG: latest

* fix(style): comma dangle es5

TAG: latest

* fix(tests): use ava, temporary

TAG: latest

* fix(cov): add nyc

TAG: latest

* fix(tests): switch to rollup + babel and istanbul plugin

TAG: latest

* fix(chore): remove babel

TAG: latest

* fix(resolver): fix resolving & cli error handling

TAG: latest

* fix(dep): force bump

TAG: latest

* fix(cli): provide cwd's package.json as options.pkg

TAG: latest

* fix(cli): add interop for loading pkg

TAG: latest

* fix(esm): turn back @std/esm

TAG: latest

* fix(deps): force bump

TAG: latest

* fix(presets): preferLocal bins when executing each task (execa option)

TAG: latest

* fix(tweaks): prettierignore and dont define --config flags

for the eslint and prettier-eslint bins, since tasks already run tasks prefering local bins
TAG: latest

* fix(stuff): switch to airbnb, update ignore files
move to hela-config-tunnckocore

* fix(license): add apache 2 license

* fix(*): sasasa

Signed-off-by: Charlike Mike Reagent <[email protected]>

* REMOVE SEMANTIC-RELEASE!

because semantic-release just FUCKED ME A LOT and i'm totally BURNT OUT FOR 3rd time this year!

* Delete fo

* major(release): refactor, switch back to CJS modules

use execa-pro instead of execa; expose "exec" and "shell", and deprecate "helaExec" and "helaShell" which were passed to each task function;

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(factory): update executables that are passed to each task

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(readme): generate docs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(docs): update docs and add section for Shareable Configs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(readme): fix broken links and description

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(docs): improve cli docs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(*): simplify .exec and .shell methods

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.6

* chore(deps): update dependency hela-config-tunnckocore to v2.2.7

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.8

* chore(deps): update dependency eslint-config-tunnckocore to v0.3.0

* chore(deps): update dependency hela-config-tunnckocore to v2.2.9

* chore(deps): update dependency eslint to v4.12.0

* chore(deps): update lock file

* chore(deps): update dependency eslint to v4.12.1

* chore(deps): update dependency hela-config-tunnckocore to v2.2.10

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.12

* chore(deps): update dependency hela-config-tunnckocore to v2.2.13

* chore(deps): update dependency hela-config-tunnckocore to v2.2.14

* chore(deps): update dependency hela-config-tunnckocore to v2.2.15

* chore(deps): update dependency hela-config-tunnckocore to v2.2.16

* chore(readme): codesponsor.io is shutting down

* chore(deps): update dependency eslint to v4.13.0

* chore(deps): update lock file

* chore(deps): update dependency eslint to v4.13.1

* chore(deps): update dependency hela-config-tunnckocore to v2.2.18

* chore(deps): update dependency hela-config-tunnckocore to v2.2.19

* chore(deps): update dependency hela-config-tunnckocore to v2.2.20

* chore(deps): update dependency hela-config-tunnckocore to v2.2.21

* chore(deps): update dependency hela-config-tunnckocore to v2.2.22

* chore(deps): update dependency hela-config-tunnckocore to v2.2.23

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.24

* chore(deps): update dependency hela-config-tunnckocore to v2.2.25

* chore(deps): update dependency hela-config-tunnckocore to v2.2.26

* chore(deps): update dependency hela-config-tunnckocore to v2.2.28

* chore(deps): update dependency eslint to v4.14.0

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.29

* chore(deps): update dependency hela-config-tunnckocore to v2.2.30

* chore: add :gitSignOff to Renovate

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.31

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v4.15.0

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.32

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.33

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.34

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.35

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.36

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.37

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.38

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.39

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.40

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v4.16.0

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.41

Signed-off-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @tunnckocore/pretty-config to v0.5.1 (#81)

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.17.0 (#80)

Signed-off-by: Renovate Bot <[email protected]>

* chore: update renovate

* fix(deps): update dependency execa-pro to v1.0.3 (#82)

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.42

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.44

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.45

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(cli): better error reporting and all tasks are async

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.0

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.2

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.19.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update circleci/node to tag 8

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update circleci/node:8 digest

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(deps): update dependency mri to v1.1.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* Update README.md

* fix: update readme badges

* chore: fix readme

failing builds are not because tests

* chore: release v3 (#109)

* chore: refactor
* chore: move CircleCI config on root
* chore: update loading hela config
* chore: updates, create simple config preset
* fix: shareable config loading + new releases
* chore: remove hela.extends field, because we fallback to @hela/config-tunnckocore
* chore: tweaks
* chore: force release new versions, because recent npm bugs
* chore: update and use BoltPKG
* chore: add test folders and lint script
* update tests, create asia and pretty-config pkgs
* fix(asia): anonymous tests reporting
* chore: update root scripts
* fix(cli): better resolving for local configs
* chore: add `xaxa` package
* chore: fixes linter rules, misc stuff
* fix(xaxa): disable no-unpublished-import in the linter
* chore(xaxa): release 0.3.1
* chore: update all packages to use xaxa
* chore updates
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore(xaxa): new release 0.3.3
* feat(pretty-config): named exports, export internal APIs too
* chore(asia): new version
* chore(xaxa): use console.error to output results
* chore: pull `xaxa` out of monorepo, fix lint errors
* chore: pull `asia` out of monorepo
* chore(config-tunnckocore): move `asia` and `xaxa` to deps
* chore: force updates
* chore(config-tunnckocore): release 0.1.3
* chore(pretty-config): update to CJS
* chore(pretty-config): release 0.3.0
* chore(dargs): update to CJS
* chore(dargs): release 0.2.0
* chore(core): update to CJS
* chore(core): release 0.2.0
* chore(cli): update to CJS
* chore(cli): release 0.2.0
* chore: updates
* chore(cli): release 0.2.1
* chore(config-tunnckocore): release 0.3.0
* chore: update monorepo roots
* chore: cleanup
* chore: remove uneccesary package
* feat: tweaks and tricks, introducing Hela
* chore: update scripts and few tweaks
* chore: simplify
* chore: add linting with jest
* chore: repo scripts and configs stuff
* feat: drastically simplify, updates
* fix(@hela/core): upgrade execa to use the "next" dist tag
* fix: hela / sade, convert listen() to async
* chore: tweak example config
* fix: config loading stuff, remove ".commandless()"
* chore: cleanup
* chore: cleanup 2
* feat: @hela/dev, the "devest" as Hela config ;0
* feat(@hela/dev): add example lint command
* feat: finish lint command and some tweaks
* chore(lerna): pre release
* fix(@hela/cli): guards and esm loader
* chore(release): version v3.0.0-alpha.1
* chore: force build and root hela config
* fix: root scripts tweaks
* fix: root scripts tweaks
* fix: root scripts tweaks 2
* chore(release): version v3.0.0-alpha.2
* chore: COME ONNNNNNNNNNN
* chore: dang dang dang
* chore(release): version v3.0.0-alpha.3
* chore: beep boop, force
* chore: beep boop, force 2
* chore(release): version v3.0.0-alpha.4
* chore: use @tunnckocore/scripts of course + tweaks
* chore(release): version v3.0.0-alpha.5
* fix(hela-dev): add jest & update configs
* chore(release): version v3.0.0-alpha.6
* fix: remove caching and hashing, for now
* chore(release): version v3.0.0-alpha.7
* fix(hela-dev): expose babel config to configs/ dir
* chore(release): version v3.0.0-alpha.8
* fix: add NODE_ENV=test when running tests
* chore(release): version v3.0.0-alpha.9
* fix: about picking right babel config in testing
* chore(release): version v3.0.0-alpha.10
* fix: missed to update the cli bin reference
* chore(release): version v3.0.0-alpha.11
* fix(use self to manage itself): plus add support for --all and --watch flags
* chore(release): version v3.0.0-alpha.12
* chore: force bump on root
* chore: sync
* chore: cleanup
* chore: put some basic readme
* chore: typos readme
* chore: continue write the readme
* chore: readme update
* chore(readme): add one more bullet
* chore(readme): bullet tweaks
* chore(readme): bullet typos
* fix: tweaks
* chore(release): version v3.0.0-alpha.13
* feat: add  command, for now
* chore(release): version v3.0.0-alpha.14
* chore(release): version v3.0.0-alpha.14
* feat: couple of new and upgraded flags

so we now support --dest and --format ;0, also added a help command

* chore(release): version v3.0.0-alpha.15
* chore: cleanup
* feat: add "commit" task to @hela/dev

using the gitcommit cli

* chore(release): version v3.0.0-alpha.16
* chore: tweaks
* chore: okay
* fix(@hela/dev): build format tweaks
* chore(release): version v3.0.0-alpha.17
* chore(release): version v3.0.0-alpha.20
* chore: doh lerna dooooooooooooooh
* chore(release): version v3.0.0-alpha.30
* chore(release): version v3.0.0-alpha.40
* chore: duh
* chore(release): version v3.0.0-alpha.45
* fix: babel configs
* chore(release): version v3.0.0-alpha.46
* fix(jest-runner-babel): converts file ext properly to .js
* chore(release): version v3.0.0-alpha.47
* chore(release): version v3.0.0-alpha.48
* fix: execute "git add -A" before "gitcommit" cli
* chore(release): version v3.0.0-alpha.49
* fix: better naming and separation
* chore(release): version v3.0.0-alpha.50
* chore(release): version v3.0.0-alpha.55
* chore: cleanup
* fix(hela-cli): add --cwd option automatically for each action() creation
* chore(release): version v3.0.0-alpha.56
* feat(hela-dev): add typegen command

plus possible tsc Workers implementation

* chore(release): version v3.0.0-alpha.60
* fix: cleanups, upgrade to dargs v7 🎉
* chore(release): version v3.0.0-alpha.61
* chore: trying the my own git commit alias...
* fix: fixing the commit command
* fix(hela-dev): disable the "commit" command
need to update the gitcommit to latest dargs v7, instead of the fork

* chore: force
* chore(release): version v3.0.0-alpha.65
* fix(hela-core): update toFlags
* chore(release): version v3.0.0-alpha.66
* chore(ci): trying git on Now
* chore: look the env vars NOW_
* fix(tweaks): few updates & cleanups, and re-publish

make jest-runner-babel a complete cjs-only (no build step)

* chore(foo): bar qux
* chore(release): version v3.0.0-alpha.67
* chore: updates
* chore: more tweaks
* chore: reorganize and use @tunnckocore/utils
* chore: force publish alpha.80
* chore: add tunnckocore/utils to monorepo, tweaks
* chore(@tunnckocore/utils): add readme
* chore(@tunnckocore/utils): readme tweaks
* chore: add @tunnckocore/execa & update main fields
* chore: force bumps
* chore: ignore fixtures folders on build
* chore: force update lockfile
* chore: clean auto-gen configs
* chore: cleanup and scaffold
* implement upstream of Sade; add package.json files; use preconstruct
* chore(ci): typos
* chore(ci): disable cache action?
* chore(ci): tweaks
* chore(ci): doh doh typo
* chore: disable covarage upload for now
* chore: try enabling the cache
* chore: github actions caching second try
* chore: github actions doooooooooooooh
* chore: duh, disable cache, OK! ;/
* chore: add @hela/core
* chore: lint
* chore: support version string as second param
* chore: better handling of string case of prev commit
* nah
* chore: TEMP!
* fix: default command fixes & help output tweaks
* fix: show default command in help output
* chore: Sade tweaks
* chore: cleanups
* chore: more cleanups
* chore: publish sade 0.2.1 with build files
* chore: sync deps of @hela/core
* chore: sync lockfile
* chore: temporary, help does not show all commands
* chore: tweaks, canary for core and cli
* chore(lerna): temporary allow versioning from next (this branch)
* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: trying `release` by zeit
* chore: sync
* chore: prepare for publish & release v3 into master
* chore(lerna): remove prerelease option from lerna config
* chore: mega updates, yarn v2 trying
* chore: lastest Hela
* fix: defaults and todo comment in yaro
* chore: latest build/bundle
* chore: publish on `hela` pkg
* chore(update): scripts & deps
* chore: push latest bin/
* fix: handle no package.json nor hela.config.js
* chore: .4
* chore: remove note
* chore: stuff
* chore: publish .5
* feat: add hela-dev, peers; fix yaro flag default vals
* chore: clean
* fix: deps, include hela-dev in npm package
* fix: copy hela-dev in dist
* fix: correct exit, add showStack global option
* chore: publish .44
* fix(yaro): correctly set flag incoming value
* chore: push binaries
* fix(yaro): flag aliases were not recognized
* chore: cleanup
* fix: add vebose flag
* chore: publish 20200119.3
* fix: add deps
* chore: nah
* chore: fresh & prepare
* chore: cleanup
* chore: add husky
* chore: organize thru the workspaces
* chore: add package.json files and deps
* chore: github funding, github actions, lint & fmt
* chore: format && add Security Policy
* chore: tweak

BREAKING CHANGE: Release v3, finally.

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: add `hela` alias package which includes both cli and core

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - [email protected]

* fix: license file & security policy tweaks

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - [email protected]
 - @hela/[email protected]

* fix(@hela/build): license file

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]

* chore: use self to manage itself

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: delete funding, since we have global template

* chore: delete the local security, we have global

* chore: trying global license file (#110) [skip ci]

* chore: revert (#111) [skip ci]

This reverts commit 0b0f7dc.

* chore: add issue templates

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: templates tweaks

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: cleanup

Signed-off-by: Charlike Mike Reagent <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: WhiteSource Renovate <[email protected]>
tunnckoCore pushed a commit that referenced this pull request Feb 29, 2020
* init

* fix(deps): add missing dep

TAG: latest

* fix(*): apply fixes, include eslint config

TAG: latest

* chore(build): travis fix

TAG: latest

* fix(*): tweaks

TAG: latest

* chore(*): tweaks and deps

TAG: latest

* fix(build): travis no cache

TAG: latest

* fix(*): fake test, coverage, readme

TAG: latest

* fix(nsp): update nsp badge, add nspId field

TAG: latest

* fix(pkg): update description

TAG: latest

* fix(tweaks): update readme, add keywords, default linting to .

TAG: latest

* fix(task): update test task

TAG: latest

* feat(tweaks): and update deps

TAG: latest

* fix(tasks): add renovate task, and run it

run renovate task on postinstall and in precommit
TAG: latest

* fix(renovate): run every 15 mins (temporary, testing purposes)

TAG: latest

* fix(files): include renovaterc in files field

TAG: latest

* fix(update): simplify renovate task

TAG: latest

* fix(task): renovate task to use __dirname

TAG: latest

* fix(task): renovate task fix; write to cwd

TAG: latest

* fix(relax): dont run renovate task on precommit

make semantic-release devDependency
TAG: latest

* fix(renovate): move back to default semantic prefixes

because it seems that semantic-release has problem to generate release notes when has slash in the
type
TAG: latest

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.3

* feat(tasks): add build, pretest and posttest tasks

TAG: latest

closes #3

* chore(config): move nyc config to .nycrc.json

TAG: latest

* chore(renovate): branch-push dependencies updates

TAG: latest

* fix(pkg): add rollup as dependency

so won't need to include it in our packages - it don't have deps, so it is small add
TAG: latest

* fix(tasks): expose 'execa' as 'exec' and 'execa.shell' as 'shell'

TAG: latest

fixes #4

* fix(rollup): include source-map-support because rollup v0.46.0 bug

temporary, until rollup/rollup#1528 is fixed (if it is fixed?)
TAG: latest

* fix(travis): typo in travis.yml; test in node >=6, not >=7

TAG: latest

* feat(task): add new task: fresh

removes node_modules, dest and package-lock.json; runs npm prune and npm install
TAG: latest

fixes #5

* chore(cleanup): delete .travis.yml.save

created somehow by nano
TAG: latest

* chore(deps): remove unused rimraf

doh, need to add check for deps
TAG: latest

* fix(deps): remove source-map-support, bump rollup to 0.46.1

the bug from 0.46.0 is probably fixed
TAG: latest

* fix(deps):  update dependency rollup to v0.46.2

* feat(tasks): add contrib task

pulls directly contributing.md file from tunnckocore/contributing repo
TAG: latest

* fix(renovate): update config, default schedule (run per 1 hour)

TAG: latest

* fix(task): run 'git status --porcelain' on precommit task

TAG: latest

* fix(deps): update rollup to latest

TAG: latest

* fix(tasks): add console.log in contrib task

TAG: latest

* fix(deps):  update dependency rollup to v0.47.4

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.4

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.5

* chore(devDeps):  update dependency semantic-release to v^7.0.0

* fix(deps):  update dependency rollup to v0.47.5

* fix(deps):  update dependency rollup to v0.47.6

* chore(devDeps):  update dependency eslint to v4.5.0

* fix(deps):  update dependency simple-get to v2.7.0

* fix(deps):  update dependency rollup to v0.48.2

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.6

* feat(task): add 'init' task

for adding predefined (default) npm scripts
TAG: latest

fixes #8

* chore(devDeps): update dependency eslint-config-standard-tunnckocore to v1.0.7

* feat(cli): use npm start script as entry point

so you will be able to just 'npm start lint' (make an alias for npm start); this allows to have
small npm scripts count, access any of the tasks without thinking to add it to scripts; and always
will have just at least 4 scripts - start, test, precommit and commit
TAG: latest

* fix(deps): update dependency rollup to v0.49.0

* fix(deps): update dependency rollup to v0.49.1

* fix(deps): update dependency rollup to v0.49.2

* chore(devDeps): update dependency eslint to v4.6.0

* chore(devDeps): update dependency eslint to v4.6.1

* fix(deps): update dependency nyc to v11.2.0

* fix(deps): update dependency nyc to v11.2.1

* chore(renovate): update config

* fix(renovate): update config

- try the `commitMessage` option
- switch to `automergeType: pr`
- assign me on any type of deps update

* fix(deps): update dependency rollup to 0.49.3

signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* major(release): refactor, more stable + presets

- more powerful & more extensible
- support presets
- support config, powered by `pretty-config`
  + .helarc.json
  + .helarc.yaml
  + .helarc
  + hela.config.js
  + pkg.hela or pkg.helaConfig
  + pkg.config.hela
- full es6 modules implemented (including the tests)
- expose CJS and ES modules

Signed-off-by: tunnckoCore <[email protected]>

* chore(travis): yarn fix

TAG: latest

* chore(deps): force bump preset

run yarn hela (yarn build-self) when in CI, so tests can run
TAG: latest

* chore(travis): update "script" hook

Signed-off-by: tunnckoCore <[email protected]>

* chore(travis): remove osx

TAG: latest

* fix(misc): regenerate readme, force bump hela-preset-tunnckocore

TAG: latest

* fix(tasks): override the default build task

override the default build task which builds for browsers too, so which just build for node now
TAG: latest

* fix(readme): clarification

Signed-off-by: tunnckoCore <[email protected]>

* fix(scripts): move cli.js to src/cli.js

TAG: latest

* fix(pkg): update scripts

build self too
TAG: latest

* fix(cleanup): ignore src/cli.js from codeclimate, del root cli.js

TAG: latest

* fix(travis): update hooks

Signed-off-by: tunnckoCore <[email protected]>

* fix(scripts): update

Signed-off-by: tunnckoCore <[email protected]>

* fix(devDeps): force bump preset, because update build tasks there

Signed-off-by: tunnckoCore <[email protected]>

* fix(helarc): clean and then build both cli and node

Signed-off-by: tunnckoCore <[email protected]>

* fix(pkg): cleanup unused fields

TAG: latest

* fix(deps): force update

TAG: latest

* fix(misc): force updates

TAG: latest

* fix(pkg): update hela tasks

TAG: latest

* fix(pkg): cleanup

TAG: latest

* fix(renovate): pinVersions: false

TAG: latest

* fix(deps): force update

preset bump and run hela update task
TAG: latest

* fix(update): force update preset to latest version

and run 'update' task
TAG: latest

* feat(presets): better preset resolver, support multiple presets

now each preset is an object with 'tasks' and 'presets' properties. So now it is even possible each
preset to load another and more presets
TAG: latest

Resolves #13

* fix(deps): force update hela-preset-tunnckocore

TAG: latest

* chore(renovate): force to run on evry hour,evryday

* chore(typo): fix

* fix(renovate): pin all deps, pr not pending

* fix(deps): renovate pin dependencies packages (#18)

* feat(presets): switch to 'extends' field instead of 'presets'

follow ESLint strictly; if both 'extends' and 'presets' will work until next major
TAG: latest

partially #17

* fix(update): force update

TAG: latest

* feat(tweaks): remove build step, add @std/esm, etc stuff

TAG: latest

* fix(tweaks): rename, fix gitconfig names, resync travis?

TAG: latest

* fix(misc): resync semantic-release-cli

TAG: latest

* fix(style): comma dangle es5

TAG: latest

* fix(tests): use ava, temporary

TAG: latest

* fix(cov): add nyc

TAG: latest

* fix(tests): switch to rollup + babel and istanbul plugin

TAG: latest

* fix(chore): remove babel

TAG: latest

* fix(resolver): fix resolving & cli error handling

TAG: latest

* fix(dep): force bump

TAG: latest

* fix(cli): provide cwd's package.json as options.pkg

TAG: latest

* fix(cli): add interop for loading pkg

TAG: latest

* fix(esm): turn back @std/esm

TAG: latest

* fix(deps): force bump

TAG: latest

* fix(presets): preferLocal bins when executing each task (execa option)

TAG: latest

* fix(tweaks): prettierignore and dont define --config flags

for the eslint and prettier-eslint bins, since tasks already run tasks prefering local bins
TAG: latest

* fix(stuff): switch to airbnb, update ignore files
move to hela-config-tunnckocore

* fix(license): add apache 2 license

* fix(*): sasasa

Signed-off-by: Charlike Mike Reagent <[email protected]>

* REMOVE SEMANTIC-RELEASE!

because semantic-release just FUCKED ME A LOT and i'm totally BURNT OUT FOR 3rd time this year!

* Delete fo

* major(release): refactor, switch back to CJS modules

use execa-pro instead of execa; expose "exec" and "shell", and deprecate "helaExec" and "helaShell" which were passed to each task function;

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(factory): update executables that are passed to each task

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(readme): generate docs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(docs): update docs and add section for Shareable Configs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(readme): fix broken links and description

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(docs): improve cli docs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(*): simplify .exec and .shell methods

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.6

* chore(deps): update dependency hela-config-tunnckocore to v2.2.7

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.8

* chore(deps): update dependency eslint-config-tunnckocore to v0.3.0

* chore(deps): update dependency hela-config-tunnckocore to v2.2.9

* chore(deps): update dependency eslint to v4.12.0

* chore(deps): update lock file

* chore(deps): update dependency eslint to v4.12.1

* chore(deps): update dependency hela-config-tunnckocore to v2.2.10

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.12

* chore(deps): update dependency hela-config-tunnckocore to v2.2.13

* chore(deps): update dependency hela-config-tunnckocore to v2.2.14

* chore(deps): update dependency hela-config-tunnckocore to v2.2.15

* chore(deps): update dependency hela-config-tunnckocore to v2.2.16

* chore(readme): codesponsor.io is shutting down

* chore(deps): update dependency eslint to v4.13.0

* chore(deps): update lock file

* chore(deps): update dependency eslint to v4.13.1

* chore(deps): update dependency hela-config-tunnckocore to v2.2.18

* chore(deps): update dependency hela-config-tunnckocore to v2.2.19

* chore(deps): update dependency hela-config-tunnckocore to v2.2.20

* chore(deps): update dependency hela-config-tunnckocore to v2.2.21

* chore(deps): update dependency hela-config-tunnckocore to v2.2.22

* chore(deps): update dependency hela-config-tunnckocore to v2.2.23

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.24

* chore(deps): update dependency hela-config-tunnckocore to v2.2.25

* chore(deps): update dependency hela-config-tunnckocore to v2.2.26

* chore(deps): update dependency hela-config-tunnckocore to v2.2.28

* chore(deps): update dependency eslint to v4.14.0

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.29

* chore(deps): update dependency hela-config-tunnckocore to v2.2.30

* chore: add :gitSignOff to Renovate

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.31

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v4.15.0

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.32

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.33

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.34

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.35

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.36

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.37

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.38

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.39

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.40

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v4.16.0

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.41

Signed-off-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @tunnckocore/pretty-config to v0.5.1 (#81)

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.17.0 (#80)

Signed-off-by: Renovate Bot <[email protected]>

* chore: update renovate

* fix(deps): update dependency execa-pro to v1.0.3 (#82)

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.42

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.44

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.45

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(cli): better error reporting and all tasks are async

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.0

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.2

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.19.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update circleci/node to tag 8

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update circleci/node:8 digest

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(deps): update dependency mri to v1.1.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* Update README.md

* fix: update readme badges

* chore: fix readme

failing builds are not because tests

* chore: release v3 (#109)

* chore: refactor
* chore: move CircleCI config on root
* chore: update loading hela config
* chore: updates, create simple config preset
* fix: shareable config loading + new releases
* chore: remove hela.extends field, because we fallback to @hela/config-tunnckocore
* chore: tweaks
* chore: force release new versions, because recent npm bugs
* chore: update and use BoltPKG
* chore: add test folders and lint script
* update tests, create asia and pretty-config pkgs
* fix(asia): anonymous tests reporting
* chore: update root scripts
* fix(cli): better resolving for local configs
* chore: add `xaxa` package
* chore: fixes linter rules, misc stuff
* fix(xaxa): disable no-unpublished-import in the linter
* chore(xaxa): release 0.3.1
* chore: update all packages to use xaxa
* chore updates
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore(xaxa): new release 0.3.3
* feat(pretty-config): named exports, export internal APIs too
* chore(asia): new version
* chore(xaxa): use console.error to output results
* chore: pull `xaxa` out of monorepo, fix lint errors
* chore: pull `asia` out of monorepo
* chore(config-tunnckocore): move `asia` and `xaxa` to deps
* chore: force updates
* chore(config-tunnckocore): release 0.1.3
* chore(pretty-config): update to CJS
* chore(pretty-config): release 0.3.0
* chore(dargs): update to CJS
* chore(dargs): release 0.2.0
* chore(core): update to CJS
* chore(core): release 0.2.0
* chore(cli): update to CJS
* chore(cli): release 0.2.0
* chore: updates
* chore(cli): release 0.2.1
* chore(config-tunnckocore): release 0.3.0
* chore: update monorepo roots
* chore: cleanup
* chore: remove uneccesary package
* feat: tweaks and tricks, introducing Hela
* chore: update scripts and few tweaks
* chore: simplify
* chore: add linting with jest
* chore: repo scripts and configs stuff
* feat: drastically simplify, updates
* fix(@hela/core): upgrade execa to use the "next" dist tag
* fix: hela / sade, convert listen() to async
* chore: tweak example config
* fix: config loading stuff, remove ".commandless()"
* chore: cleanup
* chore: cleanup 2
* feat: @hela/dev, the "devest" as Hela config ;0
* feat(@hela/dev): add example lint command
* feat: finish lint command and some tweaks
* chore(lerna): pre release
* fix(@hela/cli): guards and esm loader
* chore(release): version v3.0.0-alpha.1
* chore: force build and root hela config
* fix: root scripts tweaks
* fix: root scripts tweaks
* fix: root scripts tweaks 2
* chore(release): version v3.0.0-alpha.2
* chore: COME ONNNNNNNNNNN
* chore: dang dang dang
* chore(release): version v3.0.0-alpha.3
* chore: beep boop, force
* chore: beep boop, force 2
* chore(release): version v3.0.0-alpha.4
* chore: use @tunnckocore/scripts of course + tweaks
* chore(release): version v3.0.0-alpha.5
* fix(hela-dev): add jest & update configs
* chore(release): version v3.0.0-alpha.6
* fix: remove caching and hashing, for now
* chore(release): version v3.0.0-alpha.7
* fix(hela-dev): expose babel config to configs/ dir
* chore(release): version v3.0.0-alpha.8
* fix: add NODE_ENV=test when running tests
* chore(release): version v3.0.0-alpha.9
* fix: about picking right babel config in testing
* chore(release): version v3.0.0-alpha.10
* fix: missed to update the cli bin reference
* chore(release): version v3.0.0-alpha.11
* fix(use self to manage itself): plus add support for --all and --watch flags
* chore(release): version v3.0.0-alpha.12
* chore: force bump on root
* chore: sync
* chore: cleanup
* chore: put some basic readme
* chore: typos readme
* chore: continue write the readme
* chore: readme update
* chore(readme): add one more bullet
* chore(readme): bullet tweaks
* chore(readme): bullet typos
* fix: tweaks
* chore(release): version v3.0.0-alpha.13
* feat: add  command, for now
* chore(release): version v3.0.0-alpha.14
* chore(release): version v3.0.0-alpha.14
* feat: couple of new and upgraded flags

so we now support --dest and --format ;0, also added a help command

* chore(release): version v3.0.0-alpha.15
* chore: cleanup
* feat: add "commit" task to @hela/dev

using the gitcommit cli

* chore(release): version v3.0.0-alpha.16
* chore: tweaks
* chore: okay
* fix(@hela/dev): build format tweaks
* chore(release): version v3.0.0-alpha.17
* chore(release): version v3.0.0-alpha.20
* chore: doh lerna dooooooooooooooh
* chore(release): version v3.0.0-alpha.30
* chore(release): version v3.0.0-alpha.40
* chore: duh
* chore(release): version v3.0.0-alpha.45
* fix: babel configs
* chore(release): version v3.0.0-alpha.46
* fix(jest-runner-babel): converts file ext properly to .js
* chore(release): version v3.0.0-alpha.47
* chore(release): version v3.0.0-alpha.48
* fix: execute "git add -A" before "gitcommit" cli
* chore(release): version v3.0.0-alpha.49
* fix: better naming and separation
* chore(release): version v3.0.0-alpha.50
* chore(release): version v3.0.0-alpha.55
* chore: cleanup
* fix(hela-cli): add --cwd option automatically for each action() creation
* chore(release): version v3.0.0-alpha.56
* feat(hela-dev): add typegen command

plus possible tsc Workers implementation

* chore(release): version v3.0.0-alpha.60
* fix: cleanups, upgrade to dargs v7 🎉
* chore(release): version v3.0.0-alpha.61
* chore: trying the my own git commit alias...
* fix: fixing the commit command
* fix(hela-dev): disable the "commit" command
need to update the gitcommit to latest dargs v7, instead of the fork

* chore: force
* chore(release): version v3.0.0-alpha.65
* fix(hela-core): update toFlags
* chore(release): version v3.0.0-alpha.66
* chore(ci): trying git on Now
* chore: look the env vars NOW_
* fix(tweaks): few updates & cleanups, and re-publish

make jest-runner-babel a complete cjs-only (no build step)

* chore(foo): bar qux
* chore(release): version v3.0.0-alpha.67
* chore: updates
* chore: more tweaks
* chore: reorganize and use @tunnckocore/utils
* chore: force publish alpha.80
* chore: add tunnckocore/utils to monorepo, tweaks
* chore(@tunnckocore/utils): add readme
* chore(@tunnckocore/utils): readme tweaks
* chore: add @tunnckocore/execa & update main fields
* chore: force bumps
* chore: ignore fixtures folders on build
* chore: force update lockfile
* chore: clean auto-gen configs
* chore: cleanup and scaffold
* implement upstream of Sade; add package.json files; use preconstruct
* chore(ci): typos
* chore(ci): disable cache action?
* chore(ci): tweaks
* chore(ci): doh doh typo
* chore: disable covarage upload for now
* chore: try enabling the cache
* chore: github actions caching second try
* chore: github actions doooooooooooooh
* chore: duh, disable cache, OK! ;/
* chore: add @hela/core
* chore: lint
* chore: support version string as second param
* chore: better handling of string case of prev commit
* nah
* chore: TEMP!
* fix: default command fixes & help output tweaks
* fix: show default command in help output
* chore: Sade tweaks
* chore: cleanups
* chore: more cleanups
* chore: publish sade 0.2.1 with build files
* chore: sync deps of @hela/core
* chore: sync lockfile
* chore: temporary, help does not show all commands
* chore: tweaks, canary for core and cli
* chore(lerna): temporary allow versioning from next (this branch)
* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: trying `release` by zeit
* chore: sync
* chore: prepare for publish & release v3 into master
* chore(lerna): remove prerelease option from lerna config
* chore: mega updates, yarn v2 trying
* chore: lastest Hela
* fix: defaults and todo comment in yaro
* chore: latest build/bundle
* chore: publish on `hela` pkg
* chore(update): scripts & deps
* chore: push latest bin/
* fix: handle no package.json nor hela.config.js
* chore: .4
* chore: remove note
* chore: stuff
* chore: publish .5
* feat: add hela-dev, peers; fix yaro flag default vals
* chore: clean
* fix: deps, include hela-dev in npm package
* fix: copy hela-dev in dist
* fix: correct exit, add showStack global option
* chore: publish .44
* fix(yaro): correctly set flag incoming value
* chore: push binaries
* fix(yaro): flag aliases were not recognized
* chore: cleanup
* fix: add vebose flag
* chore: publish 20200119.3
* fix: add deps
* chore: nah
* chore: fresh & prepare
* chore: cleanup
* chore: add husky
* chore: organize thru the workspaces
* chore: add package.json files and deps
* chore: github funding, github actions, lint & fmt
* chore: format && add Security Policy
* chore: tweak

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: add `hela` alias package which includes both cli and core

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - [email protected]

* fix: license file & security policy tweaks

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - [email protected]
 - @hela/[email protected]

* fix(@hela/build): license file

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]

* chore: use self to manage itself

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: delete funding, since we have global template

* chore: delete the local security, we have global

* chore: trying global license file (#110) [skip ci]

* chore: revert (#111) [skip ci]

This reverts commit 0b0f7dc.

* chore: add issue templates

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: templates tweaks

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: cleanup

Signed-off-by: Charlike Mike Reagent <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: WhiteSource Renovate <[email protected]>
tunnckoCore pushed a commit that referenced this pull request Feb 29, 2020
* init

* fix(deps): add missing dep

TAG: latest

* fix(*): apply fixes, include eslint config

TAG: latest

* chore(build): travis fix

TAG: latest

* fix(*): tweaks

TAG: latest

* chore(*): tweaks and deps

TAG: latest

* fix(build): travis no cache

TAG: latest

* fix(*): fake test, coverage, readme

TAG: latest

* fix(nsp): update nsp badge, add nspId field

TAG: latest

* fix(pkg): update description

TAG: latest

* fix(tweaks): update readme, add keywords, default linting to .

TAG: latest

* fix(task): update test task

TAG: latest

* feat(tweaks): and update deps

TAG: latest

* fix(tasks): add renovate task, and run it

run renovate task on postinstall and in precommit
TAG: latest

* fix(renovate): run every 15 mins (temporary, testing purposes)

TAG: latest

* fix(files): include renovaterc in files field

TAG: latest

* fix(update): simplify renovate task

TAG: latest

* fix(task): renovate task to use __dirname

TAG: latest

* fix(task): renovate task fix; write to cwd

TAG: latest

* fix(relax): dont run renovate task on precommit

make semantic-release devDependency
TAG: latest

* fix(renovate): move back to default semantic prefixes

because it seems that semantic-release has problem to generate release notes when has slash in the
type
TAG: latest

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.3

* feat(tasks): add build, pretest and posttest tasks

TAG: latest

closes #3

* chore(config): move nyc config to .nycrc.json

TAG: latest

* chore(renovate): branch-push dependencies updates

TAG: latest

* fix(pkg): add rollup as dependency

so won't need to include it in our packages - it don't have deps, so it is small add
TAG: latest

* fix(tasks): expose 'execa' as 'exec' and 'execa.shell' as 'shell'

TAG: latest

fixes #4

* fix(rollup): include source-map-support because rollup v0.46.0 bug

temporary, until rollup/rollup#1528 is fixed (if it is fixed?)
TAG: latest

* fix(travis): typo in travis.yml; test in node >=6, not >=7

TAG: latest

* feat(task): add new task: fresh

removes node_modules, dest and package-lock.json; runs npm prune and npm install
TAG: latest

fixes #5

* chore(cleanup): delete .travis.yml.save

created somehow by nano
TAG: latest

* chore(deps): remove unused rimraf

doh, need to add check for deps
TAG: latest

* fix(deps): remove source-map-support, bump rollup to 0.46.1

the bug from 0.46.0 is probably fixed
TAG: latest

* fix(deps):  update dependency rollup to v0.46.2

* feat(tasks): add contrib task

pulls directly contributing.md file from tunnckocore/contributing repo
TAG: latest

* fix(renovate): update config, default schedule (run per 1 hour)

TAG: latest

* fix(task): run 'git status --porcelain' on precommit task

TAG: latest

* fix(deps): update rollup to latest

TAG: latest

* fix(tasks): add console.log in contrib task

TAG: latest

* fix(deps):  update dependency rollup to v0.47.4

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.4

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.5

* chore(devDeps):  update dependency semantic-release to v^7.0.0

* fix(deps):  update dependency rollup to v0.47.5

* fix(deps):  update dependency rollup to v0.47.6

* chore(devDeps):  update dependency eslint to v4.5.0

* fix(deps):  update dependency simple-get to v2.7.0

* fix(deps):  update dependency rollup to v0.48.2

* chore(devDeps):  update dependency eslint-config-standard-tunnckocore to v1.0.6

* feat(task): add 'init' task

for adding predefined (default) npm scripts
TAG: latest

fixes #8

* chore(devDeps): update dependency eslint-config-standard-tunnckocore to v1.0.7

* feat(cli): use npm start script as entry point

so you will be able to just 'npm start lint' (make an alias for npm start); this allows to have
small npm scripts count, access any of the tasks without thinking to add it to scripts; and always
will have just at least 4 scripts - start, test, precommit and commit
TAG: latest

* fix(deps): update dependency rollup to v0.49.0

* fix(deps): update dependency rollup to v0.49.1

* fix(deps): update dependency rollup to v0.49.2

* chore(devDeps): update dependency eslint to v4.6.0

* chore(devDeps): update dependency eslint to v4.6.1

* fix(deps): update dependency nyc to v11.2.0

* fix(deps): update dependency nyc to v11.2.1

* chore(renovate): update config

* fix(renovate): update config

- try the `commitMessage` option
- switch to `automergeType: pr`
- assign me on any type of deps update

* fix(deps): update dependency rollup to 0.49.3

signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>

* major(release): refactor, more stable + presets

- more powerful & more extensible
- support presets
- support config, powered by `pretty-config`
  + .helarc.json
  + .helarc.yaml
  + .helarc
  + hela.config.js
  + pkg.hela or pkg.helaConfig
  + pkg.config.hela
- full es6 modules implemented (including the tests)
- expose CJS and ES modules

Signed-off-by: tunnckoCore <[email protected]>

* chore(travis): yarn fix

TAG: latest

* chore(deps): force bump preset

run yarn hela (yarn build-self) when in CI, so tests can run
TAG: latest

* chore(travis): update "script" hook

Signed-off-by: tunnckoCore <[email protected]>

* chore(travis): remove osx

TAG: latest

* fix(misc): regenerate readme, force bump hela-preset-tunnckocore

TAG: latest

* fix(tasks): override the default build task

override the default build task which builds for browsers too, so which just build for node now
TAG: latest

* fix(readme): clarification

Signed-off-by: tunnckoCore <[email protected]>

* fix(scripts): move cli.js to src/cli.js

TAG: latest

* fix(pkg): update scripts

build self too
TAG: latest

* fix(cleanup): ignore src/cli.js from codeclimate, del root cli.js

TAG: latest

* fix(travis): update hooks

Signed-off-by: tunnckoCore <[email protected]>

* fix(scripts): update

Signed-off-by: tunnckoCore <[email protected]>

* fix(devDeps): force bump preset, because update build tasks there

Signed-off-by: tunnckoCore <[email protected]>

* fix(helarc): clean and then build both cli and node

Signed-off-by: tunnckoCore <[email protected]>

* fix(pkg): cleanup unused fields

TAG: latest

* fix(deps): force update

TAG: latest

* fix(misc): force updates

TAG: latest

* fix(pkg): update hela tasks

TAG: latest

* fix(pkg): cleanup

TAG: latest

* fix(renovate): pinVersions: false

TAG: latest

* fix(deps): force update

preset bump and run hela update task
TAG: latest

* fix(update): force update preset to latest version

and run 'update' task
TAG: latest

* feat(presets): better preset resolver, support multiple presets

now each preset is an object with 'tasks' and 'presets' properties. So now it is even possible each
preset to load another and more presets
TAG: latest

Resolves #13

* fix(deps): force update hela-preset-tunnckocore

TAG: latest

* chore(renovate): force to run on evry hour,evryday

* chore(typo): fix

* fix(renovate): pin all deps, pr not pending

* fix(deps): renovate pin dependencies packages (#18)

* feat(presets): switch to 'extends' field instead of 'presets'

follow ESLint strictly; if both 'extends' and 'presets' will work until next major
TAG: latest

partially #17

* fix(update): force update

TAG: latest

* feat(tweaks): remove build step, add @std/esm, etc stuff

TAG: latest

* fix(tweaks): rename, fix gitconfig names, resync travis?

TAG: latest

* fix(misc): resync semantic-release-cli

TAG: latest

* fix(style): comma dangle es5

TAG: latest

* fix(tests): use ava, temporary

TAG: latest

* fix(cov): add nyc

TAG: latest

* fix(tests): switch to rollup + babel and istanbul plugin

TAG: latest

* fix(chore): remove babel

TAG: latest

* fix(resolver): fix resolving & cli error handling

TAG: latest

* fix(dep): force bump

TAG: latest

* fix(cli): provide cwd's package.json as options.pkg

TAG: latest

* fix(cli): add interop for loading pkg

TAG: latest

* fix(esm): turn back @std/esm

TAG: latest

* fix(deps): force bump

TAG: latest

* fix(presets): preferLocal bins when executing each task (execa option)

TAG: latest

* fix(tweaks): prettierignore and dont define --config flags

for the eslint and prettier-eslint bins, since tasks already run tasks prefering local bins
TAG: latest

* fix(stuff): switch to airbnb, update ignore files
move to hela-config-tunnckocore

* fix(license): add apache 2 license

* fix(*): sasasa

Signed-off-by: Charlike Mike Reagent <[email protected]>

* REMOVE SEMANTIC-RELEASE!

because semantic-release just FUCKED ME A LOT and i'm totally BURNT OUT FOR 3rd time this year!

* Delete fo

* major(release): refactor, switch back to CJS modules

use execa-pro instead of execa; expose "exec" and "shell", and deprecate "helaExec" and "helaShell" which were passed to each task function;

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(factory): update executables that are passed to each task

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(readme): generate docs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(docs): update docs and add section for Shareable Configs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(readme): fix broken links and description

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(docs): improve cli docs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(*): simplify .exec and .shell methods

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.6

* chore(deps): update dependency hela-config-tunnckocore to v2.2.7

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.8

* chore(deps): update dependency eslint-config-tunnckocore to v0.3.0

* chore(deps): update dependency hela-config-tunnckocore to v2.2.9

* chore(deps): update dependency eslint to v4.12.0

* chore(deps): update lock file

* chore(deps): update dependency eslint to v4.12.1

* chore(deps): update dependency hela-config-tunnckocore to v2.2.10

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.12

* chore(deps): update dependency hela-config-tunnckocore to v2.2.13

* chore(deps): update dependency hela-config-tunnckocore to v2.2.14

* chore(deps): update dependency hela-config-tunnckocore to v2.2.15

* chore(deps): update dependency hela-config-tunnckocore to v2.2.16

* chore(readme): codesponsor.io is shutting down

* chore(deps): update dependency eslint to v4.13.0

* chore(deps): update lock file

* chore(deps): update dependency eslint to v4.13.1

* chore(deps): update dependency hela-config-tunnckocore to v2.2.18

* chore(deps): update dependency hela-config-tunnckocore to v2.2.19

* chore(deps): update dependency hela-config-tunnckocore to v2.2.20

* chore(deps): update dependency hela-config-tunnckocore to v2.2.21

* chore(deps): update dependency hela-config-tunnckocore to v2.2.22

* chore(deps): update dependency hela-config-tunnckocore to v2.2.23

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.24

* chore(deps): update dependency hela-config-tunnckocore to v2.2.25

* chore(deps): update dependency hela-config-tunnckocore to v2.2.26

* chore(deps): update dependency hela-config-tunnckocore to v2.2.28

* chore(deps): update dependency eslint to v4.14.0

* chore(deps): update lock file

* chore(deps): update dependency hela-config-tunnckocore to v2.2.29

* chore(deps): update dependency hela-config-tunnckocore to v2.2.30

* chore: add :gitSignOff to Renovate

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.31

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v4.15.0

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.32

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.33

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.34

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.35

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.36

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update lock file

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.37

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.38

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.39

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.40

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency eslint to v4.16.0

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.41

Signed-off-by: Renovate Bot <[email protected]>

* fix(deps): update dependency @tunnckocore/pretty-config to v0.5.1 (#81)

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.17.0 (#80)

Signed-off-by: Renovate Bot <[email protected]>

* chore: update renovate

* fix(deps): update dependency execa-pro to v1.0.3 (#82)

Signed-off-by: Renovate Bot <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.42

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.44

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency hela-config-tunnckocore to v2.2.45

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(cli): better error reporting and all tasks are async

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.0

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.18.2

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update dependency eslint to v4.19.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update circleci/node to tag 8

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore(deps): update circleci/node:8 digest

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix(deps): update dependency mri to v1.1.1

Signed-off-by: Charlike Mike Reagent <[email protected]>

* Update README.md

* fix: update readme badges

* chore: fix readme

failing builds are not because tests

* chore: release v3 (#109)

* chore: refactor
* chore: move CircleCI config on root
* chore: update loading hela config
* chore: updates, create simple config preset
* fix: shareable config loading + new releases
* chore: remove hela.extends field, because we fallback to @hela/config-tunnckocore
* chore: tweaks
* chore: force release new versions, because recent npm bugs
* chore: update and use BoltPKG
* chore: add test folders and lint script
* update tests, create asia and pretty-config pkgs
* fix(asia): anonymous tests reporting
* chore: update root scripts
* fix(cli): better resolving for local configs
* chore: add `xaxa` package
* chore: fixes linter rules, misc stuff
* fix(xaxa): disable no-unpublished-import in the linter
* chore(xaxa): release 0.3.1
* chore: update all packages to use xaxa
* chore updates
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore: new version
* chore(xaxa): new release 0.3.3
* feat(pretty-config): named exports, export internal APIs too
* chore(asia): new version
* chore(xaxa): use console.error to output results
* chore: pull `xaxa` out of monorepo, fix lint errors
* chore: pull `asia` out of monorepo
* chore(config-tunnckocore): move `asia` and `xaxa` to deps
* chore: force updates
* chore(config-tunnckocore): release 0.1.3
* chore(pretty-config): update to CJS
* chore(pretty-config): release 0.3.0
* chore(dargs): update to CJS
* chore(dargs): release 0.2.0
* chore(core): update to CJS
* chore(core): release 0.2.0
* chore(cli): update to CJS
* chore(cli): release 0.2.0
* chore: updates
* chore(cli): release 0.2.1
* chore(config-tunnckocore): release 0.3.0
* chore: update monorepo roots
* chore: cleanup
* chore: remove uneccesary package
* feat: tweaks and tricks, introducing Hela
* chore: update scripts and few tweaks
* chore: simplify
* chore: add linting with jest
* chore: repo scripts and configs stuff
* feat: drastically simplify, updates
* fix(@hela/core): upgrade execa to use the "next" dist tag
* fix: hela / sade, convert listen() to async
* chore: tweak example config
* fix: config loading stuff, remove ".commandless()"
* chore: cleanup
* chore: cleanup 2
* feat: @hela/dev, the "devest" as Hela config ;0
* feat(@hela/dev): add example lint command
* feat: finish lint command and some tweaks
* chore(lerna): pre release
* fix(@hela/cli): guards and esm loader
* chore(release): version v3.0.0-alpha.1
* chore: force build and root hela config
* fix: root scripts tweaks
* fix: root scripts tweaks
* fix: root scripts tweaks 2
* chore(release): version v3.0.0-alpha.2
* chore: COME ONNNNNNNNNNN
* chore: dang dang dang
* chore(release): version v3.0.0-alpha.3
* chore: beep boop, force
* chore: beep boop, force 2
* chore(release): version v3.0.0-alpha.4
* chore: use @tunnckocore/scripts of course + tweaks
* chore(release): version v3.0.0-alpha.5
* fix(hela-dev): add jest & update configs
* chore(release): version v3.0.0-alpha.6
* fix: remove caching and hashing, for now
* chore(release): version v3.0.0-alpha.7
* fix(hela-dev): expose babel config to configs/ dir
* chore(release): version v3.0.0-alpha.8
* fix: add NODE_ENV=test when running tests
* chore(release): version v3.0.0-alpha.9
* fix: about picking right babel config in testing
* chore(release): version v3.0.0-alpha.10
* fix: missed to update the cli bin reference
* chore(release): version v3.0.0-alpha.11
* fix(use self to manage itself): plus add support for --all and --watch flags
* chore(release): version v3.0.0-alpha.12
* chore: force bump on root
* chore: sync
* chore: cleanup
* chore: put some basic readme
* chore: typos readme
* chore: continue write the readme
* chore: readme update
* chore(readme): add one more bullet
* chore(readme): bullet tweaks
* chore(readme): bullet typos
* fix: tweaks
* chore(release): version v3.0.0-alpha.13
* feat: add  command, for now
* chore(release): version v3.0.0-alpha.14
* chore(release): version v3.0.0-alpha.14
* feat: couple of new and upgraded flags

so we now support --dest and --format ;0, also added a help command

* chore(release): version v3.0.0-alpha.15
* chore: cleanup
* feat: add "commit" task to @hela/dev

using the gitcommit cli

* chore(release): version v3.0.0-alpha.16
* chore: tweaks
* chore: okay
* fix(@hela/dev): build format tweaks
* chore(release): version v3.0.0-alpha.17
* chore(release): version v3.0.0-alpha.20
* chore: doh lerna dooooooooooooooh
* chore(release): version v3.0.0-alpha.30
* chore(release): version v3.0.0-alpha.40
* chore: duh
* chore(release): version v3.0.0-alpha.45
* fix: babel configs
* chore(release): version v3.0.0-alpha.46
* fix(jest-runner-babel): converts file ext properly to .js
* chore(release): version v3.0.0-alpha.47
* chore(release): version v3.0.0-alpha.48
* fix: execute "git add -A" before "gitcommit" cli
* chore(release): version v3.0.0-alpha.49
* fix: better naming and separation
* chore(release): version v3.0.0-alpha.50
* chore(release): version v3.0.0-alpha.55
* chore: cleanup
* fix(hela-cli): add --cwd option automatically for each action() creation
* chore(release): version v3.0.0-alpha.56
* feat(hela-dev): add typegen command

plus possible tsc Workers implementation

* chore(release): version v3.0.0-alpha.60
* fix: cleanups, upgrade to dargs v7 🎉
* chore(release): version v3.0.0-alpha.61
* chore: trying the my own git commit alias...
* fix: fixing the commit command
* fix(hela-dev): disable the "commit" command
need to update the gitcommit to latest dargs v7, instead of the fork

* chore: force
* chore(release): version v3.0.0-alpha.65
* fix(hela-core): update toFlags
* chore(release): version v3.0.0-alpha.66
* chore(ci): trying git on Now
* chore: look the env vars NOW_
* fix(tweaks): few updates & cleanups, and re-publish

make jest-runner-babel a complete cjs-only (no build step)

* chore(foo): bar qux
* chore(release): version v3.0.0-alpha.67
* chore: updates
* chore: more tweaks
* chore: reorganize and use @tunnckocore/utils
* chore: force publish alpha.80
* chore: add tunnckocore/utils to monorepo, tweaks
* chore(@tunnckocore/utils): add readme
* chore(@tunnckocore/utils): readme tweaks
* chore: add @tunnckocore/execa & update main fields
* chore: force bumps
* chore: ignore fixtures folders on build
* chore: force update lockfile
* chore: clean auto-gen configs
* chore: cleanup and scaffold
* implement upstream of Sade; add package.json files; use preconstruct
* chore(ci): typos
* chore(ci): disable cache action?
* chore(ci): tweaks
* chore(ci): doh doh typo
* chore: disable covarage upload for now
* chore: try enabling the cache
* chore: github actions caching second try
* chore: github actions doooooooooooooh
* chore: duh, disable cache, OK! ;/
* chore: add @hela/core
* chore: lint
* chore: support version string as second param
* chore: better handling of string case of prev commit
* nah
* chore: TEMP!
* fix: default command fixes & help output tweaks
* fix: show default command in help output
* chore: Sade tweaks
* chore: cleanups
* chore: more cleanups
* chore: publish sade 0.2.1 with build files
* chore: sync deps of @hela/core
* chore: sync lockfile
* chore: temporary, help does not show all commands
* chore: tweaks, canary for core and cli
* chore(lerna): temporary allow versioning from next (this branch)
* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: trying `release` by zeit
* chore: sync
* chore: prepare for publish & release v3 into master
* chore(lerna): remove prerelease option from lerna config
* chore: mega updates, yarn v2 trying
* chore: lastest Hela
* fix: defaults and todo comment in yaro
* chore: latest build/bundle
* chore: publish on `hela` pkg
* chore(update): scripts & deps
* chore: push latest bin/
* fix: handle no package.json nor hela.config.js
* chore: .4
* chore: remove note
* chore: stuff
* chore: publish .5
* feat: add hela-dev, peers; fix yaro flag default vals
* chore: clean
* fix: deps, include hela-dev in npm package
* fix: copy hela-dev in dist
* fix: correct exit, add showStack global option
* chore: publish .44
* fix(yaro): correctly set flag incoming value
* chore: push binaries
* fix(yaro): flag aliases were not recognized
* chore: cleanup
* fix: add vebose flag
* chore: publish 20200119.3
* fix: add deps
* chore: nah
* chore: fresh & prepare
* chore: cleanup
* chore: add husky
* chore: organize thru the workspaces
* chore: add package.json files and deps
* chore: github funding, github actions, lint & fmt
* chore: format && add Security Policy
* chore: tweak

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]

* chore: add `hela` alias package which includes both cli and core

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - [email protected]

* fix: license file & security policy tweaks

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - @hela/[email protected]
 - [email protected]
 - @hela/[email protected]

* fix(@hela/build): license file

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: release package(s)

 - @hela/[email protected]

* chore: use self to manage itself

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: delete funding, since we have global template

* chore: delete the local security, we have global

* chore: trying global license file (#110) [skip ci]

* chore: revert (#111) [skip ci]

This reverts commit 0b0f7dc.

* chore: add issue templates

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: templates tweaks

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: cleanup

Signed-off-by: Charlike Mike Reagent <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: WhiteSource Renovate <[email protected]>
Signed-off-by: Charlike Mike Reagent <[email protected]>
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.

1 participant