Skip to content

Commit

Permalink
chore: init changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 9, 2024
1 parent e550a85 commit f997613
Show file tree
Hide file tree
Showing 10 changed files with 651 additions and 206 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "Julien-R44/hot-hook" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"type": "module",
"scripts": {
"dev:tsnode": "hot-runner --node-args=\"--import=./tsnode.esm.js\" bin/start.ts",
Expand Down
1 change: 1 addition & 0 deletions examples/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"type": "module",
"scripts": {
"dev:tsnode": "hot-runner --node-args=\"--import=./tsnode.esm.js\" bin/start.ts",
Expand Down
1 change: 1 addition & 0 deletions examples/node_http_basic/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"type": "module",
"scripts": {
"dev:tsnode": "hot-runner --node-args=\"--import=./tsnode.esm.js\" bin/start.ts"
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,32 @@
"scripts": {
"typecheck": "pnpm run -r --parallel typecheck",
"lint": "eslint . --ext=.ts",
"test": "pnpm run -r --parallel test"
"test": "pnpm run -r --parallel test",
"build": "pnpm run -r build",
"release": "pnpm run build && changeset publish"
},
"devDependencies": {
"@adonisjs/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@changesets/cli": "^2.27.1",
"@japa/assert": "3.0.0",
"@japa/file-system": "2.3.0",
"@japa/runner": "3.1.2",
"@japa/snapshot": "2.0.5",
"@swc/core": "^1.4.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.2",
"del-cli": "^5.1.0",
"@types/supertest": "^6.0.2",
"c8": "^9.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"p-event": "^6.0.1",
"p-timeout": "^6.1.2",
"release-it": "^17.1.1",
"supertest": "^6.3.4",
"@types/fs-extra": "^11.0.4",
"@types/supertest": "^6.0.2",
"eslint": "^8.57.0",
"execa": "^8.0.1",
"prettier": "^3.2.5",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
Expand Down
13 changes: 0 additions & 13 deletions packages/dump_viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build": "tsc && vite build && tsc -p tsconfig.node.json",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"release": "release-it",
"prepublishOnly": "pnpm lint && pnpm build",
"lint": "eslint ."
},
Expand Down Expand Up @@ -50,17 +49,5 @@
"publishConfig": {
"access": "public",
"tag": "latest"
},
"release-it": {
"git": {
"commitMessage": "chore(release): @hot-hook/dump-viewer@${version}",
"tagAnnotation": "v${version}",
"tagName": "@hot-hook/dump-viewer@${version}"
},
"github": {
"release": true,
"releaseName": "@hot-hook/dump-viewer@${version}",
"web": true
}
}
}
13 changes: 0 additions & 13 deletions packages/hot_hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"pretest": "pnpm lint",
"test": "c8 pnpm quick:test",
"build": "pnpm clean && tsc",
"release": "release-it",
"prepublishOnly": "pnpm lint && pnpm build"
},
"devDependencies": {
Expand All @@ -52,17 +51,5 @@
"publishConfig": {
"access": "public",
"tag": "latest"
},
"release-it": {
"git": {
"commitMessage": "chore(release): ${version}",
"tagAnnotation": "v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"web": true
}
}
}
13 changes: 0 additions & 13 deletions packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext=.ts",
"release": "release-it",
"prepublish": "pnpm lint && pnpm clean",
"quick:test": "node --import=./tsnode.esm.js --enable-source-maps bin/test.ts",
"test": "c8 pnpm quick:test",
Expand All @@ -35,17 +34,5 @@
"publishConfig": {
"access": "public",
"tag": "latest"
},
"release-it": {
"git": {
"commitMessage": "chore(release): @hot-hook/runner@${version}",
"tagAnnotation": "v${version}",
"tagName": "@hot-hook/runner@${version}"
},
"github": {
"release": true,
"releaseName": "@hot-hook/runner@${version}",
"web": true
}
}
}
Loading

0 comments on commit f997613

Please sign in to comment.