Skip to content

Commit ca839d1

Browse files
author
Daniil Ryazanov
authored
build: Merge pull request #784 from keindev/dev
build: release v6.0.5
2 parents 48e5113 + 6f8e404 commit ca839d1

File tree

17 files changed

+634
-593
lines changed

17 files changed

+634
-593
lines changed

.config/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"--inspect-brk=9229",
1515
"--loader",
1616
"ts-node/esm",
17-
"example/app.ts"
17+
"example/app.js"
1818
],
1919
"port": 9229
2020
}

.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": "6.0.4",
3+
"version": "6.0.5",
44
"description": "Simple terminal task tree - helps you keep track of your tasks in a tree structure.",
55
"keywords": [
66
"ascii",

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1818
with:
1919
target: minor
20-
github-token: ${{ secrets.GITHUB_TOKEN }}
20+
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
*.seed
55
*.tgz
66
.env
7+
.eslintrc
78
.yarn-integrity
89
/.editorconfig
910
/.eslintcache
1011
/.eslintignore
11-
/.eslintrc
1212
/.figma.yml
1313
/.husky/
1414
/.prettierignore
1515
/.prettierrc
1616
/.vscode/
1717
/jest.config.js
18+
/src/**/tsconfig.json
1819
/tsconfig.json
1920
coverage
2021
lib

CHANGELOG.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,35 @@
55
<details>
66
<summary>Dependencies</summary>
77

8-
- Changed **[figures](https://www.npmjs.com/package/figures)** from `^4.0.0` to `^4.0.1`
9-
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.4` to `^3.0.5`
8+
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.5` to `^3.0.6`
109

1110
</details>
1211

1312
<details>
1413
<summary>Dev Dependencies</summary>
1514

16-
- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^1.0.2` to `^1.0.4`
17-
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^7.3.0` to `^7.3.3`
18-
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^1.2.3` to `^1.2.5`
19-
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.21` to `^17.0.23`
20-
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.15.0` to `^5.18.0`
21-
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.15.0` to `^5.18.0`
22-
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.3` to `^4.0.4`
23-
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.19.2` to `^5.19.5`
24-
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.11.0` to `^8.12.0`
25-
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^26.1.1` to `^26.1.3`
26-
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.4` to `^3.0.5`
27-
- Changed **[prettier](https://www.npmjs.com/package/prettier)** from `^2.6.0` to `^2.6.2`
28-
- Changed **[ts-jest](https://www.npmjs.com/package/ts-jest)** from `^27.1.3` to `^27.1.4`
29-
- Changed **[typescript](https://www.npmjs.com/package/typescript)** from `^4.6.2` to `^4.6.3`
30-
- Bumped **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.11.0` to `^1.0.0`
15+
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.23` to `^17.0.25`
16+
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.18.0` to `^5.20.0`
17+
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.18.0` to `^5.20.0`
18+
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.4` to `^4.0.5`
19+
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.19.5` to `^5.19.7`
20+
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.12.0` to `^8.13.0`
21+
- Changed **[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)** from `^2.25.4` to `^2.26.0`
22+
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^26.1.3` to `^26.1.4`
23+
- Changed **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^1.0.0` to `^1.0.1`
24+
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^7.3.3` to `^9.0.7`
25+
- Bumped **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^1.2.5` to `^2.0.0`
3126

3227
</details>
3328

29+
# :bug: Bug Fixes
30+
31+
- Fix ESM imports/exports [`42d4091`](https://github.com/keindev/tasktree/commit/42d4091af12335be1974f14f64bbee7226a02b19)
32+
33+
# :memo: Internal changes
34+
35+
- Fix example import [`d35c711`](https://github.com/keindev/tasktree/commit/d35c711cc2cfc6319c341c34c57e7d216eee95da)
36+
3437
---
3538

3639
# Contributors
File renamed without changes.

0 commit comments

Comments
 (0)