Release preparation for version 2.25.0

This commit is contained in:
github-actions[bot]
2026-03-16 12:15:34 +00:00
parent c24b43d01e
commit d6055754b6
175 changed files with 444 additions and 154 deletions

View File

@@ -1,3 +1,10 @@
## 2.6.24
### Minor Analysis Improvements
* Added support for browser-specific source kinds (`browser`, `browser-url-query`, `browser-url-fragment`, `browser-url-path`, `browser-url`, `browser-window-name`, `browser-message-event`) that can be used in data extensions to model sources in browser environments.
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.
## 2.6.23
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 2.6.24
### Minor Analysis Improvements
* Added support for browser-specific source kinds (`browser`, `browser-url-query`, `browser-url-fragment`, `browser-url-path`, `browser-url`, `browser-window-name`, `browser-message-event`) that can be used in data extensions to model sources in browser environments.
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.6.23
lastReleaseVersion: 2.6.24

View File

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

View File

@@ -1,3 +1,7 @@
## 2.3.4
No user-facing changes.
## 2.3.3
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 2.3.4
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 2.3.3
lastReleaseVersion: 2.3.4

View File

@@ -1,5 +1,5 @@
name: codeql/javascript-queries
version: 2.3.4-dev
version: 2.3.4
groups:
- javascript
- queries