Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps tdd-guard-vitest from 0.1.3 to 0.1.6.

Release notes

Sourced from tdd-guard-vitest's releases.

tdd-guard-vitest v0.1.6

What's Changed

  • Updated tdd-guard dependency to ^1.1.0

Installation

npm install --save-dev tdd-guard-vitest@0.1.6

Full Changelog

nizos/tdd-guard@vitest-v0.1.5...vitest-v0.1.6

tdd-guard-vitest v0.1.5

What's Changed

This release ensures compatibility with tdd-guard v1.0.0+ which includes the SDK required for proper guard functionality.

  • Update tdd-guard dependency to ^1.0.1 for SDK compatibility
  • Update to use exported DEFAULT_DATA_DIR constant from main package

Installation

npm install --save-dev tdd-guard-vitest@0.1.5

Full Changelog

nizos/tdd-guard@vitest-v0.1.4...vitest-v0.1.5

v0.1.4

What's Changed

Bug Fixes

  • Fixed validation blocking when model execution fails

Refactoring

  • Reorganized test structure for better separation of concerns
  • Moved test utilities from src/test to test/utils with @testUtils alias
  • Moved integration tests from src/validation to test/integration
  • Split comprehensive integration tests into core and scenarios suites
  • Renamed USE_LOCAL_CLAUDE to USE_SYSTEM_CLAUDE with inverted logic for clarity

Testing Improvements

  • Updated vitest config to exclude extensive scenario tests by default for faster feedback
  • Added focused core integration tests covering essential TDD rules
  • Clear separation between unit and integration tests with dedicated npm scripts

... (truncated)

Commits
  • df583d5 chore(vitest): bump version to 0.1.6
  • 0b7c1d1 chore(vitest): bump version to 0.1.5
  • 8679231 chore(vitest): bump version to 0.1.4
  • 122d9a3 feat(vitest): capture unhandled errors from test environment
  • 5725334 feat(vitest): handle import errors as failed tests for better TDD enforcement
  • 9e422d6 fix(reporters): exclude test-data files from npm packages
  • 9881c2e chore(reporters): update tdd-guard dependency to ^0.8.1
  • 8012fcd chore(vitest): simplify .npmignore after tsbuildinfo fix
  • 0948674 fix(build): exclude tsbuildinfo files from npm packages
  • e75eb45 chore: update project dependencies and fix Jest reporter compatibility
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [tdd-guard-vitest](https://github.com/nizos/tdd-guard/tree/HEAD/reporters/vitest) from 0.1.3 to 0.1.6.
- [Release notes](https://github.com/nizos/tdd-guard/releases)
- [Commits](https://github.com/nizos/tdd-guard/commits/vitest-v0.1.6/reporters/vitest)

---
updated-dependencies:
- dependency-name: tdd-guard-vitest
  dependency-version: 0.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant