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

Merged
merged 25 commits into from
Nov 14, 2023
Merged

Merge main into releases/v2 #1990

merged 25 commits into from
Nov 14, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    58157f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d77e8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1973 from github/mergeback/v2.22.5-to-main-74483a38

    Mergeback v2.22.5 refs/heads/releases/v2 into main
    henrymercer committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a3795eb View commit details
    Browse the repository at this point in the history
  4. VSCode settings: set default formatter for TS

    Tell VSCode to format code with Prettier, since that's the same tool we
    use to check the format with `npm run lint`.
    nickrolfe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    88d03c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge pull request #1975 from github/nickrolfe/vscode-formatter

    VSCode settings: set default formatter for TS
    nickrolfe committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    df32e39 View commit details
    Browse the repository at this point in the history
  2. Bump the npm group with 5 updates (#1977)

    * Bump the npm group with 5 updates
    
    Bumps the npm group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@octokit/types](https://github.com/octokit/types.ts) | `12.0.0` | `12.1.1` |
    | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `10.0.19` | `10.0.20` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.9.0` | `6.9.1` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.9.0` | `6.9.1` |
    | [nock](https://github.com/nock/nock) | `13.3.6` | `13.3.7` |
    
    
    Updates `@octokit/types` from 12.0.0 to 12.1.1
    - [Release notes](https://github.com/octokit/types.ts/releases)
    - [Commits](octokit/types.ts@v12.0.0...v12.1.1)
    
    Updates `@types/sinon` from 10.0.19 to 10.0.20
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)
    
    Updates `@typescript-eslint/eslint-plugin` from 6.9.0 to 6.9.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/v6.9.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.9.0 to 6.9.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/v6.9.1/packages/parser)
    
    Updates `nock` from 13.3.6 to 13.3.7
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.3.6...v13.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/types"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: "@types/sinon"
      dependency-type: direct:development
      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: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update checked-in dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    dependabot[bot] and github-actions[bot] committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c73d8a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    793adb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a6ff4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    da4c460 View commit details
    Browse the repository at this point in the history
  2. Force python 3.11 for macos

    3.12 does not work.
    aeisenberg committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bd4005a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Be more precise about when to use python 3.11

    Only run use 3.11 on versions of of the CLI that we know don't support
    3.12.
    aeisenberg committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9ef69a2 View commit details
    Browse the repository at this point in the history
  2. Use setup-python@v4

    aeisenberg committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7c60ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91733ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dd4605 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1963 from github/aeisenberg/fix-source-root

    Use the correct action input parameter
    aeisenberg committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    137a1e0 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Co-authored-by: Henry Mercer <henry.mercer@me.com>
    aeisenberg and henrymercer committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ed686ed View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Fix failing workflows

    Ensure that pythion 3.11 is used for older CLIs on windows.
    aeisenberg committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    82284f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    dcf348a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59252d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1984 from github/aeisenberg/fix-debug-integration…

    …-tests
    
    Fix failing workflows
    henrymercer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6abf856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e46740a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1978 from github/update-bundle/codeql-bundle-v2.15.2

    Update default bundle to 2.15.2
    smowton committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e280207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64981bb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1979 from github/aeisenberg/python-on-mac

    Add changenote for Python 3.12 incompatibility on MacOS
    henrymercer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8c8c7b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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