Skip to content
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

v4.4.0 #1255

Merged
merged 7 commits into from
Apr 25, 2024
Merged

v4.4.0 #1255

Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ All of major releases are supported for at least 18 months.
| Release | Status | Active Start | Maintenance Start | End-of-life | Node versions | TS min version |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| 4.x | *Active* | 2023-09-06 | | | 18, 20 | 4.9 |
| 3.x | *Maintenance* | 2022-10-28 | 2023-09-06 | 2024-03-06 | 16, 18 | 4.7 |
| 3.x | *End-of-Life* | 2022-10-28 | 2023-09-06 | 2024-03-06 | 16, 18 | 4.7 |
| 2.x | *End-of-Life* | 2020-12-03 | 2022-10-28 | 2023-04-30 | 10, 12, 14 | 4.0 |
| 1.x | *End-of-Life* | 2019-07-11 | 2020-12-03 | 2021-05-31 | 8, 10 | 3.5 |
| 0.8 | *End-of-Life* | 2019-02-16 | - | 2019-07-11 | 8, 10 | 2.9 |
Expand Down
7 changes: 0 additions & 7 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

## Supported Versions

| Version | Supported |
| ------------ | ------------------ |
| 3.x | :white_check_mark: |
| 2.x | maintenance |
| 1.x | :x: |
| 0.8 | :x: |

See our [LTS policy](https://github.com/FoalTS/foal/blob/master/.github/CONTRIBUTING.MD#long-term-support-policy-and-schedule).

## Reporting a Vulnerability
Expand Down
19 changes: 19 additions & 0 deletions docs/blog/2024-04-25-version-4.4-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Version 4.4 release notes
author: Loïc Poullain
author_title: Creator of FoalTS. Software engineer.
author_url: https://loicpoullain.com
author_image_url: https://avatars1.githubusercontent.com/u/13604533?v=4
image: blog/twitter-banners/version-4.4-release-notes.png
tags: [release]
---

![Banner](./assets/version-4.4-is-here/banner.png)

Version 4.4 of [Foal](https://foalts.org/) is out!

<!--truncate-->

This release updates Foal's sub-dependencies, including the `express` library, which presents a moderate vulnerability in versions prior to 4.19.2.

Thanks to [Lucho](https://github.com/lcnvdl) for reporting this vulnerability in the first place!
Binary file added docs/blog/assets/version-4.4-is-here/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.3.0"
"version": "4.4.0"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/FoalTS/foal#readme",
"devDependencies": {
"@types/mocha": "10.0.6",
"mocha": "~10.3.0",
"mocha": "~10.4.0",
"tslint": "~6.1.3",
"typescript": "~4.9.5",
"lerna": "~6.0.1"
Expand Down
Loading
Loading