ci: Remove dtslint (#9599)

This commit is contained in:
Daniel
2025-02-09 23:27:53 +11:00
committed by GitHub
parent be7d6e8982
commit d0b2db68f6
3 changed files with 0 additions and 3016 deletions

View File

@@ -147,8 +147,6 @@ jobs:
- run: npm ci
- name: Build types
run: npm run build:types
- name: Check types
run: npm run test:types
check-mongo:
strategy:
matrix:

3012
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -75,7 +75,6 @@
"@babel/plugin-transform-flow-strip-types": "7.26.5",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@definitelytyped/dtslint": "0.0.163",
"@saithodev/semantic-release-backmerge": "4.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
@@ -130,7 +129,6 @@
"test:mongodb:7.0.16": "npm run test:mongodb --dbversion=7.0.16",
"test:mongodb:8.0.4": "npm run test:mongodb --dbversion=8.0.4",
"test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
"test:types": "dtslint --expectOnly types",
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017",
"testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
"test": "npm run testonly",