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: julia-actions/setup-julia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: julia-actions/setup-julia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 4 contributors

Commits on Jul 22, 2024

  1. Bump bin from e564658 to 0f674f3 (#272)

    Bumps [bin](https://github.com/julia-actions/bin) from `e564658` to `0f674f3`.
    - [Commits](julia-actions/bin@e564658...0f674f3)
    
    ---
    updated-dependencies:
    - dependency-name: bin
      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 Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f2dfec4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Bump typescript from 5.5.3 to 5.5.4 (#275)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f8f6acf View commit details
    Browse the repository at this point in the history
  2. Bump ts-jest from 29.2.3 to 29.2.5 (#276)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.3 to 29.2.5.
    - [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.2.3...v29.2.5)
    
    ---
    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 Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8c3db01 View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 20.14.11 to 22.5.1 (#277)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 22.5.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-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b83c8a2 View commit details
    Browse the repository at this point in the history
  4. Resolve min as the earliest compatible Julia version (compatible wi…

    …th the user's project) (#202)
    
    * Support the special version "MIN"
    
    * Support JULIA_PROJECT
    
    * Add tests
    
    * Add forgotten test fixtures
    
    * Get latest prerelease/release
    
    * No special pre-release behaviour
    
    * Add test for NPM semver difference
    
    * Robust test suite
    
    * Disallow less-than-equal
    
    * Refactor validJuliaCompatRange to return a validRange
    
    * Rename MIN to min
    
    * Rename getProjectFile to getProjectFilePath
    
    * Comment on "project" input
    
    * Additional tests for getProjectFilePath
    
    * Add comment on `juliaCompatRange`
    
    Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
    
    * Update dependencies
    
    ---------
    
    Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
    omus and DilumAluthge authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    014c323 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b24d059 View commit details
    Browse the repository at this point in the history
  6. add dist

    IanButterworth committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    512e2ab View commit details
    Browse the repository at this point in the history
Loading