Lennart

Results 30 issues of Lennart

Hi! With Gatsby 4.19 a Head API was released: https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#gatsby-head-api I'm slowly removing `react-helmet` from all my projects and replace it with the Head API. To be able to completely...

Hello @brohlson, Gatsby maintainer here 👋 First and foremost, thanks for creating the plugin & maintaining it. Much appreciated! While looking at your plugin I noticed that the `peerDependency` on...

Hello folks! At https://github.com/gatsbyjs/gatsby we recently introduced a release process that includes the necessity for backports. We're only backporting to the current minor at the moment but already that feels...

:sparkles: enhancement
:speech_balloon: question

## Description For v5 we'll want to remove `` and push people to the hook. ### Documentation Needs to be updated in separate PR. ## Related Issues [ch55350]

topic: core

## Description Follow-up to https://github.com/gatsbyjs/gatsby/pull/36358 because of another security vulnerability. https://github.com/IonicaBizau/git-up/releases/tag/7.0.0 => https://github.com/IonicaBizau/parse-url/releases/tag/8.0.0 I think our unit tests cover everything for our use case and those passed. So should be...

type: maintenance

## Description New GraphiQL version is out with some nice, new features! TODOs: - [ ] Have "Code Exporter" working https://github.com/graphql/graphiql/pull/2758 - [x] Icon for "Refresh Data Source" - [...

topic: DX

## Description This adds a `MODERN_MINIFY` flag for Gatsby 5. It adds: - https://swc.rs/docs/configuration/minification via https://github.com/webpack-contrib/terser-webpack-plugin#swc - https://lightningcss.dev/ via https://github.com/webpack-contrib/css-minimizer-webpack-plugin#using-custom-minifier-parcelcss > Note: `@parcel/css` was rebranded to Lightning CSS, I opened...

topic: webpack/babel
topic: core

## Description Adds https://github.com/OneGraph/graphiql-code-exporter, copying what https://github.com/graphql/graphiql/pull/2715 did. Only "problems" are: - The library itself is pretty outdated, maybe one should consider vendoring it completely? - The underlying UI doesn't...

## Description Add the `filename` to the object that is hashed inside murmurhash. This way the hash is unique even when the `` props are identical. ## Related Issues Fixes...

topic: media

## Description Add https://webpack.js.org/configuration/experiments/#experimentslazycompilation to our webpack configuration. First as a feature flag, hopefully at some point the default for everyone. TODOs - [x] Get barebones project working - [...

topic: webpack/babel
topic: DX