example-storefront
example-storefront copied to clipboard
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Com...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.4 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Signed-off-by: Chloe Resolves #issueNumber Impact: **minor** Type: **bugfix** ## Issue `graphql-request` seems to be broken when used with NextJS SSR ## Solution Most of the codebase is using apollo-client for...
Bumps [next](https://github.com/vercel/next.js) from 9.4.1 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Signed-off-by: Brent Hoover Impact: **breaking** Type: **chore** ## Issue Node 12 is End-of-Life in April. Also trying to keep package managers consistent across projects so normalizing on npm. ## Solution...
Signed-off-by: Brent Hoover Impact: **minor** Type: **bugfix** ## Issue When switching to Node 14 get this error and some styles do not load: `Prop `className` did not match. Server: "makeStyles-anchor-11"...
Type: **minor** **Description** In the 'Login' modal, only the first link is accessible by keyboard, since any KeyDown event triggers the underlying action and therefore the next element cannot be...
Type: **critical** **This is a blocker for releases** **Describe the bug** The `BUILD_GRAPHQL_URL` and/or EXTERNAL_GRAPHQL_URL env var is being baked into the JS bundle, likely due to the `Next.js` /...