Skip to content

Commit

Permalink
Update all non-major dependencies (#446)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Adam <adam@haglund.dev>
  • Loading branch information
renovate[bot] and BeeeQueue committed Oct 10, 2023
1 parent ac06859 commit 0d14d51
Show file tree
Hide file tree
Showing 9 changed files with 1,371 additions and 2,043 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: BeeeQueue/setup-node@corepack
with:
node-version: 18
node-version: 20
corepack: true

- name: find pnpm cache path
Expand All @@ -42,7 +42,7 @@ jobs:

- uses: BeeeQueue/setup-node@corepack
with:
node-version: 18
node-version: 20
corepack: true

- name: find pnpm cache path
Expand All @@ -69,7 +69,7 @@ jobs:

- uses: BeeeQueue/setup-node@corepack
with:
node-version: 18
node-version: 20
corepack: true

- name: find pnpm cache path
Expand Down
77 changes: 44 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"type": "github",
"url": "sr-net/siege"
},
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.9.0",
"engines": {
"node": "^18"
"node": "^20"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand All @@ -34,42 +34,53 @@
"typecheck": "tsc --noEmit -P tsconfig.json"
},
"resolutions": {
"@types/node": "18.15.3"
"@types/node": "20.8.4"
},
"dependencies": {
"@fastify/cookie": "8.3.0",
"@fastify/cors": "8.2.1",
"@fastify/helmet": "10.1.0",
"@sentry/node": "7.43.0",
"@tsconfig/node18": "1.0.1",
"class-validator": "0.14.0",
"dotenv": "16.0.3",
"edgedb": "1.1.0",
"fastify": "4.14.1",
"graphql": "16.6.0",
"mercurius": "12.2.0",
"@fastify/cookie": "9.1.0",
"@fastify/cors": "8.4.0",
"@fastify/helmet": "11.1.1",
"@tsconfig/node20": "20.1.2",
"dotenv": "16.3.1",
"edgedb": "1.3.6",
"fastify": "4.23.2",
"graphql": "16.8.1",
"mercurius": "13.1.0",
"nexus": "1.3.0",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"remeda": "1.9.1",
"pino": "8.16.0",
"pino-pretty": "10.2.3",
"ts-dedent": "2.2.0",
"tsconfig-paths": "4.1.2",
"tsx": "3.12.5",
"uuid": "9.0.0"
"tsconfig-paths": "4.2.0",
"tsx": "3.13.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@beequeue/eslint-plugin": "2.0.1",
"@edgedb/generate": "0.0.8",
"@types/node": "18.15.3",
"@types/uuid": "9.0.1",
"eslint": "8.36.0",
"lint-staged": "13.2.0",
"nodemon": "2.0.21",
"p-queue": "7.3.4",
"prettier": "2.8.4",
"simple-git-hooks": "2.8.1",
"typescript": "5.0.2",
"vite": "3.2.5",
"vitest": "0.29.3"
"@beequeue/eslint-plugin": "4.0.0",
"@edgedb/generate": "0.3.3",
"@types/node": "20.8.4",
"@types/uuid": "9.0.5",
"eslint": "8.51.0",
"lint-staged": "14.0.1",
"nodemon": "3.0.1",
"prettier": "3.0.3",
"simple-git-hooks": "2.9.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}

0 comments on commit 0d14d51

Please sign in to comment.