Release preparation for version 2.24.0

This commit is contained in:
github-actions[bot]
2026-01-19 14:49:14 +00:00
parent bedb80346a
commit 4142b9c4ce
218 changed files with 587 additions and 316 deletions

View File

@@ -1,3 +1,11 @@
## 2.6.20
### Minor Analysis Improvements
- Support `use cache` directives for Next.js 16.
* Added `PreCallGraphStep` flow model for React's `useRef` hook.
* Added a `DomValueSource` that uses the `current` property off the object returned by React's `useRef` hook.
## 2.6.19
No user-facing changes.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Added `PreCallGraphStep` flow model for React's `useRef` hook.
* Added a `DomValueSource` that uses the `current` property off the object returned by React's `useRef` hook.

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
- Support `use cache` directives for Next.js 16.

View File

@@ -0,0 +1,7 @@
## 2.6.20
### Minor Analysis Improvements
- Support `use cache` directives for Next.js 16.
* Added `PreCallGraphStep` flow model for React's `useRef` hook.
* Added a `DomValueSource` that uses the `current` property off the object returned by React's `useRef` hook.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.6.19
lastReleaseVersion: 2.6.20

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-all
version: 2.6.20-dev
version: 2.6.20
groups: javascript
dbscheme: semmlecode.javascript.dbscheme
extractor: javascript