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: techpivot/terraform-module-releaser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: techpivot/terraform-module-releaser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 11 commits
  • 31 files changed
  • 3 contributors

Commits on Oct 28, 2024

  1. build(deps-dev): bump @types/node in the npm-development group (#96)

    Bumps the npm-development group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
    
    
    Updates `@types/node` from 22.8.0 to 22.8.1
    - [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-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5db5df5 View commit details
    Browse the repository at this point in the history
  2. feat(tests): add jest for testing with CI workflow (#98)

    - Implemented jest to facilitate testing in the project.
    - Fully tested the `config.ts` file and adjusted lazy initialization
      for better test coverage.
    - Configured CI workflow to automate testing on pushes and pull
      requests, ensuring code quality before merging.
    - Switch SonarCloud from automatic to CI based testing
    virgofx authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1838eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1db197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    036733a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece7b85 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. feat(tests): add context tests and switch to vitest (#102)

    - Switched from Jest to Vitest for faster test execution.
    - Improved config and context providers for consistent behavior.
    - Enhanced testing with a generic test setup and utilities.
    - Added numerous tests to cover context functionality.
    virgofx authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f13b2f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c3776e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump minimatch from 9.0.5 to 10.0.1 (#97)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v9.0.5...v10.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      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 Oct 29, 2024
    Configuration menu
    Copy the full SHA
    845180e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    367702d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. feat(docs): add terraform-docs tests (#106)

    Additionally, support installing and running the action
    on Windows based systems.
    virgofx authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cb32029 View commit details
    Browse the repository at this point in the history
  2. chore(release): v1.3.1 (#107)

    Co-authored-by: release-preview[bot] <186104004+release-preview[bot]@users.noreply.github.com>
    release-preview[bot] authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aaf2352 View commit details
    Browse the repository at this point in the history
Loading