Commit Graph

619 Commits

Author SHA1 Message Date
Paul Makles 7c108a87e8 ci: use Node LTS to build 2025-03-23 18:55:46 +00:00
Paul Makles 2fba5ac60b Merge pull request #113 from williamhorning/explicit-returns-and-imports
chore: use explicit return types and fix imports
2025-03-23 18:52:56 +00:00
Paul Makles f7dfebdd98 merge: remote-tracking branch 'origin/main' into explicit-returns-and-imports 2025-03-23 18:52:41 +00:00
Paul Makles 2178677960 Merge pull request #112 from williamhorning/break-node-prior-to-22
BREAKING: remove polyfilles, CJS build, and update dev dependencies
2025-03-23 18:34:32 +00:00
izzy 26fabc655b fix: immediately hydrate changes made to channel 2025-03-22 16:32:24 +00:00
William Horning 897df0392e fix: this logic was wrong, match original pr 2025-03-14 17:30:07 -04:00
Jersey f7c75a169f chore: use explicit return types and fix imports 2025-03-14 15:57:03 -04:00
Jersey fed74bc9f3 chore: update solid primatives 2025-03-14 13:22:31 -04:00
Jersey 6e8330f95c chore: fix lint and formatting errors 2025-03-14 13:13:41 -04:00
Jersey 623f9c1bd6 chore: update prettier and eslint 2025-03-14 13:10:10 -04:00
Jersey 00dff72b78 BREAKING CHANGE: remove CJS build 2025-03-14 13:04:35 -04:00
Jersey 5397269ae6 BREAKING CHANGE: remove isomorphic-ws, long, eventemitter3 2025-03-14 13:01:32 -04:00
Revolt CI 63c2b643ec chore: update revolt-api to 0.8.3 2025-02-25 14:32:50 +00:00
Revolt CI 9cc866439c chore: update revolt-api to 0.8.2 2025-02-10 20:42:33 +00:00
Paul Makles 4103bda89f feat: add authenticatorHeader helper 2025-02-10 15:34:02 +00:00
Revolt CI 7a66b8f9d5 chore: update revolt-api to 0.8.1 2024-12-28 00:44:12 +00:00
Paul Makles 89b67bab3b chore: continued changes to file URLs 2024-12-23 22:02:58 +00:00
Paul Makles 692e49c84a chore: drop query strings from file URL generation 2024-12-23 22:01:53 +00:00
Paul Makles 856ec34a04 fix: discriminator missing from friend request call 2024-12-23 21:55:54 +00:00
Revolt CI 32f2cd49f0 chore: update revolt-api to 0.8.0 2024-12-22 12:44:19 +00:00
dependabot[bot] 3693c7c96f chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#109)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 17:37:48 +00:00
dependabot[bot] f8717fd3c3 chore(deps): bump semver from 7.3.8 to 7.6.3 (#108)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 17:37:41 +00:00
dependabot[bot] 14709d27d6 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#107) 2024-12-17 17:37:33 +00:00
Paul Makles 33f8941182 fix: skip & use extra fields where necessary 2024-12-17 16:53:00 +00:00
Paul Makles c332974d90 fix: need to also convert to JS object 2024-11-28 13:16:30 +00:00
Paul Makles 3c9d7b008d fix: append new embeds array correctly 2024-11-28 13:08:21 +00:00
Paul Makles 84fdb461ed fix: use new spoiler format 2024-11-28 13:00:32 +00:00
Paul Makles bb8c9c444a chore: bump version to 7.0.4 2024-11-01 12:12:29 +00:00
Paul Makles 53808df75e fix: correct error typings for websocket 2024-10-30 00:21:42 +00:00
Paul Makles 09cb54ce24 fix: check user leaving is actually us
closes #105
fixes #96
closes https://github.com/revoltchat/frontend/issues/312
2024-10-24 15:49:52 +01:00
Revolt CI 0a296d8add chore: update revolt-api to 0.7.16 2024-08-29 19:30:46 +00:00
Revolt CI 0e631ed274 chore: update revolt-api to 0.7.15 2024-08-05 15:39:46 +00:00
Revolt CI 8b1f8519d0 chore: update revolt-api to 0.7.14 2024-07-21 18:54:16 +00:00
Paul Makles 0c0707ce35 feat: add support for Message flags 2024-06-29 18:46:19 +01:00
Revolt CI 661eb79279 chore: update revolt-api to 0.7.13 2024-06-29 17:26:55 +00:00
Revolt CI e397364558 chore: update revolt-api to 0.7.12 2024-06-26 17:54:43 +00:00
Paul Makles 9673663f34 chore: bump version to 7.0.3 2024-06-26 17:26:43 +01:00
Paul Makles 54c5b785da feat: add UserProfile class 2024-06-26 17:25:56 +01:00
Revolt CI b50ae552a5 chore: update revolt-api to 0.7.11 2024-06-26 14:00:37 +00:00
Paul Makles dfdb45fbb9 chore: export MFA classes 2024-06-26 13:02:40 +01:00
Paul Makles addb0a95ac merge: pull request #103 from rexovolt/main 2024-06-26 11:43:35 +01:00
Rexogamer 082ba87a59 fix(ci): drop node 16
pnpm v9 drops support for it. it's [eol anyway](https://nodejs.org/en/blog/announcements/nodejs16-eol)
2024-06-26 11:39:06 +01:00
Rexogamer 2e19bb28f9 ci: use correct version of pnpm + node 20
turns out [this is optional](https://github.com/pnpm/action-setup/tree/master#version) if `packageManager` is set in `package.json` (which it is). I imagine the version mismatch was the cause of our woes
2024-06-26 11:30:00 +01:00
Rexogamer 7a2e57df58 chore: update pnpm 2024-06-26 11:26:11 +01:00
Paul Makles 7f37a5b74b chore: bump typedoc version 2024-06-26 10:04:17 +01:00
Paul Makles 458733a46d docs: update README 2024-06-26 10:02:46 +01:00
Revolt CI 27e307980c chore: update revolt-api to 0.7.11 2024-06-25 20:09:45 +00:00
Revolt CI 17617daeaa chore: update revolt-api to 0.7.10 2024-06-25 18:37:29 +00:00
Paul Makles c9bb4701b8 fix: partial value improperly passed through 2024-06-24 13:37:10 +01:00
Revolt CI 0551708d91 chore: update revolt-api to 0.7.9 2024-06-23 18:46:29 +00:00