8000 Comparing actions:main...GitHomeKS:main · actions/setup-java · GitHub
[go: up one dir, main page]

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: actions/setup-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GitHomeKS/setup-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 26, 2024

  1. Bump the npm_and_yarn group across 1 directory with 10 updates

    Bumps the npm_and_yarn group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [semver](https://github.com/npm/node-semver) | `7.3.4` | `7.5.2` |
    | [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.0.0` | `4.1.4` |
    | [@azure/ms-rest-js](https://github.com/Azure/ms-rest-js) | `2.6.1` | `2.7.0` |
    | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.15.4` | `7.24.7` |
    | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
    | [json5](https://github.com/json5/json5) | `2.2.0` | `2.2.3` |
    | [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.1.2` |
    | [ws](https://github.com/websockets/ws) | `7.5.5` | `7.5.10` |
    | [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | `0.4.23` | `0.5.0` |
    | [@azure/core-http](https://github.com/Azure/azure-sdk-for-js) | `2.2.4` | `2.3.2` |
    
    
    
    Updates `semver` from 7.3.4 to 7.5.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.3.4...v7.5.2)
    
    Updates `tough-cookie` from 4.0.0 to 4.1.4
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.4)
    
    Updates `@azure/ms-rest-js` from 2.6.1 to 2.7.0
    - [Changelog](https://github.com/Azure/ms-rest-js/blob/master/Changelog.md)
    - [Commits](https://github.com/Azure/ms-rest-js/commits)
    
    Updates `@babel/traverse` from 7.15.4 to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-traverse)
    
    Updates `braces` from 3.0.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    Updates `json5` from 2.2.0 to 2.2.3
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    Updates `minimatch` from 3.0.4 to 3.1.2
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    Updates `ws` from 7.5.5 to 7.5.10
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.5...7.5.10)
    
    Updates `xml2js` from 0.4.23 to 0.5.0
    - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)
    
    Updates `@azure/core-http` from 2.2.4 to 2.3.2
    - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
    - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/core-http_2.2.4...@azure/core-http_2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      dependency-group: npm_and_yarn
    - dependency-name: tough-cookie
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: "@azure/ms-rest-js"
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: braces
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: json5
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: minimatch
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: ws
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: xml2js
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: "@azure/core-http"
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7133505 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Merge pull request #1 from GitHomeKS/dependabot/npm_and_yarn/npm_and_…

    …yarn-79202a085f
    
    Bump the npm_and_yarn group across 1 directory with 10 updates
    GitHomeKS authored May 30, 2025
    Configuration menu
    Copy the full SHA
    cd156ae View commit details
    Browse the repository at this point in the history
Loading
0