iCrawl
d4f12e0a0c
chore: deps
2023-05-05 14:30:47 +02:00
iCrawl
c190c57d64
chore: re-apply patches
2023-05-03 18:25:20 +02:00
iCrawl
5d05b7230a
chore: re-gen yarn.lock
2023-05-03 02:30:15 +02:00
iCrawl
7e875f6919
chore: refactor workspace
2023-05-03 02:14:22 +02:00
Qjuh
a9e0de4288
refactor(WebSocketManager): use /ws package internally ( #9099 )
2023-05-01 17:08:23 +02:00
iCrawl
0762ddb3f4
chore: deps
2023-05-01 15:29:51 +02:00
iCrawl
48cab844d4
build: switch to bundler moduleResolution
2023-05-01 13:14:13 +02:00
iCrawl
8b71f44b1f
chore: deps
2023-05-01 12:05:55 +02:00
iCrawl
1ba7394a7d
chore: deps
2023-04-30 09:01:17 +02:00
iCrawl
8d212e4859
feat(guide): anchor links
2023-04-29 20:05:22 +02:00
Suneet Tipirneni
988f8c7546
refactor(website): consolidate styling for buttons ( #9466 )
2023-04-28 21:42:47 +02:00
iCrawl
43e205b840
chore: deps
2023-04-24 19:46:44 +02:00
Jiralite
603446a692
chore: Bump dependencies for template package ( #9418 )
...
* chore: bump dependencies
* chore: update .yarnrc.yml
2023-04-19 05:43:46 +00:00
iCrawl
98a76db482
docs: generate static imports for types with api-extractor
2023-04-17 19:08:01 +02:00
iCrawl
188d5eea28
chore: fix yarn.lock
2023-04-15 23:31:48 +02:00
iCrawl
412e4fffae
build(website): prepare for turbopack
2023-04-15 18:15:24 +02:00
iCrawl
2c25639a85
chore: update next.js dep
2023-04-14 19:23:59 +02:00
iCrawl
a76c1ddacc
chore: fixup build and lint
2023-04-14 17:11:12 +02:00
Jiralite
2a684361d4
fix(guide): Treeshake react-icons ( #9381 )
2023-04-13 22:09:40 +02:00
iCrawl
f36878677c
chore: add chromatic
2023-04-13 19:41:23 +02:00
iCrawl
e5859b41cf
chore: storybook
2023-04-13 19:09:56 +02:00
iCrawl
3d2f4b405e
chore(guide): bring guide up to speed
2023-04-09 12:41:02 +02:00
iCrawl
1b9d07f941
chore(website): downgrade planetscale dep
2023-04-07 21:25:15 +02:00
iCrawl
f893c6a357
chore: deps
2023-04-07 21:13:36 +02:00
iCrawl
687bbd889f
chore(website): this may solve dynamic route problems
...
https://github.com/vercel/next.js/pull/47982
2023-04-07 20:54:16 +02:00
iCrawl
f195556b64
fix(website): downgrade nextjs
2023-04-07 20:10:20 +02:00
iCrawl
3615e2f2d2
chore(website): deps
2023-04-07 13:10:01 +02:00
iCrawl
5efdf57894
chore: deps
2023-04-02 12:59:19 +02:00
Noel
11e682cfe3
feat(core): http-only wrapper ( #9281 )
2023-04-02 01:44:19 +02:00
iCrawl
311cab2d3f
build(website): build site from db data
2023-04-01 02:50:24 +02:00
iCrawl
fd008f0144
ci: run specific version of node
2023-03-28 23:02:25 +02:00
iCrawl
89235f32b0
ci: docker image build for proxy
2023-03-28 22:47:48 +02:00
iCrawl
b8b852ee1e
feat(guide): light theme for syntax
2023-03-25 23:46:42 +01:00
iCrawl
ba93bc8141
chore: fixup root package.json
2023-03-25 22:55:53 +01:00
iCrawl
fbd599d586
refactor(guide): next 13
2023-03-25 22:52:47 +01:00
iCrawl
1d2c152320
fix(website): keys
2023-03-25 14:42:53 +01:00
iCrawl
d8d5f31d39
fix(scripts): accessing tsComment
2023-03-25 14:02:40 +01:00
iCrawl
3bd76078e1
feat(website): sneaky sneaky 2
2023-03-24 01:54:21 +01:00
iCrawl
71eba0e1b2
chore(website): sneaky sneaky
2023-03-24 00:30:14 +01:00
iCrawl
d284b8c64b
chore: fix lockfile
2023-03-23 23:49:06 +01:00
iCrawl
d6cd3fd7ed
chore: deps
2023-03-23 23:24:27 +01:00
iCrawl
d144a78813
ci: add lighthouse for prod
2023-03-23 23:11:13 +01:00
Suneet Tipirneni
ee5169e0aa
feat(website): render syntax and mdx on the server ( #9086 )
2023-03-23 22:17:41 +01:00
iCrawl
852fae557e
chore: deps
2023-03-23 14:28:58 +01:00
Jeroen Claassens
2e8e95031c
build: resolve issue with esbuild-plugin-version-injector not working ( #9246 )
...
The issue was two-fold.
First of all, tsup starts using swc when `emitDecoratorMetadata` and `@swc/core` is installed.
`@swc/core` is installed transiently, which still causes the problem.
Okay, sure, so we move the `emitDecoratorMetadata` option to just
`packages/builders/tsconfig.json` seeing as the other packages don't use decorators anyway.
But that still leaves solving the issue for builders. @vladfrangu ended
up finding out that there was a bug in how esbuild handles plugins causing
the esbuild-plugin-version-injector plugin to not get loaded. This is solved
in v1.1.0 where the content is also replaced using the `onEnd` hook, if it
wasn't replaced by `onLoad` yet.
2023-03-19 14:28:06 +00:00
iCrawl
dc142c47e4
chore: regen yarn lock
2023-02-27 21:58:49 +01:00
iCrawl
1f86d8578a
chore: deps
2023-02-27 21:55:46 +01:00
DD
9681f34877
fix(WebSocketShard): proper error bubbling ( #9119 )
...
* fix(WebSocketShard): proper error bubbling
* fix(WebSocketShard): proper success signaling from waitForEvent
* refactor(waitForEvent): better error bubbling behavior
* fix(WebSocketShard): still allow the first connect call to reject
* fix(WebSocketShard): handle potential once error in #send
* refactor(WebSocketShard): waitForEvent & bubbleWaitForEventError
* refactor: success signaling
* chore: bump async EE to allow overwriting the error event
2023-02-19 19:28:34 +00:00
Jiralite
d44a6f035c
chore: bump discord-api-types and undici ( #9140 )
...
* chore: update discord-api-types to 0.37.35
* fix: exclude stage channels for now
* chore: update undici
* chore: dedupe undici
2023-02-17 19:17:08 +00:00
Almeida
6a9875da05
feat(Sticker): add support for gif stickers ( #9038 )
...
* feat(Sticker): add support for gif stickers
* chore: upgrade discord-api-types
* refactor: requested changes
2023-01-13 15:29:35 +00:00