-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1216 from FoalTS/v-3-3-0
v3.3.0
- Loading branch information
Showing
65 changed files
with
11,517 additions
and
4,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
node_modules/ | ||
npm-debug.log | ||
lerna-debug.log | ||
.nyc_output/ | ||
coverage/ | ||
e2e-test-temp | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "3.2.0" | ||
"version": "3.3.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.