Skip to content

add agenda items for August #134

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

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions agendas/2024/08-Aug/28-graphql-js-wg-august-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ implementation.
| Name | GitHub | Organization | Location |
| :----------------------- | :------------------ | :----------------- | :--------------------- |
| Jovi De Croock (Host) | @JoviDeCroock | Independent | Aalst, BE |
| Yaacov Rydzinski | @yaacovCR | Independent | Neve Daniel, IL |


## Agenda
Expand All @@ -48,3 +49,13 @@ implementation.
1. Review previous meeting's action items (5m, Host)
- [Ready for review](https://github.com/graphql/graphql-js-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
- [All open action items (by last update)](https://github.com/graphql/graphql-js-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
1. Discuss: PR merge procedures (15m, Yaacov)
- Proposal: [#4172: Add flexibility around the waiting period for merging PRs](https://github.com/graphql/graphql-js/pull/4172)
1. Discuss: how to handle existing discrepancies between main/v17-alpha and v16 (30m, Yaacov)
- Discrepancies (in v16.x.x, not on main/v17-alpha):
- [#3686: Workaround for codesandbox having bug with TS enums](https://github.com/graphql/graphql-js/pull/3686)
- [#3923: instanceOf: workaround bundler issue with process.env #3923](https://github.com/graphql/graphql-js/pull/3923)
- [#4157: Add GraphQLConf 2024 banner #4157](https://github.com/graphql/graphql-js/pull/4157)
- Approaches to Consider:
- Merge 16.x.x into main [#4165: Backport 16.x.x into main](https://github.com/graphql/graphql-js/pull/4157)
- Forward-port the changes into main [#4166: chore: update main with outstanding fixes on v16.x.x branch](https://github.com/graphql/graphql-js/pull/4171)