Skip to content

Commit

Permalink
Upgrade almost all deps (#156)
Browse files Browse the repository at this point in the history
* Upgrade almost all deps

* Add changesets

* add changeset

* make errors as any

* remove prettier/typescript plugin
  • Loading branch information
Schniz authored May 17, 2022
1 parent 415aeae commit 6cb8d08
Show file tree
Hide file tree
Showing 10 changed files with 436 additions and 555 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/quiet-walls-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'cmd-ts': minor
---

upgrade all deps
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
extends: [
'plugin:@typescript-eslint/base',
'plugin:import/errors',
'prettier/@typescript-eslint',
'plugin:prettier/recommended',
'plugin:import/typescript',
],
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,37 @@
},
"dependencies": {
"chalk": "^4.0.0",
"debug": "^4.1.1",
"didyoumean": "^1.2.1",
"debug": "^4.3.4",
"didyoumean": "^1.2.2",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@swc-node/register": "1.3.1",
"@types/debug": "4.1.5",
"@swc-node/register": "1.5.1",
"@types/debug": "4.1.7",
"@types/didyoumean": "1.2.0",
"@types/fs-extra": "9.0.8",
"@types/fs-extra": "9.0.13",
"@types/node-fetch": "2.5.8",
"@types/request": "2.48.7",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"@types/request": "2.48.8",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"cargo-mdbook": "0.4.4",
"docs-ts": "0.6.4",
"eslint": "7.27.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "2.23.3",
"eslint-plugin-prettier": "3.4.0",
"docs-ts": "0.6.10",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"esm": "3.2.25",
"execa": "5.0.0",
"fs-extra": "9.1.0",
"husky": "5.2.0",
"execa": "6.1.0",
"fs-extra": "10.1.0",
"husky": "8.0.1",
"infer-types": "0.0.2",
"node-fetch": "2.6.1",
"prettier": "2.3.0",
"prettier": "2.6.2",
"request": "2.88.2",
"tempy": "1.0.0",
"typedoc": "0.20.30",
"typescript": "4.2.3",
"tempy": "3.0.0",
"typedoc": "0.22.15",
"typescript": "4.6.4",
"vitest": "^0.12.6"
}
}
Loading

0 comments on commit 6cb8d08

Please sign in to comment.