Skip to content

Commit

Permalink
Merge pull request #1216 from FoalTS/v-3-3-0
Browse files Browse the repository at this point in the history
v3.3.0
  • Loading branch information
LoicPoullain authored Aug 13, 2023
2 parents 9818ffa + eab46a1 commit 32401a7
Show file tree
Hide file tree
Showing 65 changed files with 11,517 additions and 4,453 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Use npm version 8.5
run: npm install -g [email protected]
- name: Install global dependencies (codecov)
run: npm install -g codecov
- name: Install project dependencies
run: npm install
- name: Install package dependencies and build packages
Expand Down Expand Up @@ -82,8 +80,3 @@ jobs:
run: cd packages/core && npm run test
- name: Run acceptance tests (Bash)
run: ./e2e_test.sh
- name: Send code coverage report to Codecov
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
file: packages/core/coverage/*.json
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
node_modules/
npm-debug.log
lerna-debug.log
.nyc_output/
coverage/
e2e-test-temp

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<a href="https://github.com/FoalTS/foal/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
</a>
<a href="https://codecov.io/github/FoalTS/foal">
<img src="https://codecov.io/gh/FoalTS/foal/branch/master/graphs/badge.svg" alt="Code coverage">
</a>
<a href="https://snyk.io/test/npm/@foal/core">
<img src="https://snyk.io/test/npm/@foal/core/badge.svg" alt="Known Vulnerabilities">
</a>
Expand Down
21 changes: 21 additions & 0 deletions docs/blog/2023-08-13-version-3.3-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Version 3.3 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-3.3-release-notes.png
tags: [release]
---

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

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

<!--truncate-->

## Better security for JWT

The `jsonwebtoken` dependency has been upgraded to v9 to address [security issues](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md#900---2022-12-21).

> Note that RSA key size now must be 2048 bits or greater. Make sure to check the size of your RSA key before upgrading to this version.
Binary file added docs/blog/assets/version-3.3-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.
1 change: 0 additions & 1 deletion docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: /
---

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![Code coverage](https://codecov.io/gh/FoalTS/foal/branch/master/graphs/badge.svg)
![Known Vulnerabilities](https://snyk.io/test/github/foalts/foal/badge.svg)
![Commit activity](https://img.shields.io/github/commit-activity/y/FoalTS/foal.svg)
![Last commit](https://img.shields.io/github/last-commit/FoalTS/foal.svg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: /
---

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![Code coverage](https://codecov.io/gh/FoalTS/foal/branch/master/graphs/badge.svg)
![Known Vulnerabilities](https://snyk.io/test/github/foalts/foal/badge.svg)
![Commit activity](https://img.shields.io/github/commit-activity/y/FoalTS/foal.svg)
![Last commit](https://img.shields.io/github/last-commit/FoalTS/foal.svg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: /
---

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![Code coverage](https://codecov.io/gh/FoalTS/foal/branch/master/graphs/badge.svg)
![Known Vulnerabilities](https://snyk.io/test/github/foalts/foal/badge.svg)
![Commit activity](https://img.shields.io/github/commit-activity/y/FoalTS/foal.svg)
![Last commit](https://img.shields.io/github/last-commit/FoalTS/foal.svg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ slug: /
---

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![Code coverage](https://codecov.io/gh/FoalTS/foal/branch/master/graphs/badge.svg)
![Known Vulnerabilities](https://snyk.io/test/github/foalts/foal/badge.svg)
![Commit activity](https://img.shields.io/github/commit-activity/y/FoalTS/foal.svg)
![Last commit](https://img.shields.io/github/last-commit/FoalTS/foal.svg)
Expand Down
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": "3.2.0"
"version": "3.3.0"
}
42 changes: 21 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"homepage": "https://github.com/FoalTS/foal#readme",
"devDependencies": {
"@types/mocha": "9.1.1",
"mocha": "~10.1.0",
"@types/mocha": "10.0.1",
"mocha": "~10.2.0",
"tslint": "~6.1.3",
"typescript": "~4.7.4",
"typescript": "~4.9.5",
"lerna": "~6.0.1"
}
}
Loading

0 comments on commit 32401a7

Please sign in to comment.