checkly-cli
checkly-cli copied to clipboard
TS/JS native Monitoring as Code workflow
### Story description IoT might reject connections due to lambda throttling. This is an expected scenarios and the client should retry when this happens. The cli currently tries to connect...
### Node.js version 20.12.1 ### NPM version 10.5.0 ### @checkly/cli version 4.6.3 ### Steps to reproduce Hi Checkly team! Running `npm i --save-dev checkly` is installing the dependency `ip` with...
Bumps [open](https://github.com/sindresorhus/open) from 8.4.0 to 10.0.3. Release notes Sourced from open's releases. v10.0.3 Fix target option on macOS (#332) b597dec https://github.com/sindresorhus/open/compare/v10.0.2...v10.0.3 v10.0.2 Fix Linux compatibility 798cd93 https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2 v10.0.1 Add Windows...
### Node.js version 16.17.0 ### NPM version 8.15.0 ### @checkly/cli version 4.6.1 ### Steps to reproduce When creating a new `CheckGroup()`, if the `CheckGroupProps` argument is using `privateLocations` and omits...
### Node.js version v18.12.1 ### NPM version 8.19.2 ### @checkly/cli version 4.2.0 ### Steps to reproduce Import a tsx file ### What is expected? Handle the tsx file or say...
### What problem does this feature solve? Currently the Checkly's `check-parser` does not consider https://www.typescriptlang.org/tsconfig#paths when resolving local imported files. With some paths alias defined in tsconfig.json for the project:...
Playwright recommends delegating a lot of settings to the per project global `playwright.config.js` file. We currently do not support this for legacy reasons. We should support this and enable users...
Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.0 to 8.0.1. Release notes Sourced from execa's releases. v8.0.1 Fixes Fix and document support for the {encoding: 'buffer'} option. It is the same as {encoding: null},...
### Node.js version 18 ### NPM version 16 ### @checkly/cli version 4.0.13 ### Steps to reproduce - Create some app directory with a package.json - Run `npm create checkly` -...
Bumps [ora](https://github.com/sindresorhus/ora) from 5.4.1 to 8.0.1. Release notes Sourced from ora's releases. v8.0.1 Fix the process not exiting 89a1f31 https://github.com/sindresorhus/ora/compare/v8.0.0...v8.0.1 v8.0.0 Breaking Require Node.js 18 675590f Improvements Update dependencies 675590f...