gts
gts copied to clipboard
☂️ TypeScript style guide, formatter, and linter.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`3.1.1` -> `3.2.5`](https://renovatebot.com/diffs/npm/prettier/3.1.1/3.2.5) |...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`~5.2.0` -> `~5.3.0`](https://renovatebot.com/diffs/npm/typescript/5.2.2/5.3.3) |...
:robot: I have created a release *beep* *boop* --- ## [5.2.1](https://github.com/google/gts/compare/v5.2.0...v5.2.1) (2024-01-31) ### Bug Fixes * **deps:** update dependency eslint to v8.51.0 ([#812](https://github.com/google/gts/issues/812)) ([ae913c1](https://github.com/google/gts/commit/ae913c17ae4460d0f76aad16b96cb3e1f23a5b89)) * **deps:** update dependency eslint to...
Un-revert https://github.com/google/gts/pull/808 and set `no-floating-promises` to `error` Context: - https://github.com/google/gts/pull/756#issuecomment-1714363976 Dependency: - https://github.com/googleapis/synthtool/pull/1877
The gts lint command is returning exit code 1 using yarn 4.0.2 ``` ➜ yarn --version 4.0.2 ``` ``` ➜ yarn lint version: 18 ``` Using npm: ``` ➜ npm...
Hi, I believe this pull request has the potential to significantly improve performance and resource efficiency by leveraging `Promise.all` for parallel execution. While not directly comparable, a similar pull request...
Typically, we do not want to emit declarations for code that has an `@internal` annotation. Documentation: - https://www.typescriptlang.org/tsconfig#stripInternal
Available in newer versions of ESLint, and will be required in the future, there's a new configuration structure! You can find the context here: https://eslint.org/docs/latest/use/configure/configuration-files-new While there does exist a...