conventional-changelog/commitlint (@commitlint/cli)
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1950-2024-09-11)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0)
##### Features
- **cli:** use special errorCode for missing rules/config [#4142](https://redirect.github.com/conventional-changelog/commitlint/issues/4142) ([#4143](https://redirect.github.com/conventional-changelog/commitlint/issues/4143)) ([d7070d8](https://redirect.github.com/conventional-changelog/commitlint/commit/d7070d8a4905da7834a018825b37d52c2dd29f62))
#### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
**Note:** Version bump only for package [@commitlint/cli](https://redirect.github.com/commitlint/cli)
### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1941-2024-08-28)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1)
**Note:** Version bump only for package [@commitlint/cli](https://redirect.github.com/commitlint/cli)
### [`v19.4.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1940-2024-08-07)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.4.0)
##### Features
- support command line options from a file ([#4109](https://redirect.github.com/conventional-changelog/commitlint/issues/4109)) ([a20e890](https://redirect.github.com/conventional-changelog/commitlint/commit/a20e890f6b6c8bacdc511d40cb41f29415bdd044))
- support linting from the last tag ([#4110](https://redirect.github.com/conventional-changelog/commitlint/issues/4110)) ([4b204ec](https://redirect.github.com/conventional-changelog/commitlint/commit/4b204ecfb43dd6a00e24b51111aadbd78f9d58e1))
conventional-changelog/commitlint (@commitlint/config-conventional)
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-conventional/CHANGELOG.md#1950-2024-09-11)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0)
**Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional)
#### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28)
**Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional)
#### [19.2.2](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14)
**Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional)
### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-conventional/CHANGELOG.md#1941-2024-08-28)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.4.1)
**Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional)
conventional-changelog/commitlint (@commitlint/cz-commitlint)
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cz-commitlint/CHANGELOG.md#1950-2024-09-11)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.5.0)
**Note:** Version bump only for package [@commitlint/cz-commitlint](https://redirect.github.com/commitlint/cz-commitlint)
### [`v19.4.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cz-commitlint/CHANGELOG.md#1940-2024-08-07)
[Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.4.0)
**Note:** Version bump only for package [@commitlint/cz-commitlint](https://redirect.github.com/commitlint/cz-commitlint)
vitest-dev/vitest (@vitest/coverage-v8)
### [`v2.0.5`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.0.5)
[Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5)
##### 🚀 Features
- Introduce experimental reported tasks - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6149](https://redirect.github.com/vitest-dev/vitest/issues/6149) [(13d85)](https://redirect.github.com/vitest-dev/vitest/commit/13d85bd1)
- This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!
##### 🐞 Bug Fixes
- Show a difference between string characters if both values are strings - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6191](https://redirect.github.com/vitest-dev/vitest/issues/6191) [(29176)](https://redirect.github.com/vitest-dev/vitest/commit/291766d7)
- `testNamePattern` adds leading space - by [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6186](https://redirect.github.com/vitest-dev/vitest/issues/6186) [(073a5)](https://redirect.github.com/vitest-dev/vitest/commit/073a50c9)
- **browser**:
- Don't bundle `afterEach` cleanup hooks in node entrypoint - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6192](https://redirect.github.com/vitest-dev/vitest/issues/6192) [(e6fbc)](https://redirect.github.com/vitest-dev/vitest/commit/e6fbc620)
- UserEvent.setup initiates a separate state for userEvent instance - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6088](https://redirect.github.com/vitest-dev/vitest/issues/6088) [(883f3)](https://redirect.github.com/vitest-dev/vitest/commit/883f3482)
- Correctly import optimized module in vi.importActual - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6219](https://redirect.github.com/vitest-dev/vitest/issues/6219) [(804ff)](https://redirect.github.com/vitest-dev/vitest/commit/804ff2fd)
- Passing options to hover/unhover - by [@MNeverOff](https://redirect.github.com/MNeverOff) in [https://github.com/vitest-dev/vitest/issues/6175](https://redirect.github.com/vitest-dev/vitest/issues/6175) [(d4c00)](https://redirect.github.com/vitest-dev/vitest/commit/d4c005bc)
- Improve unique CSS selector generation - by [@zacharyvoase](https://redirect.github.com/zacharyvoase) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243](https://redirect.github.com/vitest-dev/vitest/issues/6243) [(e7acd)](https://redirect.github.com/vitest-dev/vitest/commit/e7acd0cf)
- **vitest**:
- Remove nuxt from auto inline deps - by [@sheremet-va](https://redirect.github.com/sheremet-va) [(93882)](https://redirect.github.com/vitest-dev/vitest/commit/93882f38)
- Improve `defineProject` and `defineWorkspace` types - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6198](https://redirect.github.com/vitest-dev/vitest/issues/6198) [(8cd82)](https://redirect.github.com/vitest-dev/vitest/commit/8cd8272b)
- Correctly resolve mocked `node:*` imports in `__mocks__` folder - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6204](https://redirect.github.com/vitest-dev/vitest/issues/6204) [(a48be)](https://redirect.github.com/vitest-dev/vitest/commit/a48be6ff)
- **web-worker**:
- Expose globals on self - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6170](https://redirect.github.com/vitest-dev/vitest/issues/6170) [(12bb5)](https://redirect.github.com/vitest-dev/vitest/commit/12bb567e)
##### [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5)
### [`v2.0.4`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.0.4)
[Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4)
##### 🐞 Bug Fixes
- One-line environment options - by [@hahanein](https://redirect.github.com/hahanein) in [https://github.com/vitest-dev/vitest/issues/5105](https://redirect.github.com/vitest-dev/vitest/issues/5105) [(38269)](https://redirect.github.com/vitest-dev/vitest/commit/38269415)
- Resolve assets imported with `require` - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6159](https://redirect.github.com/vitest-dev/vitest/issues/6159) [(807a2)](https://redirect.github.com/vitest-dev/vitest/commit/807a2cbc)
- **browser**:
- Don't panic if [@vitest/browser](https://redirect.github.com/vitest/browser) is installed outside of project root - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6135](https://redirect.github.com/vitest-dev/vitest/issues/6135) [(ccfcd)](https://redirect.github.com/vitest-dev/vitest/commit/ccfcd488)
- Set global filepath - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6190](https://redirect.github.com/vitest-dev/vitest/issues/6190) [(0d0b4)](https://redirect.github.com/vitest-dev/vitest/commit/0d0b46b1)
- Allow preview and open in the editor screenshot error from ui - by [@userquin](https://redirect.github.com/userquin) in [https://github.com/vitest-dev/vitest/issues/6113](https://redirect.github.com/vitest-dev/vitest/issues/6113) [(2d620)](https://redirect.github.com/vitest-dev/vitest/commit/2d62051f)
- **coverage**:
- Global thresholds to include files from glob thresholds - by [@thor-juhasz](https://redirect.github.com/thor-juhasz) and [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6172](https://redirect.github.com/vitest-dev/vitest/issues/6172) [(02e3f)](https://redirect.github.com/vitest-dev/vitest/commit/02e3f003)
- Consistent type-only file handling - by [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6183](https://redirect.github.com/vitest-dev/vitest/issues/6183) [(90576)](https://redirect.github.com/vitest-dev/vitest/commit/90576148)
- Ignore `*.cts` files - by [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6189](https://redirect.github.com/vitest-dev/vitest/issues/6189) [(5da45)](https://redirect.github.com/vitest-dev/vitest/commit/5da45db1)
- Add `thresholds..100` option - by [@thor-juhasz](https://redirect.github.com/thor-juhasz) and [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6174](https://redirect.github.com/vitest-dev/vitest/issues/6174) [(f6845)](https://redirect.github.com/vitest-dev/vitest/commit/f68453f8)
- **spy**:
- Fix `mockImplementation` for function overload and unions - by [@hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6181](https://redirect.github.com/vitest-dev/vitest/issues/6181) [(7a75b)](https://redirect.github.com/vitest-dev/vitest/commit/7a75bd4c)
##### [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4)
microsoft/beachball (beachball)
### [`v2.47.1`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2471)
[Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.47.0...beachball_v2.47.1)
Tue, 10 Sep 2024 08:02:59 GMT
##### Patches
- Update readme (elcraig@microsoft.com)
- Refactor post-bump updating utilities (elcraig@microsoft.com)
- Simplify handling of groups while bumping (elcraig@microsoft.com)
- Remove newPackages from main BumpInfo (elcraig@microsoft.com)
- Update internal changelog helper options (elcraig@microsoft.com)
- Use a shared list of considered dependency types (elcraig@microsoft.com)
- Use a shared helper for workspace versions (elcraig@microsoft.com)
- Exit with an error on invalid change files (elcraig@microsoft.com)
- Clarify signatures of various internal functions (elcraig@microsoft.com)
### [`v2.47.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2470)
[Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.46.0...beachball_v2.47.0)
Sat, 07 Sep 2024 08:02:58 GMT
##### Minor changes
- Add `'md'` and `'json'` options for `generateChangelog` (elcraig@microsoft.com)
##### Patches
- Prevent accidentally writing dep bumps to grouped changelog (elcraig@microsoft.com)
- Don't bail early when updating calculated change types if one change file referenced an invalid package (elcraig@microsoft.com)
- Include pre\* changes in changelog (elcraig@microsoft.com)
### [`v2.46.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2460)
[Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.45.0...beachball_v2.46.0)
Wed, 04 Sep 2024 18:40:01 GMT
##### Minor changes
- add renderMainHeader changelog option (email not defined)
### [`v2.45.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2450)
[Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.44.1...beachball_v2.45.0)
Fri, 23 Aug 2024 08:03:09 GMT
##### Minor changes
- override NPM_CONCURRENCY defaults through env variable (nickykalu@microsoft.com)
### [`v2.44.1`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2441)
[Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.44.0...beachball_v2.44.1)
Thu, 22 Aug 2024 08:02:52 GMT
##### Patches
- Ensure changeDir is always set (elcraig@microsoft.com)
### [`v2.44.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2440)
[Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.43.1...beachball_v2.44.0)
Wed, 21 Aug 2024 22:56:03 GMT
##### Minor changes
- Add `changeDir` CLI option ([`2684369`](https://redirect.github.com/microsoft/beachball/commit/2684369)+JamesBurnside@users.noreply.github.com)
sindresorhus/execa (execa)
### [`v9.3.1`](https://redirect.github.com/sindresorhus/execa/compare/v9.3.0...0a51f7cbef53e7290a3604e585e1b2e61da37367)
[Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.3.0...v9.3.1)
typicode/husky (husky)
### [`v9.1.5`](https://redirect.github.com/typicode/husky/compare/v9.1.4...2fee8d212c601942ad146ea9209f15c20a07fb6d)
[Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.4...v9.1.5)
### [`v9.1.4`](https://redirect.github.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82)
[Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.3...v9.1.4)
### [`v9.1.3`](https://redirect.github.com/typicode/husky/releases/tag/v9.1.3)
[Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.2...v9.1.3)
- fix: better handle space in `PATH`
### [`v9.1.2`](https://redirect.github.com/typicode/husky/compare/v9.1.1...v9.1.2)
[Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.1...v9.1.2)
privatenumber/tsx (tsx)
### [`v4.19.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...157c3ec6bcf0b0a5e387080576404c00f7fd662f)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0)
### [`v4.18.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.17.1...474ea71ff9c9cbd2d3a5dbe0951f2c2d92f2e26a)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.17.1...v4.18.0)
### [`v4.17.1`](https://redirect.github.com/privatenumber/tsx/compare/v4.17.0...af370e7af4837cf3db069c3ee1758c90f94f7d32)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.17.0...v4.17.1)
### [`v4.17.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.16.5...bd83d3bf59e39767ec64eec86fe5b48a8e50b991)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0)
### [`v4.16.5`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.16.5)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.4...v4.16.5)
##### Bug Fixes
- **resolver:** directory import nested ".." ([2fada74](https://redirect.github.com/privatenumber/tsx/commit/2fada74ad363655890695716f762f89276800a46))
***
This release is also available on:
- [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.5)
### [`v4.16.4`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.16.4)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.3...v4.16.4)
##### Bug Fixes
- **resolver:** handle importing ".." ([3cf0b6a](https://redirect.github.com/privatenumber/tsx/commit/3cf0b6acb9041b782d46345c23f3f48160e05f49)), closes [#626](https://redirect.github.com/privatenumber/tsx/issues/626)
***
This release is also available on:
- [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.4)
### [`v4.16.3`](https://redirect.github.com/privatenumber/tsx/compare/v4.16.2...ca4bf11670bdbc29bd5fe413cfa3cedba02c2e4e)
[Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.2...v4.16.3)
microsoft/TypeScript (typescript)
### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda)
[Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)
### [`v5.5.4`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4
[Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.3...v5.5.4)
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/).
For the complete list of fixed issues, check out the
- [fixed issues query for TypeScript v5.5.4 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+).
- [fixed issues query for TypeScript v5.5.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+).
- [fixed issues query for TypeScript v5.5.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+).
- [fixed issues query for TypeScript v5.5.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+).
- [fixed issues query for TypeScript v5.5.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript)
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
19.3.0
->19.5.0
19.2.2
->19.5.0
19.2.0
->19.5.0
8.56.10
->8.56.12
20.14.11
->20.16.5
18.3.3
->18.3.5
2.0.3
->2.0.5
2.0.3
->2.0.5
2.43.1
->2.47.1
9.3.0
->9.3.1
9.1.1
->9.1.5
4.16.2
->4.19.0
5.5.3
->5.6.2
2.0.3
->2.0.5
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1950-2024-09-11) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) ##### Features - **cli:** use special errorCode for missing rules/config [#4142](https://redirect.github.com/conventional-changelog/commitlint/issues/4142) ([#4143](https://redirect.github.com/conventional-changelog/commitlint/issues/4143)) ([d7070d8](https://redirect.github.com/conventional-changelog/commitlint/commit/d7070d8a4905da7834a018825b37d52c2dd29f62)) #### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28) **Note:** Version bump only for package [@commitlint/cli](https://redirect.github.com/commitlint/cli) ### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1941-2024-08-28) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) **Note:** Version bump only for package [@commitlint/cli](https://redirect.github.com/commitlint/cli) ### [`v19.4.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1940-2024-08-07) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.3.0...v19.4.0) ##### Features - support command line options from a file ([#4109](https://redirect.github.com/conventional-changelog/commitlint/issues/4109)) ([a20e890](https://redirect.github.com/conventional-changelog/commitlint/commit/a20e890f6b6c8bacdc511d40cb41f29415bdd044)) - support linting from the last tag ([#4110](https://redirect.github.com/conventional-changelog/commitlint/issues/4110)) ([4b204ec](https://redirect.github.com/conventional-changelog/commitlint/commit/4b204ecfb43dd6a00e24b51111aadbd78f9d58e1))conventional-changelog/commitlint (@commitlint/config-conventional)
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-conventional/CHANGELOG.md#1950-2024-09-11) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.1...v19.5.0) **Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional) #### [19.4.1](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.4.1) (2024-08-28) **Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional) #### [19.2.2](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.1...v19.2.2) (2024-04-14) **Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional) ### [`v19.4.1`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/config-conventional/CHANGELOG.md#1941-2024-08-28) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.2...v19.4.1) **Note:** Version bump only for package [@commitlint/config-conventional](https://redirect.github.com/commitlint/config-conventional)conventional-changelog/commitlint (@commitlint/cz-commitlint)
### [`v19.5.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cz-commitlint/CHANGELOG.md#1950-2024-09-11) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.4.0...v19.5.0) **Note:** Version bump only for package [@commitlint/cz-commitlint](https://redirect.github.com/commitlint/cz-commitlint) ### [`v19.4.0`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cz-commitlint/CHANGELOG.md#1940-2024-08-07) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v19.2.0...v19.4.0) **Note:** Version bump only for package [@commitlint/cz-commitlint](https://redirect.github.com/commitlint/cz-commitlint)vitest-dev/vitest (@vitest/coverage-v8)
### [`v2.0.5`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) ##### 🚀 Features - Introduce experimental reported tasks - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6149](https://redirect.github.com/vitest-dev/vitest/issues/6149) [(13d85)](https://redirect.github.com/vitest-dev/vitest/commit/13d85bd1) - This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! ##### 🐞 Bug Fixes - Show a difference between string characters if both values are strings - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6191](https://redirect.github.com/vitest-dev/vitest/issues/6191) [(29176)](https://redirect.github.com/vitest-dev/vitest/commit/291766d7) - `testNamePattern` adds leading space - by [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6186](https://redirect.github.com/vitest-dev/vitest/issues/6186) [(073a5)](https://redirect.github.com/vitest-dev/vitest/commit/073a50c9) - **browser**: - Don't bundle `afterEach` cleanup hooks in node entrypoint - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6192](https://redirect.github.com/vitest-dev/vitest/issues/6192) [(e6fbc)](https://redirect.github.com/vitest-dev/vitest/commit/e6fbc620) - UserEvent.setup initiates a separate state for userEvent instance - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6088](https://redirect.github.com/vitest-dev/vitest/issues/6088) [(883f3)](https://redirect.github.com/vitest-dev/vitest/commit/883f3482) - Correctly import optimized module in vi.importActual - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6219](https://redirect.github.com/vitest-dev/vitest/issues/6219) [(804ff)](https://redirect.github.com/vitest-dev/vitest/commit/804ff2fd) - Passing options to hover/unhover - by [@MNeverOff](https://redirect.github.com/MNeverOff) in [https://github.com/vitest-dev/vitest/issues/6175](https://redirect.github.com/vitest-dev/vitest/issues/6175) [(d4c00)](https://redirect.github.com/vitest-dev/vitest/commit/d4c005bc) - Improve unique CSS selector generation - by [@zacharyvoase](https://redirect.github.com/zacharyvoase) and **Zack Voase** in [https://github.com/vitest-dev/vitest/issues/6243](https://redirect.github.com/vitest-dev/vitest/issues/6243) [(e7acd)](https://redirect.github.com/vitest-dev/vitest/commit/e7acd0cf) - **vitest**: - Remove nuxt from auto inline deps - by [@sheremet-va](https://redirect.github.com/sheremet-va) [(93882)](https://redirect.github.com/vitest-dev/vitest/commit/93882f38) - Improve `defineProject` and `defineWorkspace` types - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6198](https://redirect.github.com/vitest-dev/vitest/issues/6198) [(8cd82)](https://redirect.github.com/vitest-dev/vitest/commit/8cd8272b) - Correctly resolve mocked `node:*` imports in `__mocks__` folder - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6204](https://redirect.github.com/vitest-dev/vitest/issues/6204) [(a48be)](https://redirect.github.com/vitest-dev/vitest/commit/a48be6ff) - **web-worker**: - Expose globals on self - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6170](https://redirect.github.com/vitest-dev/vitest/issues/6170) [(12bb5)](https://redirect.github.com/vitest-dev/vitest/commit/12bb567e) ##### [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5) ### [`v2.0.4`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4) ##### 🐞 Bug Fixes - One-line environment options - by [@hahanein](https://redirect.github.com/hahanein) in [https://github.com/vitest-dev/vitest/issues/5105](https://redirect.github.com/vitest-dev/vitest/issues/5105) [(38269)](https://redirect.github.com/vitest-dev/vitest/commit/38269415) - Resolve assets imported with `require` - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6159](https://redirect.github.com/vitest-dev/vitest/issues/6159) [(807a2)](https://redirect.github.com/vitest-dev/vitest/commit/807a2cbc) - **browser**: - Don't panic if [@vitest/browser](https://redirect.github.com/vitest/browser) is installed outside of project root - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6135](https://redirect.github.com/vitest-dev/vitest/issues/6135) [(ccfcd)](https://redirect.github.com/vitest-dev/vitest/commit/ccfcd488) - Set global filepath - by [@sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6190](https://redirect.github.com/vitest-dev/vitest/issues/6190) [(0d0b4)](https://redirect.github.com/vitest-dev/vitest/commit/0d0b46b1) - Allow preview and open in the editor screenshot error from ui - by [@userquin](https://redirect.github.com/userquin) in [https://github.com/vitest-dev/vitest/issues/6113](https://redirect.github.com/vitest-dev/vitest/issues/6113) [(2d620)](https://redirect.github.com/vitest-dev/vitest/commit/2d62051f) - **coverage**: - Global thresholds to include files from glob thresholds - by [@thor-juhasz](https://redirect.github.com/thor-juhasz) and [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6172](https://redirect.github.com/vitest-dev/vitest/issues/6172) [(02e3f)](https://redirect.github.com/vitest-dev/vitest/commit/02e3f003) - Consistent type-only file handling - by [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6183](https://redirect.github.com/vitest-dev/vitest/issues/6183) [(90576)](https://redirect.github.com/vitest-dev/vitest/commit/90576148) - Ignore `*.cts` files - by [@AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6189](https://redirect.github.com/vitest-dev/vitest/issues/6189) [(5da45)](https://redirect.github.com/vitest-dev/vitest/commit/5da45db1) - Add `thresholds.microsoft/beachball (beachball)
### [`v2.47.1`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2471) [Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.47.0...beachball_v2.47.1) Tue, 10 Sep 2024 08:02:59 GMT ##### Patches - Update readme (elcraig@microsoft.com) - Refactor post-bump updating utilities (elcraig@microsoft.com) - Simplify handling of groups while bumping (elcraig@microsoft.com) - Remove newPackages from main BumpInfo (elcraig@microsoft.com) - Update internal changelog helper options (elcraig@microsoft.com) - Use a shared list of considered dependency types (elcraig@microsoft.com) - Use a shared helper for workspace versions (elcraig@microsoft.com) - Exit with an error on invalid change files (elcraig@microsoft.com) - Clarify signatures of various internal functions (elcraig@microsoft.com) ### [`v2.47.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2470) [Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.46.0...beachball_v2.47.0) Sat, 07 Sep 2024 08:02:58 GMT ##### Minor changes - Add `'md'` and `'json'` options for `generateChangelog` (elcraig@microsoft.com) ##### Patches - Prevent accidentally writing dep bumps to grouped changelog (elcraig@microsoft.com) - Don't bail early when updating calculated change types if one change file referenced an invalid package (elcraig@microsoft.com) - Include pre\* changes in changelog (elcraig@microsoft.com) ### [`v2.46.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2460) [Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.45.0...beachball_v2.46.0) Wed, 04 Sep 2024 18:40:01 GMT ##### Minor changes - add renderMainHeader changelog option (email not defined) ### [`v2.45.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2450) [Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.44.1...beachball_v2.45.0) Fri, 23 Aug 2024 08:03:09 GMT ##### Minor changes - override NPM_CONCURRENCY defaults through env variable (nickykalu@microsoft.com) ### [`v2.44.1`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2441) [Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.44.0...beachball_v2.44.1) Thu, 22 Aug 2024 08:02:52 GMT ##### Patches - Ensure changeDir is always set (elcraig@microsoft.com) ### [`v2.44.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2440) [Compare Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.43.1...beachball_v2.44.0) Wed, 21 Aug 2024 22:56:03 GMT ##### Minor changes - Add `changeDir` CLI option ([`2684369`](https://redirect.github.com/microsoft/beachball/commit/2684369)+JamesBurnside@users.noreply.github.com)sindresorhus/execa (execa)
### [`v9.3.1`](https://redirect.github.com/sindresorhus/execa/compare/v9.3.0...0a51f7cbef53e7290a3604e585e1b2e61da37367) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.3.0...v9.3.1)typicode/husky (husky)
### [`v9.1.5`](https://redirect.github.com/typicode/husky/compare/v9.1.4...2fee8d212c601942ad146ea9209f15c20a07fb6d) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.4...v9.1.5) ### [`v9.1.4`](https://redirect.github.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://redirect.github.com/typicode/husky/releases/tag/v9.1.3) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.2...v9.1.3) - fix: better handle space in `PATH` ### [`v9.1.2`](https://redirect.github.com/typicode/husky/compare/v9.1.1...v9.1.2) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.1...v9.1.2)privatenumber/tsx (tsx)
### [`v4.19.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...157c3ec6bcf0b0a5e387080576404c00f7fd662f) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0) ### [`v4.18.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.17.1...474ea71ff9c9cbd2d3a5dbe0951f2c2d92f2e26a) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.17.1...v4.18.0) ### [`v4.17.1`](https://redirect.github.com/privatenumber/tsx/compare/v4.17.0...af370e7af4837cf3db069c3ee1758c90f94f7d32) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.17.0...v4.17.1) ### [`v4.17.0`](https://redirect.github.com/privatenumber/tsx/compare/v4.16.5...bd83d3bf59e39767ec64eec86fe5b48a8e50b991) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0) ### [`v4.16.5`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.16.5) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.4...v4.16.5) ##### Bug Fixes - **resolver:** directory import nested ".." ([2fada74](https://redirect.github.com/privatenumber/tsx/commit/2fada74ad363655890695716f762f89276800a46)) *** This release is also available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.5) ### [`v4.16.4`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.16.4) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.3...v4.16.4) ##### Bug Fixes - **resolver:** handle importing ".." ([3cf0b6a](https://redirect.github.com/privatenumber/tsx/commit/3cf0b6acb9041b782d46345c23f3f48160e05f49)), closes [#626](https://redirect.github.com/privatenumber/tsx/issues/626) *** This release is also available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.16.4) ### [`v4.16.3`](https://redirect.github.com/privatenumber/tsx/compare/v4.16.2...ca4bf11670bdbc29bd5fe413cfa3cedba02c2e4e) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.16.2...v4.16.3)microsoft/TypeScript (typescript)
### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) ### [`v5.5.4`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.3...v5.5.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.4 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.