app-sdk
app-sdk copied to clipboard
SDK for building great Saleor Apps
Bumps [next](https://github.com/vercel/next.js) from 12.3.0 to 13.5.1. Commits 0c1c7f8 v13.5.1 9744285 v13.5.1-canary.1 44eba02 improve publish-release (#55597) c652dc8 v13.5.1-canary.0 ffafad2 v13.5.0 4a589ed v13.4.20-canary.41 deb81cf fix styled-jsx alias (#55581) 1a9b0f6 improve internal error...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@gurgunday)! Changed: All the [formatting rules...
Bumps [zod](https://github.com/colinhacks/zod) from 3.19.1 to 3.22.4. Release notes Sourced from zod's releases. v3.22.4 Commits: d931ea3f0f15a6ae64f5f68e3c03912dffb2269d Lint 8e634bd600093b7161487bed705279c892395118 Fix prettier 4018d88f0e94992b2987428c4fda387b99ae2a53 docs: add @sanity-typed/zod to ecosystem (#2731) 15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e docs: add zod-sandbox...
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.6.1 to 6.8.0. Changelog Sourced from eslint-plugin-jsx-a11y's changelog. v6.8.0 - 2023-11-01 Merged Allow title attribute or aria-label attribute instead of accessible child in the "anchor-has-content" rule [#727](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/727)...
When APL is down, it should retry the request
## Problem Version: 0.43 / 0.44 In my Next.js app, I define a sync webhook using the `SaleorSyncWebhook` Next handler: ``` export const transactionInitializeSessionSyncWebhook = new SaleorSyncWebhook({ name: "TransactionInitializeSession", apl:...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.5.0 to 3.6.1. Release notes Sourced from eslint-import-resolver-typescript's releases. v3.6.1 Patch Changes #241 cf5d67f Thanks @klippx! - Fix CJS import to make it compatible with ESM projects...
https://github.com/saleor/app-examples/pull/11
https://github.com/saleor/app-examples App examples are actually showcase of saleor api and SDK features This should be more into app-sdk. Leave original repository, we can update readme and make it read only,...