Skip to content

Releases: oxc-project/tsgolint

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 26 Jan 05:44

What's Changed

  • chore(deps): update module golang.org/x/tools to v0.41.0 by @renovate[bot] in #598
  • chore(deps): update github-actions by @renovate[bot] in #597
  • chore(deps): update npm packages by @renovate[bot] in #599
  • chore(deps): update crate-ci/typos action to v1.42.1 by @renovate[bot] in #600
  • chore(deps): update typescript-go digest to b553e0f by @renovate[bot] in #594
  • chore(deps): update typescript-go digest to 01cac67 by @renovate[bot] in #601
  • chore(deps): update typescript-go digest to ede1a6b by @renovate[bot] in #602
  • fix: do not consider relational operators and multiple comparisons by @camchenry in #596
  • feat: Update no-floating-promise quick fix description by @nrayburn-tech in #553
  • fix: prefer-nullish-coalescing: do not call AsBinaryExpression unless we know it is one by @camchenry in #606
  • fix: no-misused-spread: remove multiline message and add help messages by @camchenry in #605
  • chore(deps): update github-actions by @renovate[bot] in #608
  • chore(deps): update npm packages by @renovate[bot] in #609
  • chore(deps): update typescript-go digest to 2ca325f by @renovate[bot] in #603
  • fix: gen-json-schema tool by @camc314 in #610

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 16:11

What's Changed

  • chore(deps): update typescript-go digest to 0f7cc3d by @renovate[bot] in #572
  • chore(deps): update typescript-go digest to 6e1e2c2 by @renovate[bot] in #575
  • chore(deps): update dependency vitest>vite to v8.0.0-beta.7 by @renovate[bot] in #578
  • chore(deps): update dependency dprint-pretty_yaml to v0.6.0 by @renovate[bot] in #580
  • chore(deps): update github-actions by @renovate[bot] in #579
  • chore(deps): update gomod by @renovate[bot] in #581
  • chore: update implemented rules list by @connorshea in #582
  • chore(deps): update typescript-go digest to cfbe2fe by @renovate[bot] in #586
  • chore(deps): update typescript-go digest to f522127 by @renovate[bot] in #588
  • chore(deps): update typescript-go digest to a40fd3a by @renovate[bot] in #589
  • chore(deps): update typescript-go digest to 46a8635 by @renovate[bot] in #590
  • chore(deps): update typescript-go digest to ac123d5 by @renovate[bot] in #591
  • chore(deps): update typescript-go digest to f5bcdfc by @renovate[bot] in #592
  • chore: add description to published npm pacakge by @camc314 in #593
  • fix: circular tsconfig config crash by @camc314 in #577

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 14:51
54ae0c7

What's Changed

  • fix: enable multi-threaded linting for the InferredProject by @no-yan in #549
  • chore(deps): update dependency dprint-json to v0.21.1 by @renovate[bot] in #560
  • chore(deps): update taiki-e/install-action action to v2.65.12 by @renovate[bot] in #561
  • chore(deps): update npm packages by @renovate[bot] in #562
  • chore: add profile outputs to .gitignore by @no-yan in #558
  • chore(deps): update typescript-go digest to 5be8200 by @renovate[bot] in #563
  • chore(deps): update typescript-go digest to a7b5685 by @renovate[bot] in #564
  • fix(no-misused-promises): handle top-level return statements without panic by @camc314 in #566
  • chore(deps): update typescript-go digest to 0527802 by @renovate[bot] in #567
  • chore(deps): update crate-ci/typos action to v1.42.0 by @renovate[bot] in #569
  • chore(deps): update typescript-go digest to ceefddd by @renovate[bot] in #570
  • chore(deps): update typescript-go digest to f726edf by @renovate[bot] in #571
  • refactor: Extract options and profiling setup by @no-yan in #559
  • feat: prefer-optional-chaining by @kalvenschraut in #484

Full Changelog: v0.10.1...v0.11.0

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 01 Jan 12:56

What's Changed

  • chore(deps): update npm packages by @renovate[bot] in #535
  • chore(deps): update taiki-e/install-action action to v2.65.1 by @renovate[bot] in #536
  • chore(deps): update pnpm to v10.26.1 by @renovate[bot] in #537
  • fix(require-array-sort-compare): handle string literal unions and string enums by @camc314 in #540
  • chore(ci): skip GO test on windows (only run e2e) by @camc314 in #541
  • chore(deps): update github-actions by @renovate[bot] in #542
  • chore(deps): update npm packages by @renovate[bot] in #543
  • chore(deps): update typescript-go digest to aee6f7f by @renovate[bot] in #544
  • chore(deps): update typescript-go digest to 1611cc9 by @renovate[bot] in #545
  • chore(deps): update crate-ci/typos action to v1.40.1 by @renovate[bot] in #546
  • fix: defer debug logging to prevent nil pointer access by @no-yan in #547
  • chore(deps): update crate-ci/typos action to v1.41.0 by @renovate[bot] in #550
  • feat(only-throw-error): add allowRethrowing option by @camc314 in #552

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 20:36

What's Changed

  • chore(deps): update typescript-go digest to d9178cc by @renovate[bot] in #530
  • feat(no-unnecessary-type-assertion): add checkLiteralConstAssertions option by @camc314 in #531
  • feat(no-unsafe-member-access): add allowOptionalChaining option by @camc314 in #532
  • feat(no-base-to-string): add checkUnknown option by @camc314 in #533

Full Changelog: v0.9.2...v0.10.0

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 18 Dec 22:39

What's Changed

  • chore(deps): update typescript-go digest to 51d6a11 by @renovate[bot] in #520
  • feat(linter): add debug logging for program source file count by @camc314 in #521
  • refactor(utils): use local NewCompilerHost wrapper by @camc314 in #522
  • chore(deps): update typescript-go digest to 93841b5 by @renovate[bot] in #523
  • chore(deps): update typescript-go digest to 8d8850a by @renovate[bot] in #524
  • chore(deps): update typescript-go digest to c15e764 by @renovate[bot] in #525
  • chore(deps): update typescript-go digest to 2437fa4 by @renovate[bot] in #528
  • fix: add mutex to prevent data race in ForEachCheckerParallel callback by @camc314 in #529

Full Changelog: v0.9.1...v0.9.2

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 15 Dec 14:30

What's Changed

  • chore(deps): update typescript-go digest to 92c21db by @renovate[bot] in #509
  • chore(deps): update typescript-go digest to 2046634 by @renovate[bot] in #510
  • chore(deps): update npm packages by @renovate[bot] in #512
  • chore(deps): update taiki-e/install-action action to v2.63.1 by @renovate[bot] in #513
  • chore(deps): update typescript-go digest to 6c175a0 by @renovate[bot] in #511
  • chore(deps): update github-actions (major) by @renovate[bot] in #515
  • chore(deps): update taiki-e/install-action action to v2.63.2 by @renovate[bot] in #516
  • fix(no-base-to-string): remove leading trivia from error message text by @camc314 in #519

Full Changelog: v0.9.0...v0.9.1

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 13:45
3e44cb9

What's Changed

  • chore(deps): update typescript-go digest to 032909d by @renovate[bot] in #506
  • chore(deps): update typescript-go digest to 20bf4fc by @renovate[bot] in #507
  • chore(deps): update typescript-go digest to 06abb77 by @renovate[bot] in #508
  • feat: prefer nullish coalescing by @kalvenschraut in #494

New Contributors

Full Changelog: v0.8.6...v0.9.0

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 11 Dec 23:28
c0f3c0b

What's Changed

  • chore(deps): update typescript-go digest to 5ac8497 by @renovate[bot] in #500
  • chore(deps): update typescript-go digest to dcebe53 by @renovate[bot] in #503
  • fix: nil interface type crash in getBaseTypes (#502) by @camc314 in #504
  • chore(deps): update typescript-go digest to cac2644 by @renovate[bot] in #505

Full Changelog: v0.8.5...v0.8.6

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 10 Dec 13:05
9e2ebba

What's Changed

  • chore(deps): update typescript-go digest to a767276 by @renovate[bot] in #493
  • chore(deps): update typescript-go digest to dab8a33 by @renovate[bot] in #497
  • fix(no-unnecessary-type-assertion): avoid duplicate spaces in autofixer by @maschwenk in #496

New Contributors

Full Changelog: v0.8.4...v0.8.5