Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into releases/v3 #2616

Merged
merged 18 commits into from
Nov 20, 2024
Merged

Merge main into releases/v3 #2616

merged 18 commits into from
Nov 20, 2024

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    58f2dfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69656af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ec97c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2606 from github/mergeback/v3.27.4-to-main-ea9e4e37

    Mergeback v3.27.4 refs/heads/releases/v3 into main
    mbg authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1443ef5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2598 from github/mbg/fix/validateWorkflowResult

    Log result of `validateWorkflow` if not `undefined`
    mbg authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a1695c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump the npm group with 4 updates

    Bumps the npm group with 4 updates: [@eslint/eslintrc](https://github.com/eslint/eslintrc), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@eslint/eslintrc` from 3.1.0 to 3.2.0
    - [Release notes](https://github.com/eslint/eslintrc/releases)
    - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslintrc@v3.1.0...v3.2.0)
    
    Updates `@eslint/js` from 9.14.0 to 9.15.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.15.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/v8.15.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.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/v8.15.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/eslintrc"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    43b75f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9465261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b500b62 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2611 from github/angelapwen/catch-tar-error

    Throw configuration error when `tar` is not available
    angelapwen authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9222a97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ada54 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2610 from github/dependabot/npm_and_yarn/npm-d2ca…

    …52e617
    
    Bump the npm group with 4 updates
    angelapwen authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e3c67a0 View commit details
    Browse the repository at this point in the history
  7. Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group

    Bumps the npm_and_yarn group with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).
    
    
    Updates `cross-spawn` from 7.0.3 to 7.0.6
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ecde4d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db67881 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2612 from github/angelapwen/report-linux-runner-r…

    …elease
    
    Telemetry: report OS release for GitHub-hosted Linux runners
    angelapwen authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e782c3a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

    …yarn-0189ad7b96
    
    Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
    aeisenberg authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    cba5fb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3b487 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2614 from github/marcogario/per-platform-proxy

    Start-proxy: Fetch OS specific binary
    marcogario authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a6c8729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67b73ea View commit details
    Browse the repository at this point in the history