diff --git a/.changeset/add-vitest-plugin.md b/.changeset/add-vitest-plugin.md deleted file mode 100644 index ce99dfac..00000000 --- a/.changeset/add-vitest-plugin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@rrlab/vitest-plugin": minor -"@rrlab/cli": minor ---- - -Add `@rrlab/vitest-plugin` and the `rr test` command — a passthrough to vitest. - -`rr test` forwards every flag and argument (and `--help`) straight to vitest, and loads an env file first (the first existing of `.env.test`, then `.env`; override with `--env `). This adds a streaming `test` capability to the kernel (`TestRunner`, `ToolService.runStreamed`) alongside the existing captured verbs. diff --git a/run-run/cli/CHANGELOG.md b/run-run/cli/CHANGELOG.md index c4931c4b..c287a704 100644 --- a/run-run/cli/CHANGELOG.md +++ b/run-run/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @rrlab/cli +## 1.3.0 + +### Minor Changes + +- [#244](https://github.com/variableland/dx/pull/244) [`42a8eb0`](https://github.com/variableland/dx/commit/42a8eb0aa22edc43fc200ac3329527ec1019c3c3) Thanks [@rqbazan](https://github.com/rqbazan)! - Add `@rrlab/vitest-plugin` and the `rr test` command — a passthrough to vitest. + + `rr test` forwards every flag and argument (and `--help`) straight to vitest, and loads an env file first (the first existing of `.env.test`, then `.env`; override with `--env `). This adds a streaming `test` capability to the kernel (`TestRunner`, `ToolService.runStreamed`) alongside the existing captured verbs. + ## 1.2.1 ### Patch Changes diff --git a/run-run/cli/package.json b/run-run/cli/package.json index ab25a1c5..5e3d25a9 100644 --- a/run-run/cli/package.json +++ b/run-run/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rrlab/cli", - "version": "1.2.1", + "version": "1.3.0", "description": "The CLI toolbox to fullstack common scripts in Variable Land", "homepage": "https://github.com/variableland/dx/tree/main/run-run/cli#readme", "bugs": { diff --git a/run-run/vitest-plugin/CHANGELOG.md b/run-run/vitest-plugin/CHANGELOG.md new file mode 100644 index 00000000..92069fef --- /dev/null +++ b/run-run/vitest-plugin/CHANGELOG.md @@ -0,0 +1,9 @@ +# @rrlab/vitest-plugin + +## 0.1.0 + +### Minor Changes + +- [#244](https://github.com/variableland/dx/pull/244) [`42a8eb0`](https://github.com/variableland/dx/commit/42a8eb0aa22edc43fc200ac3329527ec1019c3c3) Thanks [@rqbazan](https://github.com/rqbazan)! - Add `@rrlab/vitest-plugin` and the `rr test` command — a passthrough to vitest. + + `rr test` forwards every flag and argument (and `--help`) straight to vitest, and loads an env file first (the first existing of `.env.test`, then `.env`; override with `--env `). This adds a streaming `test` capability to the kernel (`TestRunner`, `ToolService.runStreamed`) alongside the existing captured verbs. diff --git a/run-run/vitest-plugin/package.json b/run-run/vitest-plugin/package.json index d3fb21f0..c67b6423 100644 --- a/run-run/vitest-plugin/package.json +++ b/run-run/vitest-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rrlab/vitest-plugin", - "version": "0.0.0", + "version": "0.1.0", "description": "vitest plugin for @rrlab/cli — provides the test capability as a passthrough to vitest.", "homepage": "https://github.com/variableland/dx/tree/main/run-run/vitest-plugin#readme", "bugs": {