Skip to content

Commit

Permalink
Upgrading Dependencies and GH Actions (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Nov 29, 2022
1 parent 08c73ea commit b0e2f04
Show file tree
Hide file tree
Showing 16 changed files with 1,598 additions and 945 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Read VERSION
id: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Read VERSION
id: package
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
Expand All @@ -27,8 +27,8 @@ jobs:
run:
working-directory: ./backend
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Read VERSION
id: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Read VERSION
id: package
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,18 @@ This will run a demo version, which you can turn into a fully licenced version b

## Versions History

### Version 4.17.0

- Adding the ability to set administrators for a Pro subscription. An administrator can add and remove users from the Pro subscription, and be independent from the owner (who manages payments).
- Display the owner of the subscription clearly on the Account Page
- Upgrade GitHub actions versions
- ⏫ Upgrading dependencies

### Version 4.16.3

- Exposing "tenant", "authorization url" and "token url" for Microsoft OAuth. (👏 Thanks to Frank Becker for the idea)
- 🇩🇪 German language improvements (👏 Thanks [@Tobias G](https://github.com/Xyaren) for the PR!)
- Upgrading dependencies
- Upgrading dependencies

### Version 4.16.2

Expand All @@ -116,7 +123,7 @@ This will run a demo version, which you can turn into a fully licenced version b
- **Self-Hosting**: Add an option to allow self-signed certificates for the SMTP server, for sending emails
- Fix GDPR account deletion, which did not work when the user had any chat messages
- Upgrade React typings to v18
- Upgrade all frontend dependencies
- ⏫ Upgrading all frontend dependencies

### Version 4.14.1 (hotfix)

Expand Down
30 changes: 15 additions & 15 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/backend",
"version": "4.16.3",
"version": "4.17.0",
"license": "GNU GPLv3",
"private": true,
"scripts": {
Expand All @@ -20,16 +20,16 @@
},
"dependencies": {
"@sendgrid/mail": "7.7.0",
"@sentry/node": "7.17.3",
"@sentry/node": "7.22.0",
"@types/bcryptjs": "2.4.2",
"@types/connect-redis": "0.0.19",
"@types/crypto-js": "4.1.1",
"@types/express": "4.17.13",
"@types/express": "4.17.14",
"@types/express-mung": "0.5.2",
"@types/express-rate-limit": "6.0.0",
"@types/express-session": "1.17.4",
"@types/jest": "29.2.1",
"@types/lodash": "4.14.187",
"@types/jest": "29.2.3",
"@types/lodash": "4.14.190",
"@types/node": "18.11.9",
"@types/node-fetch": "2.6.2",
"@types/nodemailer": "6.4.6",
Expand All @@ -42,25 +42,25 @@
"@types/shortid": "0.0.29",
"@types/socket.io-redis": "3.0.0",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"bcryptjs": "2.4.3",
"chalk": "4.1.2",
"connect-redis": "6.1.3",
"copyfiles": "2.4.1",
"crypto-js": "4.1.1",
"date-fns": "2.29.3",
"dotenv": "16.0.3",
"eslint": "8.26.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"express": "4.17.3",
"express": "4.18.2",
"express-mung": "0.5.1",
"express-rate-limit": "6.6.0",
"express-rate-limit": "6.7.0",
"express-session": "1.17.2",
"freemail": "1.7.0",
"handlebars": "4.7.7",
"jest": "29.2.2",
"jest": "29.3.1",
"lexorank": "1.0.5",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand All @@ -76,19 +76,19 @@
"passport-slack-oauth2": "^1.1.1",
"passport-twitter": "1.0.4",
"pg": "8.8.0",
"prettier": "2.7.1",
"prettier": "2.8.0",
"rate-limiter-flexible": "2.4.1",
"redis": "3.1.2",
"rimraf": "3.0.2",
"shortid": "2.2.16",
"socket.io": "4.5.3",
"socket.io": "4.5.4",
"socket.io-redis": "6.1.1",
"stripe": "10.15.0",
"stripe": "11.1.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typeorm": "0.2.45",
"typeorm-naming-strategies": "3.0.0",
"typescript": "4.8.4",
"typescript": "4.9.3",
"uuid": "9.0.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion backend/src/stripe/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
} from '../db/actions/subscriptions';

const stripe = new Stripe(config.STRIPE_SECRET, {
apiVersion: '2022-08-01',
apiVersion: '2022-11-15',
} as Stripe.StripeConfig);

function stripeRouter(): Router {
Expand Down
Loading

0 comments on commit b0e2f04

Please sign in to comment.