Skip to content

Commit

Permalink
build: Merge pull request #1049 from keindev/dev
Browse files Browse the repository at this point in the history
build: release v8.0.0
  • Loading branch information
Daniil Ryazanov committed Aug 19, 2023
2 parents e862d0e + c3003b5 commit de917bd
Show file tree
Hide file tree
Showing 9 changed files with 6,543 additions and 9,011 deletions.
2 changes: 1 addition & 1 deletion .ghinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasktree-cli",
"version": "7.0.0",
"version": "8.0.0",
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
"keywords": [
"ascii",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.1
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down
43 changes: 35 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# !ignorefile-merge block-open @tagproject/ts-package-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

*.log
*.pid
*.pid.lock
Expand All @@ -6,22 +12,43 @@
.env
.eslintrc
.yarn-integrity
/.editorconfig
/.eslintcache
/.eslintignore
/.figma.yml
/.husky/
/.prettierignore
/.prettierrc
/.vscode/
/jest.config.js
/src/**/tsconfig.json
/tsconfig.json
coverage
lib
logs
node_modules/
pids
/tsconfig.json
/src/**/tsconfig.json
tsconfig.tsbuildinfo
yarn-debug.log*
yarn-error.log*
yarn-error.log*

# !ignorefile-merge block-close @tagproject/ts-package-shared-config

# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

# .env
# node_modules/

# !ignorefile-merge block-close @tagproject/docs-shared-config

# !ignorefile-merge block-open @tagproject/vscode-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

/.editorconfig
/.prettierignore
/.prettierrc
/.vscode/

# !ignorefile-merge block-close @tagproject/vscode-shared-config
45 changes: 38 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# !ignorefile-merge block-open @tagproject/ts-package-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

**/__benchmark__/**
**/__mocks__/**
**/__tests__/**
.changelogrc.yml
.config
.editorconfig
.env
.eslintignore
.eslintrc
.figma.yml
.ghinfo
.gitattributes
.github
.husky
.prettierignore
.prettierrc
.vscode
CODE_OF_CONDUCT.md
SECURITY.md
codecov.yml
codegen.yml
coverage/
Expand All @@ -27,4 +27,35 @@ media/
node_modules/
src/
tsconfig.json
typings/
typings/

# !ignorefile-merge block-close @tagproject/ts-package-shared-config

# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

# .env
# CODE_OF_CONDUCT.md
SECURITY.md
# docs/
# example/
# media/
# node_modules/

# !ignorefile-merge block-close @tagproject/docs-shared-config

# !ignorefile-merge block-open @tagproject/vscode-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

.editorconfig
.prettierignore
.prettierrc
.vscode

# !ignorefile-merge block-close @tagproject/vscode-shared-config
65 changes: 33 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,57 @@
# BREAKING CHANGES
# Important Changes

- Add `pause` method for external output [`29d054d`](https://github.com/keindev/tasktree/commit/29d054dfded962bb94c18ef5e4e3d7ad2b80ad54)
## Engines

# Important Changes
- Changed **node** from `^14.13.1 || >=16.0.0` to `>=16.0.0`

## Dependencies

<details>
<summary>Dependencies</summary>

- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.6` to `^3.1.1`
- Bumped **[figures](https://www.npmjs.com/package/figures)** from `^4.0.1` to `^5.0.0`
- Bumped **[chalk-template](https://www.npmjs.com/package/chalk-template)** from `^0.4.0` to `^1.1.0`
- Bumped **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.1.1` to `^4.0.0`

</details>

<details>
<summary>Dev Dependencies</summary>

- Added **[enquirer](https://www.npmjs.com/package/enquirer)** with `^2.3.6`
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^1.0.4` to `^1.1.2`
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^2.0.0` to `^2.0.5`
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.20.0` to `^5.44.0`
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.20.0` to `^5.44.0`
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.5` to `^4.0.9`
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.13.0` to `^8.28.0`
- Changed **[eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise)** from `^6.0.0` to `^6.1.1`
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.5` to `^3.0.8`
- Changed **[prettier](https://www.npmjs.com/package/prettier)** from `^2.6.2` to `^2.8.0`
- Changed **[ts-node](https://www.npmjs.com/package/ts-node)** from `^10.7.0` to `^10.9.1`
- Changed **[typescript](https://www.npmjs.com/package/typescript)** from `^4.6.3` to `^4.9.3`
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^9.0.7` to `^10.0.2`
- Bumped **[@types/jest](https://www.npmjs.com/package/@types/jest)** from `^27.4.1` to `^29.2.3`
- Bumped **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.25` to `^18.11.9`
- Bumped **[cspell](https://www.npmjs.com/package/cspell)** from `^5.19.7` to `^6.15.0`
- Bumped **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^26.1.4` to `^27.1.6`
- Bumped **[husky](https://www.npmjs.com/package/husky)** from `^7.0.4` to `^8.0.2`
- Bumped **[jest](https://www.npmjs.com/package/jest)** from `^27.5.1` to `^29.3.1`
- Bumped **[ts-jest](https://www.npmjs.com/package/ts-jest)** from `^27.1.4` to `^29.0.3`
- Removed **[figma-portal](https://www.npmjs.com/package/figma-portal)**, with `^1.0.1`
- Changed **[enquirer](https://www.npmjs.com/package/enquirer)** from `^2.3.6` to `^2.4.1`
- Changed **[strip-ansi](https://www.npmjs.com/package/strip-ansi)** from `^7.0.1` to `^7.1.0`
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^10.0.2` to `^11.0.1`
- Removed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)**, with `^1.1.2`
- Removed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)**, with `^2.0.5`
- Removed **[@types/jest](https://www.npmjs.com/package/@types/jest)**, with `^29.2.3`
- Removed **[@types/node](https://www.npmjs.com/package/@types/node)**, with `^18.11.9`
- Removed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)**, with `^5.44.0`
- Removed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)**, with `^5.44.0`
- Removed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)**, with `^4.0.9`
- Removed **[cspell](https://www.npmjs.com/package/cspell)**, with `^6.15.0`
- Removed **[eslint](https://www.npmjs.com/package/eslint)**, with `^8.28.0`
- Removed **[eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)**, with `^8.5.0`
- Removed **[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)**, with `^2.26.0`
- Removed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)**, with `^27.1.6`
- Removed **[eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)**, with `^11.1.0`
- Removed **[eslint-plugin-optimize-regex](https://www.npmjs.com/package/eslint-plugin-optimize-regex)**, with `^1.2.1`
- Removed **[eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise)**, with `^6.1.1`
- Removed **[ghinfo](https://www.npmjs.com/package/ghinfo)**, with `^3.0.8`
- Removed **[husky](https://www.npmjs.com/package/husky)**, with `^8.0.2`
- Removed **[jest](https://www.npmjs.com/package/jest)**, with `^29.3.1`
- Removed **[npm-run-all](https://www.npmjs.com/package/npm-run-all)**, with `^4.1.5`
- Removed **[prettier](https://www.npmjs.com/package/prettier)**, with `^2.8.0`
- Removed **[rimraf](https://www.npmjs.com/package/rimraf)**, with `^3.0.2`
- Removed **[ts-jest](https://www.npmjs.com/package/ts-jest)**, with `^29.0.3`
- Removed **[typescript](https://www.npmjs.com/package/typescript)**, with `^4.9.3`

</details>

# :memo: Internal changes

- Rebuild configs [`55660a8`](https://github.com/keindev/tasktree/commit/55660a88b41c8f08ab58387fffcb4e60185fa187)
- Fix example, remove generate:media script [`971e0a0`](https://github.com/keindev/tasktree/commit/971e0a08c60ef2dae9fa3c02c083b6e33e2c9b67)
- Remove banner [`cf0a39e`](https://github.com/keindev/tasktree/commit/cf0a39e834d382ecf728c672d997ce651aa07456)
- Remove vscode/launch node port [`e74c9fa`](https://github.com/keindev/tasktree/commit/e74c9fa75c55ea72a3c6f430888d114b775cb307)
- Create example with external output [`af34490`](https://github.com/keindev/tasktree/commit/af344904ad0978b1225d32158c8236f87c6c4d90)
- Fix lint errors [`109087f`](https://github.com/keindev/tasktree/commit/109087f61294ca587955674a510591a847709bfc)

---

# Contributors

[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
[![@github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4&s=40)](https://github.com/github-actions%5Bbot%5D) [![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)

0 comments on commit de917bd

Please sign in to comment.