Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/remove-dead-code-prune-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@granite-js/cli": patch
"@granite-js/mpack": patch
---

Remove obsolete dead-code pruning scripts and development dependencies.
25 changes: 0 additions & 25 deletions knip.json

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"docs"
],
"scripts": {
"prune": "knip",
"lint": "eslint .",
"prepare": "husky",
"changeset": "changeset",
Expand Down Expand Up @@ -63,7 +62,6 @@
"execa": "^9.5.2",
"husky": "^9.1.3",
"hygen": "6.2.11",
"knip": "^1",
"nx": "^21.0.3",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
Expand Down
16 changes: 5 additions & 11 deletions packages/cli/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -153,37 +153,31 @@ Third-Party Libraries:
- License Text: https://opensource.org/licenses/MIT
- Repository: git+https://github.com/sindresorhus/ora.git

23. **ts-prune**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git@github.com:nadeesha/ts-prune.git

24. **tsup**
23. **tsup**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: https://github.com/egoist/tsup.git

25. **typanion**
24. **typanion**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: https://github.com/arcanis/typanion

26. **vitest**
25. **vitest**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git+https://github.com/vitest-dev/vitest.git

27. **zod**
26. **zod**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git+https://github.com/colinhacks/zod.git

28. **typescript**
27. **typescript**

- License: Apache-2.0
- License Text: https://www.apache.org/licenses/LICENSE-2.0
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"prepack": "yarn build",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"find-deadcode": "ts-prune",
"build": "tsup"
},
"files": [
Expand All @@ -49,7 +48,6 @@
"@vitest/coverage-v8": "^4.0.12",
"esbuild": "0.25.8",
"eslint": "^9.7.0",
"ts-prune": "^0.10.3",
"tsup": "^8.5.0",
"typescript": "catalog:tools",
"vitest": "^4.0.12"
Expand Down
34 changes: 14 additions & 20 deletions packages/mpack/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -669,91 +669,85 @@ Third-Party Libraries:
- License Text: https://opensource.org/licenses/MIT
- Repository: https://github.com/ForbesLindesay/throat.git

109. **ts-prune**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git@github.com:nadeesha/ts-prune.git

110. **tsup**
109. **tsup**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: https://github.com/egoist/tsup.git

111. **url**
110. **url**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: https://github.com/defunctzombie/node-url.git

112. **util**
111. **util**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git://github.com/browserify/node-util

113. **vitest**
112. **vitest**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git+https://github.com/vitest-dev/vitest.git

114. **ws**
113. **ws**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git+https://github.com/websockets/ws.git

115. **yargs**
114. **yargs**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: https://github.com/yargs/yargs.git

116. **zod**
115. **zod**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
- Repository: git+https://github.com/colinhacks/zod.git

117. **@swc/core**
116. **@swc/core**

- License: Apache-2.0
- License Text: https://www.apache.org/licenses/LICENSE-2.0
- Repository: git+https://github.com/swc-project/swc.git

118. **@swc/helpers**
117. **@swc/helpers**

- License: Apache-2.0
- License Text: https://www.apache.org/licenses/LICENSE-2.0
- Repository: git+https://github.com/swc-project/swc.git

119. **typescript**
118. **typescript**

- License: Apache-2.0
- License Text: https://www.apache.org/licenses/LICENSE-2.0
- Repository: https://github.com/microsoft/TypeScript.git

120. **graceful-fs**
119. **graceful-fs**

- License: ISC
- License Text: https://opensource.org/licenses/ISC
- Repository: https://github.com/isaacs/node-graceful-fs

121. **rimraf**
120. **rimraf**

- License: ISC
- License Text: https://opensource.org/licenses/ISC
- Repository: git://github.com/isaacs/rimraf.git

122. **source-map**
121. **source-map**

- License: BSD-3-Clause
- License Text: https://opensource.org/licenses/BSD-3-Clause
- Repository: http://github.com/mozilla/source-map.git

123. **metro**
122. **metro**

- License: MIT
- License Text: https://opensource.org/licenses/MIT
Expand Down
2 changes: 0 additions & 2 deletions packages/mpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"typecheck": "tsc --noEmit",
"build": "tsup && tsc -p tsconfig.build.json && node .scripts/copy-vendors-dts.mjs",
"lint": "eslint .",
"find-deadcode": "ts-prune",
"test:no-parallel": "vitest --no-watch --no-file-parallelism --coverage"
},
"devDependencies": {
Expand Down Expand Up @@ -70,7 +69,6 @@
"execa": "^5.0.0",
"fast-glob": "^3.3.2",
"prettier-2": "npm:prettier@^2",
"ts-prune": "^0.10.3",
"typescript": "catalog:tools",
"vitest": "^4.0.12"
},
Expand Down
Loading
Loading