8000 JS: moved `execa` out of experimental by Napalys · Pull Request #19858 · github/codeql · GitHub
[go: up one dir, main page]

Skip to content

JS: moved execa out of experimental #19858

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

Merged
merged 6 commits into from
Jun 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
JS: add change note
  • Loading branch information
Napalys committed Jun 24, 2025
commit 8c345461f0019d4185c2df0be7ba9c8d190e03f2
4 changes: 4 additions & 0 deletions javascript/ql/lib/change-notes/2025-06-20-execa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The model for the `execa` library has been promoted from experimental to stable.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think many users will know what to make of this, and also we shouldn't give the impression that execa didn't have a model to begin with.

Could you instead mention some of the new endpoints we're modelling now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of this 73126fe ?

0