Skip to content

Commit 6febcc4

Browse files
author
keindev
committed
build: bump to v8.1.0
1 parent 49e3a99 commit 6febcc4

File tree

4 files changed

+15
-38
lines changed

4 files changed

+15
-38
lines changed

.ghinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasktree-cli",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
55
"keywords": [
66
"ascii",

CHANGELOG.md

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,34 @@
11
# Important Changes
22

3-
## Engines
4-
5-
- Changed **node** from `^14.13.1 || >=16.0.0` to `>=16.0.0`
6-
73
## Dependencies
84

95
<details>
106
<summary>Dependencies</summary>
117

12-
- Bumped **[chalk-template](https://www.npmjs.com/package/chalk-template)** from `^0.4.0` to `^1.1.0`
13-
- Bumped **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.1.1` to `^4.0.0`
8+
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^4.0.0` to `^4.0.1`
9+
- Bumped **[figures](https://www.npmjs.com/package/figures)** from `^5.0.0` to `^6.0.1`
1410

1511
</details>
1612

1713
<details>
1814
<summary>Dev Dependencies</summary>
1915

20-
- Changed **[enquirer](https://www.npmjs.com/package/enquirer)** from `^2.3.6` to `^2.4.1`
21-
- Changed **[strip-ansi](https://www.npmjs.com/package/strip-ansi)** from `^7.0.1` to `^7.1.0`
22-
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^10.0.2` to `^11.0.1`
23-
- Removed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)**, with `^1.1.2`
24-
- Removed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)**, with `^2.0.5`
25-
- Removed **[@types/jest](https://www.npmjs.com/package/@types/jest)**, with `^29.2.3`
26-
- Removed **[@types/node](https://www.npmjs.com/package/@types/node)**, with `^18.11.9`
27-
- Removed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)**, with `^5.44.0`
28-
- Removed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)**, with `^5.44.0`
29-
- Removed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)**, with `^4.0.9`
30-
- Removed **[cspell](https://www.npmjs.com/package/cspell)**, with `^6.15.0`
31-
- Removed **[eslint](https://www.npmjs.com/package/eslint)**, with `^8.28.0`
32-
- Removed **[eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)**, with `^8.5.0`
33-
- Removed **[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)**, with `^2.26.0`
34-
- Removed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)**, with `^27.1.6`
35-
- Removed **[eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)**, with `^11.1.0`
36-
- Removed **[eslint-plugin-optimize-regex](https://www.npmjs.com/package/eslint-plugin-optimize-regex)**, with `^1.2.1`
37-
- Removed **[eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise)**, with `^6.1.1`
38-
- Removed **[ghinfo](https://www.npmjs.com/package/ghinfo)**, with `^3.0.8`
39-
- Removed **[husky](https://www.npmjs.com/package/husky)**, with `^8.0.2`
40-
- Removed **[jest](https://www.npmjs.com/package/jest)**, with `^29.3.1`
41-
- Removed **[npm-run-all](https://www.npmjs.com/package/npm-run-all)**, with `^4.1.5`
42-
- Removed **[prettier](https://www.npmjs.com/package/prettier)**, with `^2.8.0`
43-
- Removed **[rimraf](https://www.npmjs.com/package/rimraf)**, with `^3.0.2`
44-
- Removed **[ts-jest](https://www.npmjs.com/package/ts-jest)**, with `^29.0.3`
45-
- Removed **[typescript](https://www.npmjs.com/package/typescript)**, with `^4.9.3`
16+
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^11.0.1` to `^11.0.4`
17+
- Changed **[ts-node](https://www.npmjs.com/package/ts-node)** from `^10.9.1` to `^10.9.2`
4618

4719
</details>
4820

21+
# :fire: Improvements
22+
23+
- Add `noProcessExit` to Tree.start options [`49e3a99`](https://github.com/keindev/tasktree/commit/49e3a9979a7e4ad811fa36ba1d99e9c5eb738ae0)
24+
4925
# :memo: Internal changes
5026

51-
- Fix lint errors [`109087f`](https://github.com/keindev/tasktree/commit/109087f61294ca587955674a510591a847709bfc)
27+
- Fix build badge [`99ffa05`](https://github.com/keindev/tasktree/commit/99ffa05521648daba3bddc5cf4d8c82e1939f462)
28+
- Fix lint warnings [`a7ef481`](https://github.com/keindev/tasktree/commit/a7ef481dee333e0b8abbc27f3d22c98727128945)
5229

5330
---
5431

5532
# Contributors
5633

57-
[![@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)
34+
[![@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)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasktree-cli",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
55
"license": "MIT",
66
"homepage": "https://github.com/keindev/tasktree#readme",

0 commit comments

Comments
 (0)