chore: update dependencies

This commit is contained in:
Marcos Susaña 2024-10-13 17:56:07 -04:00
parent 329ce54943
commit 76501ef9a6
No known key found for this signature in database
5 changed files with 71 additions and 91 deletions

View File

@ -1,16 +0,0 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "tiramisulabs/seyfert"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}

View File

@ -41,12 +41,12 @@ body:
validations:
required: true
- type: input
id: node-version
id: runtime-version
attributes:
label: Node.js version
label: What runtime and its version
description: |
Which version of Node.js are you using? Run `node --version` in your project directory and paste the output.
If you are using TypeScript, please include its version (`npm list typescript`) as well.
Which version of the runtime are you using?
Please include its version (`tsc --version`) as well.
placeholder: Node.js version 18.+ or LTS
validations:
required: true
@ -75,7 +75,7 @@ body:
Tip: you can select multiple items
options:
- Not applicable (subpackage bug)
- Not applicable
- No Intents
- Guilds
- GuildMembers

View File

@ -24,10 +24,10 @@
"@biomejs/biome": "1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"homepage": "https://seyfert.dev",

124
pnpm-lock.yaml generated
View File

@ -13,13 +13,13 @@ importers:
version: 1.9.3
'@commitlint/cli':
specifier: ^19.5.0
version: 19.5.0(@types/node@22.7.4)(typescript@5.6.2)
version: 19.5.0(@types/node@22.7.5)(typescript@5.6.3)
'@commitlint/config-conventional':
specifier: ^19.5.0
version: 19.5.0
'@types/node':
specifier: ^22.7.4
version: 22.7.4
specifier: ^22.7.5
version: 22.7.5
husky:
specifier: ^9.1.6
version: 9.1.6
@ -27,24 +27,24 @@ importers:
specifier: ^15.2.10
version: 15.2.10
typescript:
specifier: ^5.6.2
version: 5.6.2
specifier: ^5.6.3
version: 5.6.3
vitest:
specifier: ^2.1.2
version: 2.1.2(@types/node@22.7.4)
version: 2.1.2(@types/node@22.7.5)
packages:
'@babel/code-frame@7.24.7':
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
'@babel/code-frame@7.25.7':
resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.24.7':
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
'@babel/helper-validator-identifier@7.25.7':
resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.7':
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
'@babel/highlight@7.25.7':
resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==}
engines: {node: '>=6.9.0'}
'@biomejs/biome@1.9.3':
@ -396,8 +396,8 @@ packages:
'@types/estree@1.0.6':
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
'@types/node@22.7.4':
resolution: {integrity: sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==}
'@types/node@22.7.5':
resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==}
'@vitest/expect@2.1.2':
resolution: {integrity: sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==}
@ -651,8 +651,8 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
get-east-asian-width@1.2.0:
resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==}
get-east-asian-width@1.3.0:
resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==}
engines: {node: '>=18'}
get-stream@8.0.1:
@ -759,8 +759,8 @@ packages:
engines: {node: '>=18.12.0'}
hasBin: true
listr2@8.2.4:
resolution: {integrity: sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==}
listr2@8.2.5:
resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==}
engines: {node: '>=18.0.0'}
locate-path@7.2.0:
@ -801,8 +801,8 @@ packages:
loupe@3.1.2:
resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==}
magic-string@0.30.11:
resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
magic-string@0.30.12:
resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==}
meow@12.1.1:
resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==}
@ -1024,8 +1024,8 @@ packages:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
typescript@5.6.2:
resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==}
typescript@5.6.3:
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
engines: {node: '>=14.17'}
hasBin: true
@ -1138,16 +1138,16 @@ packages:
snapshots:
'@babel/code-frame@7.24.7':
'@babel/code-frame@7.25.7':
dependencies:
'@babel/highlight': 7.24.7
'@babel/highlight': 7.25.7
picocolors: 1.1.0
'@babel/helper-validator-identifier@7.24.7': {}
'@babel/helper-validator-identifier@7.25.7': {}
'@babel/highlight@7.24.7':
'@babel/highlight@7.25.7':
dependencies:
'@babel/helper-validator-identifier': 7.24.7
'@babel/helper-validator-identifier': 7.25.7
chalk: 2.4.2
js-tokens: 4.0.0
picocolors: 1.1.0
@ -1187,11 +1187,11 @@ snapshots:
'@biomejs/cli-win32-x64@1.9.3':
optional: true
'@commitlint/cli@19.5.0(@types/node@22.7.4)(typescript@5.6.2)':
'@commitlint/cli@19.5.0(@types/node@22.7.5)(typescript@5.6.3)':
dependencies:
'@commitlint/format': 19.5.0
'@commitlint/lint': 19.5.0
'@commitlint/load': 19.5.0(@types/node@22.7.4)(typescript@5.6.2)
'@commitlint/load': 19.5.0(@types/node@22.7.5)(typescript@5.6.3)
'@commitlint/read': 19.5.0
'@commitlint/types': 19.5.0
tinyexec: 0.3.0
@ -1238,15 +1238,15 @@ snapshots:
'@commitlint/rules': 19.5.0
'@commitlint/types': 19.5.0
'@commitlint/load@19.5.0(@types/node@22.7.4)(typescript@5.6.2)':
'@commitlint/load@19.5.0(@types/node@22.7.5)(typescript@5.6.3)':
dependencies:
'@commitlint/config-validator': 19.5.0
'@commitlint/execute-rule': 19.5.0
'@commitlint/resolve-extends': 19.5.0
'@commitlint/types': 19.5.0
chalk: 5.3.0
cosmiconfig: 9.0.0(typescript@5.6.2)
cosmiconfig-typescript-loader: 5.0.0(@types/node@22.7.4)(cosmiconfig@9.0.0(typescript@5.6.2))(typescript@5.6.2)
cosmiconfig: 9.0.0(typescript@5.6.3)
cosmiconfig-typescript-loader: 5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@ -1418,11 +1418,11 @@ snapshots:
'@types/conventional-commits-parser@5.0.0':
dependencies:
'@types/node': 22.7.4
'@types/node': 22.7.5
'@types/estree@1.0.6': {}
'@types/node@22.7.4':
'@types/node@22.7.5':
dependencies:
undici-types: 6.19.8
@ -1433,13 +1433,13 @@ snapshots:
chai: 5.1.1
tinyrainbow: 1.2.0
'@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.4))':
'@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5))':
dependencies:
'@vitest/spy': 2.1.2
estree-walker: 3.0.3
magic-string: 0.30.11
magic-string: 0.30.12
optionalDependencies:
vite: 5.4.8(@types/node@22.7.4)
vite: 5.4.8(@types/node@22.7.5)
'@vitest/pretty-format@2.1.2':
dependencies:
@ -1453,7 +1453,7 @@ snapshots:
'@vitest/snapshot@2.1.2':
dependencies:
'@vitest/pretty-format': 2.1.2
magic-string: 0.30.11
magic-string: 0.30.12
pathe: 1.1.2
'@vitest/spy@2.1.2':
@ -1579,21 +1579,21 @@ snapshots:
meow: 12.1.1
split2: 4.2.0
cosmiconfig-typescript-loader@5.0.0(@types/node@22.7.4)(cosmiconfig@9.0.0(typescript@5.6.2))(typescript@5.6.2):
cosmiconfig-typescript-loader@5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3):
dependencies:
'@types/node': 22.7.4
cosmiconfig: 9.0.0(typescript@5.6.2)
'@types/node': 22.7.5
cosmiconfig: 9.0.0(typescript@5.6.3)
jiti: 1.21.6
typescript: 5.6.2
typescript: 5.6.3
cosmiconfig@9.0.0(typescript@5.6.2):
cosmiconfig@9.0.0(typescript@5.6.3):
dependencies:
env-paths: 2.2.1
import-fresh: 3.3.0
js-yaml: 4.1.0
parse-json: 5.2.0
optionalDependencies:
typescript: 5.6.2
typescript: 5.6.3
cross-spawn@7.0.3:
dependencies:
@ -1692,7 +1692,7 @@ snapshots:
get-caller-file@2.0.5: {}
get-east-asian-width@1.2.0: {}
get-east-asian-width@1.3.0: {}
get-stream@8.0.1: {}
@ -1729,7 +1729,7 @@ snapshots:
is-fullwidth-code-point@5.0.0:
dependencies:
get-east-asian-width: 1.2.0
get-east-asian-width: 1.3.0
is-number@7.0.0: {}
@ -1768,7 +1768,7 @@ snapshots:
debug: 4.3.7
execa: 8.0.1
lilconfig: 3.1.2
listr2: 8.2.4
listr2: 8.2.5
micromatch: 4.0.8
pidtree: 0.6.0
string-argv: 0.3.2
@ -1776,7 +1776,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
listr2@8.2.4:
listr2@8.2.5:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@ -1817,7 +1817,7 @@ snapshots:
loupe@3.1.2: {}
magic-string@0.30.11:
magic-string@0.30.12:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
@ -1866,7 +1866,7 @@ snapshots:
parse-json@5.2.0:
dependencies:
'@babel/code-frame': 7.24.7
'@babel/code-frame': 7.25.7
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@ -1971,7 +1971,7 @@ snapshots:
string-width@7.2.0:
dependencies:
emoji-regex: 10.4.0
get-east-asian-width: 1.2.0
get-east-asian-width: 1.3.0
strip-ansi: 7.1.0
strip-ansi@6.0.1:
@ -2006,18 +2006,18 @@ snapshots:
dependencies:
is-number: 7.0.0
typescript@5.6.2: {}
typescript@5.6.3: {}
undici-types@6.19.8: {}
unicorn-magic@0.1.0: {}
vite-node@2.1.2(@types/node@22.7.4):
vite-node@2.1.2(@types/node@22.7.5):
dependencies:
cac: 6.7.14
debug: 4.3.7
pathe: 1.1.2
vite: 5.4.8(@types/node@22.7.4)
vite: 5.4.8(@types/node@22.7.5)
transitivePeerDependencies:
- '@types/node'
- less
@ -2029,19 +2029,19 @@ snapshots:
- supports-color
- terser
vite@5.4.8(@types/node@22.7.4):
vite@5.4.8(@types/node@22.7.5):
dependencies:
esbuild: 0.21.5
postcss: 8.4.47
rollup: 4.24.0
optionalDependencies:
'@types/node': 22.7.4
'@types/node': 22.7.5
fsevents: 2.3.3
vitest@2.1.2(@types/node@22.7.4):
vitest@2.1.2(@types/node@22.7.5):
dependencies:
'@vitest/expect': 2.1.2
'@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.4))
'@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.8(@types/node@22.7.5))
'@vitest/pretty-format': 2.1.2
'@vitest/runner': 2.1.2
'@vitest/snapshot': 2.1.2
@ -2049,18 +2049,18 @@ snapshots:
'@vitest/utils': 2.1.2
chai: 5.1.1
debug: 4.3.7
magic-string: 0.30.11
magic-string: 0.30.12
pathe: 1.1.2
std-env: 3.7.0
tinybench: 2.9.0
tinyexec: 0.3.0
tinypool: 1.0.1
tinyrainbow: 1.2.0
vite: 5.4.8(@types/node@22.7.4)
vite-node: 2.1.2(@types/node@22.7.4)
vite: 5.4.8(@types/node@22.7.5)
vite-node: 2.1.2(@types/node@22.7.5)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 22.7.4
'@types/node': 22.7.5
transitivePeerDependencies:
- less
- lightningcss

View File

@ -2,10 +2,6 @@
"compilerOptions": {
"module": "CommonJS",
"target": "ESNext",
"lib": [
"ESNext",
"WebWorker"
],
"moduleResolution": "node",
"declaration": true,
"sourceMap": false,