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.5.1 #1296

Merged
merged 2 commits into from
Sep 14, 2024
Merged

v4.5.1 #1296

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 lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "4.5.0",
"version": "4.5.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
1,587 changes: 834 additions & 753 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/mocha": "10.0.7",
"lerna": "~8.1.7",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"tslint": "~6.1.3",
"typescript": "~4.9.5"
}
Expand Down
30 changes: 15 additions & 15 deletions packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/acceptance-tests",
"private": true,
"version": "4.5.0",
"version": "4.5.1",
"description": "Acceptance tests of the framework",
"scripts": {
"test": "mocha --require ts-node/register \"./src/**/*.{spec,feature}.{ts,tsx}\"",
Expand All @@ -14,30 +14,30 @@
"node": ">=18.0.0"
},
"dependencies": {
"@foal/core": "^4.5.0",
"@foal/graphiql": "^4.5.0",
"@foal/jwks-rsa": "^4.5.0",
"@foal/jwt": "^4.5.0",
"@foal/mongodb": "^4.5.0",
"@foal/redis": "^4.5.0",
"@foal/social": "^4.5.0",
"@foal/socket.io": "^4.5.0",
"@foal/storage": "^4.5.0",
"@foal/typeorm": "^4.5.0",
"@foal/typestack": "^4.5.0",
"@foal/core": "^4.5.1",
"@foal/graphiql": "^4.5.1",
"@foal/jwks-rsa": "^4.5.1",
"@foal/jwt": "^4.5.1",
"@foal/mongodb": "^4.5.1",
"@foal/redis": "^4.5.1",
"@foal/social": "^4.5.1",
"@foal/socket.io": "^4.5.1",
"@foal/storage": "^4.5.1",
"@foal/typeorm": "^4.5.1",
"@foal/typestack": "^4.5.1",
"@grpc/grpc-js": "~1.10.1",
"@grpc/proto-loader": "~0.7.10",
"@socket.io/redis-adapter": "~8.3.0",
"ajv": "~8.17.0",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"express": "~4.19.2",
"express": "~4.21.0",
"express-rate-limit": "~6.10.0",
"jsonwebtoken": "~9.0.2",
"mongodb": "~5.9.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"redis": "~4.6.15",
"redis": "~4.7.0",
"socket.io-adapter": "~2.5.5",
"socket.io-client": "~4.7.5",
"sqlite3": "~5.1.7",
Expand All @@ -52,7 +52,7 @@
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/supertest": "6.0.2",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/aws-s3",
"version": "4.5.0",
"version": "4.5.1",
"description": "AWS S3 storage components for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -43,16 +43,16 @@
"lib/"
],
"dependencies": {
"@aws-sdk/client-s3": "~3.620.0",
"@aws-sdk/lib-storage": "~3.620.0",
"@foal/core": "^4.5.0",
"@foal/storage": "^4.5.0"
"@aws-sdk/client-s3": "~3.651.1",
"@aws-sdk/lib-storage": "~3.651.1",
"@foal/core": "^4.5.1",
"@foal/storage": "^4.5.1"
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"copy": "~0.3.2",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/cli",
"version": "4.5.0",
"version": "4.5.1",
"description": "CLI tool for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"copyfiles": "~2.4.1",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/specs/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.7.0",
"concurrently": "~9.0.0",
"mocha": "~10.7.2",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/specs/app/package.mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.7.0",
"concurrently": "~9.0.0",
"mocha": "~10.7.2",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/specs/app/package.mongodb.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.7.0",
"concurrently": "~9.0.0",
"mocha": "~10.7.2",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/specs/app/package.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.7.0",
"concurrently": "~9.0.0",
"mocha": "~10.7.2",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/templates/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.7.0",
"concurrently": "~9.0.0",
"mocha": "~10.7.2",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/templates/app/package.mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.7.0",
"concurrently": "~9.0.0",
"mocha": "~10.7.2",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/core",
"version": "4.5.0",
"version": "4.5.1",
"description": "Full-featured Node.js framework, with no complexity",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -62,18 +62,18 @@
"ajv": "~8.17.0",
"ajv-formats": "~2.1.1",
"cookie-parser": "~1.4.6",
"express": "~4.19.2",
"express": "~4.21.0",
"morgan": "~1.10.0",
"reflect-metadata": "~0.2.1"
},
"devDependencies": {
"@foal/internal-test": "^4.5.0",
"@foal/internal-test": "^4.5.1",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"@types/supertest": "6.0.2",
"ajv-errors": "~3.0.0",
"ejs": "~3.1.10",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"source-map-support": "~0.5.21",
"supertest": "~7.0.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/examples",
"private": true,
"version": "4.5.0",
"version": "4.5.1",
"description": "FoalTs examples",
"scripts": {
"build": "tsc && copy-cli \"src/**/*.html\" build",
Expand Down Expand Up @@ -44,27 +44,27 @@
},
"license": "MIT",
"dependencies": {
"@foal/aws-s3": "^4.5.0",
"@foal/core": "^4.5.0",
"@foal/graphiql": "^4.5.0",
"@foal/graphql": "^4.5.0",
"@foal/social": "^4.5.0",
"@foal/storage": "^4.5.0",
"@foal/swagger": "^4.5.0",
"@foal/typeorm": "^4.5.0",
"@foal/aws-s3": "^4.5.1",
"@foal/core": "^4.5.1",
"@foal/graphiql": "^4.5.1",
"@foal/graphql": "^4.5.1",
"@foal/social": "^4.5.1",
"@foal/storage": "^4.5.1",
"@foal/swagger": "^4.5.1",
"@foal/typeorm": "^4.5.1",
"graphql": "~16.9.0",
"source-map-support": "~0.5.21",
"sqlite3": "~5.1.7",
"typeorm": "0.3.17",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^4.5.0",
"@foal/cli": "^4.5.1",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"concurrently": "~9.0.0",
"copy": "~0.3.2",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"supervisor": "~0.12.0",
"typescript": "~4.9.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/graphiql",
"version": "4.5.0",
"version": "4.5.1",
"description": "GraphiQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -40,13 +40,13 @@
"lib/"
],
"dependencies": {
"@foal/core": "^4.5.0"
"@foal/core": "^4.5.1"
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"graphiql": "~3.1.1",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~5.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/graphql",
"version": "4.5.0",
"version": "4.5.1",
"description": "GraphQL integration for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"lib/"
],
"dependencies": {
"@foal/core": "^4.5.0",
"@foal/core": "^4.5.1",
"ajv": "~8.17.0",
"glob": "~10.3.10"
},
Expand All @@ -49,7 +49,7 @@
"@types/node": "18.18.6",
"graphql": "~16.9.0",
"graphql-request": "~6.1.0",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"type-graphql": "2.0.0-beta.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@foal/internal-test",
"private": true,
"version": "4.5.0",
"version": "4.5.1",
"description": "Unpublished package used to run some tests.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/jwks-rsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwks-rsa",
"version": "4.5.0",
"version": "4.5.1",
"description": "Integration of the library jwks-rsa with FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -50,11 +50,11 @@
"@foal/jwt": "^2.0.0"
},
"devDependencies": {
"@foal/core": "^4.5.0",
"@foal/jwt": "^4.5.0",
"@foal/core": "^4.5.1",
"@foal/jwt": "^4.5.1",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foal/jwt",
"version": "4.5.0",
"version": "4.5.1",
"description": "Authentication with JWT for FoalTS",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -42,13 +42,13 @@
"lib/"
],
"dependencies": {
"@foal/core": "^4.5.0",
"@foal/core": "^4.5.1",
"jsonwebtoken": "~9.0.2"
},
"devDependencies": {
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.7.0",
"mocha": "~10.7.2",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
Loading
Loading