Skip to content

Commit

Permalink
feat: error reproduction
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jun 9, 2022
1 parent da523e4 commit 77644f2
Show file tree
Hide file tree
Showing 22 changed files with 6,650 additions and 320 deletions.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/project-roadmap.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/actions/pnpm/action.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/pull_request_template.md

This file was deleted.

114 changes: 0 additions & 114 deletions .github/workflows/ci.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/publish.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .monots/scripts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"__AUTO_GENERATED__": [
"To update the configuration edit the following field in the 'package.json' for this package.",
"`monots.tsconfigs.`",
"",
"Then run the command to automatically update everything: `monots fix`"
],
"extends": "../../node_modules/@monots/tsconfig/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"declaration": false
}
}
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
v18.3.0
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"contributors": [],
"type": "module",
"scripts": {
"bootstrap": "corepack enable && pnpm install",
"build": "run-p build:packages typecheck",
"build:packages": "pnpm monots build",
"changeset": "changeset",
Expand Down Expand Up @@ -33,8 +34,8 @@
"run:prettier": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,md,mdx,json,html,css,yml,yaml,graphql}\"",
"scripts": "pnpm --dir .monots/scripts run",
"symlink:root": "node .monots/symlink-root.js",
"test": "vitest run",
"test:watch": "vitest watch",
"test": "NODE_OPTIONS='--experimental-import-meta-resolve' vitest run",
"test:watch": "NODE_OPTIONS='--experimental-specifier-resolution=node --experimental-import-meta-resolve' vitest watch",
"typecheck": "tsc --build --force",
"update:deps": "pnpm update --latest --recursive -i",
"update:workspace": "pnpm up -r --workspace \"packages/*\"",
Expand All @@ -49,17 +50,22 @@
"@changesets/cli": "^2.22.0",
"@manypkg/cli": "^0.19.1",
"@manypkg/get-packages": "^1.1.3",
"@monots/cli": "^0.13.1",
"@monots/tsconfig": "^0.2.0",
"@types/node": "^17.0.35",
"eslint": "^8.16.0",
"eslint-config-monots": "^0.11.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"typescript": "^4.7.2",
"prettier-config-monots": "^0.2.2",
"tsx": "^3.4.2",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vitest": "^0.12.9"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.9",
"pnpm": ">=6"
Expand All @@ -70,6 +76,5 @@
".monots/scripts"
],
"baseTsconfig": "./node_modules/@monots/tsconfig/tsconfig.json"
},
"packageManager": "[email protected]"
}
}
7 changes: 0 additions & 7 deletions packages/simple/__tests__/simple.spec.ts

This file was deleted.

Loading

0 comments on commit 77644f2

Please sign in to comment.