Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 9b2e145

Browse files
authored
chore: bump deps/release (#103)
* chore: bump deps * chore: bump version
1 parent 10f57ba commit 9b2e145

File tree

14 files changed

+1426
-1469
lines changed

14 files changed

+1426
-1469
lines changed

CHANGELOG.md

-3
This file was deleted.

libs/bitfield/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Data structure for working with bitfields",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -31,11 +31,11 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/node": "^14.17.5",
35-
"typescript": "^4.3.5"
34+
"@types/node": "^14.17.34",
35+
"typescript": "^4.5.2"
3636
},
3737
"dependencies": {
38-
"@cordis/error": "workspace:^1.0.2",
38+
"@cordis/error": "workspace:^1.2.0",
3939
"tslib": "^2.3.1"
4040
}
4141
}

libs/brokers/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Message broker library for the cordis micro-services, built for AMQP",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -32,13 +32,13 @@
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
3434
"@types/amqplib": "^0.5.17",
35-
"@types/node": "^14.17.5",
36-
"typescript": "^4.3.5"
35+
"@types/node": "^14.17.34",
36+
"typescript": "^4.5.2"
3737
},
3838
"dependencies": {
39-
"@cordis/common": "workspace:^1.0.2",
40-
"@cordis/error": "workspace:^1.0.2",
41-
"@msgpack/msgpack": "^2.7.0",
39+
"@cordis/common": "workspace:^1.2.0",
40+
"@cordis/error": "workspace:^1.2.0",
41+
"@msgpack/msgpack": "^2.7.1",
4242
"amqplib": "^0.6.0",
4343
"tslib": "^2.3.1"
4444
}

libs/common/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Common things amongst the cordis infrastructure",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -32,12 +32,12 @@
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
3434
"@types/amqplib": "^0.5.17",
35-
"@types/node": "^14.17.5",
36-
"typescript": "^4.3.5"
35+
"@types/node": "^14.17.34",
36+
"typescript": "^4.5.2"
3737
},
3838
"dependencies": {
39-
"@cordis/error": "workspace:^1.0.2",
40-
"discord-api-types": "^0.22.0",
39+
"@cordis/error": "workspace:^1.2.0",
40+
"discord-api-types": "^0.24.0",
4141
"tslib": "^2.3.1"
4242
}
4343
}

libs/error/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Package for creating error structures",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -31,8 +31,8 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/node": "^14.17.5",
35-
"typescript": "^4.3.5"
34+
"@types/node": "^14.17.34",
35+
"typescript": "^4.5.2"
3636
},
3737
"dependencies": {
3838
"tslib": "^2.3.1"

libs/gateway/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The cordis gateway to Discord",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
7-
"version": "1.0.2",
7+
"version": "1.2.0",
88
"scripts": {
99
"lint": "eslint src --ext .ts",
1010
"build": "tsc",
@@ -32,24 +32,24 @@
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
3434
"@types/common-tags": "^1.8.1",
35-
"@types/node": "^14.17.5",
35+
"@types/node": "^14.17.34",
3636
"@types/ws": "^7.4.7",
3737
"erlpack": "github:discord/erlpack",
38-
"typescript": "^4.3.5",
38+
"typescript": "^4.5.2",
3939
"zlib-sync": "^0.1.7"
4040
},
4141
"dependencies": {
42-
"@cordis/bitfield": "workspace:^1.0.2",
43-
"@cordis/common": "workspace:^1.0.2",
44-
"@cordis/error": "workspace:^1.0.2",
45-
"@cordis/queue": "workspace:^1.0.2",
46-
"@cordis/rest": "workspace:^1.0.2",
47-
"common-tags": "^1.8.0",
48-
"discord-api-types": "^0.22.0",
42+
"@cordis/bitfield": "workspace:^1.2.0",
43+
"@cordis/common": "workspace:^1.2.0",
44+
"@cordis/error": "workspace:^1.2.0",
45+
"@cordis/queue": "workspace:^1.2.0",
46+
"@cordis/rest": "workspace:^1.2.0",
47+
"common-tags": "^1.8.2",
48+
"discord-api-types": "^0.24.0",
4949
"tslib": "^2.3.1",
50-
"ws": "^7.5.3"
50+
"ws": "^7.5.6"
5151
},
5252
"engines": {
53-
"node": ">=14 <=16.6.1"
53+
"node": ">=14 <=16.11.1"
5454
}
5555
}

libs/queue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Async queues for sequential operations",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -31,8 +31,8 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/node": "^14.17.5",
35-
"typescript": "^4.3.5"
34+
"@types/node": "^14.17.34",
35+
"typescript": "^4.5.2"
3636
},
3737
"dependencies": {
3838
"tslib": "^2.3.1"

libs/redis-store/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Redis cache implementing the cordis Store",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -31,13 +31,13 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/ioredis": "^4.26.6",
35-
"@types/node": "^14.17.5",
36-
"typescript": "^4.3.5"
34+
"@types/ioredis": "^4.28.1",
35+
"@types/node": "^14.17.34",
36+
"typescript": "^4.5.2"
3737
},
3838
"dependencies": {
39-
"@cordis/error": "workspace:^1.0.2",
40-
"@cordis/store": "workspace:^1.0.2",
39+
"@cordis/error": "workspace:^1.2.0",
40+
"@cordis/store": "workspace:^1.2.0",
4141
"tslib": "^2.3.1"
4242
}
4343
}

libs/rest/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Cordis' REST utilities for the Discord API",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
7-
"version": "1.0.2",
7+
"version": "1.2.0",
88
"scripts": {
99
"lint": "eslint src --ext .ts",
1010
"build": "tsc",
@@ -31,15 +31,15 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/node": "^14.17.5",
34+
"@types/node": "^14.17.34",
3535
"fetch-blob": "^2.1.2",
36-
"typescript": "^4.3.5"
36+
"typescript": "^4.5.2"
3737
},
3838
"dependencies": {
39-
"@cordis/common": "workspace:^1.0.2",
40-
"@cordis/error": "workspace:^1.0.2",
39+
"@cordis/common": "workspace:^1.2.0",
40+
"@cordis/error": "workspace:^1.2.0",
4141
"abort-controller": "^3.0.0",
42-
"discord-api-types": "^0.22.0",
42+
"discord-api-types": "^0.24.0",
4343
"form-data": "^3.0.1",
4444
"node-fetch": "3.0.0-beta.9",
4545
"tslib": "^2.3.1"

libs/store/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Map-based storage structure",
44
"main": "./dist/index.js",
55
"types": "./types/index.d.ts",
6-
"version": "1.0.2",
6+
"version": "1.2.0",
77
"scripts": {
88
"lint": "eslint src --ext .ts",
99
"build": "tsc",
@@ -31,11 +31,11 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/node": "^14.17.5",
35-
"typescript": "^4.3.5"
34+
"@types/node": "^14.17.34",
35+
"typescript": "^4.5.2"
3636
},
3737
"dependencies": {
38-
"@cordis/error": "workspace:^1.0.2",
38+
"@cordis/error": "workspace:^1.2.0",
3939
"tslib": "^2.3.1"
4040
}
4141
}

libs/util/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cordis/util",
3-
"version": "1.0.2",
3+
"version": "1.2.0",
44
"description": "Helper methods and structures for Cordis",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
@@ -31,13 +31,13 @@
3131
},
3232
"homepage": "https://github.com/cordis-lib/cordis#readme",
3333
"devDependencies": {
34-
"@types/node": "^14.17.5",
35-
"typescript": "^4.3.5"
34+
"@types/node": "^14.17.34",
35+
"typescript": "^4.5.2"
3636
},
3737
"dependencies": {
38-
"@cordis/error": "workspace:^1.0.2",
39-
"@cordis/rest": "workspace:^1.0.2",
40-
"discord-api-types": "^0.22.0",
38+
"@cordis/error": "workspace:^1.2.0",
39+
"@cordis/rest": "workspace:^1.2.0",
40+
"discord-api-types": "^0.24.0",
4141
"tslib": "^2.3.1"
4242
}
4343
}

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "cordis",
4-
"version": "1.0.2",
4+
"version": "1.2.0",
55
"description": "A modular, micros-service based Discord API wrapper",
66
"scripts": {
77
"build": "pnpm recursive run build --filter @cordis/*",
@@ -35,34 +35,34 @@
3535
},
3636
"homepage": "https://github.com/cordis-lib/cordis#readme",
3737
"devDependencies": {
38-
"@babel/core": "^7.15.0",
39-
"@babel/generator": "^7.15.0",
38+
"@babel/core": "^7.16.0",
39+
"@babel/generator": "^7.16.0",
4040
"@babel/plugin-syntax-import-meta": "^7.10.4",
41-
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
42-
"@babel/preset-env": "^7.15.0",
43-
"@babel/preset-typescript": "^7.15.0",
41+
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
42+
"@babel/preset-env": "^7.16.4",
43+
"@babel/preset-typescript": "^7.16.0",
4444
"@commitlint/cli": "^12.1.4",
4545
"@commitlint/config-conventional": "^12.1.4",
4646
"@strictsoftware/typedoc-plugin-monorepo": "^0.3.1",
47-
"@types/jest": "^27.0.1",
48-
"@typescript-eslint/eslint-plugin": "^4.28.4",
49-
"@typescript-eslint/parser": "^4.28.4",
50-
"babel-jest": "^27.0.6",
47+
"@types/jest": "^27.0.3",
48+
"@typescript-eslint/eslint-plugin": "^4.33.0",
49+
"@typescript-eslint/parser": "^4.33.0",
50+
"babel-jest": "^27.3.1",
5151
"babel-plugin-top-level-await": "^0.7.1",
52-
"babel-plugin-transform-import-meta": "^2.0.0",
53-
"eslint": "^7.31.0",
52+
"babel-plugin-transform-import-meta": "^2.1.0",
53+
"eslint": "^7.32.0",
5454
"eslint-config-marine": "^9.0.6",
5555
"husky": "^4.3.8",
56-
"jest": "^27.0.6",
56+
"jest": "^27.3.1",
5757
"lint-staged": "^10.5.4",
5858
"rimraf": "^3.0.2",
59-
"standard-version": "^9.3.1",
59+
"standard-version": "^9.3.2",
6060
"typedoc": "^0.19.2",
6161
"typedoc-plugin-as-member-of": "^1.0.2",
62-
"typedoc-plugin-markdown": "^3.10.3",
63-
"typedoc-plugin-no-inherit": "^1.3.0",
62+
"typedoc-plugin-markdown": "^3.11.7",
63+
"typedoc-plugin-no-inherit": "^1.3.1",
6464
"typedoc-plugin-remove-references": "^0.0.5",
65-
"typescript": "^4.3.5"
65+
"typescript": "^4.5.2"
6666
},
6767
"husky": {
6868
"hooks": {

0 commit comments

Comments
 (0)