Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre Release 1.0.1 #124

Merged
merged 26 commits into from
Jul 13, 2023
Merged

Pre Release 1.0.1 #124

merged 26 commits into from
Jul 13, 2023

Commits on Jun 20, 2023

  1. test: Remove warnings and errors that were expected from tests and fi…

    …x mocks in `cartMultiple`
    Noah-Kelleher committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e9315c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    b545ea9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. test: Create suppressErrors.js as a helper function to suppressErro…

    …rs in `ProductDetails.test.js` `Cart.test.js` and `shopifyConfiguration.test.js`
    Noah-Kelleher committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    bff23cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0217407 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump @wordpress/base-styles from 4.26.0 to 4.27.0 (#107)

    Bumps [@wordpress/base-styles](https://github.com/WordPress/gutenberg/tree/HEAD/packages/base-styles) from 4.26.0 to 4.27.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/@wordpress/base-styles@4.27.0/packages/base-styles/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/base-styles@4.27.0/packages/base-styles)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/base-styles"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6bd222b View commit details
    Browse the repository at this point in the history
  4. build(deps): bump sass from 1.63.4 to 1.63.6 (#108)

    Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.63.6.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.63.4...1.63.6)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4ad6252 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump @apollo/client from 3.7.15 to 3.7.16 (#109)

    Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.15 to 3.7.16.
    - [Release notes](https://github.com/apollographql/apollo-client/releases)
    - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
    - [Commits](apollographql/apollo-client@v3.7.15...v3.7.16)
    
    ---
    updated-dependencies:
    - dependency-name: "@apollo/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    dc5891d View commit details
    Browse the repository at this point in the history
  6. build(deps): bump react-icons from 4.9.0 to 4.10.1 (#110)

    Bumps [react-icons](https://github.com/react-icons/react-icons) from 4.9.0 to 4.10.1.
    - [Release notes](https://github.com/react-icons/react-icons/releases)
    - [Commits](react-icons/react-icons@v4.9.0...v4.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: react-icons
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    b7f8c22 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump eslint-config-next from 13.4.6 to 13.4.7 (#111)

    Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.6 to 13.4.7.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v13.4.7/packages/eslint-config-next)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 23, 2023
    1 Configuration menu
    Copy the full SHA
    1cb343a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    9474755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b604c9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547bed0 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump @faustwp/core from 0.2.13 to 1.0.1

    Bumps [@faustwp/core](https://github.com/wpengine/faustjs) from 0.2.13 to 1.0.1.
    - [Release notes](https://github.com/wpengine/faustjs/releases)
    - [Commits](https://github.com/wpengine/faustjs/compare/@faustwp/core@0.2.13...@faustwp/core@1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@faustwp/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d6424a5 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump graphql from 16.6.0 to 16.7.1

    Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.7.1.
    - [Release notes](https://github.com/graphql/graphql-js/releases)
    - [Commits](graphql/graphql-js@v16.6.0...v16.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: graphql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    942c5b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #112 from wpengine/noahkelleher/TITAN-384

    [TITAN-384] - Remove warnings and errors in terminal from tests
    Noah-Kelleher authored Jun 27, 2023
    1 Configuration menu
    Copy the full SHA
    f6a66c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from wpengine/NOJIRA-update-readme

    fix: update href to docs in readme
    RossoMaguire authored Jun 27, 2023
    1 Configuration menu
    Copy the full SHA
    436609d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #115 from wpengine/dependabot/npm_and_yarn/graphql…

    …-16.7.1
    
    build(deps): bump graphql from 16.6.0 to 16.7.1
    RossoMaguire authored Jun 27, 2023
    1 Configuration menu
    Copy the full SHA
    cbd5b88 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #114 from wpengine/dependabot/npm_and_yarn/faustwp…

    …/core-1.0.1
    
    build(deps): bump @faustwp/core from 0.2.13 to 1.0.1
    RossoMaguire authored Jun 27, 2023
    1 Configuration menu
    Copy the full SHA
    59176e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. 1 Configuration menu
    Copy the full SHA
    67bca32 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. build(deps-dev): bump eslint from 8.43.0 to 8.44.0 (#117)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.43.0...v8.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alvaro Cavalcanti <alvaro.cavalcanti@wpengine.com>
    dependabot[bot] and alvarocavalcanti authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    c973d8e View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 (#118)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.2 to 13.2.3.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v13.2.2...v13.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    fe7e8c9 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump @faustwp/core from 1.0.1 to 1.0.2 (#119)

    Bumps [@faustwp/core](https://github.com/wpengine/faustjs) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/wpengine/faustjs/releases)
    - [Commits](https://github.com/wpengine/faustjs/compare/@faustwp/core@1.0.1...@faustwp/core@1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@faustwp/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alvaro Cavalcanti <alvaro.cavalcanti@wpengine.com>
    dependabot[bot] and alvarocavalcanti authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    fcbfb16 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#120)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alvaro Cavalcanti <alvaro.cavalcanti@wpengine.com>
    dependabot[bot] and alvarocavalcanti authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    8638cc4 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.7 (#121)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.5 to 7.22.7.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alvaro Cavalcanti <alvaro.cavalcanti@wpengine.com>
    dependabot[bot] and alvarocavalcanti authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    2e24741 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump @apollo/client from 3.7.16 to 3.7.17 (#122)

    Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.16 to 3.7.17.
    - [Release notes](https://github.com/apollographql/apollo-client/releases)
    - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
    - [Commits](apollographql/apollo-client@v3.7.16...v3.7.17)
    
    ---
    updated-dependencies:
    - dependency-name: "@apollo/client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alvaro Cavalcanti <alvaro.cavalcanti@wpengine.com>
    dependabot[bot] and alvarocavalcanti authored Jul 10, 2023
    1 Configuration menu
    Copy the full SHA
    2cf5aba View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. 1 Configuration menu
    Copy the full SHA
    df5ce09 View commit details
    Browse the repository at this point in the history