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/v2 #1942

Merged
merged 20 commits into from
Oct 12, 2023
Merged

Merge main into releases/v2 #1942

merged 20 commits into from
Oct 12, 2023

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    8295705 View commit details
    Browse the repository at this point in the history
  2. Add changelog note

    henrymercer committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    102a12b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    788783a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947b43a View commit details
    Browse the repository at this point in the history
  3. Only run ref and sha input checks against a single CLI version

    These checks aren't affected by the CLI version, so just run them with
    the default CLI.
    henrymercer committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d52a751 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1934 from github/mergeback/v2.22.1-to-main-fdcae64e

    Mergeback v2.22.1 refs/heads/releases/v2 into main
    henrymercer authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2125352 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83d1db3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1927 from github/henrymercer/reduce-log-duplication

    Reduce duplication in the logs when errors occur in CLI commands
    henrymercer authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4ab9237 View commit details
    Browse the repository at this point in the history
  7. Bump the npm group with 5 updates

    Bumps the npm group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.4` | `9.0.5` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.3` | `6.7.5` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.3` | `6.7.5` |
    | [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.51.0` |
    | [sinon](https://github.com/sinonjs/sinon) | `16.0.0` | `16.1.0` |
    
    
    Updates `@types/uuid` from 9.0.4 to 9.0.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)
    
    Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.7.5
    - [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/v6.7.5/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.7.3 to 6.7.5
    - [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/v6.7.5/packages/parser)
    
    Updates `eslint` from 8.50.0 to 8.51.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.50.0...v8.51.0)
    
    Updates `sinon` from 16.0.0 to 16.1.0
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v16.0.0...v16.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5d6442e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    026e833 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Merge pull request #1936 from github/dependabot/npm_and_yarn/npm-0754…

    …0147dc
    
    Bump the npm group with 5 updates
    henrymercer authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    dfb913f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1935 from github/henrymercer/ref-sha-input-reduce…

    …-ci-load
    
    Remove 42 CI jobs by only running `ref` and `sha` input checks against a single CLI version
    henrymercer authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    78bfd29 View commit details
    Browse the repository at this point in the history
  3. Bump CLI version for new analysis summaries to v2.15.0

    Earlier versions support new analysis summaries, but v2.15.0 improves
    the quality of the summary messages.
    henrymercer committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2a7218b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d445b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    275f994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0eb2790 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1937 from github/henrymercer/new-analysis-summary…

    …-bump
    
    Bump CLI version for new analysis summaries to v2.15.0
    henrymercer authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a67b110 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    a5cf70c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1938 from github/update-bundle/codeql-bundle-v2.15.0

    Update default bundle to 2.15.0
    henrymercer authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8a2cbab View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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