Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TMHSDigital/Home-Lab-Developer-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.2
Choose a base ref
...
head repository: TMHSDigital/Home-Lab-Developer-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 6 commits
  • 37 files changed
  • 3 contributors

Commits on May 22, 2026

  1. deps: update pyyaml requirement from >=6.0 to >=6.0.3 (#23)

    Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version.
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
    - [Commits](yaml/pyyaml@6.0...6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: pyyaml
      dependency-version: 6.0.3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2026
    Configuration menu
    Copy the full SHA
    766cd95 View commit details
    Browse the repository at this point in the history
  2. ci: bump actions/dependency-review-action from 4 to 5 (#26)

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4 to 5.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2026
    Configuration menu
    Copy the full SHA
    5cca5b7 View commit details
    Browse the repository at this point in the history
  3. deps: bump vitest from 4.1.4 to 4.1.6 in /mcp-server (#27)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.4 to 4.1.6.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-version: 4.1.6
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2026
    Configuration menu
    Copy the full SHA
    424ef36 View commit details
    Browse the repository at this point in the history
  4. deps: bump tsx from 4.21.0 to 4.22.2 in /mcp-server (#29)

    Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.22.2.
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.21.0...v4.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: tsx
      dependency-version: 4.22.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2026
    Configuration menu
    Copy the full SHA
    8182f3e View commit details
    Browse the repository at this point in the history
  5. deps: bump @types/node from 25.6.0 to 25.9.0 in /mcp-server (#30)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.6.0 to 25.9.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.9.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2026
    Configuration menu
    Copy the full SHA
    e6afa72 View commit details
    Browse the repository at this point in the history
  6. feat: harden MCP server - confirm gates, command guard, dry-run, publ…

    …ic scrub (v0.14.0)
    
    Co-authored-by: Cursor <cursoragent@cursor.com>
    TMHSDigital and cursoragent committed May 22, 2026
    Configuration menu
    Copy the full SHA
    a4e464d View commit details
    Browse the repository at this point in the history
Loading