mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
5838f58412
Changesets v3 is the first major release since v2. All packages are now ES modules, and the dependency tree is smaller. - @changesets/cli 2.31.0 -> 3.0.0 - @changesets/changelog-github ^0.7.0 -> ^1.0.0 - changesets/action v1.7.0 -> v2.1.0 (v1 supports only Changesets v2) - root engines.node -> ^22.11 || ^24 || >=26, the requirement of the new CLI Remove the onlyUpdatePeerDependentsWhenOutOfRange experimental option. Changesets v3 gives a peer dependent a patch increase, and only when the new version leaves the declared range. This makes the option redundant for the release plan. Empty the ignore list. Changesets v3 does not version private packages by default, and every ignored package is private. Set format to false. Changesets v3 no longer bundles Prettier, and it excludes Biome from formatter auto-detection. Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Dominik Ferber <1765075+dferber90@users.noreply.github.com>
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"name": "vercel-flags",
|
|
"version": "0.0.1",
|
|
"description": "A monorepo for the Flags SDK",
|
|
"homepage": "https://flags-sdk.dev",
|
|
"bugs": {
|
|
"url": "https://github.com/vercel/flags/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vercel/flags.git"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"attw": "turbo attw",
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"dev:docs": "pnpm dev -F docs",
|
|
"check": "turbo check",
|
|
"format": "biome check --write .",
|
|
"next-15": "pnpm dev -F next-15",
|
|
"next-16": "pnpm dev -F next-16",
|
|
"prepare": "husky",
|
|
"publint": "turbo publint",
|
|
"registry": "pnpm dev -F registry",
|
|
"release": "turbo build --filter='./packages/*' && changeset publish",
|
|
"shirt-shop": "pnpm dev -F shirt-shop",
|
|
"shirt-shop-api": "pnpm dev -F shirt-shop-api",
|
|
"snippets": "pnpm dev -F snippets",
|
|
"playground": "pnpm dev -F playground",
|
|
"svelte": "pnpm dev -F svelte-example",
|
|
"test": "turbo test",
|
|
"test:e2e": "turbo test:e2e",
|
|
"test:integration": "turbo test:integration",
|
|
"type-check": "turbo type-check",
|
|
"validate-packages": "node scripts/validate-packages.mjs",
|
|
"validate-skills": "node scripts/validate-skills.mjs",
|
|
"version-packages": "changeset version && pnpm i --no-frozen-lockfile && git add ."
|
|
},
|
|
"lint-staged": {
|
|
"*": [
|
|
"biome check --no-errors-on-unmatched --files-ignore-unknown=true"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.6",
|
|
"@changesets/changelog-github": "^1.0.0",
|
|
"@changesets/cli": "3.0.0",
|
|
"@types/node": "22.14.0",
|
|
"gray-matter": "4.0.3",
|
|
"husky": "9.0.10",
|
|
"lint-staged": "^16.4.0",
|
|
"next": "16.2.12",
|
|
"playwright": "1.56.1",
|
|
"publint": "0.3.14",
|
|
"react": "canary",
|
|
"turbo": "2.10.6",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "8.46.1"
|
|
},
|
|
"packageManager": "pnpm@10.19.0",
|
|
"engines": {
|
|
"node": "^22.11 || ^24 || >=26"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"postcss": "^8.5.23",
|
|
"esbuild": "^0.28.1",
|
|
"uuid": "^11.1.1",
|
|
"brace-expansion@>=4": "^5.0.9",
|
|
"dompurify": "^3.4.13",
|
|
"fast-uri": "^3.1.5",
|
|
"js-yaml@3": "^3.15.1",
|
|
"js-yaml@4": "^4.3.1",
|
|
"mermaid": "^11.16.1",
|
|
"nanoid@3": "^3.3.18",
|
|
"nanoid@>=4": "^5.1.16",
|
|
"@sveltejs/kit": "^2.70.2"
|
|
}
|
|
}
|
|
}
|