
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@saleor/app-sdk
Advanced tools
SDK for building Saleor Apps.
Supports Saleor version 3.20+
main
branch is a current, latest branch.v[0-9]+.x
(like v1.x
, v0.x`) are release branchesmain
branch and contain changesets (run npx changeset
). Once changeset is merged to main, the release PR is opened. After the release PR is merged, the version is being pushed to NPM and changesets are prunedmain
(including changeset) should be also ported to release branch (e.g. v0.x). Release branch will also detect changes and open release PRv2.x
from v1.x
):
v1.x
branch)main
with major
change, which will start counting next main
releases as 2.x.x
PRs can be pushed to NPM by adding label to PR release dev tag
. Workflow will run and print version that has been released.
npm i @saleor/app-sdk
You can find the documentation here.
If you would like to develop the SDK and test it with existing project:
pnpm watch
Now any code change will trigger build operation automatically.
pnpm add ../saleor-app-sdk/dist
As path to your local copy of the App SDK may be different, adjust it accordingly.
Before committing the code, Git pre-hooks will check staged changes for following the code styles. If you would like to format the code by yourself, run the command:
pnpm lint
To run the integration tests (e.g., Redis APL tests), follow these steps:
docker run --name saleor-app-sdk-redis -p 6379:6379 -d redis:7-alpine
pnpm test:integration
docker stop saleor-app-sdk-redis
docker rm saleor-app-sdk-redis
Note: If your Redis instance is running on a different host or port, you can set the REDIS_URL
environment variable:
REDIS_URL=redis://custom-host:6379 pnpm test:integration
1.3.0
FAQs
SDK for building great Saleor Apps
We found that @saleor/app-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.