Implementing ui changes from Preview UI 2.90 Figma <!-- Is this a blog post? Check out the docs at https://www.gatsbyjs.com/contributing/blog-contributions/, and please mention if the blog post is pre-approved by someone from Gatsby. -->
Description:
- Rearrange icons
- Move functionality for the info button (from the Gatsby icon button)
- Include "notification icon" and red dot for existing contifications
- Minor code rearrangements
Images
Documentation
Description
Typo fix GatbsyImage -> GatsbyImage <!-- Write a brief description of the changes introduced by this PR -->
Documentation
https://www.gatsbyjs.com/docs/conceptual/image-plugin-architecture/ <!-- Where is this feature or API documented?
Walking nodes to track inline objects is very expensive. Caching this across instances of the graphql query sped up subsequent queries by ~10-15% (depending on complexity of nodes).
[sc-41666]
Minor updates
-
Make dirty yarn.lock message more actionable
chore
-
Update issue/PR templates
chore
-
Add MeiliSearch
chore
-
Override changelog for incorrect release
chore
-
Fix broken link to `gatsby-plugin-guess.js`
chore
-
Webpack branding guidelines updated
chore
-
Update changelogs
chore
-
Update changelogs
chore
-
Update tutorial part 1 to reflect changes to add site flow
chore
-
Release Notes v4.5
chore
-
Update quick-start guide
chore
-
Fix typo in gatsby-source-wordpress docs
chore
-
Match egghead.io video instructions (#34315)"
docs
-
Cleanup callbacks at the end instead of the beginning of preview logic
fix
-
Handle loaded page being potentially undefined
fix
-
Enable tag support for assets
fix
-
Fix issue with env variables not being passed to getServerData
fix
-
Update starters and examples - gatsby
fix
-
Don't throw on warnings in `pluginOptionsSchema`
fix
-
Re-Export updateSiteMetadata
fix
-
Update starters and examples gatsby packages to ^4.5.1
fix
-
Do not ignore engines
fix
-
Revert #33786
fix
-
Update starters and examples - gatsby
fix
-
Flaky ssr test - WIP
fix
-
Generate icons sequentially
fix
Description
Fixes a typo in a log message
Documentation
Related Issues
This updates strip-ansi
to version ^6.0.1 to fix this vulnerability issue: https://www.npmjs.com/advisories/1004946.
I don't know how to test this, but would gladly help, if I can get a bit of guidance.
- According to https://github.com/chalk/strip-ansi/releases/tag/v6.0.0, upgrading to version 6 requires changing
import stripAnsi from 'strip-ansi';
toimport stripAnsi = require('strip-ansi');
. I did not make this change because VSCode only accepted the current syntax, and my experience is that VSC…
Description
The URL for the gatsby-plugin-segment-js
docs was wrong - it was missing the leading /
, so it was taking people to a 404.
Current: https://www.gatsbyjs.com/docs/plugins/gatsby-plugin-segment-js
This PR updates to:
Documentation
Minor updates
-
Gatbyjs.org -> gatsbyjs.com
Typo
-
Adjust doc mentions of gatsby-plugin-create-client-paths
chore
-
Update client paths plugin readme with migration info
chore
-
Remove deprecated client paths plugin from example
chore
-
Give option to ignore output from workers and silence validate-engines
chore
-
Add types for `getServerData`
chore
-
Clean up Headless CMS documentation links
chore
-
Update source plugin guide
chore
-
Update dependency aws-sdk to ^2.1048.0
chore
-
Update dependency autoprefixer to ^10.4.1 for gatsby-plugin-sass
chore
-
Update formatting & linting
chore
-
Update dependency typescript to ^4.5.4
chore
-
Fix links to shared layout component
chore
-
Fix typo
chore
-
Use mobx v6 in using-mobx example
chore
-
Update dependency rewire to v6 for gatsby-plugin-offline
chore
-
Update dependency msw to ^0.36.3 for gatsby-core-utils
chore
-
Update dependency msw to ^0.36.3 for gatsby-plugin-gatsby-cloud
chore
-
Update dependency graphql to ^15.8.0
chore
-
Update dependency @testing-library/jest-dom to ^5.16.1
chore
-
Update dependency rollup to ^2.62.0 for gatsby-cli
chore
-
Update dependency @types/sharp to ^0.29.5
chore
-
Update mini-css-extract-plugin to fix inc builds issue (#33979)"
fix
-
Only start write page-data.json activity if there's pages to write
fix
-
CreateNode return promise
fix
-
Update typescript to v5 (major)
fix
-
Update minor and patch dependencies for gatsby-source-drupal
fix
-
Update dependency eslint-plugin-react to ^7.28.0
fix
-
Update dependency resolve-url-loader to ^3.1.4 for gatsby-plugin-sass
fix
-
Update dependency graphql to ^15.8.0 for gatsby-codemods
fix
-
Update dependency date-fns to ^2.28.0 for gatsby-plugin-gatsby-cloud
fix
Minor updates
-
Change gastby to gatsby
Typo
-
Update starters and examples
chore
-
Fix typo gatby-node.js -> gatsby-node.js
docs
-
Add shell code block & remove starter link for sass
docs
-
Update http links to use https in gatsby-remark-prismjs
docs
-
Match egghead.io video instructions
docs
-
Use en-US version mdn links
docs
-
Add links to gatsby cloud docs for env variables
docs
-
Fix exports resolution webpack
fix
Description
Removes all lifecycles except the ones we care about for queryEngine.
Drops from 45mb to 37,8mb for .com. Speed wise it was more or less these same as before. A few seconds got shaved.
Description
Upgrade Jest to v27. Some code changes are necessary to make this possible. Should solve some problems we have with some ancient dependencies like fsevents
.
Documentation
Related Issues
The aspect ratio is calculated wrong for a while, this fixes it and rewrites the tests to reflect this change without requiring any network calls.
This is based on #33528 and was part of #32782
Description
Update mini-css-extract-plugin
to fix a weird cache/recompilation issue. css-loader
also needed to be updated due to https://github.com/webpack-contrib/css-loader/issues/1384 bug (hash was different in client-side/SSR)
Failing test assertion was added in https://github.com/gatsbyjs/gatsby/pull/33982 and this PR should fix this.
Related Issues
Fixes https://github.com/gatsbyjs/gatsby/issues/33450
[ch40612]
Minor updates
-
Add content sync to source plugin author guide
chore
-
Update changelogs
chore
-
Release notes for v4.4
chore
-
Resolve createNode promise when datastore is ready
fix
-
Don't really on getNodesByType
fix
-
Handle case of html and data files mismatch
fix
-
Reorder head tags
fix
-
Fix running config when page doesnt contain graphql or getServerData or gatsby-plugin-image
fix
-
Update starters and examples - gatsby
fix
-
Replace special filename characters
fix
-
Make --inspect-brk work
fix
-
Use saved schema snapshot in PQR workers
performance
-
Merge base e2e env vars in all e2e tests
tests