Skip to content

Merge main into releases/v3 #3052

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

Merged
merged 21 commits into from
Aug 21, 2025
Merged

Merge main into releases/v3 #3052

merged 21 commits into from
Aug 21, 2025

Conversation

github-actions[bot]
Copy link
Contributor

Merging 14148a4 into releases/v3.

Conductor for this PR is @smowton.

Contains the following pull requests:

Please do the following:

  • Ensure the CHANGELOG displays the correct version and date.
  • Ensure the CHANGELOG includes all relevant, user-facing changes since the last release.
  • Check that there are not any unexpected commits being merged into the releases/v3 branch.
  • Ensure the docs team is aware of any documentation changes that need to be released.
  • Mark the PR as ready for review to trigger the full set of PR checks.
  • Approve and merge this PR. Make sure Create a merge commit is selected rather than Squash and merge or Rebase and merge.
  • Merge the mergeback PR that will automatically be created once this PR is merged.
  • Merge all backport PRs to older release branches, that will automatically be created once this PR is merged.

github-actions bot and others added 21 commits August 18, 2025 11:46
Mergeback v3.29.10 refs/heads/releases/v3 into main
Bumps the npm group with 3 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) and [nock](https://github.com/nock/nock).


Updates `@typescript-eslint/eslint-plugin` from 8.39.1 to 8.40.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/v8.40.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.39.1 to 8.40.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/v8.40.0/packages/parser)

Updates `nock` from 14.0.9 to 14.0.10
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.9...v14.0.10)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nock
  dependency-version: 14.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.254.0 to 1.255.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@2a7b300...829114f)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.255.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
…d19-a527837da980

Update ruby/setup-ruby version to v1.255.0 in pr-checks template
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…s-332f575eae

Bump ruby/setup-ruby from 1.254.0 to 1.255.0 in the actions group
…71dd16

Bump the npm group with 3 updates
…ig-error

Make "init not called" a configuration error
…er-versions

Update supported GitHub Enterprise Server versions
@smowton smowton marked this pull request as ready for review August 21, 2025 11:52
@smowton smowton requested a review from a team as a code owner August 21, 2025 11:52
@Copilot Copilot AI review requested due to automatic review settings August 21, 2025 11:52
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This is a release-PR merging main into releases/v3 for version 3.29.11, which includes CodeQL bundle version updates and error handling improvements.

  • Updates default CodeQL bundle from v2.22.3 to v2.22.4
  • Improves error handling by using ConfigurationError instead of generic Error for configuration issues
  • Updates GitHub API compatibility to support version 3.19

Reviewed Changes

Copilot reviewed 14 out of 51 changed files in this pull request and generated no comments.

Show a summary per file
File Description
CHANGELOG.md Adds release notes for version 3.29.11
package.json Updates version number and dependency versions
src/defaults.json Updates CodeQL bundle and CLI versions
src/api-compatibility.json Updates maximum GitHub API version to 3.19
src/*.ts Replaces generic Error with ConfigurationError for config issues
lib/*.js Generated JavaScript reflecting the TypeScript changes
pr-checks/checks/rubocop-multi-language.yml Updates ruby/setup-ruby action version
.github/workflows/*.yml Generated workflow file reflecting template changes

@smowton smowton merged commit 3c3833e into releases/v3 Aug 21, 2025
280 checks passed
@smowton smowton deleted the update-v3.29.11-14148a433 branch August 21, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants