Skip to content

Commit 32046ad

Browse files
author
Daniil Ryazanov
authored
build: Merge pull request #740 from keindev/dev
build: release v6.0.2
2 parents f9beeb7 + c732878 commit 32046ad

File tree

10 files changed

+1858
-1570
lines changed

10 files changed

+1858
-1570
lines changed

.config/.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "words": ["Lucida", "Monospace", "Infinitys"] }

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

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
with:
7575
token: ${{ secrets.NPM_TOKEN }}
76+
access: "public"
7677

7778
release:
7879
name: Create Release

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.prettierrc
1616
.vscode
1717
CODE_OF_CONDUCT.md
18+
SECURITY.md
1819
codecov.yml
1920
codegen.yml
2021
coverage/

CHANGELOG.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,37 @@
55
<details>
66
<summary>Dependencies</summary>
77

8-
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.1` to `^3.0.2`
8+
- Changed **[stdout-update](https://www.npmjs.com/package/stdout-update)** from `^3.0.2` to `^3.0.3`
9+
- Bumped **[chalk-template](https://www.npmjs.com/package/chalk-template)** from `^0.2.0` to `^0.3.1`
910

1011
</details>
1112

1213
<details>
1314
<summary>Dev Dependencies</summary>
1415

15-
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^6.4.0` to `^6.4.1`
16-
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.7` to `^17.0.8`
17-
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.9.0` to `^5.9.1`
18-
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.9.0` to `^5.9.1`
19-
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.14.0` to `^5.15.2`
20-
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.6.0` to `^8.7.0`
21-
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^25.3.4` to `^25.7.0`
22-
- Changed **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.10.0` to `^0.10.2`
23-
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.0` to `^3.0.2`
24-
- Changed **[jest](https://www.npmjs.com/package/jest)** from `^27.4.5` to `^27.4.7`
25-
- Changed **[ts-jest](https://www.npmjs.com/package/ts-jest)** from `^27.1.2` to `^27.1.3`
26-
- Bumped **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^3.0.2` to `^4.0.1`
16+
- Added **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** with `^1.0.1`
17+
- Added **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** with `^1.2.2`
18+
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.8` to `^17.0.18`
19+
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.9.1` to `^5.12.0`
20+
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.9.1` to `^5.12.0`
21+
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.1` to `^4.0.2`
22+
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.15.2` to `^5.18.5`
23+
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.7.0` to `^8.9.0`
24+
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.2` to `^3.0.3`
25+
- Changed **[jest](https://www.npmjs.com/package/jest)** from `^27.4.7` to `^27.5.1`
26+
- Changed **[ts-node](https://www.npmjs.com/package/ts-node)** from `^10.4.0` to `^10.5.0`
27+
- Changed **[typescript](https://www.npmjs.com/package/typescript)** from `^4.5.4` to `^4.5.5`
28+
- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^6.4.1` to `^7.2.4`
29+
- Bumped **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^25.7.0` to `^26.1.1`
30+
- Bumped **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.10.2` to `^0.11.0`
2731

2832
</details>
2933

34+
# :memo: Internal changes
35+
36+
- Add string with escaped braces [`d2c4062`](https://github.com/keindev/tasktree/commit/d2c4062afea3a2d963e3fba456ade93c4583b191)
37+
- #736 Add description for using braces escape in formatted string [`5110656`](https://github.com/keindev/tasktree/commit/51106562f163bf310f7b77bf9c9b28152198e389)
38+
3039
---
3140

3241
# Contributors

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Daniil Ryazanov
3+
Copyright (c) 2022 Daniil Ryazanov <kein@tagproject.ru>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,18 @@ Promise.all(promises).then(() => {
7474
});
7575
```
7676

77-
TaskTree uses [chalk-template](https://www.npmjs.com/package/chalk-template) to style text and supports formatting as a [tagged template literal](https://www.npmjs.com/package/chalk#tagged-template-literal).
77+
TaskTree uses [chalk-template](https://www.npmjs.com/package/chalk-template) to style text and supports formatting as a [tagged template literal](https://www.npmjs.com/package/chalk#tagged-template-literal):
7878

7979
```typescript
8080
const task = new Task('{underline.cyan.bold Awesome task}');
8181
```
8282

83+
If you are using braces in a formatted string, use `\\` to escape it:
84+
85+
```typescript
86+
const task = new Task('{underline.cyan.bold \\{Awesome\\} task}');
87+
```
88+
8389
## API
8490

8591
Read the [API documentation](docs/api/index.md) for more information.

0 commit comments

Comments
 (0)