Merge pull request #12987 from github/post-release-prep/codeql-cli-2.13.1

Post-release preparation for codeql-cli-2.13.1
This commit is contained in:
Ian Lynagh
2023-05-03 13:12:10 +01:00
committed by GitHub
106 changed files with 276 additions and 106 deletions

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Improved the call graph to better handle the case where a function is stored on
a plain object and subsequently copied to a new host object via an `extend` call.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting
code containing recursive generic type aliases.

View File

@@ -0,0 +1,11 @@
## 0.6.1
### Minor Analysis Improvements
* Improved the call graph to better handle the case where a function is stored on
a plain object and subsequently copied to a new host object via an `extend` call.
### Bug Fixes
* Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting
code containing recursive generic type aliases.