betterer
betterer copied to clipboard
betterer makes it easier to make incremental improvements to your codebase
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.18.20 to 7.29.0. Changelog Sourced from @microsoft/api-extractor's changelog. 7.29.0 Wed, 03 Aug 2022 18:40:35 GMT Minor changes Upgrade TypeScript dependency to 4.7 7.28.7 Mon, 01 Aug 2022...
**Describe the bug** Better hangs and cannot finish any test after Angular application is upgrade to 13 and it worked in Angular 12. **To Reproduce** https://github.com/railsstudent/ng-spanish-menu/tree/upgrade-angular13 **Expected behavior** Before Angular...
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.0.1. Release notes Sourced from chalk's releases. v5.0.1 Add main field to package.json for backwards compatibility with some developer tools 85f7e96 https://github.com/chalk/chalk/compare/v5.0.0...v5.0.1 v5.0.0 Breaking This...
**Describe the bug** VS Code extension does not pick up type/module declarations in .d.ts files **To Reproduce** Run the betterer VS Code extension in a typescript project, and create a...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.5.2. Release notes Sourced from typescript's releases. TypeScript 4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [find-up](https://github.com/sindresorhus/find-up) from 5.0.0 to 6.3.0. Release notes Sourced from find-up's releases. v6.3.0 Accept URL as cwd (#60) f348f3c https://github.com/sindresorhus/find-up/compare/v6.2.0...v6.3.0 v6.2.0 Add findUpMultiple() method (#56) 8f80ac7 https://github.com/sindresorhus/find-up/compare/v6.1.0...v6.2.0 v6.1.0 Add stopAt...
Bumps [djb2a](https://github.com/sindresorhus/djb2a) from 1.2.0 to 2.0.0. Release notes Sourced from djb2a's releases. v2.0.0 Breaking Require Node.js 12 540de27 This package is now pure ESM. Please read this. https://github.com/sindresorhus/djb2a/compare/v1.2.0...v2.0.0 Commits 67fa455...
**Describe the bug** `betterer precommit` doesn't update results file when multiple tests use `eslint` package **To Reproduce** betterer.ts ```typescript import { regexp } from '@betterer/regexp'; import { eslint } from...
Hi there! We're trying to run Betterer on my company's repository and we're running into some issues. Some of these issues are because the repository we're running these on is...