Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby@2.24.67
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby@2.24.68
Choose a head ref

Commits on Oct 1, 2020

  1. breaking(gatsby-plugin-postcss): Upgrade gatsby-plugin-postcss to Pos…

    …tCSS 8 (#26947)
    
    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    Co-authored-by: Lennart <lekoarts@gmail.com>
    3 people authored Oct 1, 2020
    Copy the full SHA
    00f7c08 View commit details
  2. chore(release): Publish

     - gatsby-plugin-postcss@3.0.0
    LekoArts committed Oct 1, 2020
    Copy the full SHA
    bdd723e View commit details
  3. Copy the full SHA
    96f9d0b View commit details
  4. Copy the full SHA
    84187bb View commit details
  5. test(integration/gatsby-cli): use sandboxed directory to "globally" i…

    …nstall gatsby-cli (#27056)
    
    * fix(e2e-test.sh): check if gatsby bin file exists before trying to chmod it
    
    * test(integration-tests/gatsby-cli): install cli to sandbox directory, so it can't use any accidental node_modules
    pieh authored Oct 1, 2020
    Copy the full SHA
    3858de1 View commit details

Commits on Oct 2, 2020

  1. Copy the full SHA
    687ef12 View commit details
  2. Copy the full SHA
    4d73034 View commit details
  3. fix(gatsby-remark-images): enable creating img tag with empty alt att…

    …ribute (#27218)
    
    * fix: define a new constant for empty alt
    
    * fix: generate empty alt attribute for EMPTY_ALT
    
    Currently EMPTY_ALT is defined as _SKIP_
    
    * chore: prettifier the codes
    
    * chore: add documentation
    
    * chore: add keyword description in README
    
    * fix: incorprate review comments
    
    * fix: add more unit tests
    
    * fix: fix unit test error
    
    Co-authored-by: Zhen Wang <zhen.wang1@ibm.com>
    motou and Zhen Wang authored Oct 2, 2020
    Copy the full SHA
    9f0b545 View commit details
  4. Copy the full SHA
    4f7622e View commit details
  5. Copy the full SHA
    36421c5 View commit details
  6. Copy the full SHA
    dd264de View commit details

Commits on Oct 5, 2020

  1. Copy the full SHA
    39d897e View commit details
  2. Copy the full SHA
    cc87135 View commit details
  3. chore(docs): Update deploying-to-netlify (#25620)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    jackpeplinski and LekoArts authored Oct 5, 2020
    Copy the full SHA
    52c69bd View commit details
  4. chore(docs): Remove --save from READMEs (#27032)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    yashints and LekoArts authored Oct 5, 2020
    Copy the full SHA
    8437b65 View commit details
  5. chore(docs): Update storyblok links (#27064)

    Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
    samuells and gatsbybot authored Oct 5, 2020
    Copy the full SHA
    639a0ca View commit details
  6. chore(deps): update dependency eslint-plugin-react to ^7.21.3 (#27279)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 5, 2020
    Copy the full SHA
    8ca2826 View commit details
  7. perf(gatsby-source-contentful): fix API, execute deprecations, improv…

    …e performance (#27244)
    
    * fix(gatsby-source-contentful): fixed id collision in contentful entries (#23514)
    
    * fix(gatsby-source-contentful): fixed id collision in contentful entries
    
    * fix(gatsby-source-contentful): properly resolve subsequent sync calls   (#15084)
    
    * fix(gatsby-source-contentful): fixed id collision in contentful entries (#23514)
    
    * fix(gatsby-source-contentful): fixed id collision in contentful entries
    
    * improve logging and clean up code (#26238)
    
    * improve comment about contentful-resolve-response usage
    
    * test(unit): remove cross test data pollution
    
    * further improve loggin by replacing console.time with GatsbyReporter
    
    * improve code style
    
    * missing file
    
    * remove logging verbosity
    
    * adjust mocked reporter for tests to pass
    
    * remove unused deep-map dependency
    
    * fix: use content type id by default to create reference gql types (#26102)
    
    * temporary console.time calls for performance measurements
    
    * perf(gatsby-source-contentful): use a map and less loops to merge old and latest sync API response
    
    * log time Contentful API processing  and GraphQL node creation
    
    * upgrade dependencies and use faster node 10 versions
    
    * remove duplicate logging
    
    * allow multiple Contentful sources
    
    fixes #26875
    
    * refactor(imports): fix dependency structure and make sharp optional
    
    fixes #23904
    
    * align tests to match new multi source cache pattern
    
    Co-authored-by: Matthew Miller <mnmiller1@me.com>
    Co-authored-by: Khaled Garbaya <khaled@contentful.com>
    3 people authored Oct 5, 2020
    Copy the full SHA
    7bf2bdb View commit details
  8. chore(gatsby-image): Add more DatoCMS fragments (#27289)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    Ankit810 and LekoArts authored Oct 5, 2020
    Copy the full SHA
    04c813d View commit details
  9. fix(deps): update minor and patch for gatsby-telemetry (#27145)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 5, 2020
    Copy the full SHA
    f3075c9 View commit details

Commits on Oct 6, 2020

  1. feat(gatsby-plugin-utils): add package and methods to validate plugin…

    … options (#27164)
    
    * feat(gatsby-plugin-utils): initial setup
    
    * chore(gatsby-plugin-google-analytics): add pluginOptionsSchema
    
    * Bring Joi to my life
    
    * Add ability to skip async validation rules
    
    * More explicit API
    
    * Cleanup
    
    * Add src to files like other packages
    
    * stripUnknown: false
    
    * Remove unused import
    mxstbr authored Oct 6, 2020
    Copy the full SHA
    49e6669 View commit details
  2. chore(release): Publish

     - babel-preset-gatsby@0.5.13
     - gatsby-admin@0.1.157
     - gatsby-cli@2.12.103
     - gatsby-core-utils@1.3.23
     - gatsby-image@2.4.21
     - gatsby-page-utils@0.2.28
     - gatsby-plugin-canonical-urls@2.3.13
     - gatsby-plugin-catch-links@2.3.15
     - gatsby-plugin-coffeescript@2.3.13
     - gatsby-plugin-create-client-paths@2.3.13
     - gatsby-plugin-cxs@2.3.13
     - gatsby-plugin-emotion@4.3.13
     - gatsby-plugin-facebook-analytics@2.4.13
     - gatsby-plugin-feed@2.5.14
     - gatsby-plugin-fullstory@2.3.14
     - gatsby-plugin-glamor@2.3.13
     - gatsby-plugin-google-analytics@2.3.16
     - gatsby-plugin-google-gtag@2.1.13
     - gatsby-plugin-google-tagmanager@2.3.15
     - gatsby-plugin-guess-js@1.3.15
     - gatsby-plugin-jss@2.3.13
     - gatsby-plugin-layout@1.3.13
     - gatsby-plugin-less@4.0.6
     - gatsby-plugin-lodash@3.3.13
     - gatsby-plugin-manifest@2.4.34
     - gatsby-plugin-mdx@1.2.44
     - gatsby-plugin-netlify-cms@4.3.16
     - gatsby-plugin-netlify@2.3.17
     - gatsby-plugin-no-sourcemaps@2.2.1
     - gatsby-plugin-nprogress@2.3.13
     - gatsby-plugin-offline@3.2.31
     - gatsby-plugin-page-creator@2.3.31
     - gatsby-plugin-postcss@3.0.1
     - gatsby-plugin-preact@4.0.14
     - gatsby-plugin-preload-fonts@1.2.28
     - gatsby-plugin-react-css-modules@2.3.13
     - gatsby-plugin-react-helmet@3.3.13
     - gatsby-plugin-sass@2.3.15
     - gatsby-plugin-sharp@2.6.39
     - gatsby-plugin-sitemap@2.4.15
     - gatsby-plugin-styled-components@3.3.13
     - gatsby-plugin-styled-jsx@3.3.14
     - gatsby-plugin-stylus@2.3.13
     - gatsby-plugin-subfont@2.2.14
     - gatsby-plugin-typography@2.5.13
     - gatsby-plugin-utils@0.2.26
     - gatsby-recipes@0.2.31
     - gatsby-remark-autolink-headers@2.3.15
     - gatsby-remark-code-repls@3.2.14
     - gatsby-remark-copy-linked-files@2.3.19
     - gatsby-remark-custom-blocks@2.3.13
     - gatsby-remark-embed-snippet@4.3.17
     - gatsby-remark-graphviz@1.3.13
     - gatsby-remark-images-contentful@2.3.19
     - gatsby-remark-images@3.3.33
     - gatsby-remark-katex@3.3.14
     - gatsby-remark-prismjs@3.5.16
     - gatsby-remark-responsive-iframe@2.4.17
     - gatsby-remark-smartypants@2.3.13
     - gatsby-source-contentful@2.3.50
     - gatsby-source-drupal@3.5.36
     - gatsby-source-faker@2.3.13
     - gatsby-source-filesystem@2.3.33
     - gatsby-source-graphql@2.7.6
     - gatsby-source-hacker-news@2.4.13
     - gatsby-source-lever@2.3.14
     - gatsby-source-medium@2.3.13
     - gatsby-source-npm-package-search@2.3.16
     - gatsby-source-shopify@3.2.35
     - gatsby-source-wikipedia@2.3.14
     - gatsby-source-wordpress@3.3.37
     - gatsby-telemetry@1.3.38
     - gatsby-transformer-asciidoc@1.3.14
     - gatsby-transformer-csv@2.3.13
     - gatsby-transformer-documentationjs@4.3.16
     - gatsby-transformer-excel@2.4.14
     - gatsby-transformer-hjson@2.4.13
     - gatsby-transformer-javascript-frontmatter@2.3.14
     - gatsby-transformer-javascript-static-exports@2.4.13
     - gatsby-transformer-json@2.4.14
     - gatsby-transformer-pdf@1.3.14
     - gatsby-transformer-react-docgen@5.2.14
     - gatsby-transformer-remark@2.8.38
     - gatsby-transformer-sharp@2.5.17
     - gatsby-transformer-sqip@2.3.39
     - gatsby-transformer-toml@2.4.16
     - gatsby-transformer-xml@2.3.14
     - gatsby-transformer-yaml@2.4.14
     - gatsby@2.24.68
    mxstbr committed Oct 6, 2020
    Copy the full SHA
    84fa4be View commit details
Showing 317 changed files with 4,932 additions and 5,830 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -234,17 +234,6 @@ jobs:
image: "14"
<<: *test_template

unit_tests_www:
executor: node
steps:
- checkout
- run:
command: yarn
working_directory: ~/project/www
- run:
command: yarn test
working_directory: ~/project/www

integration_tests_long_term_caching:
executor: node
steps:
@@ -565,11 +554,6 @@ workflows:
- lint
- typecheck
- bootstrap
- unit_tests_www:
requires:
- lint
- typecheck
- bootstrap
- integration_tests_long_term_caching:
<<: *e2e-test-workflow
- integration_tests_cache_resilience:
6 changes: 6 additions & 0 deletions .remarkrc.js
Original file line number Diff line number Diff line change
@@ -4,6 +4,12 @@ const unified = require("unified")
const dictionary = fs.readFileSync("./dictionary.txt")

module.exports = {
options: {
silentlyIgnore: true,
quiet: true,
frail: true,
extensions: ["md"]
},
plugins: [
["remark-frontmatter", "yaml"],
[
Loading