Dimitri POSTOLOV
Dimitri POSTOLOV
Hi 👋! A new GraphQL-ESLint was just out with [playground page](https://the-guild.dev/graphql/eslint/play)! All current documentation and a new one will be there! Try it out https://the-guild.dev/graphql/eslint Here you can share your...
Part of https://github.com/dimaMachina/graphql-eslint/issues/1824 I am new in the Federation spec and feel like validation should be split into 2 rules - validation of supergraph - validation of subgraph (current PR)
fixes https://github.com/dimaMachina/graphql-eslint/issues/2046
Nextra 4
- [x] drop support `pages` router, support `app` router instead https://github.com/shuding/nextra/issues/2023 - [x] drop support `theme.config` files in favour of passing theme options as `props` in Next.js' `layout` file https://github.com/shuding/nextra/issues/2887...
closes https://github.com/shuding/nextra/issues/2524 todos: - [x] include subresults https://pagefind.app/docs/sub-results/#retrieving-sub-results-using-the-javascript-api - [ ] fix subresult active state - [x] fix `subheading-anchor` styles https://github.com/shuding/nextra/blob/v3/packages/nextra-theme-docs/css/typesetting-article.css#L25-L27 and search other places by `subheading-anchor` keyword https://github.com/shuding/nextra/pull/3132 -...
Nextra 3
below of my thoughts on the next biggest release - [x] allow only ESM config `next.config.mjs` or `next.config.js` with `"type": "module"` https://github.com/shuding/nextra/pull/2254 > the whole nextra should be bundled to...