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 #2248

Merged
merged 32 commits into from
Apr 17, 2024
Merged

Merge main into releases/v3 #2248

merged 32 commits into from
Apr 17, 2024

Commits on Apr 12, 2024

  1. Move BuildMode to util.ts

    henrymercer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5b74166 View commit details
    Browse the repository at this point in the history
  2. Use direct tracing when autobuild build mode specified

    Behind a flag, for now
    henrymercer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e37d0f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d49faa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f057a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbe29f5 View commit details
    Browse the repository at this point in the history
  6. Add changelog note

    henrymercer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2eaad47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa4a08d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f21d2d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    a22989d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae9ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d37ec9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e006461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2c09fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2239 from github/mergeback/v3.25.0-to-main-df5a14dc

    Mergeback v3.25.0 refs/heads/releases/v3 into main
    henrymercer authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    24b71bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59771dd View commit details
    Browse the repository at this point in the history
  8. Improve changelog note

    henrymercer committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    14eab91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea78e51 View commit details
    Browse the repository at this point in the history
  10. Bump the npm group with 4 updates

    Bumps the npm group with 4 updates: [@octokit/types](https://github.com/octokit/types.ts), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript).
    
    
    Updates `@octokit/types` from 13.1.0 to 13.4.0
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v13.1.0...v13.4.0)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.5.0 to 7.7.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.7.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.5.0 to 7.7.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.7.0/packages/parser)
    
    Updates `typescript` from 5.4.4 to 5.4.5
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.4...v5.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      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
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fc090c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8b8ad0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Merge pull request #2242 from github/henrymercer/even-more-configurat…

    …ion-errors
    
    Add some more API-related configuration errors
    henrymercer authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b8e2556 View commit details
    Browse the repository at this point in the history
  2. Fix PR link in changelog

    henrymercer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    db2b739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71e6077 View commit details
    Browse the repository at this point in the history
  4. simplify while loop

    nickfyson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c7a8056 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2243 from github/dependabot/npm_and_yarn/npm-9b31…

    …496ffc
    
    Bump the npm group with 4 updates
    nickfyson authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    453a956 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8566d50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ade98b9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2235 from github/henrymercer/autobuild-with-direc…

    …t-tracing
    
    Improve reliability and performance when using the `autobuild` build mode
    henrymercer authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    18111b6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2241 from github/nickfyson/speculative-script-fix

    fix handling of backport changelog
    henrymercer authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9b87e0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef66aea View commit details
    Browse the repository at this point in the history
  11. Add changelog note

    henrymercer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    556b3bc View commit details
    Browse the repository at this point in the history
  12. Merge pull request #2245 from github/henrymercer/ignore-already-speci…

    …fied-flags
    
    Ensure `--overwrite` flag is only passed once
    henrymercer authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c4fb451 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    1c7e8b2 View commit details
    Browse the repository at this point in the history