Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pkgroll, bump Node, remove deprecations, improve, shorter paths, and friends #613

Merged
merged 41 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
753fd5e
install pkgroll
enisdenjo Jan 10, 2025
0a1ee83
bump node 20
enisdenjo Jan 10, 2025
a179963
changeset
enisdenjo Jan 10, 2025
6407524
graphql latest
enisdenjo Jan 10, 2025
85dd6d1
a lot
enisdenjo Jan 10, 2025
7f3426b
fixes and stuff
enisdenjo Jan 10, 2025
e132cef
drop eslint and check typeS
enisdenjo Jan 10, 2025
65929fd
rollup uses dist and no plugins lol
enisdenjo Jan 10, 2025
0307335
reorder scripts and blah
enisdenjo Jan 10, 2025
d3ea2ca
cleanup deps
enisdenjo Jan 10, 2025
0d708e9
bump ws
enisdenjo Jan 10, 2025
4d56941
always website
enisdenjo Jan 10, 2025
60a071b
bump typedocs
enisdenjo Jan 10, 2025
cefd42e
remove /index from links too
enisdenjo Jan 10, 2025
ee4be7c
hide page header
enisdenjo Jan 10, 2025
4f8d698
chcek types
enisdenjo Jan 10, 2025
49a1f9f
check types 2
enisdenjo Jan 10, 2025
a16f2fd
changeset
enisdenjo Jan 13, 2025
fb0e3b3
remove isFatalConnectionProblem
enisdenjo Jan 13, 2025
c3224ad
remove isMessage
enisdenjo Jan 13, 2025
47fb627
bump graphql
enisdenjo Jan 13, 2025
f8d13bb
describe concurrent and ping must have key
enisdenjo Jan 13, 2025
51bb411
graphql ^15.10.1 peer dependencies
enisdenjo Jan 14, 2025
604e659
no tsconfig for builds
enisdenjo Jan 14, 2025
a838798
catch subscribe thrown errors
enisdenjo Jan 14, 2025
e2cd432
no close but throw
enisdenjo Jan 14, 2025
afa2699
buble test fails when waiting
enisdenjo Jan 14, 2025
f96af3d
make sure server doesnt close
enisdenjo Jan 14, 2025
d000e6c
chagneset
enisdenjo Jan 14, 2025
f2e60eb
fix(server): onError should return GraphQLFormattedError (#599)
benjie Jan 14, 2025
139d039
bump deps
enisdenjo Jan 14, 2025
c1b7859
dot
enisdenjo Jan 14, 2025
2002d68
formatted execution resul
enisdenjo Jan 14, 2025
f2d7b7a
common and utils use only types from graphql
enisdenjo Jan 14, 2025
68721ae
no full messages in hooks
enisdenjo Jan 14, 2025
dd8d588
check and test node and graphql matrix
enisdenjo Jan 14, 2025
8d563aa
with graphql
enisdenjo Jan 14, 2025
8ffe9b5
add --dev
enisdenjo Jan 14, 2025
e7ed3a8
check name
enisdenjo Jan 14, 2025
a784a01
tsignore
enisdenjo Jan 14, 2025
762205f
shorter name in test
enisdenjo Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changeset
  • Loading branch information
enisdenjo committed Jan 14, 2025
commit a1799638d702ef5d9ab33a49adaae55ad0dd8969
7 changes: 7 additions & 0 deletions .changeset/proud-emus-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'graphql-ws': major
---

Least supported Node version is v20

Node v10 has been deprecated for years now. There is no reason to support it. Bumping the engine to the current LTS (v20) also allows the code to be leaner and use less polyfills.