Skip to content
Permalink
master

Commits on Nov 5, 2020

  1. 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
    pieh committed Nov 5, 2020
  2. chore(gatsby-remark-autolink-headers): gitignore gatsby-node compiled…

    … by babel (#27858)
    vladar committed Nov 5, 2020
  3. 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
    vladar committed Nov 5, 2020
  4. 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>
    jamo and wardpeet committed Nov 5, 2020
  5. 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 externals
    KyleAMathews committed Nov 5, 2020
  6. fix(gatsby): Remove version annotation in createPages (#27851)

    ascorbic committed Nov 5, 2020
  7. fix(deps): update starters and examples - gatsby (#27832)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 5, 2020
  8. 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
    davad committed Nov 5, 2020

Commits on Nov 4, 2020

  1. chore(gatsby-plugin-cxs): Fix dependency version (#27837)

    ascorbic committed Nov 4, 2020
  2. fix(gatsby-plugin-sass): fix default output style & allow unknown opt…

    …ions (#27822)
    mxstbr committed Nov 4, 2020
  3. fix(recipe): add brackets to directory names (#27812)

    muescha committed Nov 4, 2020
  4. fix(docs): Update gatsby-plugin-guess-js README (#27814)

    muescha committed Nov 4, 2020
  5. fix(docs): Gatsby README - fix brand name GatsbyJS -> Gatsby (#27815)

    muescha committed Nov 4, 2020
  6. fix(gatsby-remark-autolink-headers): remove incorrect default value f…

    …or icon option (#27821)
    mxstbr committed Nov 4, 2020

Commits on Nov 3, 2020

  1. chore: update yarn.lock (#27817)

    vladar committed Nov 3, 2020
  2. chore: update lerna config for the new release process (#27811)

    vladar committed Nov 3, 2020
  3. chore(release): Publish

     - 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
    vladar committed Nov 3, 2020
  4. fix(gatsby): feedback test did not reset 7day check (#27810)

    pvdz committed Nov 3, 2020
  5. fix(deps): update minor and patch for gatsby-source-graphql (#27139)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  6. chore(deps): update p-queue (#27099)

    * chore(deps): update p-queue
    
    * chore(deps): bump p-queue to ^6.6.2
    hoobdeebla committed Nov 3, 2020
  7. upgrade graphql-tools to v7 (#27791)

    yaacovCR committed Nov 3, 2020
  8. fix(deps): update starters and examples - gatsby (#27722)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  9. fix(deps): update starters and examples to ^1.6.19 (#27657)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  10. Update adding-analytics.md (#27624)

    im-adithya committed Nov 3, 2020
  11. Update add-custom-webpack-config.md (#27738)

    jgarrow committed Nov 3, 2020
  12. chore(deps): update lint-staged (#27752)

    hoobdeebla committed Nov 3, 2020
  13. chore(deps): update chalk (#27753)

    hoobdeebla committed Nov 3, 2020
  14. chore(deps): update dependency @types/babel__core to ^7.1.12 (#27764)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  15. chore(deps): update dependency @types/bluebird to ^3.5.33 (#27765)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  16. chore(deps): update dependency @types/lodash to ^4.14.164 (#27766)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  17. chore(deps): update dependency jest-silent-reporter to ^0.3.0 (#27771)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  18. 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>
    ascorbic and gatsbybot committed Nov 3, 2020
  19. fix(deps): update starters and examples - gatsby (#27779)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate and renovate-bot committed Nov 3, 2020
  20. chore(release): Publish

     - gatsby-plugin-offline@3.3.1
     - gatsby-plugin-sass@2.4.1
     - gatsby-source-contentful@3.1.1
    pvdz committed Nov 3, 2020
Older
You can’t perform that action at this time.