Skip to content

Comments

create 17.x.x branch rebased on 16.x.x#4598

Closed
yaacovCR wants to merge 100 commits into17.x.xfrom
v17-alpha
Closed

create 17.x.x branch rebased on 16.x.x#4598
yaacovCR wants to merge 100 commits into17.x.xfrom
v17-alpha

Conversation

@yaacovCR
Copy link
Contributor

No description provided.

@yaacovCR yaacovCR requested a review from a team as a code owner February 24, 2026 17:17
@vercel
Copy link

vercel bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
graphql-js Ignored Ignored Preview Feb 24, 2026 7:31pm

Request Review

@yaacovCR yaacovCR closed this Feb 24, 2026
@yaacovCR yaacovCR reopened this Feb 24, 2026
@yaacovCR yaacovCR force-pushed the v17-alpha branch 2 times, most recently from 1a2a9e4 to 46c1503 Compare February 24, 2026 17:58
IvanGoncharov and others added 23 commits February 24, 2026 20:35
Co-authored-by: Ivan Goncharov <ivan.goncharov.ua@gmail.com>
IvanGoncharov and others added 15 commits February 24, 2026 20:37
* Fix coerceInputValue test name

* fix grammar
Motivation: I was inspecting code for unrelated reason and just spotted this pattern.
I think it worth to refactor it since it easier to understand intention looking on code that uses Set's has/add methods.
Benchmark shows no measurable changes in CPU/memory usages.
Motivation: Spotted during investigation of unrelated issue.
Maps and sets are iteratable, so no need to call these methods.
Explanation: `Object.create(null)` returns value of `any` type.
So bellow construct is not reported by TS even in "strict" mode:
```ts
const foo = Object.create(null);
```
Fixing this issue in `extendSchema` requires adding more code since we
can't put all extensions nodes into one collection without loosing
typesafety.
…s` (#3655)

* polish: add tests for more testUtils

adds tests for expectPromise and expectEqualPromisesOrValues

* break out expectMatchingValues into another file

* apply review feedback
...as the function maps iterables (by extracting the iterator).
@yaacovCR yaacovCR force-pushed the v17-alpha branch 11 times, most recently from 8186680 to 4e459ce Compare February 24, 2026 19:30
@yaacovCR
Copy link
Contributor Author

ahhh, https://docs.github.com/en/repositories/creating-and-managing-repositories/repository-limits#rebase-limits

looks like we can either merge this PR by splitting up all these commits, or just push v17-alpha as 17.x.x directly.

@yaacovCR yaacovCR closed this Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants