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

Merged
merged 36 commits into from
Aug 28, 2023
Merged

Merge main into releases/v2 #1858

merged 36 commits into from
Aug 28, 2023

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    2760c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f00f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1839 from github/mergeback/v2.21.4-to-main-a09933a1

    Mergeback v2.21.4 refs/heads/releases/v2 into main
    henrymercer authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3ecf990 View commit details
    Browse the repository at this point in the history
  4. Bump the npm group with 5 updates

    Bumps the npm group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `3.2.1` | `3.2.2` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.2.1` | `6.4.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.2.1` | `6.4.0` |
    | [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.47.0` |
    | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.5.5` | `3.6.0` |
    
    
    Updates `@actions/cache` from 3.2.1 to 3.2.2
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/@actions/cache@3.2.2/packages/cache)
    
    Updates `@typescript-eslint/eslint-plugin` from 6.2.1 to 6.4.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/v6.4.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.2.1 to 6.4.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/v6.4.0/packages/parser)
    
    Updates `eslint` from 8.46.0 to 8.47.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.46.0...v8.47.0)
    
    Updates `eslint-import-resolver-typescript` from 3.5.5 to 3.6.0
    - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
    - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
    - [Commits](import-js/eslint-import-resolver-typescript@v3.5.5...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/cache"
      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-minor
      dependency-group: npm
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: eslint-import-resolver-typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3f55ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a54608 View commit details
    Browse the repository at this point in the history
  6. Update @actions/cache and remove overrides

    Now that `@actions/cache` has been updated, we can remove our manual
    overrides for vulnerable dependencies.
    henrymercer committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4db827f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1841 from github/henrymercer/remove-actions-cache…

    …-overrides
    
    Update `@actions/cache` and remove overrides
    henrymercer authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    314b271 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af18655 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1840 from github/dependabot/npm_and_yarn/npm-4335…

    …ac1f11
    
    Bump the npm group with 5 updates
    henrymercer authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e683046 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Lombok: Don't set env var if it's already set

    If the user has manually configured it, then we let their setting stand.
    igfoo committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d5b5e18 View commit details
    Browse the repository at this point in the history
  2. npm run build

    igfoo committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b557ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c34b59d View commit details
    Browse the repository at this point in the history
  4. Tweak CHANGELOG.md

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    igfoo and adityasharad authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ddf2bd2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1844 from github/igfoo/lombok_no_overwrite

    Lombok: Don't set env var if it's already set
    igfoo authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e426271 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37628e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e755a05 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update README.md

    sabrowning1 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    66572f0 View commit details
    Browse the repository at this point in the history
  2. Bump the actions-setup-swift group

    Bumps the actions-setup-swift group in /.github/actions/setup-swift with 1 update: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift).
    
    - [Release notes](https://github.com/swift-actions/setup-swift/releases)
    - [Commits](swift-actions/setup-swift@65540b9...cdcbe8e)
    
    ---
    updated-dependencies:
    - dependency-name: swift-actions/setup-swift
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions-setup-swift
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fbb8195 View commit details
    Browse the repository at this point in the history
  3. Bump the npm group with 4 updates

    Bumps the npm group with 4 updates: [@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), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) and [nock](https://github.com/nock/nock).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.4.0 to 6.4.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.4.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.4.0 to 6.4.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.4.1/packages/parser)
    
    Updates `eslint-plugin-import` from 2.28.0 to 2.28.1
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.28.0...v2.28.1)
    
    Updates `nock` from 13.3.2 to 13.3.3
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.3.2...v13.3.3)
    
    ---
    updated-dependencies:
    - 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-plugin-import
      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>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    67f7ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02c4574 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1846 from github/dependabot/github_actions/dot-gi…

    …thub/actions/setup-swift/actions-setup-swift-487d23c2d8
    
    Bump the actions-setup-swift group in /.github/actions/setup-swift with 1 update
    henrymercer authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bc08098 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1847 from github/dependabot/npm_and_yarn/npm-522a…

    …c6628f
    
    Bump the npm group with 4 updates
    henrymercer authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    14877a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #1 from sabrowning1/sabrowning1/update-README-links

    Update docs links in the README
    sabrowning1 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5c8be66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb560c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1848 from sabrowning1/main

    Update docs links in the README
    henrymercer authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9a53fd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    e581348 View commit details
    Browse the repository at this point in the history
  2. npm run build

    igfoo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    30fe0c4 View commit details
    Browse the repository at this point in the history
  3. Kotlin: Fix lint

    igfoo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ff95d14 View commit details
    Browse the repository at this point in the history
  4. npm run build

    igfoo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    070dd05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    862b2cf View commit details
    Browse the repository at this point in the history
  6. Put upper limit on the CodeQL versions for which we override the Kotl…

    …in limit
    
    Otherwise it'll be lower than the default at some point in the future.
    igfoo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7dab600 View commit details
    Browse the repository at this point in the history
  7. npm run build

    igfoo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2f913c1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1853 from github/igfoo/kot1.9.10

    Kotlin: CodeQL >= 2.13.4 supports 1.9.10.
    igfoo authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ff9cb43 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

    Update default bundle to 2.14.3
    dbartol authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1009124 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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