renovate[bot]
b2ec182493
Update typescript-eslint monorepo to v5 (major) ( #8702 )
...
* Update typescript-eslint monorepo to v5
* Fix linter warnings
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-10-12 11:07:46 -04:00
Rijk van Zanten
fb36ded825
Remove deprecated code ( #8670 )
...
* Remove deprecated code
Just for you @aidenfoxx
* Fix type signature
2021-10-08 18:45:17 +00:00
Nicola Krumschmidt
d64ca14348
Explicitly set catch parameters to any type ( #7654 )
...
This fixes not being able to build the repo due to type issues
introduced by the Typescript 4.4 option "useUnknownInCatchVariables",
which is enabled by default in strict mode.
2021-08-27 10:33:30 -04:00
dependabot[bot]
b1f1e09428
Bump typescript from 4.2.4 to 4.3.2 ( #5967 )
...
* Bump typescript from 4.2.4 to 4.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix typing quirk
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-06-01 15:02:44 -04:00
rijkvanzanten
c3589d138f
Remove remaining leftovers from deprecated single query param
2021-05-25 11:38:33 -04:00
WoLfulus
d8caf221ed
CLI 2.0 ( #5376 )
...
* merge components
merge args, parser, docs, formatter, help and handlers
* change directus command and add auto debug
* output format fixes
* adds back some reformatted and documented commands
* better help output format
* refactor all output flow
* export cli types
* more formatting fixes and param rework
* fix table spacing
* add yaml formatting and fix string colors
* finished formatting docs
* remove log
* remove package-lock
* update dependency versions
* fix command description
* workaround typescript loading
* module loading fixes
added command error
rename human to table
fix disconnect usage
* add typescript loader
redirect execution to local package if installed locally
added command alias `directus-ctl`
* fix module load directories
* reimplement stdin pipe to work on linux
* fix sdk server info type
* info command
* Fix stdin bug
Disable community extensions to discourage use for now
Added template to config files
Added password stdin to connect to instances
Fixed typescript command load
* Added command suggestions and QOL features
* Linter fixes
* Add command hints
* Separate positional options
* Add back delete many, fix delete one location
* Change score logic
* Add whoami util command
* Add short online docs
* Fix typo
* Fix typo
* Update commands
* Param consistency fix and docs update
* Create commands
* Update package.json version
* Update package-lock
* Fixed several linting problems
* Update dependencies
* Update lock
* Remove locked dependencies
* Stop conflicts when in home directory
* Package lock update and npm audit fix
* Fix formatting errors
* Comment out extending cli section until we figure out cli ext
* Update readme
* Tweak dev/build/prebuild script naming
* Use up to date deps
* Fix dependency version in lock (fix build)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-05-12 20:38:30 +00:00