Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.
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: korandoru/setup-zig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: korandoru/setup-zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 2 contributors

Commits on Apr 1, 2024

  1. build(deps-dev): bump semantic-release from 23.0.2 to 23.0.6 (#186)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.0.2 to 23.0.6.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v23.0.2...v23.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      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 Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ef9fb89 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @typescript-eslint/eslint-plugin (#185)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.20.0 to 7.4.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      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 Apr 1, 2024
    Configuration menu
    Copy the full SHA
    65f6dc2 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 (#184)

    Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.1 to 4.10.2.
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.10.1...v4.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-github
      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 Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4093c98 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. ci: zig 0.10.0 cannot run on macos new release

    We can anyway drop the test coverage since Zig moves quickly.
    
    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed May 1, 2024
    Configuration menu
    Copy the full SHA
    75dd6eb View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Upgrade dev dependencies

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7c73b63 View commit details
    Browse the repository at this point in the history
  3. ci: test against formal 0.12.0 release and 0.13.0-dev

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8b6c572 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): downgrade eslint for compatibility

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed May 1, 2024
    Configuration menu
    Copy the full SHA
    830b116 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.3 (#…

    …197)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 9.2.6 to 10.0.3.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v9.2.6...v10.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      dependency-type: direct:development
      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 1, 2024
    Configuration menu
    Copy the full SHA
    83be130 View commit details
    Browse the repository at this point in the history
  6. build(deps-dev): bump @types/node from 20.12.2 to 20.12.7 (#198)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 20.12.7.
    - [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
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    dd90cc9 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.8.0 (#…

    …200)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.4.0 to 7.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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 1, 2024
    Configuration menu
    Copy the full SHA
    84ddff8 View commit details
    Browse the repository at this point in the history
  8. build(deps-dev): bump @typescript-eslint/eslint-plugin (#194)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.4.0 to 7.8.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      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 1, 2024
    Configuration menu
    Copy the full SHA
    286ade4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. build(deps-dev): bump ts-jest from 29.1.2 to 29.1.4 (#211)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.4.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      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 Jun 1, 2024
    Configuration menu
    Copy the full SHA
    0a0561b View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump conventional-changelog-conventionalcommits (#209)

    Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) from 7.0.2 to 8.0.0.
    - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
    - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v8.0.0/packages/conventional-changelog-conventionalcommits)
    
    ---
    updated-dependencies:
    - dependency-name: conventional-changelog-conventionalcommits
      dependency-type: direct:development
      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 Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9f23783 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @types/node from 20.12.7 to 20.13.0 (#208)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 20.13.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-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 Jun 1, 2024
    Configuration menu
    Copy the full SHA
    61e3752 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @semantic-release/github from 10.0.3 to 10.0.5 (#…

    …205)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.0.3 to 10.0.5.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v10.0.3...v10.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      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 Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a4af2f9 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.5.0 (#204)

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.3.0 to 28.5.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v28.3.0...v28.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      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 Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4ce530c View commit details
    Browse the repository at this point in the history
  6. build: switch package manager to pnpm (#212)

    * build: switch to pnpm tool
    
    Signed-off-by: tison <wander4096@gmail.com>
    
    * fixup
    
    Signed-off-by: tison <wander4096@gmail.com>
    
    * fixup
    
    Signed-off-by: tison <wander4096@gmail.com>
    
    ---------
    
    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    2839d4b View commit details
    Browse the repository at this point in the history
  7. feat: trigger next version release

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    69e4e2f View commit details
    Browse the repository at this point in the history
  8. chore: fixup semantic release

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    c1a533b View commit details
    Browse the repository at this point in the history
Loading