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.14.1
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.14.2
Choose a head ref
  • 6 commits
  • 40 files changed
  • 4 contributors

Commits on Jan 2, 2025

  1. feat!(gatsby-source-shopify): upgrade from Shopify API version 2022-0…

    …4 to 2024-04 (#39082) (#39202)
    
    * chore!(gatsby-source-shopify): upgrade to api version 2024-04
    
    See breaking changes in:
    - https://shopify.dev/docs/api/release-notes/previous-versions/2022-07
    - https://shopify.dev/docs/api/release-notes/previous-versions/2022-10
    - https://shopify.dev/docs/api/release-notes/previous-versions/2023-01
    - https://shopify.dev/docs/api/release-notes/previous-versions/2023-04
    
    * test: fix fixture syntax and update snapshots
    
    * chore: handle Count type
    
    * fix: handle intentory level
    
    * test: update snapshots and mocks
    
    * test: update variants fixture
    
    * test: update inventory level mock
    
    * fix: minimize breaking changes by keeping Int type for count fields
    
    * fix: mark productBased as deprecated
    
    * address review comments
    
    * test: update snapshots
    
    ---------
    
    Co-authored-by: pieh <misiek.piechowiak@gmail.com>
    (cherry picked from commit 8252e82)
    
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    gatsbybot and serhalp authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    a316ba0 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-source-shopify@9.0.0
    pieh committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    bf0cd30 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. feat!(gatsby-source-shopify): upgrade from Shopify API version 2024-0…

    …4 to 2025-01 (#39247) (#39252)
    
    * feat!(gatsby-source-shopify): upgrade from Shopify API version 2024-04 to 2025-01 (#39247)
    
    * chore: sort the queried fields
    
    * feat: address breaking api changes when upgrading to 2024-07
    
    * feat!: address breaking changes when upgrading to 2024-10
    
    * fix: address breaking changes when upgrading to 2025-01
    
    * fix: add deprecation message for fulfillmentOrdersOptIn
    
    * fix: make measurement a required field to match shopify api response
    
    * fix: object definition already in common
    
    * fix: add backwards compatibility for weight/weightUnit fields
    
    * fix: add deprecation messages for proxied quantities fields
    
    * test: update snapshots
    
    (cherry picked from commit 132013c)
    
    * chore: bump caniuse-lite
    
    * ci: pin pnpm used in pnpm integration tests to v9 (#39248)
    
    v10 has a lot of breaking changes:
    https://github.com/pnpm/pnpm/releases/tag/v10.0.0.
    
    * test: use branch/alias deploys for e2e test suite (#39222)
    
    * test: use branch/alias deploys for e2e test suite
    
    * test: use permalink url and not alias url
    
    ---------
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    
    ---------
    
    Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
    4 people authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    ee0a374 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-source-shopify@10.0.0
    pieh committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    0469c58 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. fix: pin webpack (#39264) (#39265)

    * fix: pin webpack
    
    * fix: origin.module can be null now
    
    (cherry picked from commit dae8081)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    gatsbybot and pieh authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    8fc38b7 View commit details
    Browse the repository at this point in the history
  2. chore(release): Publish

     - gatsby-graphiql-explorer@3.14.1
     - gatsby-plugin-mdx@5.14.1
     - gatsby@5.14.2
    pieh committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    08137dc View commit details
    Browse the repository at this point in the history
Loading