Skip to content

Commit

Permalink
Upgraded tty-table to fix deprecation warnings coming from its tran…
Browse files Browse the repository at this point in the history
…sitive dependency (#796)

* Upgrade tty-table to fix deprecation warning of smartwrap transient dep

* Bump ci to node12

* Update .changeset/healthy-dogs-repair.md

* Update .changeset/healthy-dogs-repair.md

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
  • Loading branch information
JakeGinnivan and Andarist committed Jun 6, 2022
1 parent d6bfcc5 commit 745b771
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 46 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-dogs-repair.md
@@ -0,0 +1,5 @@
---
"@changesets/cli": minor
---

Upgraded `tty-table` to fix deprecation warnings coming from its transitive dependency.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 3
jobs:
test:
docker:
- image: circleci/node:10.13.0
- image: circleci/node:12.22.2
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

typescript:
docker:
- image: circleci/node:10.13.0
- image: circleci/node:12.22.2
working_directory: ~/repo
steps:
- checkout
Expand All @@ -58,7 +58,7 @@ jobs:

lint:
docker:
- image: circleci/node:10.13.0
- image: circleci/node:12.22.2
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -62,7 +62,7 @@
"semver": "^5.4.1",
"spawndamnit": "^2.0.0",
"term-size": "^2.1.0",
"tty-table": "^2.8.10"
"tty-table": "^4.1.5"
},
"devDependencies": {
"@changesets/parse": "*",
Expand Down

0 comments on commit 745b771

Please sign in to comment.