Almeida
384e8afa1b
chore: bump dependencies ( #11539 )
...
* chore(deps): update github-actions
* actions/cache v4 -> v5
* actions/create-github-app-token v2 -> v3
* actions/download-artifact v6 -> v8
* actions/labeler v5 -> v6
* actions/upload-artifact v5 -> v7
* codecov/codecov-action v4 -> v6
* crazy-max/ghaction-github-labeler v5 -> v6
* dessant/lock-threads v5 -> v6
* docker/build-push-action v6 -> v7
* docker/login-action v3 -> v4
* docker/setup-buildx-action v3 -> v4
* pnpm/action-setup v4.1.0 -> v6.0.8
* chore(deps): minor/patch bumps and pnpm v11
* chore(deps): bump lint-staged to v17
* chore(deps): bump commitlint to v21
* chore(deps): bump vercel to v54
* chore(deps): bump vite to v8
* chore(deps): bump chromatic to v17
* chore(deps): bump validate-npm-package-name to v8
* chore(deps): bump uuid to v14
* chore(deps): bump cloudflare to v6
* chore(deps): bump meilisearch to v0.58
* chore(deps): bump fumadocs-mdx to v15
* chore(deps): lockfile
* chore: fixes
* fixup! chore(deps): minor/patch bumps and pnpm v11
* chore(deps): bump vercel to v56
* chore(deps): bump chromatic to v18
* chore: fix format/lint and change prettier range
* chore(deps): bump vitest-websocket-mock to v0.7
* chore(deps): bump cloudflare to v7
* chore(deps): bump meilisearch to v0.59
* chore(deps): bump commander to v15
* chore(deps): bump sharp to v0.35
* chore(deps): bump undici to v8
* chore: lockfile
* fixup! chore(deps): update github-actions
* fix(rest): requested changes
* chore: minor/patch
* chore(deps): bump meilisearch to v0.60
* chore(deps): bump vercel to v57
* fixup! fixup! chore(deps): update github-actions
* chore: revert prettier upgrade
* chore: minor/patch
* chore(deps): bump vercel to v58
* chore(deps): regen lockfile
* chore(deps): undici 8.10.1 and pnpm 11.25
* chore(deps): minor/patch
* fix: lockfile
* chore: more
2026-09-03 10:27:10 +00:00
Almeida
d0745afbea
chore: upgrade vitest to v4 ( #11336 )
2025-12-08 18:55:45 +00:00
9b8b0f828c
build: Properly add typecheck tests ( #10722 )
...
* build: exclude type tests from running
* refactor: use `tsc`
* test: fix broker test
* test: fix voice test
* test: fix builders test
* test: use vitest typecheck
remove unused test scripts
skip lib check
rm vitest.d.ts
* fix: remove tsd from core and ws
* fix: extend local tsconfig
---------
Co-authored-by: almeidx <github@almeidx.dev >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-01-26 14:28:45 +00:00
Almeida and Vlad Frangu
e2e71b4d09
build: bump dependencies ( #10457 )
...
* build: bump `@vladfrangu/async_event_emitter`
* chore: bump again + fixes
* build: bump types/node and some dev deps
* build: bump discord-api-types again
* style: remove unused eslint-ignore comment
* build: sync dependencies and update templates
* build: bump turbo
* build: vercel + vitest
* build: bump undici
---------
Co-authored-by: Vlad Frangu <me@vladfrangu.dev >
2024-08-22 17:33:35 +02:00
TÆMBØ and Jiralite
29fd89f23c
fix(SlashCommandBuilder): add missing shared properties ( #10255 )
...
* types(SlashCommandBuilder): add missing shared properties
* Add tests for types
* Fix formatting
* Enable Vitest type checking
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2024-05-15 17:36:02 +00:00
Jiralite
a1605b3a5e
build: Update vite and other related dependencies ( #9772 )
...
* build: update vite and other related dependencies
* chore: use `"errors-only"`
2023-08-13 21:36:23 +02:00
ckohen
cdaa0a36f5
refactor(rest): switch api to fetch-like and provide strategies ( #9416 )
...
BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global `fetch`
BREAKING CHANGE: The raw method of REST now returns a web compatible `Respone` object.
BREAKING CHANGE: The `parseResponse` utility method has been updated to operate on a web compatible `Response` object.
BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
BREAKING CHANGE: `DefaultRestOptions` used to contain a default `agent`, which is now set to `null` instead.
2023-05-06 21:09:19 +02:00
ckohen and kodiakhq[bot]
7f2ef962ec
test: fix coverage reporting ( #9148 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-02-19 18:59:35 +00:00
Parbez
d97cd936fd
chore: bump vitest and add @vitest/coverage-c8 ( #8507 )
2022-08-17 09:44:21 +02:00
Almeida and ckohen
bddb6a461c
chore: ignore index files in coverage ( #8293 )
...
Co-authored-by: ckohen <chaikohen@gmail.com >
2022-07-17 18:51:03 +02:00
ckohen
fd1c24036f
fix(codecov): use cobertura ( #8235 )
2022-07-05 12:32:05 +02:00
ckohen
f10f4cdcd8
feat: codecov ( #8219 )
2022-07-03 15:33:18 +02:00
DD
268a9b4be5
fix: vitest recursion ( #8121 )
2022-06-19 13:18:36 +02:00
iCrawl
8d8e6c03de
feat: use vitest instead of jest for more speed
2022-06-05 01:07:10 +02:00