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

Merged
merged 18 commits into from
Oct 14, 2024
Merged

Merge main into releases/v3 #2539

merged 18 commits into from
Oct 14, 2024

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c0098c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690a986 View commit details
    Browse the repository at this point in the history
  3. Mergeback v3.26.12 refs/heads/releases/v3 into main (#2530)

    * Update changelog for v3.26.12
    
    * Update changelog and version after v3.26.12
    
    * Update checked-in dependencies
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Angela P Wen <[email protected]>
    angelapwen and github-actions[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    572cc52 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Bump the npm group across 1 directory with 4 updates

    Bumps the npm group with 4 updates in the / directory: [@octokit/types](https://github.com/octokit/types.ts), [@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 `@octokit/types` from 13.6.0 to 13.6.1
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v13.6.0...v13.6.1)
    
    Updates `@eslint/js` from 9.11.1 to 9.12.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.12.0/packages/js)
    
    Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.1
    - [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.8.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1
    - [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.8.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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-patch
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    47dd08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422a279 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2534 from github/dependabot/npm_and_yarn/npm-8179…

    …11fdd4
    
    Bump the npm group across 1 directory with 4 updates
    henrymercer authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f31ce56 View commit details
    Browse the repository at this point in the history
  4. PR Checks: update artifacts tests

    We are planning to make the default behavior of the `CODEQL_ACTION_ARTIFACT_V4_UPGRADE` feature flag to be true. This change updates our debug artifact PR checks so that the relevant environment variable is set to `true`, and changes the `debug-artifacts-upgrade` test to `debug-artifacts-legacy` test.
    angelapwen committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dafc7dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2535 from github/angelapwen/update-artifacts-tests

    PR Checks: update artifacts tests
    angelapwen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9d1e406 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Python: absolute basics

    probably still need to route some values around
    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    502028f View commit details
    Browse the repository at this point in the history
  2. remove unused import

    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    65dd816 View commit details
    Browse the repository at this point in the history
  3. formatting

    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ce5f900 View commit details
    Browse the repository at this point in the history
  4. rebuild the action

    yoff committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    201e02e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Don't use Zstandard bundles on Windows

    In testing, gzip performs better than Zstandard on Windows.
    henrymercer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eefb943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6984e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2537 from github/henrymercer/no-zstd-windows

    Don't use Zstandard bundles on Windows
    henrymercer authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    38469af View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #2536 from yoff/python/ff-std-lib-extraction

    Python: Handle new default for standard library extraction
    yoff authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0c3e006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    007ba25 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update CHANGELOG.md

    yoff authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5329324 View commit details
    Browse the repository at this point in the history