Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 54569ae commit ae3573f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Haste Server Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
push: true
context: .
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"format": "prettier --write src"
},
"dependencies": {
"@fastify/rate-limit": "^10.0.1",
"@fastify/rate-limit": "^10.1.1",
"@fastify/sensible": "^6.0.1",
"@fastify/static": "^8.0.1",
"@fastify/swagger": "^9.0.0",
"@fastify/swagger": "^9.2.0",
"@fastify/swagger-ui": "^5.0.1",
"@fastify/type-provider-typebox": "^5.0.0",
"@pnotify/core": "^5.2.0",
"@sapphire/fetch": "^3.0.3",
"@sinclair/typebox": "^0.33.12",
"@sinclair/typebox": "^0.33.16",
"@skyra/env-utilities": "^1.3.0",
"fastify": "^5.0.0",
"highlight.js": "^11.10.0",
Expand All @@ -35,7 +35,7 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.5",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
Expand All @@ -48,7 +48,7 @@
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.7"
"vite": "^5.4.8"
},
"eslintConfig": {
"extends": "@sapphire"
Expand Down
172 changes: 27 additions & 145 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,14 +426,14 @@ __metadata:
languageName: node
linkType: hard

"@fastify/rate-limit@npm:^10.0.1":
version: 10.0.1
resolution: "@fastify/rate-limit@npm:10.0.1"
"@fastify/rate-limit@npm:^10.1.1":
version: 10.1.1
resolution: "@fastify/rate-limit@npm:10.1.1"
dependencies:
"@lukeed/ms": "npm:^2.0.2"
fastify-plugin: "npm:^5.0.0"
toad-cache: "npm:^3.7.0"
checksum: 10/824c78e50acb6b88bb4b226f4ac3526732139d7e976808af5c63a70ab6ed9f163b37f2f91e42f5cf7eedd717ffb383401c24f1dc13990ab0500ba73f17f1773f
checksum: 10/c3a97dba0ad6ae9eae163514b18f7ab44eb0565c0ba0bee34689dd730345952c7add5268420b9956abea065b98e18007210f23a81ca78131c8f15e2e71a3052d
languageName: node
linkType: hard

Expand Down Expand Up @@ -492,16 +492,16 @@ __metadata:
languageName: node
linkType: hard

"@fastify/swagger@npm:^9.0.0":
version: 9.0.0
resolution: "@fastify/swagger@npm:9.0.0"
"@fastify/swagger@npm:^9.2.0":
version: 9.2.0
resolution: "@fastify/swagger@npm:9.2.0"
dependencies:
fastify-plugin: "npm:^5.0.0"
json-schema-resolver: "npm:^2.0.0"
openapi-types: "npm:^12.1.3"
rfdc: "npm:^1.3.1"
yaml: "npm:^2.4.2"
checksum: 10/e7d276a45008bc17297cae11ad1cce663caf00882fe8bae30e467d9f2d46e184a0a69d301117ce3cbf094bd413afc1cd212c6a443d2b6f8553aa9ff27e602068
checksum: 10/d02aff6e1b6e221ffdbdcf1107e73d95b385c45c0703add7d9de1cb36f86af45a8fbb76e37ea5653c6e615adfcc7b1000471510fbcb91a37c7b51180c6a944e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -839,10 +839,10 @@ __metadata:
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.33.12":
version: 0.33.12
resolution: "@sinclair/typebox@npm:0.33.12"
checksum: 10/3b868a540480a914fb05e939fd875f1db9d078671038786394d8ac21f1cb12f2e5e25f0cc1092925f613821d0a959a14c8c8ad35a4064639822ce5f7b83ce380
"@sinclair/typebox@npm:^0.33.16":
version: 0.33.16
resolution: "@sinclair/typebox@npm:0.33.16"
checksum: 10/8c950dac7a2eb8dffb57037bae94891a162d1cd763035d2d5a496ff34681292b3b46a80ecc65bfa605221d88d67f8c5bc883ff1277be51cfcf124785a870b578
languageName: node
linkType: hard

Expand All @@ -860,20 +860,20 @@ __metadata:
version: 0.0.0-use.local
resolution: "@skyra/haste-server@workspace:."
dependencies:
"@fastify/rate-limit": "npm:^10.0.1"
"@fastify/rate-limit": "npm:^10.1.1"
"@fastify/sensible": "npm:^6.0.1"
"@fastify/static": "npm:^8.0.1"
"@fastify/swagger": "npm:^9.0.0"
"@fastify/swagger": "npm:^9.2.0"
"@fastify/swagger-ui": "npm:^5.0.1"
"@fastify/type-provider-typebox": "npm:^5.0.0"
"@pnotify/core": "npm:^5.2.0"
"@sapphire/eslint-config": "npm:^5.0.5"
"@sapphire/fetch": "npm:^3.0.3"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/ts-config": "npm:^5.0.1"
"@sinclair/typebox": "npm:^0.33.12"
"@sinclair/typebox": "npm:^0.33.16"
"@skyra/env-utilities": "npm:^1.3.0"
"@types/node": "npm:^20.16.5"
"@types/node": "npm:^20.16.11"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
autoprefixer: "npm:^10.4.20"
Expand All @@ -889,7 +889,7 @@ __metadata:
rimraf: "npm:^6.0.1"
tsup: "npm:^8.3.0"
typescript: "npm:^5.6.2"
vite: "npm:^5.4.7"
vite: "npm:^5.4.8"
languageName: unknown
linkType: soft

Expand All @@ -900,39 +900,16 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
"@types/node@npm:^20.16.11":
version: 20.16.11
resolution: "@types/node@npm:20.16.11"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^7.11.0":
version: 7.13.1
resolution: "@typescript-eslint/eslint-plugin@npm:7.13.1"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:7.13.1"
"@typescript-eslint/type-utils": "npm:7.13.1"
"@typescript-eslint/utils": "npm:7.13.1"
"@typescript-eslint/visitor-keys": "npm:7.13.1"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
"@typescript-eslint/parser": ^7.0.0
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/37fff8c302f93f5f88fc8d6e6c9151a7d1873a3c8af6e15547d737bdc066a6b8887fa54bcd8eb4e4ca6a11494051801c8e957eea8d8b4d4b078a477df6f10692
checksum: 10/6d2f92b7b320c32ba0c2bc54d21651bd21690998a2e27f00d15019d4db3e0ec30fce85332efed5e37d4cda078ff93ea86ee3e92b76b7a25a9b92a52a039b60b2
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^7.18.0":
"@typescript-eslint/eslint-plugin@npm:^7.11.0, @typescript-eslint/eslint-plugin@npm:^7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
dependencies:
Expand All @@ -955,25 +932,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.11.0":
version: 7.13.1
resolution: "@typescript-eslint/parser@npm:7.13.1"
dependencies:
"@typescript-eslint/scope-manager": "npm:7.13.1"
"@typescript-eslint/types": "npm:7.13.1"
"@typescript-eslint/typescript-estree": "npm:7.13.1"
"@typescript-eslint/visitor-keys": "npm:7.13.1"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/a76cfcf97c289110403b50a377e925f29cda74340de0526f68b0c34199ce643d9c31803e492217e0f3df28361d3019ced4806f974ea70529c559b26b70cec7ef
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.18.0":
"@typescript-eslint/parser@npm:^7.11.0, @typescript-eslint/parser@npm:^7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/parser@npm:7.18.0"
dependencies:
Expand All @@ -991,16 +950,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/scope-manager@npm:7.13.1"
dependencies:
"@typescript-eslint/types": "npm:7.13.1"
"@typescript-eslint/visitor-keys": "npm:7.13.1"
checksum: 10/fea9ab8f72ace1dd55d835037efe038c70021275581855820cdb7fc4b01e8afb51723856537adff1fdb0ea3899c1f8b593fd75c34b5087ca2ef2f7c72e610050
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/scope-manager@npm:7.18.0"
Expand All @@ -1011,23 +960,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/type-utils@npm:7.13.1"
dependencies:
"@typescript-eslint/typescript-estree": "npm:7.13.1"
"@typescript-eslint/utils": "npm:7.13.1"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/cc03cd44e125933511ea657e386c5cf427eb6a386fdb110cba0858598195fb4f8c71173b00b187f388a6713e16b919a2037a86e0be10f4c40c18bcbdbe06d5de
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
Expand All @@ -1045,39 +977,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/types@npm:7.13.1"
checksum: 10/006a5518608184c1d017b27fb4f66ce28bc75f89e2380ac42969ebdf0dc726af1cfcdf4ba36ce2858e9f6907d6f4295d3453859d7e9a35bc7855d4ebc900955d
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/types@npm:7.18.0"
checksum: 10/0e30c73a3cc3c67dd06360a5a12fd12cee831e4092750eec3d6c031bdc4feafcb0ab1d882910a73e66b451a4f6e1dd015e9e2c4d45bf6bf716a474e5d123ddf0
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/typescript-estree@npm:7.13.1"
dependencies:
"@typescript-eslint/types": "npm:7.13.1"
"@typescript-eslint/visitor-keys": "npm:7.13.1"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/5c68b5faa962e5f984067aa91770486af817858d2fa35b54a44fa4d5c0c612ba23b52b191d8051d9e4439e5425251e32861c81239e9400a29de057f8360537fb
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
Expand All @@ -1097,20 +1003,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/utils@npm:7.13.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:7.13.1"
"@typescript-eslint/types": "npm:7.13.1"
"@typescript-eslint/typescript-estree": "npm:7.13.1"
peerDependencies:
eslint: ^8.56.0
checksum: 10/e1bc916dcb567c6b35819f635a84561e015f40b28d650b987f74c79b013ec43fb4f5b61199d4039fcdf9480281f945f622650cba2e68739600822da05808a706
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/utils@npm:7.18.0"
Expand All @@ -1125,16 +1017,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.13.1":
version: 7.13.1
resolution: "@typescript-eslint/visitor-keys@npm:7.13.1"
dependencies:
"@typescript-eslint/types": "npm:7.13.1"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10/811e9642851359b5197d45a9878143c4c608aaef887a20c26f57f8b012ce9e316d232b82a311bdd52a2af0c8b8da5d4bd9401ce565fc7bdb43cd44556e76d225
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
Expand Down Expand Up @@ -4363,9 +4245,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.4.7":
version: 5.4.7
resolution: "vite@npm:5.4.7"
"vite@npm:^5.4.8":
version: 5.4.8
resolution: "vite@npm:5.4.8"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -4402,7 +4284,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/3f27e870930ad83b51e009604c6b69ab090e69bb5bfe85007c7e4ec3326efae4e33ac799645926363f258595b3be3055cc1ebc5ee158cff4bacdf41adf4ef8ed
checksum: 10/17fdffa558abaf854f04ead7d3ddd76e4556a59871f9ac63cca3fc20a79979984837d8dddaae4b171e3d73061f781e4eec0f6d3babdbce2b4d111d29cf474c1c
languageName: node
linkType: hard

Expand Down

0 comments on commit ae3573f

Please sign in to comment.