Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 10, 2023
1 parent fa7b064 commit cf91324
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 35 deletions.
34 changes: 17 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,62 +6,62 @@ All notable changes to this project will be documented in this file.

## 🚀 Features

- Bun (#359) ([2f862f4](https://github.com/sapphiredev/pieces/commit/2f862f4d4d9a7c569118795db7d432fc3971a939))
- Bun (#359) ([2f862f4](https://github.com/sapphiredev/pieces/commit/2f862f4d4d9a7c569118795db7d432fc3971a939))

# [4.0.2](https://github.com/sapphiredev/pieces/compare/v4.0.2...v4.0.2) - (2023-12-05)

## 🐛 Bug Fixes

- Properly package all files in dist for npm ([2faab8a](https://github.com/sapphiredev/pieces/commit/2faab8af9c604a6062ab078a34e4aba8ac92cc80))
- Properly package all files in dist for npm ([2faab8a](https://github.com/sapphiredev/pieces/commit/2faab8af9c604a6062ab078a34e4aba8ac92cc80))

# [4.0.1](https://github.com/sapphiredev/pieces/compare/v4.0.1...v4.0.1) - (2023-12-05)

## 🐛 Bug Fixes

- Bump transitive dependencies ([1da0283](https://github.com/sapphiredev/pieces/commit/1da0283459b0be9b2fa4ef5773dfa5616a95aec6))
- Bump transitive dependencies ([1da0283](https://github.com/sapphiredev/pieces/commit/1da0283459b0be9b2fa4ef5773dfa5616a95aec6))

# [4.0.0](https://github.com/sapphiredev/pieces/compare/v4.0.0...v4.0.0) - (2023-12-04)

## 🏠 Refactor

- Move `walk` to `ILoaderStrategy` (#352) ([540ac88](https://github.com/sapphiredev/pieces/commit/540ac884632b8c72d17aa4b422dfeb372ce743ed))
- Move `walk` to `ILoaderStrategy` (#352) ([540ac88](https://github.com/sapphiredev/pieces/commit/540ac884632b8c72d17aa4b422dfeb372ce743ed))

## 🐛 Bug Fixes

- Properly split CJS and ESM ([41e8cec](https://github.com/sapphiredev/pieces/commit/41e8cec3c3b9ce1f91009d932a2a59fe0b42a6ac))
- 💥 **BREAKING CHANGE:** This ensures that Pieces will properly load the files
from the appropiate folder and we properly bundle CJS and ESM.
To use this version of @sapphire/pieces you have to use @sapphire/framework
v5.x or higher, or update your own usage of @sapphire/pieces to also
properly split ESM and CJS.
- Properly split CJS and ESM ([41e8cec](https://github.com/sapphiredev/pieces/commit/41e8cec3c3b9ce1f91009d932a2a59fe0b42a6ac))
- 💥 **BREAKING CHANGE:** This ensures that Pieces will properly load the files
from the appropiate folder and we properly bundle CJS and ESM.
To use this version of @sapphire/pieces you have to use @sapphire/framework
v5.x or higher, or update your own usage of @sapphire/pieces to also
properly split ESM and CJS.

# [3.10.0](https://github.com/sapphiredev/pieces/compare/v3.10.0...v3.10.0) - (2023-11-16)

## 🏠 Refactor

- Rename `Piece.Context` to `Piece.LoaderContext` (#351) ([f5bb225](https://github.com/sapphiredev/pieces/commit/f5bb22508850e1aead0b7fadc802ac13e462dca4))
- Rename `Piece.Context` to `Piece.LoaderContext` (#351) ([f5bb225](https://github.com/sapphiredev/pieces/commit/f5bb22508850e1aead0b7fadc802ac13e462dca4))

## 🚀 Features

- Use `StoreName` for improved type experience (#350) ([3c722ef](https://github.com/sapphiredev/pieces/commit/3c722ef2d57bc292920491a990cd91dddefc37bd))
- **StoreRegistry:** Add `StoreOf` and `PieceOf` (#349) ([7b0ae1d](https://github.com/sapphiredev/pieces/commit/7b0ae1dba0e51084d35c3801e8c25c6d1dc3a54f))
- Use `StoreName` for improved type experience (#350) ([3c722ef](https://github.com/sapphiredev/pieces/commit/3c722ef2d57bc292920491a990cd91dddefc37bd))
- **StoreRegistry:** Add `StoreOf` and `PieceOf` (#349) ([7b0ae1d](https://github.com/sapphiredev/pieces/commit/7b0ae1dba0e51084d35c3801e8c25c6d1dc3a54f))

# [3.9.0](https://github.com/sapphiredev/pieces/compare/v3.9.0...v3.9.0) - (2023-11-15)

## 🚀 Features

- Revert 12be6ba006d549ba2250546b4fb3c35a9e5d25f2 "add symbol support for piece names (#346)" ([9424c20](https://github.com/sapphiredev/pieces/commit/9424c2020ab4a37c4db97d382f90e1bb8890b19f))
- Revert 12be6ba006d549ba2250546b4fb3c35a9e5d25f2 "add symbol support for piece names (#346)" ([9424c20](https://github.com/sapphiredev/pieces/commit/9424c2020ab4a37c4db97d382f90e1bb8890b19f))

# [3.8.0](https://github.com/sapphiredev/pieces/compare/v3.8.0...v3.8.0) - (2023-11-15)

## 🐛 Bug Fixes

- **AliasStore:** Pass `StoreName` type parameter to `Store` (#347) ([9a3492c](https://github.com/sapphiredev/pieces/commit/9a3492c963311296b4eb82119ef926c89e277cca))
- **AliasStore:** Pass `StoreName` type parameter to `Store` (#347) ([9a3492c](https://github.com/sapphiredev/pieces/commit/9a3492c963311296b4eb82119ef926c89e277cca))

## 🚀 Features

- Add symbol support for piece names (#346) ([12be6ba](https://github.com/sapphiredev/pieces/commit/12be6ba006d549ba2250546b4fb3c35a9e5d25f2))
- **StoreRegistry:** Add queue and virtual file support (#344) ([b7c0839](https://github.com/sapphiredev/pieces/commit/b7c0839cd8d562d9762bf4f13af080eb52db99de))
- Add symbol support for piece names (#346) ([12be6ba](https://github.com/sapphiredev/pieces/commit/12be6ba006d549ba2250546b4fb3c35a9e5d25f2))
- **StoreRegistry:** Add queue and virtual file support (#344) ([b7c0839](https://github.com/sapphiredev/pieces/commit/b7c0839cd8d562d9762bf4f13af080eb52db99de))

# [3.7.1](https://github.com/sapphiredev/pieces/compare/v3.7.1...v3.7.1) - (2023-11-13)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@commitlint/config-conventional": "^18.4.3",
"@favware/cliff-jumper": "^2.2.3",
"@favware/npm-deprecate": "^1.0.7",
"@favware/rollup-type-bundler": "^3.2.0",
"@favware/rollup-type-bundler": "^3.2.1",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"concurrently": "^8.2.2",
Expand All @@ -56,12 +56,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/structures/StoreRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,5 @@ export type StoreOf<StoreName extends StoreRegistryKey> = StoreRegistryKey exten
export type PieceOf<StoreName extends StoreRegistryKey> = StoreRegistryKey extends never
? Piece<Piece.Options, StoreName>
: StoreRegistryEntries[StoreName] extends Store<infer PieceType>
? PieceType
: Piece<Piece.Options, StoreName>;
? PieceType
: Piece<Piece.Options, StoreName>;
53 changes: 41 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@ __metadata:
languageName: node
linkType: hard

"@favware/rollup-type-bundler@npm:^3.2.0":
version: 3.2.0
resolution: "@favware/rollup-type-bundler@npm:3.2.0"
"@favware/rollup-type-bundler@npm:^3.2.1":
version: 3.2.1
resolution: "@favware/rollup-type-bundler@npm:3.2.1"
dependencies:
"@sapphire/node-utilities": "npm:^1.0.0"
"@sapphire/utilities": "npm:^3.13.0"
Expand All @@ -510,7 +510,7 @@ __metadata:
bin:
rollup-type-bundler: ./dist/cli.js
rtb: ./dist/cli.js
checksum: 04022f0f3d18e5627eefb44a8495a4e1d54f956a2384fa53cfb3ef1b6572b861fe1cb131a32ed65699125ea99f2ff347695d00992d04cca4082f289bbb4ba20d
checksum: e032d4cc962bbf0acbcb7df4fcb7606470b66c2db592f18d0962d62582fdd8e8fcb202103399f2b86ce66211ded896a919db495c5e0d6f16211c1386078da56c
languageName: node
linkType: hard

Expand Down Expand Up @@ -789,12 +789,12 @@ __metadata:
"@discordjs/collection": "npm:^1.5.3"
"@favware/cliff-jumper": "npm:^2.2.3"
"@favware/npm-deprecate": "npm:^1.0.7"
"@favware/rollup-type-bundler": "npm:^3.2.0"
"@favware/rollup-type-bundler": "npm:^3.2.1"
"@sapphire/eslint-config": "npm:^5.0.3"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/ts-config": "npm:^5.0.0"
"@sapphire/utilities": "npm:^3.14.0"
"@types/node": "npm:^20.10.3"
"@types/node": "npm:^20.10.4"
"@typescript-eslint/eslint-plugin": "npm:^6.13.2"
"@typescript-eslint/parser": "npm:^6.13.2"
concurrently: "npm:^8.2.2"
Expand All @@ -804,13 +804,13 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.0.1"
lint-staged: "npm:^15.2.0"
prettier: "npm:^3.1.0"
prettier: "npm:^3.1.1"
rimraf: "npm:^5.0.5"
tslib: "npm:^2.6.2"
tsup: "npm:^8.0.1"
typedoc: "npm:^0.25.4"
typedoc-json-parser: "npm:^9.0.1"
typescript: "npm:^5.3.2"
typescript: "npm:^5.3.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -884,12 +884,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.3":
version: 20.10.3
resolution: "@types/node@npm:20.10.3"
"@types/node@npm:^20.10.4":
version: 20.10.4
resolution: "@types/node@npm:20.10.4"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 7cb506abb0d570bb5133bd06a47115109a813b507323c985c3b4aef2993eed79b6bb62b82194cb5c558b4d349de3d199ee2e8c693b913065a1cd7f526cc65a68
checksum: c10c1dd13f5c2341ad866777dc32946538a99e1ebd203ae127730814b8e5fa4aedfbcb01cb3e24a5466f1af64bcdfa16e7de6e745ff098fff0942aa779b7fe03
languageName: node
linkType: hard

Expand Down Expand Up @@ -4418,6 +4418,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.1.1":
version: 3.1.1
resolution: "prettier@npm:3.1.1"
bin:
prettier: bin/prettier.cjs
checksum: 26a249f321b97d26c04483f1bf2eeb22e082a76f4222a2c922bebdc60111691aad4ec3979610e83942e0b956058ec361d9e9c81c185172264eb6db9aa678082b
languageName: node
linkType: hard

"proc-log@npm:^3.0.0":
version: 3.0.0
resolution: "proc-log@npm:3.0.0"
Expand Down Expand Up @@ -5418,6 +5427,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>":
version: 5.3.2
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=e012d7"
Expand All @@ -5428,6 +5447,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
Expand Down

0 comments on commit cf91324

Please sign in to comment.