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.1.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.2.0
Choose a head ref
  • 10 commits
  • 21 files changed
  • 5 contributors

Commits on Jun 19, 2024

  1. Bump @types/node from 20.12.8 to 20.14.6 (#254)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.8 to 20.14.6.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3599cbd View commit details
    Browse the repository at this point in the history
  2. Bump semver from 7.6.0 to 7.6.2 (#244)

    Bumps [semver](https://github.com/npm/node-semver) from 7.6.0 to 7.6.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.6.0...v7.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0e4b558 View commit details
    Browse the repository at this point in the history
  3. Bump prettier from 3.2.5 to 3.3.2 (#247)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.5...3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3003881 View commit details
    Browse the repository at this point in the history
  4. Bump ts-jest from 29.1.2 to 29.1.5 (#249)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.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.1.2...v29.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e62bf8c View commit details
    Browse the repository at this point in the history
  5. CI: Install the same version of NodeJS that is specified in `.tool-ve…

    …rsions` (#253)
    
    * Create a `.tool-versions` file with an entry for NodeJS 20
    
    * CI: Install the same version of NodeJS that is specified in `.tool-versions`
    DilumAluthge authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    42e03d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Allow lts for the LTS, and allow pre for the latest pre-release (#…

    …234)
    
    * update tests to latest `versions.json`
    
    * allow specifying the version as `lts` to install the latest LTS version
    
    for now, this just hardcodes the LTS version in the source (similar to how juliaup does it) since the latest LTS is not available in `versions.json`. Since the LTS is updated so rarely this might be ok for now.
    
    * add a 'pre' version
    
    * Run `npm ci` followed by `npm run build`
    
    * Add a CI job to test `pre`
    
    ---------
    
    Co-authored-by: Viral B. Shah <[email protected]>
    Co-authored-by: Dilum Aluthge <[email protected]>
    3 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    389de5c View commit details
    Browse the repository at this point in the history
  2. Make the devdocs more complete and self-contained (#252)

    * Make the devdocs more complete and self-contained
    
    * Rename devdocs/misc-notes-from-contributors.md to devdocs/misc/misc_notes_for_committers.md
    
    * Document the dependencies of the build script
    
    * No need to manually make multiple commits
    
    ---------
    
    Co-authored-by: Ian Butterworth <[email protected]>
    DilumAluthge and IanButterworth authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cae3c21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7aa298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d56bd39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3645a07 View commit details
    Browse the repository at this point in the history
Loading