forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge upstream #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix schema rebuilding and add e2e test for it in develop * perf: use some vs filter for inference dirty checking
* always return a string * convert content-digest to node-object-hash * remove array sort * update snapshots * use crypto for primitives * fix snapshots
* chore(showcase): Add Koelliker Immobilien * Add a category to site * chore: format
Co-authored-by: Laurie Barth <[email protected]>
Co-authored-by: Muescha <>
Signed-off-by: isamrish <[email protected]>
Co-authored-by: Lennart <[email protected]>
* Added gatsby-starter-cafe * Update categories.yml Added Leaflet, an open-source JavaScript library for interactive maps * remove leaflet addition Co-authored-by: Lennart <[email protected]>
Co-authored-by: Lennart <[email protected]>
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
This avoids some Slack notifications
The JSON:API Schema module (https://www.drupal.org/project/jsonapi_schema) adds a `describedby` link to resources. This payload doesn't contain a JSON:API document, but information describing the object's schema. It's not a valid source of content. After debugging, it is the original cause of #19867
* Debug build issue when gatsbyMajorVersion might be unset * chore: format
permission errors. This really is a hack for a bug in npm, but some other packages, including core-js does this hack. To repro: ``` $ docker run --rm -it ubuntu bash $ npm install -g gatsby-cli ``` and it will fail with ``` > [email protected] postinstall /root/.nvm/versions/node/v10.17.0/lib/node_modules/gatsby-cli/node_modules/gatsby-telemetry > node src/postinstall.js sh: 1: node: Permission denied ``` the || true will just make it exit happily, even though we were unable to run the postinstall script.
…#19933) * remove fragment copying from plugins * update peer dependencies in package.json * remove unused code
* chore: flatten gatsby-theme dir * re-add readme * add missing package.json fields
* Rename Routing Doc and remove duplicate stub * add redirect
* Add gatsby-remark-embedder dependency * Replace Twitter embeds with link of tweet * Replace YouTube embeds with link of video * Add gatsby-remark-embedder to gatsby-config * Remove gatsby-remark-embed-video dependency, since this can also be done by gatsby-remark-embedder
* Add EF.design to site showcase * Update docs/sites.yml Co-Authored-By: Michael <[email protected]> * Update docs/sites.yml Co-Authored-By: Michael <[email protected]> * Fix sites.yml Co-authored-by: Michael <[email protected]> Co-authored-by: Sidhartha Chatterjee <[email protected]>
getByText has been deprecated in @testing-library/cypress and will throw an error
* docs: update Jest option setupFilesAfterEnv The option has been renamed from setupTestFrameworkScriptFile https://jestjs.io/docs/en/configuration#setupfilesafterenv-array * fix: setUpFilesAfterEnv takes an array
Remove duplicate heading.
Command doesn't work as written: `gatsby develop -- --host:0.0.0.0`. Does work with extra `-- ` removed.
…on appear after header text (#19937) * Allow `after` option for plugin to make icon appear after header text * Change prop name to be more explicit * Revert default to false and remove CHANGELOG as per PR feedback * Make new prop name more explicit isIconAfterH > isIconAfterHeader * Update snapshots * Add tests for new prop * Address PR feedback by adding clear 'optional' label to prop description
* Fix commas in code blocks of markdown If not specified, the parameter to Array.join is treated as ',' which resulted in commas being matched as a character that needs to be replaced by `escape-html.js` (but without a replacement specified, it was being rendered as the string 'undefined'). * chore: format Co-authored-by: GatsbyJS Bot <[email protected]>
Updates graphql-tools-fork to v8.0.1 which addresses #20280.
…20187) * Update winning-over-developers.md Changes to the 'winning over developers' documentation to add a new sub topic 'Data Integration' which specifically points out easy data integration, which is a main source of motivation to developers. * Update docs/docs/winning-over-developers.md Co-Authored-By: LB <[email protected]> Co-authored-by: LB <[email protected]>
* Update index.md * Update index.md
``` $ curl -s -I https://github.com/benjamingrobertson/gatsby-starter-accessibility | grep Location Location: https://github.com/benrobertsonio/gatsby-starter-accessibility ```
* fix(starters/blog): Remove gatsby-plugin-offline * Revert "fix(starters/blog): Remove gatsby-plugin-offline" This reverts commit 8cf90fb. * fix(starters/blog): gatsby-plugin-offline off by default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issues