Skip to content

Commit

Permalink
chore(deps): update joshdb dependencies (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent f427fa1 commit 1eb5cf7
Show file tree
Hide file tree
Showing 6 changed files with 111 additions and 52 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@favware/cliff-jumper": "^3.0.3",
"@favware/colorette-spinner": "^1.0.1",
"@favware/npm-deprecate": "^1.0.7",
"@joshdb/eslint-config": "2.0.0-next.d94b386.0",
"@joshdb/map": "2.0.0-next.f1e0d87.0",
"@joshdb/prettier-config": "2.0.0-next.d94b386.0",
"@joshdb/ts-config": "2.0.0-next.d94b386.0",
"@joshdb/eslint-config": "2.0.0-next.fb00a2d.0",
"@joshdb/map": "2.0.0-next.f471ef7.0",
"@joshdb/prettier-config": "2.0.0-next.fb00a2d.0",
"@joshdb/ts-config": "2.0.0-next.fb00a2d.0",
"@swc/core": "^1.6.1",
"@types/node": "^20.14.2",
"@types/prompts": "^2.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.d94b386.0",
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"@sapphire/utilities": "^3.17.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.d94b386.0",
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"catch-exit": "^1.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.d94b386.0",
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"@sapphire/result": "^2.6.6",
"@sapphire/shapeshift": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.d94b386.0",
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"@sapphire/utilities": "^3.17.0"
},
"devDependencies": {
Expand Down
147 changes: 103 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:8.57.1":
version: 8.57.1
resolution: "@eslint/js@npm:8.57.1"
checksum: 10/7562b21be10c2adbfa4aa5bb2eccec2cb9ac649a3569560742202c8d1cb6c931ce634937a2f0f551e078403a1c1285d6c2c0aa345dafc986149665cd69fe8b59
languageName: node
linkType: hard

"@favware/cliff-jumper@npm:^3.0.3":
version: 3.0.3
resolution: "@favware/cliff-jumper@npm:3.0.3"
Expand Down Expand Up @@ -715,14 +722,25 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.13.0":
version: 0.13.0
resolution: "@humanwhocodes/config-array@npm:0.13.0"
dependencies:
"@humanwhocodes/object-schema": "npm:^2.0.3"
debug: "npm:^4.3.1"
minimatch: "npm:^3.0.5"
checksum: 10/524df31e61a85392a2433bf5d03164e03da26c03d009f27852e7dcfdafbc4a23f17f021dacf88e0a7a9fe04ca032017945d19b57a16e2676d9114c22a53a9d11
languageName: node
linkType: hard

"@humanwhocodes/module-importer@npm:^1.0.1":
version: 1.0.1
resolution: "@humanwhocodes/module-importer@npm:1.0.1"
checksum: 10/e993950e346331e5a32eefb27948ecdee2a2c4ab3f072b8f566cd213ef485dd50a3ca497050608db91006f5479e43f91a439aef68d2a313bd3ded06909c7c5b3
languageName: node
linkType: hard

"@humanwhocodes/object-schema@npm:^2.0.2":
"@humanwhocodes/object-schema@npm:^2.0.2, @humanwhocodes/object-schema@npm:^2.0.3":
version: 2.0.3
resolution: "@humanwhocodes/object-schema@npm:2.0.3"
checksum: 10/05bb99ed06c16408a45a833f03a732f59bf6184795d4efadd33238ff8699190a8c871ad1121241bb6501589a9598dc83bf25b99dcbcf41e155cdf36e35e937a3
Expand Down Expand Up @@ -764,7 +782,7 @@ __metadata:
resolution: "@joshdb/auto-ensure@workspace:packages/auto-ensure"
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.d94b386.0"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@sapphire/utilities": "npm:^3.17.0"
"@swc/core": "npm:^1.6.1"
"@vitest/coverage-v8": "npm:^1.6.0"
Expand All @@ -781,7 +799,7 @@ __metadata:
resolution: "@joshdb/cache@workspace:packages/cache"
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.d94b386.0"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@swc/core": "npm:^1.6.1"
"@vitest/coverage-v8": "npm:^1.6.0"
catch-exit: "npm:^1.2.2"
Expand All @@ -793,60 +811,60 @@ __metadata:
languageName: unknown
linkType: soft

"@joshdb/eslint-config@npm:2.0.0-next.d94b386.0":
version: 2.0.0-next.d94b386.0
resolution: "@joshdb/eslint-config@npm:2.0.0-next.d94b386.0"
"@joshdb/eslint-config@npm:2.0.0-next.fb00a2d.0":
version: 2.0.0-next.fb00a2d.0
resolution: "@joshdb/eslint-config@npm:2.0.0-next.fb00a2d.0"
dependencies:
"@sapphire/eslint-config": "npm:^5.0.5"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
eslint: "npm:^8.57.0"
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
prettier: "npm:^3.3.3"
typescript: "npm:^5.6.2"
checksum: 10/9dd484225293a5eab0df6ce9ce741d05f3fde96328d265833d474d0ae27c786a3c6e752af0f1397ac425383b7471824182c2c4572b03cc85220f48cec38dde28
checksum: 10/57e7dc7d5fbe62025dc60748750c7bdf8ff4c6df3c1977ffd380214d7bf983cd3c24673b5c47fb739a320e67959fd11399d24c3e7e0f3a5f771e6028bd323d31
languageName: node
linkType: hard

"@joshdb/map@npm:2.0.0-next.f1e0d87.0":
version: 2.0.0-next.f1e0d87.0
resolution: "@joshdb/map@npm:2.0.0-next.f1e0d87.0"
"@joshdb/map@npm:2.0.0-next.f471ef7.0":
version: 2.0.0-next.f471ef7.0
resolution: "@joshdb/map@npm:2.0.0-next.f471ef7.0"
dependencies:
"@joshdb/provider": "npm:2.0.0-next.cd2b620.0"
"@sapphire/utilities": "npm:^3.16.2"
"@joshdb/provider": "npm:2.0.0-next.d94b386.0"
"@sapphire/utilities": "npm:^3.17.0"
better-serialize: "npm:^2.0.0"
property-helpers: "npm:^2.0.0"
checksum: 10/6735540743dc055f934b3e8c0272a106fc6756b0f022a18abd937f35b692c62508598d917e6efa07886cebaf64ed91faa66c3946a05e759eec6b9eb321a8d18f
checksum: 10/1091504433e5ed68c7e265f3fc7f253e4c33d4c290fb7b4e71e7f81e3e15e8fd3ace860e5831cac142187df724316d88982e31bdd6ea848b585365031df5681c
languageName: node
linkType: hard

"@joshdb/prettier-config@npm:2.0.0-next.d94b386.0":
version: 2.0.0-next.d94b386.0
resolution: "@joshdb/prettier-config@npm:2.0.0-next.d94b386.0"
"@joshdb/prettier-config@npm:2.0.0-next.fb00a2d.0":
version: 2.0.0-next.fb00a2d.0
resolution: "@joshdb/prettier-config@npm:2.0.0-next.fb00a2d.0"
dependencies:
prettier: "npm:^3.3.3"
checksum: 10/b63e019ae0fce00d8d6a143a534bfbf43ba4ed93b24ca6e58a92a3e0306b41d2b028664104969c178b8837ca177278c843a569bba359172c3a75d8ba2586bf47
checksum: 10/e3813ead85aff4d6635a453c2b2a24b6b9a673dc7bf8a03222c5e6d4039b2cd86bfb0b4f53afd6b259a207f73b8acef6dd074b39cc1910fb6ba17d749567795c
languageName: node
linkType: hard

"@joshdb/provider@npm:2.0.0-next.cd2b620.0":
version: 2.0.0-next.cd2b620.0
resolution: "@joshdb/provider@npm:2.0.0-next.cd2b620.0"
"@joshdb/provider@npm:2.0.0-next.d94b386.0":
version: 2.0.0-next.d94b386.0
resolution: "@joshdb/provider@npm:2.0.0-next.d94b386.0"
dependencies:
"@sapphire/utilities": "npm:^3.16.2"
"@sapphire/utilities": "npm:^3.17.0"
reflect-metadata: "npm:^0.2.1"
checksum: 10/15e57fba4725a6a6743b3d1cd9e2dd53c726906b2cc0d187d76ebf87c8b803318da5cd37c40465e09066d45cae255e52b4098aa43565fb354a01205fa47e3846
checksum: 10/d4eb169de2904d196f318fdc02591e5df74ca58aba7094af1a822b160e2042101194305c879f09509db8e847fe10b07582df2f0bba73e5cbfd739ad977614fc1
languageName: node
linkType: hard

"@joshdb/provider@npm:2.0.0-next.d94b386.0":
version: 2.0.0-next.d94b386.0
resolution: "@joshdb/provider@npm:2.0.0-next.d94b386.0"
"@joshdb/provider@npm:2.0.0-next.fb00a2d.0":
version: 2.0.0-next.fb00a2d.0
resolution: "@joshdb/provider@npm:2.0.0-next.fb00a2d.0"
dependencies:
"@sapphire/utilities": "npm:^3.17.0"
reflect-metadata: "npm:^0.2.1"
checksum: 10/d4eb169de2904d196f318fdc02591e5df74ca58aba7094af1a822b160e2042101194305c879f09509db8e847fe10b07582df2f0bba73e5cbfd739ad977614fc1
checksum: 10/e39e413400d8cad26916e11d9f6d5fc3429a887560c497a477e6627ffae6eda0db8bab0cb97a93900acbfb77ea91ffbddf8222f97461864b02ad5681c5e7542e
languageName: node
linkType: hard

Expand All @@ -855,7 +873,7 @@ __metadata:
resolution: "@joshdb/schema@workspace:packages/schema"
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.d94b386.0"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@sapphire/result": "npm:^2.6.6"
"@sapphire/shapeshift": "npm:^4.0.0"
"@swc/core": "npm:^1.6.1"
Expand All @@ -873,7 +891,7 @@ __metadata:
resolution: "@joshdb/transform@workspace:packages/transform"
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.d94b386.0"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@sapphire/utilities": "npm:^3.17.0"
"@swc/core": "npm:^1.6.1"
"@vitest/coverage-v8": "npm:^1.6.0"
Expand All @@ -885,14 +903,14 @@ __metadata:
languageName: unknown
linkType: soft

"@joshdb/ts-config@npm:2.0.0-next.d94b386.0":
version: 2.0.0-next.d94b386.0
resolution: "@joshdb/ts-config@npm:2.0.0-next.d94b386.0"
"@joshdb/ts-config@npm:2.0.0-next.fb00a2d.0":
version: 2.0.0-next.fb00a2d.0
resolution: "@joshdb/ts-config@npm:2.0.0-next.fb00a2d.0"
dependencies:
"@sapphire/ts-config": "npm:^5.0.1"
tslib: "npm:^2.7.0"
typescript: "npm:^5.6.2"
checksum: 10/caa4f53a5586a3d33f5b221ab243a4ff2bb45fcb5a3f503e91194a7ff8628362c32d5461ec96103d150b3a0da86135ebf0886e0e39a6e58444e6c26417d61273
checksum: 10/09b0031bb0c132525a1b6fca5cf01fbf28df4132ff15c8b09f5bcd90a8f65f5f8e5c5b620d42bee6113603cf5235ad38c99e8e679e78beb5ae1ab660849f6881
languageName: node
linkType: hard

Expand Down Expand Up @@ -1287,13 +1305,6 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.16.2":
version: 3.16.2
resolution: "@sapphire/utilities@npm:3.16.2"
checksum: 10/9801f26cc7c37f1c4d56231d2e3967e7ac072d037dbc11b577d1ecf09fe7c6e4141bd1d1a10490f3c51eeeaf81eac0373502d41366dc68627b490597ea6d1ebe
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.17.0":
version: 3.17.0
resolution: "@sapphire/utilities@npm:3.17.0"
Expand Down Expand Up @@ -2980,6 +2991,54 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.57.1":
version: 8.57.1
resolution: "eslint@npm:8.57.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.6.1"
"@eslint/eslintrc": "npm:^2.1.4"
"@eslint/js": "npm:8.57.1"
"@humanwhocodes/config-array": "npm:^0.13.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@nodelib/fs.walk": "npm:^1.2.8"
"@ungap/structured-clone": "npm:^1.2.0"
ajv: "npm:^6.12.4"
chalk: "npm:^4.0.0"
cross-spawn: "npm:^7.0.2"
debug: "npm:^4.3.2"
doctrine: "npm:^3.0.0"
escape-string-regexp: "npm:^4.0.0"
eslint-scope: "npm:^7.2.2"
eslint-visitor-keys: "npm:^3.4.3"
espree: "npm:^9.6.1"
esquery: "npm:^1.4.2"
esutils: "npm:^2.0.2"
fast-deep-equal: "npm:^3.1.3"
file-entry-cache: "npm:^6.0.1"
find-up: "npm:^5.0.0"
glob-parent: "npm:^6.0.2"
globals: "npm:^13.19.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.2.0"
imurmurhash: "npm:^0.1.4"
is-glob: "npm:^4.0.0"
is-path-inside: "npm:^3.0.3"
js-yaml: "npm:^4.1.0"
json-stable-stringify-without-jsonify: "npm:^1.0.1"
levn: "npm:^0.4.1"
lodash.merge: "npm:^4.6.2"
minimatch: "npm:^3.1.2"
natural-compare: "npm:^1.4.0"
optionator: "npm:^0.9.3"
strip-ansi: "npm:^6.0.1"
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: 10/5504fa24879afdd9f9929b2fbfc2ee9b9441a3d464efd9790fbda5f05738858530182029f13323add68d19fec749d3ab4a70320ded091ca4432b1e9cc4ed104c
languageName: node
linkType: hard

"espree@npm:^9.6.0, espree@npm:^9.6.1":
version: 9.6.1
resolution: "espree@npm:9.6.1"
Expand Down Expand Up @@ -5295,10 +5354,10 @@ __metadata:
"@favware/cliff-jumper": "npm:^3.0.3"
"@favware/colorette-spinner": "npm:^1.0.1"
"@favware/npm-deprecate": "npm:^1.0.7"
"@joshdb/eslint-config": "npm:2.0.0-next.d94b386.0"
"@joshdb/map": "npm:2.0.0-next.f1e0d87.0"
"@joshdb/prettier-config": "npm:2.0.0-next.d94b386.0"
"@joshdb/ts-config": "npm:2.0.0-next.d94b386.0"
"@joshdb/eslint-config": "npm:2.0.0-next.fb00a2d.0"
"@joshdb/map": "npm:2.0.0-next.f471ef7.0"
"@joshdb/prettier-config": "npm:2.0.0-next.fb00a2d.0"
"@joshdb/ts-config": "npm:2.0.0-next.fb00a2d.0"
"@swc/core": "npm:^1.6.1"
"@types/node": "npm:^20.14.2"
"@types/prompts": "npm:^2.4.9"
Expand Down

0 comments on commit 1eb5cf7

Please sign in to comment.