-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Comparing changes
Open a pull request
base repository: gatsbyjs/gatsby
base: gatsby@2.24.63
head repository: gatsbyjs/gatsby
compare: gatsby@2.24.64
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55052ef - Browse repository at this point
Copy the full SHA 55052efView commit details -
Fix gatsby-plugin-manifest using withAssetPrefix in manifest file lin…
…k, where it gets improperly sanitized (#26844) * Do not use withAssetPrefix on manifest href Since Gatsby core removes the `assetPrefix` from `<link>` elements' `href` if their `rel` is set to `manifest`, we shouldn't try to add it here. * use withPrefix in client-side manifest link localization * improved manifest plugin tests to consider assetPrefix correctly
Configuration menu - View commit details
-
Copy full SHA for 8325026 - Browse repository at this point
Copy the full SHA 8325026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694fe16 - Browse repository at this point
Copy the full SHA 694fe16View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58a65b - Browse repository at this point
Copy the full SHA d58a65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c89787 - Browse repository at this point
Copy the full SHA 4c89787View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd93374 - Browse repository at this point
Copy the full SHA cd93374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 390ae17 - Browse repository at this point
Copy the full SHA 390ae17View commit details -
feat(gatsby-cli): enable set packagemanager (#26856)
* Address configuration issues related to package manager selection * fix linting * use the right cli * clean up yargs * change console log * missing comma * find the eslint bug * think it was this * add everything back * change logic a bit, shouldn't also set telemetry * add whitespace * ignore TS error for the moment to validate the logic * switch order of validate script commands * Update packages/gatsby-cli/src/init-starter.ts Co-authored-by: Ward Peeters <ward@coding-tech.com> * use pathExists * use pathExists * We want to keep the lock files * set package manager to yarn for gatsby new tests * fix tests and remove yarn.lock from official starters * might be a typescript issue * use positional arguments instead * adjust tests * fix plugin command top level error * run in gatsby project * make it a one off test like feedback * update links to .com and rename as options * remove unused prompt code * Allow for package-manager as key * decouple publish starters script from CLI version by keeping yarn import * Update scripts/publish-starters.sh Co-authored-by: Ward Peeters <ward@coding-tech.com> Co-authored-by: Laurie Barth <laurie@lauriesrklaptop.lan> Co-authored-by: Ward Peeters <ward@coding-tech.com> Co-authored-by: Laurie Barth <laurie@LauriesrkLaptop.fios-router.home> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5658b87 - Browse repository at this point
Copy the full SHA 5658b87View commit details
Commits on Sep 21, 2020
-
chore: write graphql schema, fragments and config file to cache (#26829)
* chore: write graphql schema, fragments and config file to cache To provide graphql config baseline support for: - vscode-graphql - graphql-codegen - graphiql 2 (upcoming) - `fragments.graphql` is generated from plugins/core so implicit fragment support works across all config-consuming tooling - `schema.graphql` is written to file to make tooling faster, and to ensure tooling works without `develop` process running - `graphql.config.json` is written to the `.cache` directory, as `endpoints` config used by `vscode-graphql` for executing queries needs to know the current port. each of the tools above can be configured to load `.cache/graphql.config.json` instead of from the root directory this could not be achieved with a plugin, because the existing plugin interfaces don't provide a complete enough schema, or a collation of fragments. * migrate to redux store and plugins * consolidate to a single plugin, use store emitter * chore: address review comments * chore: gitignore index.js
Configuration menu - View commit details
-
Copy full SHA for 8ad565f - Browse repository at this point
Copy the full SHA 8ad565fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 866abdf - Browse repository at this point
Copy the full SHA 866abdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece4a6e - Browse repository at this point
Copy the full SHA ece4a6eView commit details -
fix(gatsby-plugin-graphql-config): add dependencies (#26970)
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c5c045 - Browse repository at this point
Copy the full SHA 5c5c045View commit details -
fix(gatsby-remark-copy-linked-files): respect assetPrefix (#26976)
* test(gatsby-remarkc-copy-linked-files): get rid of "undefined" in assertions - it doesn't inspire confidence * fix(gatsby-remark-copy-linked-files): honor assetPrefix correctly Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6270c3d - Browse repository at this point
Copy the full SHA 6270c3dView commit details -
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4980d6 - Browse repository at this point
Copy the full SHA e4980d6View commit details
Commits on Sep 22, 2020
-
chore: Add starters to README (#26943)
Co-authored-by: Roshan Jossy <rjossy@goodgamestudios.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com> Co-authored-by: Lennart <lekoarts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ffdf820 - Browse repository at this point
Copy the full SHA ffdf820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b40112 - Browse repository at this point
Copy the full SHA 1b40112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e970c6 - Browse repository at this point
Copy the full SHA 2e970c6View commit details -
fix: update starters and examples (#26973)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 1a7a446 - Browse repository at this point
Copy the full SHA 1a7a446View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ce6e6 - Browse repository at this point
Copy the full SHA a8ce6e6View commit details -
update gatsby-interface dependency (#26689)
* update gatsby-interface dependency This removes the reliance on a version of gatsby-interface that had overly strict pinned versions in its peerDependencies set. Enables the fixes in https://github.com/gatsby-inc/gatsby-interface/pull/341 and https://github.com/gatsby-inc/gatsby-interface/pull/337 to be included in the actual Gatsby dependency tree that gets installed. Fix: #26688 * Add missing comma Oops, messed that up in the merge! * Unpin gatsby-interface dependency Co-authored-by: Max Stoiber <contact@mxstbr.com> Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a344a12 - Browse repository at this point
Copy the full SHA a344a12View commit details -
chore(docs): rename the Github learning team (#26673)
* Rename the Github learning team - Update team name in CODEOWNERS - Update team name references in docs [ch11559] * Update team name within PR template [ch11559] * Rename team in PR management [ch11559] * Remove deprecated doc project & website team * Remove mention of Learning GitHub project * Remove mention of Learning GitHub project Co-authored-by: Aisha Blake <aisha@gatsbyjs.com>
Janson Hartliep and Aisha Blake authoredSep 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 510370d - Browse repository at this point
Copy the full SHA 510370dView commit details
Commits on Sep 23, 2020
-
1
Configuration menu - View commit details
-
Copy full SHA for 1b87ef6 - Browse repository at this point
Copy the full SHA 1b87ef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699c526 - Browse repository at this point
Copy the full SHA 699c526View commit details -
- gatsby-admin@0.1.153 - gatsby-cli@2.12.100 - gatsby-plugin-graphql-config@0.0.1 - gatsby-plugin-manifest@2.4.31 - gatsby-recipes@0.2.28 - gatsby-remark-copy-linked-files@2.3.16 - gatsby-source-contentful@2.3.47 - gatsby@2.24.64
Configuration menu - View commit details
-
Copy full SHA for cb5c3d1 - Browse repository at this point
Copy the full SHA cb5c3d1View commit details
There are no files selected for viewing