Skip to content

Commit 45b7f78

Browse files
committed
chore: dependency audit, cleanup stale config files, add zero-deps badge
- Bump typescript-eslint ^8.56.1 → ^8.57.0 - Remove no-op rollup override from package.json - Delete tslint.json (TSLint deprecated since 2019, project uses ESLint) - Clean up .npmignore: remove stale entries, add modern dev-only exclusions, include README.md in package - Clean up .gitignore: remove stale typings/, .nyc_output/, src/*.js entries - Add 'runtime_deps: 0' badge to README
1 parent 6a325a5 commit 45b7f78

6 files changed

Lines changed: 77 additions & 121 deletions

File tree

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
node_modules/
2-
typings/
3-
coverage/
4-
.nyc_output/
5-
src/*.js
62
dist/
7-
.idea
8-
java-test-creator/bin/
3+
coverage/
4+
.idea/
5+
java-test-creator/bin/

.npmignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
src/
22
test/
33
.idea/
4-
gulpfile.js
5-
README.md
64
tsconfig.json
7-
tslint.json
8-
java-test-creator
5+
java-test-creator/
6+
eslint.config.js
7+
vitest.config.ts
8+
tsup.config.ts
9+
CLAUDE.md
10+
MIGRATION.md
11+
.github/
12+
coverage/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white"/> <img
55
src="https://img.shields.io/badge/vitest-6E9F18?style=for-the-badge&logo=vitest&logoColor=white"/> <img
6-
src="https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white"/>
6+
src="https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white"/> <img
7+
src="https://img.shields.io/badge/runtime_deps-0-brightgreen?style=for-the-badge"/>
78

89

910
An extensive port of google's s2 geometry library written in TypeScript.

package-lock.json

Lines changed: 63 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@
5353
"eslint": "^10.0.3",
5454
"tsup": "^8.5.1",
5555
"typescript": "^5.9.3",
56-
"typescript-eslint": "^8.56.1",
56+
"typescript-eslint": "^8.57.0",
5757
"vitest": "^4.0.18"
58-
},
59-
"overrides": {
60-
"rollup": "^4.59.0"
6158
}
6259
}

tslint.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)