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
…non-21.0.0 Bump @types/sinon from 17.0.4 to 21.0.0
Delete unused exports
Update default bundle to 2.23.6
There was a problem hiding this comment.
Pull request overview
This is a release PR merging changes from main into releases/v4 to prepare version 4.31.5. The primary change is updating the default CodeQL bundle version from 2.23.5 to 2.23.6.
- Version update from 4.31.4 to 4.31.5 in package.json
- Default CodeQL bundle version updated to 2.23.6
- CHANGELOG updated with release date and version
Reviewed changes
Copilot reviewed 41 out of 42 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| CHANGELOG.md | Documents the 4.31.5 release with version update details |
| package.json | Updates package version from 4.31.4 to 4.31.5 and dependency versions |
|
|
||
| // 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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Unused variable OVERLAY_MINIMUM_AVAILABLE_DISK_SPACE_BYTES.
Merging ec2ee57 into
releases/v4.Conductor for this PR is @redsun82.
Contains the following pull requests:
Please do the following:
releases/v4branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.