Skip to content

Commit

Permalink
Github CI build: __run_3 v8.0.0-alpha.7 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 28, 2024
1 parent 4e4f4e2 commit 5147c7d
Show file tree
Hide file tree
Showing 99 changed files with 756 additions and 948 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/docs",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"description": "Documentation Ts.ED",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages/utils/*",
"docs"
],
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
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": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"description": "A TypeScript Framework on top of Express",
"private": true,
"author": "Romain Lenzotti",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/core",
"description": "Core module for Ts.ED Framework",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -26,15 +26,15 @@
},
"dependencies": {
"reflect-metadata": "^0.2.1",
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/barrels": "workspace:*",
"@tsed/monorepo-utils": "2.3.5",
"@tsed/typescript": "workspace:*",
"@tsed/vitest": "workspace:*",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"typescript": "5.4.5",
"vite": "^5.4.1",
"vitest": "2.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/di",
"description": "DI module for Ts.ED Framework",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -25,7 +25,7 @@
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"dependencies": {
"tslib": "2.6.2",
"tslib": "2.7.0",
"uuid": "9.0.1"
},
"devDependencies": {
Expand All @@ -35,15 +35,15 @@
"@tsed/schema": "workspace:*",
"@tsed/typescript": "workspace:*",
"cross-env": "7.0.3",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"typescript": "5.4.5",
"vitest": "2.0.4",
"webpack": "^5.75.0"
},
"peerDependencies": {
"@tsed/core": "8.0.0-alpha.6",
"@tsed/core": "8.0.0-alpha.7",
"@tsed/logger": ">=6.7.5",
"@tsed/schema": "8.0.0-alpha.6"
"@tsed/schema": "8.0.0-alpha.7"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand Down
6 changes: 3 additions & 3 deletions packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/engines",
"description": "Template engines library. Provide an API to adding custom engines from decorators.",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -22,7 +22,7 @@
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"dependencies": {
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@babel/core": "7.24.3",
Expand All @@ -43,7 +43,7 @@
"eco": "^1.1.0-rc-3",
"ect": "^0.5.9",
"ejs": "^3.1.9",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"haml": "^0.4.3",
"haml-coffee": "^1.14.1",
"hamlet": "^0.3.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/apollo",
"description": "Apollo package for Ts.ED framework",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -22,7 +22,7 @@
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"dependencies": {
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@apollo/datasource-rest": "6.2.2",
Expand All @@ -36,16 +36,16 @@
"@tsed/typescript": "workspace:*",
"apollo-datasource-http": "0.21.0",
"apollo-server-testing": "2.25.3",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"graphql": "16.8.2",
"typescript": "5.4.5",
"vitest": "2.0.4"
},
"peerDependencies": {
"@apollo/server": ">=4.10.4",
"@tsed/common": "8.0.0-alpha.6",
"@tsed/core": "8.0.0-alpha.6",
"@tsed/di": "8.0.0-alpha.6",
"@tsed/common": "8.0.0-alpha.7",
"@tsed/core": "8.0.0-alpha.7",
"@tsed/di": "8.0.0-alpha.7",
"@tsed/logger": ">=6.7.5",
"graphql": ">16.0.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/apollo/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 0,
branches: 0,
functions: 0,
lines: 0
statements: 83.48,
branches: 87.17,
functions: 94.11,
lines: 83.48
}
}
}
}
);
);
12 changes: 6 additions & 6 deletions packages/graphql/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/graphql-ws",
"description": "An extension to allow GraphQL over WebSockets using graphql-ws protocol",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -20,7 +20,7 @@
"build:ts": "tsc --build tsconfig.json"
},
"dependencies": {
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/barrels": "workspace:*",
Expand All @@ -29,14 +29,14 @@
"@tsed/di": "workspace:*",
"@tsed/logger": ">=6.7.5",
"@tsed/typescript": "workspace:*",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"graphql-ws": "5.16.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"@tsed/common": "8.0.0-alpha.6",
"@tsed/core": "8.0.0-alpha.6",
"@tsed/di": "8.0.0-alpha.6",
"@tsed/common": "8.0.0-alpha.7",
"@tsed/core": "8.0.0-alpha.7",
"@tsed/di": "8.0.0-alpha.7",
"@tsed/logger": ">=6.7.5",
"graphql-ws": ">=5.14.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/typegraphql",
"description": "TypeGraphQL package for Ts.ED framework, based on Apollo-server-core and Type-graphql",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@tsed/apollo": "workspace:*",
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@graphql-yoga/subscription": "5.0.0",
Expand All @@ -37,7 +37,7 @@
"@types/graphql": "^14.5.0",
"class-validator": "~0.14.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"graphql": "16.8.2",
"graphql-passport": "^0.6.8",
"graphql-scalars": "1.23.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/typegraphql/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig(
coverage: {
...presets.test.coverage,
thresholds: {
statements: 0,
branches: 0,
functions: 0,
lines: 0
statements: 95,
branches: 72.72,
functions: 100,
lines: 95
}
}
}
}
);
);
14 changes: 7 additions & 7 deletions packages/orm/adapters-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/adapters-redis",
"description": "Redis adapter for Ts.ED",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -24,21 +24,21 @@
"dependencies": {
"@tsed/adapters": "workspace:*",
"@tsed/ioredis": "workspace:*",
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/barrels": "workspace:*",
"@tsed/core": "workspace:*",
"@tsed/typescript": "workspace:*",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"typescript": "5.4.5",
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/adapters": "8.0.0-alpha.6",
"@tsed/common": "8.0.0-alpha.6",
"@tsed/core": "8.0.0-alpha.6",
"@tsed/di": "8.0.0-alpha.6",
"@tsed/adapters": "8.0.0-alpha.7",
"@tsed/common": "8.0.0-alpha.7",
"@tsed/core": "8.0.0-alpha.7",
"@tsed/di": "8.0.0-alpha.7",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2",
"uuid": "^9.0.1"
Expand Down
18 changes: 9 additions & 9 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/adapters",
"description": "Database adapters for Ts.ED",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -28,7 +28,7 @@
"fs-extra": "11.2.0",
"lodash": "^4.17.21",
"lowdb": "1.0.0",
"tslib": "2.6.1",
"tslib": "2.7.0",
"uuid": "9.0.1"
},
"devDependencies": {
Expand All @@ -41,17 +41,17 @@
"@tsed/schema": "workspace:*",
"@tsed/typescript": "workspace:*",
"@types/fs-extra": "11.0.4",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"typescript": "5.4.5",
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/ajv": "8.0.0-alpha.6",
"@tsed/common": "8.0.0-alpha.6",
"@tsed/core": "8.0.0-alpha.6",
"@tsed/di": "8.0.0-alpha.6",
"@tsed/json-mapper": "8.0.0-alpha.6",
"@tsed/schema": "8.0.0-alpha.6"
"@tsed/ajv": "8.0.0-alpha.7",
"@tsed/common": "8.0.0-alpha.7",
"@tsed/core": "8.0.0-alpha.7",
"@tsed/di": "8.0.0-alpha.7",
"@tsed/json-mapper": "8.0.0-alpha.7",
"@tsed/schema": "8.0.0-alpha.7"
},
"peerDependenciesMeta": {
"@tsed/ajv": {
Expand Down
10 changes: 5 additions & 5 deletions packages/orm/ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tsed/ioredis",
"description": "IO Redis connection for Ts.ED",
"type": "module",
"version": "8.0.0-alpha.6",
"version": "8.0.0-alpha.7",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -22,23 +22,23 @@
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"dependencies": {
"tslib": "2.6.1"
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/barrels": "workspace:*",
"@tsed/core": "workspace:*",
"@tsed/di": "workspace:*",
"@tsed/typescript": "workspace:*",
"@types/ioredis-mock": "^5.6.0",
"eslint": "^8.57.0",
"eslint": "9.11.1",
"ioredis": "5.3.2",
"ioredis-mock": "8.9.0",
"typescript": "5.4.5",
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/core": "8.0.0-alpha.6",
"@tsed/di": "8.0.0-alpha.6",
"@tsed/core": "8.0.0-alpha.7",
"@tsed/di": "8.0.0-alpha.7",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2"
}
Expand Down
Loading

0 comments on commit 5147c7d

Please sign in to comment.