master
Commits on Nov 5, 2020
-
chore(release): Publish pre-release
- gatsby-admin@0.2.0-next.1 - gatsby-cli@2.13.0-next.1 - gatsby-plugin-cxs@2.4.0-next.1 - gatsby-plugin-guess-js@1.4.0-next.1 - gatsby-plugin-sass@2.5.0-next.1 - gatsby-recipes@0.3.0-next.1 - gatsby-remark-autolink-headers@2.5.0-next.1 - gatsby-telemetry@1.4.0-next.1 - gatsby@2.26.0-next.1
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
refactor(gatsby): new dirty tracking implementation for queries (#27504)
* Remove dead code * Consistently use job hash for static-query identification on the frontend (and queryId in node) * New reducer to track the state of queries * tmp: output newly calculated dirty queries (still using old calculation for actual query running to compare) * Add new `QUERY_START` action * Remove redundant component-data-dependencies reducer (now handled in the queries reducer) * Actually use the new query tracking (and remove the old one) * Fix data-tracking test * Shape of tracked component state should match component reducer * remove page-component machine (as we track query state in `queries` reducer now) * Remove DELETE_COMPONENTS_DEPENDENCIES action * Cleanup * Cleanup * Re-enable previously skipped test * Cleanup * Do-not re-run queries with babel extraction errors * WIP: tests for the queries reducer * Track babel errors per component (not per page/static query) * tests for the queries reducer * rename test * Cleanup / update snapshots * Add missing snapshot * fix integration tests? * Revert "fix integration tests?" This reverts commit 066a4e1 * Restore DELETE_COMPONENTS_DEPENDENCIES as a no-op for BC * Take into account deletePage/createPage pattern in onCreatePage * Update test snapshot * Do not mark page query as dirty when component has babel errors * Use flag constants vs. literal values in tests * Rename FLAG_ERROR_BABEL to FLAG_ERROR_EXTRACTION
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
feat(gatsby-telemetry): adjust how we capture plugins for telemetry (#β¦
β¦27835) * Simplify interval math * Capture installed gatsby dependencies * Update packages/gatsby-telemetry/src/get-dependencies.ts Co-authored-by: Ward Peeters <ward@coding-tech.com> * Add missing returntype * Fix how we disable telemetry in tests Co-authored-by: Ward Peeters <ward@coding-tech.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(gatsby-recipes): fix GatsbyShadowFile resource β don't error if pβ¦
β¦ackage isn't installed (#27790) * fix(gatsby-recipes): fix GatsbyShadowFile resource β don't error if package isn't installed * Update snapshots * Turn comment into verbose log * Somehow utila started causing errors w/ rollup
π€·ββοΈ * remove reporter * revert addiing utila to rollup externalsVerified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(deps): update starters and examples - gatsby (#27832)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(docs): Update documentation for createPages (#27735)
* fix(docs): Update documentation for createPages Update parameters documentation in createPages * Correct type for `createPage` * Add return annotation for createPages
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 4, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(gatsby-remark-autolink-headers): remove incorrect default value fβ¦
β¦or icon option (#27821)
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 3, 2020
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
- babel-plugin-remove-graphql-queries@2.10.0-next.0 - babel-preset-gatsby-package@0.6.0-next.0 - babel-preset-gatsby@0.6.0-next.0 - gatsby-admin@0.2.0-next.0 - gatsby-cli@2.13.0-next.0 - gatsby-codemods@1.4.0-next.0 - gatsby-core-utils@1.4.0-next.0 - gatsby-cypress@0.5.0-next.0 - gatsby-design-tokens@2.1.0-next.0 - gatsby-dev-cli@2.8.0-next.0 - gatsby-graphiql-explorer@0.5.0-next.0 - gatsby-image@2.5.0-next.0 - gatsby-legacy-polyfills@0.1.0-next.0 - gatsby-link@2.5.0-next.0 - gatsby-page-utils@0.3.0-next.0 - gatsby-plugin-benchmark-reporting@0.3.0-next.0 - gatsby-plugin-canonical-urls@2.4.0-next.0 - gatsby-plugin-catch-links@2.4.0-next.0 - gatsby-plugin-coffeescript@2.4.0-next.0 - gatsby-plugin-create-client-paths@2.4.0-next.0 - gatsby-plugin-cxs@2.4.0-next.0 - gatsby-plugin-emotion@4.4.0-next.0 - gatsby-plugin-facebook-analytics@2.5.0-next.0 - gatsby-plugin-feed@2.7.0-next.0 - gatsby-plugin-flow@1.4.0-next.0 - gatsby-plugin-fullstory@2.4.0-next.0 - gatsby-plugin-glamor@2.4.0-next.0 - gatsby-plugin-google-analytics@2.5.0-next.0 - gatsby-plugin-google-gtag@2.2.0-next.0 - gatsby-plugin-google-tagmanager@2.5.0-next.0 - gatsby-plugin-graphql-config@0.1.0-next.0 - gatsby-plugin-guess-js@1.4.0-next.0 - gatsby-plugin-image@0.1.0-next.0 - gatsby-plugin-jss@2.4.0-next.0 - gatsby-plugin-layout@1.4.0-next.0 - gatsby-plugin-less@4.1.0-next.0 - gatsby-plugin-lodash@3.4.0-next.0 - gatsby-plugin-manifest@2.6.0-next.0 - gatsby-plugin-mdx@1.4.0-next.0 - gatsby-plugin-netlify-cms@4.4.0-next.0 - gatsby-plugin-netlify@2.5.0-next.0 - gatsby-plugin-no-sourcemaps@2.3.0-next.0 - gatsby-plugin-nprogress@2.4.0-next.0 - gatsby-plugin-offline@3.4.0-next.0 - gatsby-plugin-page-creator@2.4.0-next.0 - gatsby-plugin-postcss@3.1.0-next.0 - gatsby-plugin-preact@4.1.0-next.0 - gatsby-plugin-preload-fonts@1.3.0-next.0 - gatsby-plugin-react-css-modules@2.4.0-next.0 - gatsby-plugin-react-helmet@3.4.0-next.0 - gatsby-plugin-remove-trailing-slashes@2.4.0-next.0 - gatsby-plugin-sass@2.5.0-next.0 - gatsby-plugin-schema-snapshot@1.1.0-next.0 - gatsby-plugin-sharp@2.8.0-next.0 - gatsby-plugin-sitemap@2.6.0-next.0 - gatsby-plugin-styled-components@3.4.0-next.0 - gatsby-plugin-styled-jsx@3.4.0-next.0 - gatsby-plugin-styletron@5.1.0-next.0 - gatsby-plugin-stylus@2.4.0-next.0 - gatsby-plugin-subfont@2.3.0-next.0 - gatsby-plugin-twitter@2.4.0-next.0 - gatsby-plugin-typescript@2.6.0-next.0 - gatsby-plugin-typography@2.6.0-next.0 - gatsby-plugin-utils@0.3.0-next.0 - gatsby-react-router-scroll@3.1.0-next.0 - gatsby-recipes@0.3.0-next.0 - gatsby-remark-autolink-headers@2.5.0-next.0 - gatsby-remark-code-repls@3.3.0-next.0 - gatsby-remark-copy-linked-files@2.4.0-next.0 - gatsby-remark-custom-blocks@2.4.0-next.0 - gatsby-remark-embed-snippet@4.4.0-next.0 - gatsby-remark-graphviz@1.4.0-next.0 - gatsby-remark-images-contentful@2.4.0-next.0 - gatsby-remark-images@3.5.0-next.0 - gatsby-remark-katex@3.4.0-next.0 - gatsby-remark-prismjs@3.7.0-next.0 - gatsby-remark-responsive-iframe@2.5.0-next.0 - gatsby-remark-smartypants@2.4.0-next.0 - gatsby-source-contentful@3.2.0-next.0 - gatsby-source-drupal@3.7.0-next.0 - gatsby-source-faker@2.4.0-next.0 - gatsby-source-filesystem@2.5.0-next.0 - gatsby-source-graphql@2.8.0-next.0 - gatsby-source-hacker-news@2.5.0-next.0 - gatsby-source-lever@2.4.0-next.0 - gatsby-source-medium@2.4.0-next.0 - gatsby-source-mongodb@2.4.0-next.0 - gatsby-source-npm-package-search@2.4.0-next.0 - gatsby-source-shopify@3.4.0-next.0 - gatsby-source-wikipedia@2.4.0-next.0 - gatsby-source-wordpress@3.5.0-next.0 - gatsby-telemetry@1.4.0-next.0 - gatsby-theme@0.2.0-next.0 - gatsby-transformer-asciidoc@1.4.0-next.0 - gatsby-transformer-csv@2.4.0-next.0 - gatsby-transformer-documentationjs@4.4.0-next.0 - gatsby-transformer-excel@2.5.0-next.0 - gatsby-transformer-hjson@2.5.0-next.0 - gatsby-transformer-javascript-frontmatter@2.4.0-next.0 - gatsby-transformer-javascript-static-exports@2.5.0-next.0 - gatsby-transformer-json@2.5.0-next.0 - gatsby-transformer-pdf@1.4.0-next.0 - gatsby-transformer-react-docgen@5.3.0-next.0 - gatsby-transformer-remark@2.10.0-next.0 - gatsby-transformer-screenshot@2.4.0-next.0 - gatsby-transformer-sharp@2.6.0-next.0 - gatsby-transformer-sqip@2.5.0-next.0 - gatsby-transformer-toml@2.5.0-next.0 - gatsby-transformer-xml@2.4.0-next.0 - gatsby-transformer-yaml@2.5.0-next.0 - gatsby@2.26.0-next.0
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(deps): update minor and patch for gatsby-source-graphql (#27139)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
chore(deps): update p-queue (#27099)
* chore(deps): update p-queue * chore(deps): bump p-queue to ^6.6.2
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(deps): update starters and examples - gatsby (#27722)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(deps): update starters and examples to ^1.6.19 (#27657)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
chore(deps): update dependency @types/babel__core to ^7.1.12 (#27764)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
chore(deps): update dependency @types/bluebird to ^3.5.33 (#27765)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
chore(deps): update dependency @types/lodash to ^4.14.164 (#27766)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
chore(deps): update dependency jest-silent-reporter to ^0.3.0 (#27771)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
feat(gatsby-telemetry): Track terminal program (#27757)
* feat(gatsby-telemetry): Track terminal program * Don't return undefined for CI Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
fix(deps): update starters and examples - gatsby (#27779)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHubβs key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
- gatsby-plugin-offline@3.3.1 - gatsby-plugin-sass@2.4.1 - gatsby-source-contentful@3.1.1