Skip to content

Commit

Permalink
chore: add arethetypeswrong checking to all other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
altano committed Sep 1, 2024
1 parent d56ea7b commit 3d66160
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.node.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
"format:fix": "prettier --write src",
Expand All @@ -24,6 +25,7 @@
},
"devDependencies": {
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.11.25",
"typescript": "^5.4.2"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/html-cdnify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.node.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"clean": "rm -rf .turbo && rm -rf .tsbuildinfo && rm -rf node_modules && rm -rf dist",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
Expand Down Expand Up @@ -53,6 +54,7 @@
},
"devDependencies": {
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.25",
Expand Down
2 changes: 2 additions & 0 deletions packages/remark-mdx-toc-with-slugs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.node.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"clean": "rm -rf .turbo && rm -rf .tsbuildinfo && rm -rf node_modules && rm -rf dist",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
Expand Down Expand Up @@ -56,6 +57,7 @@
"@altano/remark-plugin-test-util": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@altano/vitest-plugins": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.11.25",
"@types/unist": "^3.0.2",
"@vitest/coverage-v8": "^1.4.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/remark-plugin-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.node.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"clean": "rm -rf .turbo && rm -rf .tsbuildinfo && rm -rf node_modules && rm -rf dist",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
Expand Down Expand Up @@ -37,6 +38,7 @@
],
"devDependencies": {
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/debug": "^4.1.12",
"@types/node": "^20.11.25",
"@types/unist": "^3.0.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/satori-fit-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.node.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"clean": "rm -rf .turbo && rm -rf .tsbuildinfo && rm -rf node_modules && rm -rf dist",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
Expand Down Expand Up @@ -63,6 +64,7 @@
"@altano/assets": "workspace:*",
"@altano/tiny-async-pool": "workspace:*",
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource/inter": "^5.0.17",
"@playwright/test": "1.40.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/textfit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.browser.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
"format:fix": "prettier --write src",
Expand Down Expand Up @@ -43,6 +44,7 @@
"license": "MIT",
"devDependencies": {
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@playwright/test": "1.40.0",
"@types/node": "^20.11.25",
"typescript": "^5.4.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/tiny-async-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"scripts": {
"build": "tsup --config build-config/tsup.config.node.ts",
"build:types": "tsc --project tsconfig.declarations.json",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"clean": "rm -rf .turbo && rm -rf .tsbuildinfo && rm -rf node_modules && rm -rf dist",
"dev": "pnpm run build --watch",
"format": "prettier --check src",
Expand Down Expand Up @@ -52,6 +53,7 @@
"license": "MIT",
"devDependencies": {
"@altano/tsconfig": "workspace:*",
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.11.25",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.3.1",
Expand Down
21 changes: 21 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d66160

Please sign in to comment.