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@5.13.3
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@5.13.4
Choose a head ref
  • 5 commits
  • 34 files changed
  • 3 contributors

Commits on Feb 21, 2024

  1. fix(gatsby-source-wordpress): only diff wpgraphql schema if the user …

    …opts in (#38856) (#38860)
    
    * only diff wpgraphql schema if the user opts in
    
    * Update config.yml
    
    ---------
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    (cherry picked from commit 5bd4c25)
    
    Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
    gatsbybot and TylerBarnes authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    85f6c90 View commit details
    Browse the repository at this point in the history
  2. chore(gatsby-source-wordpress): upgrade file-type (#38861) (#38863)

    (cherry picked from commit 7661bb9)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    gatsbybot and pieh authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    07761d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. chore(release): Publish

     - gatsby-source-wordpress@7.13.3
    pieh committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b0960f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix(gatsby-adapter-netlify): handler generation on windows (#38900) (#…

    …38929)
    
    * test: add unit test for produced handler
    
    * actually failing test in windows
    
    * fix(gatsby-adapter-netlify): produce working function handlers on windows
    
    * fix(gatsby): functions compilation on windows
    
    * tmp: prepare cross-platform binaries for SSR/DSG
    
    * fix: lint
    
    * feat: add a way to configure functions executing platform/arch and add early check in DSG/SSR
    
    * refactor: move some utility functions around, cleanup standalone-regenrate, restore engine validation, add structured error and better error messages
    
    * chore: add jsdocs description for functionsPlatform and functionsArch optional config values passed by adapter
    
    * chore: make sure fs wrapper is first
    
    * fix: actually use values reported by adapter
    
    * test: try to setup windows adapters smoke test
    
    * test: typo
    
    * test: maybe cd into dirs?
    
    * test: no powershell fro smoke test
    
    * chore: single quote to double
    
    * chore: install node-gyp requirements
    
    * chore: install deps in win smoke
    
    * ?
    
    * newer node needed for ntl-cli
    
    * run ntl through yarn
    
    * Revert "run ntl through yarn"
    
    This reverts commit 8c55e40.
    
    * install ntl-cli in circleci pipeline
    
    * test: adjust lmdb regeneration test to changed internal-packages location
    
    * test: run windows deploy/smoke test after unit tests passed
    
    * chore: use path.posix to load engines in serve command
    
    * chore: use default value when destructuring instead of nullish coalescing later
    
    (cherry picked from commit c91ed28)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    gatsbybot and pieh authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    edaf016 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - babel-preset-gatsby@3.13.2
     - gatsby-adapter-netlify@1.1.4
     - gatsby-cli@5.13.3
     - gatsby-legacy-polyfills@3.13.1
     - gatsby-plugin-offline@6.13.2
     - gatsby-source-wordpress@7.13.4
     - gatsby@5.13.4
    pieh committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8f0f7c5 View commit details
    Browse the repository at this point in the history
Loading