-
Notifications
You must be signed in to change notification settings - Fork 422
Merge releases/v4 into releases/v3 #3324
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
Conversation
Bumps the npm-minor group with 2 updates: [@octokit/request-error](https://github.com/octokit/request-error.js) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@octokit/request-error` from 7.0.2 to 7.1.0 - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](octokit/request-error.js@v7.0.2...v7.1.0) Updates `eslint-plugin-jsdoc` from 61.1.12 to 61.2.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v61.1.12...v61.2.1) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-plugin-jsdoc dependency-version: 61.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.0/packages/compat) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.4 to 21.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ads-for-exact-matches Skip uploading dependency caches if we know they exist
Mergeback v4.31.4 refs/heads/releases/v4 into main
Upload overlay base DBs to GitHub API behind FF
…limit Overlay: Fall back to full analysis if runner disk space is low
…rsion Overlay: Increase minimum CLI version required for overlay analysis
…r-7439af33e4 Bump the npm-minor group with 2 updates
…ompat-2.0.0 Bump @eslint/compat from 1.4.1 to 2.0.0
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
There was a problem hiding this 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 changes from releases/v4 into releases/v3, updating the CodeQL bundle version from 2.23.5 to 2.23.6. As this is a release-PR (matching the pattern defined in the custom guidelines), only CHANGELOG.md and package.json have been reviewed.
Key Changes:
- Updated default CodeQL bundle version to 2.23.6
- Version bump to 3.31.5
- Addition of new feature flags and dependency caching improvements
Reviewed changes
Copilot reviewed 41 out of 42 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| CHANGELOG.md | Added entry for version 3.31.5 with CodeQL bundle update |
| package.json | Version bumped to 3.31.5 with dependency updates |
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
|
|
||
| // src/config-utils.ts | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB = 2e4; | ||
| var OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES = OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_MB * 1e6; |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
Merging fdbfb4d into
releases/v3.Conductor for this PR is @redsun82.
Contains the following pull requests:
Please do the following:
releases/v3branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.