|
73 | 73 | "pkg:build": "pkg build --check --strict", |
74 | 74 | "ts:check": "tsc --build", |
75 | 75 | "clean": "rimraf .workshop dist", |
76 | | - "commit": "cz", |
77 | 76 | "dev": "run-p workshop:dev", |
78 | 77 | "format": "prettier --write --cache --ignore-unknown .", |
79 | 78 | "lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx", |
80 | 79 | "prepare": "husky install", |
81 | 80 | "prepack": "pnpm run build", |
82 | | - "release": "semantic-release", |
| 81 | + "release": "changeset publish", |
83 | 82 | "test": "vitest", |
84 | 83 | "watch": "pkg watch --strict", |
85 | 84 | "workshop:build": "run-s clean && node -r dotenv-flow/config -r esbuild-register -r tsconfig-paths/register scripts/build", |
86 | 85 | "workshop:dev": "node -r dotenv-flow/config -r esbuild-register -r tsconfig-paths/register scripts/dev", |
87 | 86 | "workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist" |
88 | 87 | }, |
89 | | - "commitlint": { |
90 | | - "extends": [ |
91 | | - "@commitlint/config-conventional" |
92 | | - ] |
93 | | - }, |
94 | 88 | "lint-staged": { |
95 | 89 | "*": [ |
96 | 90 | "prettier --write --cache --ignore-unknown" |
97 | 91 | ] |
98 | 92 | }, |
99 | 93 | "browserslist": "extends @sanity/browserslist-config", |
100 | 94 | "prettier": "@sanity/prettier-config", |
101 | | - "release": { |
102 | | - "branches": [ |
103 | | - "main", |
104 | | - { |
105 | | - "name": "static", |
106 | | - "channel": "static", |
107 | | - "prerelease": true |
108 | | - } |
109 | | - ], |
110 | | - "extends": "@sanity/semantic-release-preset" |
111 | | - }, |
112 | 95 | "dependencies": { |
113 | 96 | "@sanity/icons": "^3.7.4", |
114 | 97 | "@vanilla-extract/css": "^1.17.4", |
|
133 | 116 | "vite": "^7.1.10" |
134 | 117 | }, |
135 | 118 | "devDependencies": { |
136 | | - "@commitlint/config-conventional": "^19.8.1", |
| 119 | + "@changesets/changelog-github": "^0.5.1", |
| 120 | + "@changesets/cli": "^2.29.7", |
137 | 121 | "@sanity/browserslist-config": "^1.0.5", |
138 | 122 | "@sanity/pkg-utils": "^8.1.21", |
139 | 123 | "@sanity/prettier-config": "^2.0.1", |
140 | | - "@sanity/semantic-release-preset": "^4.1.8", |
141 | 124 | "@sanity/ui": "^3.1.10", |
142 | 125 | "@types/cpx": "^1.5.5", |
143 | 126 | "@types/express": "^5.0.3", |
|
149 | 132 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
150 | 133 | "@typescript-eslint/parser": "^7.18.0", |
151 | 134 | "babel-plugin-react-compiler": "1.0.0", |
152 | | - "commitizen": "^4.3.1", |
153 | | - "commitlint": "^19.8.1", |
154 | 135 | "eslint": "^8.57.1", |
155 | 136 | "eslint-config-prettier": "^9.1.2", |
156 | 137 | "eslint-plugin-import": "^2.32.0", |
|
167 | 148 | "react": "^19.2.0", |
168 | 149 | "react-dom": "^19.2.0", |
169 | 150 | "react-is": "^19.2.0", |
170 | | - "semantic-release": "^23.1.1", |
171 | 151 | "tsconfig-paths": "^4.2.0", |
172 | 152 | "typescript": "5.9.3", |
173 | 153 | "vitest": "^3.2.4" |
|
0 commit comments