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 v1 #696

Merged
merged 26 commits into from
Aug 9, 2021
Merged

Merge main into v1 #696

merged 26 commits into from
Aug 9, 2021

Commits on Aug 3, 2021

  1. Update changelog and version after v1.0.10

    github-actions[bot] committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    af7bc11 View commit details
    Browse the repository at this point in the history
  2. 1.0.11

    github-actions[bot] committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    e7f3012 View commit details
    Browse the repository at this point in the history
  3. Update checked-in dependencies

    github-actions[bot] committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3057100 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #674 from github/mergeback/v1.0.10-to-main-a00769bd

    Mergeback v1.0.10 refs/heads/v1 into main
    edoardopirovano authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0f516d9 View commit details
    Browse the repository at this point in the history
  5. Bump @typescript-eslint/parser from 4.28.5 to 4.29.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.5 to 4.29.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a673c95 View commit details
    Browse the repository at this point in the history
  6. Update checked-in dependencies

    github-actions[bot] committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    56b49fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #675 from github/dependabot/npm_and_yarn/typescrip…

    …t-eslint/parser-4.29.0
    
    Bump @typescript-eslint/parser from 4.28.5 to 4.29.0
    edoardopirovano authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    33927cc View commit details
    Browse the repository at this point in the history
  8. Create PRs as drafts to prompt maintainers to trigger PR checks

    PR checks won't be triggered on PRs created by Actions workflows.
    Therefore mark PRs created by workflows as draft to prompt maintainers
    to take the PR out of draft, thereby triggering PR checks.
    henrymercer committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    7eb261e View commit details
    Browse the repository at this point in the history
  9. Add ready_for_review type to pull_request trigger types

    This runs checks on reopened draft PRs to support triggering PR checks
    on draft PRs that were opened by other workflows.
    henrymercer committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2632b65 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Merge pull request #679 from github/henrymercer/triggering-pr-checks

    Create PRs as drafts to prompt maintainers to trigger PR checks
    henrymercer authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d98d4f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Bump webpack from 5.47.1 to 5.48.0 in /runner

    Bumps [webpack](https://github.com/webpack/webpack) from 5.47.1 to 5.48.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.47.1...v5.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2a5fc0f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Merge pull request #683 from github/dependabot/npm_and_yarn/runner/we…

    …bpack-5.48.0
    
    Bump webpack from 5.47.1 to 5.48.0 in /runner
    henrymercer authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ab6c0bc View commit details
    Browse the repository at this point in the history
  2. Bump ts-loader from 9.2.4 to 9.2.5 in /runner

    Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.2.4 to 9.2.5.
    - [Release notes](https://github.com/TypeStrong/ts-loader/releases)
    - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
    - [Commits](TypeStrong/ts-loader@v9.2.4...v9.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: ts-loader
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    64160b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22fb46 View commit details
    Browse the repository at this point in the history
  4. Add PR check job for Ruby beta

    Add a separate job that analyses the multilanguage test repo's Ruby code.
    For now, run this only with the latest released CodeQL build from defaults.json.
    The cached builds and nightly builds don't support Ruby yet.
    
    In future, we can update this and other PR checks to test a wider range of cases.
    adityasharad committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    53cfc95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #682 from github/dependabot/npm_and_yarn/runner/ts…

    …-loader-9.2.5
    
    Bump ts-loader from 9.2.4 to 9.2.5 in /runner
    henrymercer authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    8ddd620 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1df71f8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #685 from adityasharad/tests/ruby-nightly

    Add PR check job for Ruby beta
    adityasharad authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    bef7eec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8068352 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #687 from github/hmakholm/pr/2.5.9

    Update CodeQL bundle to 20210809 / 2.5.9
    adityasharad authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    5bcf9d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b6d86c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e1d246 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #690 from github/revert-650-dependabot/npm_and_yar…

    …n/jsonschema-1.4.0
    
    Revert "Bump jsonschema from 1.2.6 to 1.4.0"
    adityasharad authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    9e304b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44c8bd3 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #691 from github/adityasharad/changelog-2.5.9

    Changelog: Add note for CodeQL 2.5.9
    adityasharad authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    20de0f0 View commit details
    Browse the repository at this point in the history
  15. 1.0.11

    github-actions[bot] committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    94013c2 View commit details
    Browse the repository at this point in the history