Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into enable-suppress-type-…
Browse files Browse the repository at this point in the history
…errors-on-integration-tests
  • Loading branch information
rubiesonthesky committed Jan 3, 2025
2 parents d17ce9d + a669242 commit aae2471
Show file tree
Hide file tree
Showing 10 changed files with 882 additions and 613 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- uses: ./.github/actions/prepare
- run: pnpm run test:mutation --coverage --no-file-parallelism
- name: Codecov
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with:
flags: mutation

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with:
flags: unit

Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Changelog

## [0.8.8](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.7...0.8.8) (2025-01-03)

### Bug Fixes

- duplicate react props added ([#2057](https://github.com/JoshuaKGoldberg/TypeStat/issues/2057)) ([dc9f408](https://github.com/JoshuaKGoldberg/TypeStat/commit/dc9f408a470d14d3ed0e0eded9a1a53b9c8a8efc)), closes [#2019](https://github.com/JoshuaKGoldberg/TypeStat/issues/2019)

## [0.8.7](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.6...0.8.7) (2025-01-02)

### Bug Fixes

- **deps:** update dependency commander to v13 ([#2102](https://github.com/JoshuaKGoldberg/TypeStat/issues/2102)) ([0dc034c](https://github.com/JoshuaKGoldberg/TypeStat/commit/0dc034c0c176fe5cb75f98071806d0c9aebc45b7))

## [0.8.6](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.5...0.8.6) (2024-12-24)

### Bug Fixes

- **deps:** update dependency chalk to v5.4.1 ([#2095](https://github.com/JoshuaKGoldberg/TypeStat/issues/2095)) ([8b75a6d](https://github.com/JoshuaKGoldberg/TypeStat/commit/8b75a6dd186e48f52ad24a67e48e959ab3bf7525))

## [0.8.5](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.4...0.8.5) (2024-12-21)

### Bug Fixes

- **deps:** update dependency chalk to v5.4.0 ([#2088](https://github.com/JoshuaKGoldberg/TypeStat/issues/2088)) ([c252bcc](https://github.com/JoshuaKGoldberg/TypeStat/commit/c252bcc33cb3847e7623663224570f3a0d91471d))

## [0.8.4](https://github.com/JoshuaKGoldberg/TypeStat/compare/0.8.3...0.8.4) (2024-12-02)

### Bug Fixes
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typestat",
"version": "0.8.4",
"version": "0.8.8",
"description": "Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,51 +43,51 @@
"@phenomnomnominal/tsquery": "6.1.3",
"automutate": "0.9.0",
"builtin-modules": "4.0.0",
"chalk": "5.3.0",
"commander": "12.1.0",
"chalk": "5.4.1",
"commander": "13.0.0",
"enquirer": "2.4.1",
"glob": "11.0.0",
"strip-ansi": "7.1.0",
"ts-api-utils": "2.0.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
"@eslint/js": "9.16.0",
"@release-it/conventional-changelog": "9.0.3",
"@eslint/js": "9.17.0",
"@release-it/conventional-changelog": "9.0.4",
"@types/eslint-plugin-markdown": "2.0.2",
"@types/glob": "8.1.0",
"@types/node": "22.10.1",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.12",
"@types/node": "22.10.2",
"@types/prop-types": "15.7.14",
"@types/react": "19.0.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.14",
"@vitest/eslint-plugin": "1.1.22",
"console-fail-test": "0.5.0",
"cspell": "8.16.1",
"eslint": "9.16.0",
"eslint-plugin-jsdoc": "50.6.0",
"cspell": "8.17.1",
"eslint": "9.17.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-package-json": "0.17.0",
"eslint-plugin-perfectionist": "4.2.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-package-json": "0.18.0",
"eslint-plugin-perfectionist": "4.4.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.7",
"knip": "5.39.1",
"lint-staged": "15.2.10",
"markdownlint": "0.36.1",
"knip": "5.41.1",
"lint-staged": "15.3.0",
"markdownlint": "0.37.3",
"markdownlint-cli": "0.43.0",
"prettier": "3.4.2",
"prettier-plugin-curly": "0.3.1",
"prettier-plugin-packagejson": "2.5.6",
"release-it": "17.10.0",
"sentences-per-line": "0.2.1",
"release-it": "17.11.0",
"sentences-per-line": "0.3.0",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"typescript-eslint": "8.18.1",
"vitest": "2.1.8"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.2",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit aae2471

Please sign in to comment.