No description
Find a file
dependabot[bot] 4a2275e999
[skip ci]: Bump the trpc group with 4 updates (#987)
Bumps the trpc group with 4 updates: [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client), [@trpc/next](https://github.com/trpc/trpc/tree/HEAD/packages/next), [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) and [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server).


Updates `@trpc/client` from 10.34.0 to 10.38.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.38.1/packages/client)

Updates `@trpc/next` from 10.34.0 to 10.38.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.38.1/packages/next)

Updates `@trpc/react-query` from 10.34.0 to 10.38.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.38.1/packages/react)

Updates `@trpc/server` from 10.34.0 to 10.38.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v10.38.1/packages/server)

---
updated-dependencies:
- dependency-name: "@trpc/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
- dependency-name: "@trpc/next"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
- dependency-name: "@trpc/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
- dependency-name: "@trpc/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: trpc
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 15:24:18 +02:00
.changeset Invoices, Klaviyo: Refactor to shared components (#989) 2023-09-06 12:22:54 +00:00
.github Update dependabot.yaml 2023-09-06 14:23:31 +02:00
.husky Update dev dependencies (#540) 2023-06-07 09:25:39 +02:00
apps [skip ci]: Bump the trpc group with 4 updates (#987) 2023-09-06 15:24:18 +02:00
packages Update app-sdk to 0.43.1 (#956) 2023-09-06 12:26:04 +00:00
templates Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
.eslintignore Update UI to match new dashboard style (#138) 2023-02-21 11:34:30 +01:00
.eslintrc.js Add shared eslint 2023-02-07 19:11:48 +01:00
.gitignore feat: ⚗️ add check-spelling.yml gh action (#947) 2023-09-01 11:44:20 +02:00
.prettierignore Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
.prettierrc Move config files 2023-02-07 19:27:17 +01:00
CODEOWNERS Move config files 2023-02-07 19:27:17 +01:00
cspell.json Invoices, Klaviyo: Refactor to shared components (#989) 2023-09-06 12:22:54 +00:00
LICENSE Move config files 2023-02-07 19:27:17 +01:00
package.json Update app-sdk to 0.43.1 (#956) 2023-09-06 12:26:04 +00:00
pnpm-lock.yaml [skip ci]: Bump the trpc group with 4 updates (#987) 2023-09-06 15:24:18 +02:00
pnpm-workspace.yaml Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
README.md Update README.md (#962) 2023-09-06 14:22:40 +02:00
syncpack.config.js Update dev dependencies (#845) 2023-08-04 08:39:44 +02:00
turbo.json E2E tests (#668) 2023-06-28 17:08:00 +02:00

Saleor Apps

Saleor Apps

The central space for Saleor Apps, Integrations and Marketplace.


Discord Badge

Overview

This repository serves as a starting point in the exploration of Saleor apps.

Saleor apps are separate applications that use GraphQL to talk to the Saleor server and receive webhooks with event notifications from Saleor.

docs.saleor.io

Apps list

In the apps folder, you will find the following applications:

  • crm - exports customers from Saleor to CRM.
  • cms - exports products from Saleor to CMS.
  • data-importer - import data from CSV to Saleor.
  • emails-and-messages - notifications and email communication with customers.
  • invoices - generate invoice PDF for each order.
  • klaviyo - send Saleor events to Klaviyo, where you can notify the customers.
  • monitoring - send Saleor logs to 3rd party Monitoring services
  • products-feed - generate products feed XML
  • search - connect Saleor with search engines.
  • slack - get notifications on Slack channel from Saleor events.
  • taxes - calculate order and checkout taxes using external services.

Another official apps

Some of Saleor apps are available in separate repositories:

Development

You can find the documentation for saleor/apps on docs.saleor.io.