Skip to content

Commit

Permalink
Github CI build: __run_2 v7.31.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 6, 2023
1 parent 4605b5a commit 062ee8d
Show file tree
Hide file tree
Showing 61 changed files with 583 additions and 581 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"packages/third-parties/*",
"docs"
],
"version": "7.30.3",
"version": "7.31.0",
"command": {
"bootstrap": {
"npmClientArgs": ["--no-package-lock"]
"npmClientArgs": [
"--no-package-lock"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/root",
"version": "7.30.3",
"version": "7.31.0",
"description": "A TypeScript Framework on top of Express",
"private": true,
"author": "Romain Lenzotti",
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": "@tsed/core",
"version": "7.30.3",
"version": "7.31.0",
"description": "Core module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/eslint": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/eslint": "7.31.0",
"@tsed/typescript": "7.31.0",
"eslint": "^8.12.0"
},
"peerDependencies": {}
}
}
16 changes: 8 additions & 8 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/di",
"version": "7.30.3",
"version": "7.31.0",
"description": "DI module for Ts.ED Framework",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -28,17 +28,17 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/core": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/core": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/schema": "7.31.0",
"@tsed/typescript": "7.31.0",
"eslint": "^8.12.0"
},
"peerDependencies": {
"@tsed/core": "^7.30.3",
"@tsed/core": "^7.31.0",
"@tsed/logger": ">=6.2.2",
"@tsed/schema": "^7.30.3"
"@tsed/schema": "^7.31.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand All @@ -51,4 +51,4 @@
"optional": false
}
}
}
}
8 changes: 4 additions & 4 deletions packages/engines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/engines",
"version": "7.30.3",
"version": "7.31.0",
"description": "Template engines library. Provide an API to adding custom engines from decorators.",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -27,8 +27,8 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/eslint": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/eslint": "7.31.0",
"@tsed/typescript": "7.31.0",
"@types/fs-extra": "^9.0.13",
"@types/semver": "^7.3.9",
"arc-templates": "^0.5.3",
Expand Down Expand Up @@ -95,4 +95,4 @@
"view"
],
"peerDependencies": {}
}
}
20 changes: 10 additions & 10 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/apollo",
"version": "7.30.3",
"version": "7.31.0",
"description": "Apollo package for Ts.ED framework",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
Expand All @@ -25,12 +25,12 @@
},
"private": false,
"devDependencies": {
"@tsed/common": "7.30.3",
"@tsed/core": "7.30.3",
"@tsed/di": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/common": "7.31.0",
"@tsed/core": "7.31.0",
"@tsed/di": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/logger": ">=6.2.2",
"@tsed/typescript": "7.30.3",
"@tsed/typescript": "7.31.0",
"@types/graphql": "14.5.0",
"apollo-datasource": "^3.2.0",
"apollo-datasource-rest": "^3.3.0",
Expand All @@ -42,13 +42,13 @@
"graphql": "15.7.2"
},
"peerDependencies": {
"@tsed/common": "^7.30.3",
"@tsed/core": "^7.30.3",
"@tsed/di": "^7.30.3",
"@tsed/common": "^7.31.0",
"@tsed/core": "^7.31.0",
"@tsed/di": "^7.31.0",
"@tsed/logger": ">=6.2.2",
"apollo-datasource": ">=3.0.0",
"apollo-datasource-rest": ">=3.0.0",
"apollo-server-core": ">=3.0.0",
"graphql": ">15.0.0"
}
}
}
14 changes: 7 additions & 7 deletions packages/graphql/typegraphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/typegraphql",
"version": "7.30.3",
"version": "7.31.0",
"description": "TypeGraphQL package for Ts.ED framework, based on Apollo-server-core and Type-graphql",
"private": false,
"source": "./src/index.ts",
Expand All @@ -24,14 +24,14 @@
"lint:fix": "eslint '**/*.{ts,js}' --fix"
},
"dependencies": {
"@tsed/apollo": "7.30.3",
"@tsed/apollo": "7.31.0",
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/common": "7.30.3",
"@tsed/core": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/common": "7.31.0",
"@tsed/core": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/typescript": "7.31.0",
"@types/graphql": "^14.5.0",
"class-validator": "~0.14.0",
"eslint": "^8.12.0",
Expand All @@ -45,4 +45,4 @@
"graphql": ">=15.0.0",
"type-graphql": ">=1.0.0"
}
}
}
22 changes: 11 additions & 11 deletions packages/orm/adapters-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters-redis",
"version": "7.30.3",
"version": "7.31.0",
"description": "Redis adapter for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -22,23 +22,23 @@
"lint:fix": "eslint '**/*.{ts,js}' --fix"
},
"dependencies": {
"@tsed/adapters": "7.30.3",
"@tsed/ioredis": "7.30.3",
"@tsed/adapters": "7.31.0",
"@tsed/ioredis": "7.31.0",
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/core": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/core": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/typescript": "7.31.0",
"eslint": "^8.12.0"
},
"peerDependencies": {
"@tsed/adapters": "^7.30.3",
"@tsed/common": "^7.30.3",
"@tsed/core": "^7.30.3",
"@tsed/di": "^7.30.3",
"@tsed/adapters": "^7.31.0",
"@tsed/common": "^7.31.0",
"@tsed/core": "^7.31.0",
"@tsed/di": "^7.31.0",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2",
"uuid": "8.3.2"
}
}
}
32 changes: 16 additions & 16 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/adapters",
"version": "7.30.3",
"version": "7.31.0",
"description": "Database adapters for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -32,24 +32,24 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@tsed/ajv": "7.30.3",
"@tsed/common": "7.30.3",
"@tsed/core": "7.30.3",
"@tsed/di": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/json-mapper": "7.30.3",
"@tsed/schema": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/ajv": "7.31.0",
"@tsed/common": "7.31.0",
"@tsed/core": "7.31.0",
"@tsed/di": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/json-mapper": "7.31.0",
"@tsed/schema": "7.31.0",
"@tsed/typescript": "7.31.0",
"@types/fs-extra": "9.0.13",
"eslint": "^8.12.0"
},
"peerDependencies": {
"@tsed/ajv": "^7.30.3",
"@tsed/common": "^7.30.3",
"@tsed/core": "^7.30.3",
"@tsed/di": "^7.30.3",
"@tsed/json-mapper": "^7.30.3",
"@tsed/schema": "^7.30.3"
"@tsed/ajv": "^7.31.0",
"@tsed/common": "^7.31.0",
"@tsed/core": "^7.31.0",
"@tsed/di": "^7.31.0",
"@tsed/json-mapper": "^7.31.0",
"@tsed/schema": "^7.31.0"
},
"peerDependenciesMeta": {
"@tsed/ajv": {
Expand All @@ -71,4 +71,4 @@
"optional": false
}
}
}
}
16 changes: 8 additions & 8 deletions packages/orm/ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/ioredis",
"version": "7.30.3",
"version": "7.31.0",
"description": "IO Redis connection for Ts.ED",
"private": false,
"source": "./src/index.ts",
Expand All @@ -25,19 +25,19 @@
"tslib": "2.5.0"
},
"devDependencies": {
"@tsed/core": "7.30.3",
"@tsed/di": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/core": "7.31.0",
"@tsed/di": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/typescript": "7.31.0",
"@types/ioredis-mock": "^5.6.0",
"eslint": "^8.12.0",
"ioredis": "5.2.3",
"ioredis-mock": "8.2.2"
},
"peerDependencies": {
"@tsed/core": "^7.30.3",
"@tsed/di": "^7.30.3",
"@tsed/core": "^7.31.0",
"@tsed/di": "^7.31.0",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2"
}
}
}
26 changes: 13 additions & 13 deletions packages/orm/mikro-orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/mikro-orm",
"version": "7.30.3",
"version": "7.31.0",
"description": "MikroORM package for Ts.ED framework",
"private": false,
"source": "./src/index.ts",
Expand All @@ -27,23 +27,23 @@
"devDependencies": {
"@mikro-orm/core": "^5.2.2",
"@mikro-orm/mongodb": "^5.2.2",
"@tsed/common": "7.30.3",
"@tsed/core": "7.30.3",
"@tsed/di": "7.30.3",
"@tsed/eslint": "7.30.3",
"@tsed/json-mapper": "7.30.3",
"@tsed/common": "7.31.0",
"@tsed/core": "7.31.0",
"@tsed/di": "7.31.0",
"@tsed/eslint": "7.31.0",
"@tsed/json-mapper": "7.31.0",
"@tsed/logger": ">=6.1.1",
"@tsed/schema": "7.30.3",
"@tsed/testing-mongoose": "7.30.3",
"@tsed/typescript": "7.30.3",
"@tsed/schema": "7.31.0",
"@tsed/testing-mongoose": "7.31.0",
"@tsed/typescript": "7.31.0",
"eslint": "^8.12.0",
"ts-mockito": "^2.6.1"
},
"peerDependencies": {
"@mikro-orm/core": ">=4.5.9",
"@tsed/common": "^7.30.3",
"@tsed/core": "^7.30.3",
"@tsed/di": "^7.30.3",
"@tsed/common": "^7.31.0",
"@tsed/core": "^7.31.0",
"@tsed/di": "^7.31.0",
"@tsed/logger": ">=6.2.2"
}
}
}
Loading

0 comments on commit 062ee8d

Please sign in to comment.