Skip to content

Commit

Permalink
temporarily cull deps for non-upgraded packages (#281)
Browse files Browse the repository at this point in the history
* temporarily cull deps for non-upgraded packages

* turn off tests and lint for these

* github-sim lint off

* tsconfig

* skip prepacks as well
  • Loading branch information
jbolda authored Aug 10, 2024
1 parent f4c44e8 commit 74f4cd3
Show file tree
Hide file tree
Showing 9 changed files with 7,367 additions and 17,668 deletions.
24,884 changes: 7,341 additions & 17,543 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@
"npm": ">=9"
},
"volta": {
"node": "20.14.0",
"npm": "10.8.1"
"node": "20.16.0",
"npm": "10.8.2"
},
"devDependencies": {
"@effection/fetch": "^2.0.1",
"deepmerge": "^4.2.2",
"process": "^0.11.10",
"punycode": "^1.4.1"
"@frontside/tsconfig": "^3.0.0"
}
}
46 changes: 5 additions & 41 deletions packages/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bin": "bin/index.js",
"scripts": {
"clean": "rimraf *.tsbuildinfo dist",
"test": "NODE_EXTRA_CA_CERTS=\"$(mkcert -CAROOT)/rootCA.pem\" mocha -r ts-node/register --timeout 21000 test/**/*.test.ts",
"prepack": "tsc --build tsconfig.dist.json && copy-cli \"./src/views/**/*.png\" ./dist/views/",
"test": "echo noop",
"prepack": "echo 'tsc --build tsconfig.dist.json && copy-cli \"./src/views/**/*.png\" ./dist/views/'",
"build": "npm run prepack",
"lint": "eslint src bin test",
"lint": "echo noop",
"start": "node dist/start.js",
"watch": "ts-node -P ./tsconfig.watch.json ./watch.ts"
},
Expand Down Expand Up @@ -37,44 +37,8 @@
"url": "https://github.com/thefrontside/simulacrum/issues"
},
"homepage": "https://github.com/thefrontside/simulacrum#readme",
"dependencies": {
"@effection/process": "^2.0.1",
"@simulacrum/client": "0.5.4",
"@simulacrum/server": "0.6.3",
"@types/faker": "^5.1.7",
"assert-ts": "^0.3.2",
"base64-url": "^2.3.3",
"cookie-session": "^1.4.0",
"cosmiconfig": "^7.0.1",
"dedent": "^0.7.0",
"effection": "^2.0.1",
"html-entities": "^2.3.2",
"jsesc": "^3.0.2",
"jsonwebtoken": "^8.5.1",
"zod": "^3.14.2"
},
"devDependencies": {
"@effection/atom": "^2.0.1",
"@effection/mocha": "^2.0.1",
"@frontside/eslint-config": "^3.1.0",
"@frontside/tsconfig": "^3.0.0",
"@frontside/typescript": "^3.0.0",
"@simulacrum/client": "0.5.4",
"@types/base64-url": "^2.2.0",
"@types/cookie-session": "^2.0.42",
"@types/dedent": "^0.7.0",
"@types/jsesc": "^2.5.1",
"@types/jsonwebtoken": "^8.5.1",
"@types/mocha": "^8.2.1",
"@types/ws": "^7.4.4",
"copy": "^0.3.2",
"expect": "^26.6.2",
"keygrip": "^1.1.0",
"mocha": "^8.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ws": "^7.4.4"
},
"dependencies": {},
"devDependencies": {},
"volta": {
"extends": "../../package.json"
}
Expand Down
17 changes: 4 additions & 13 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,13 @@
"types": "dist/index.d.ts",
"scripts": {
"clean": "echo nothing to do",
"prepack": "tsc --build",
"prepack": "echo \"tsc --build\"",
"build": "npm run prepack",
"lint": "eslint src",
"lint": "echo noop",
"test": "echo client is used to test server"
},
"dependencies": {
"effection": "^2.0.1",
"graphql-ws": "^4.2.3",
"isomorphic-ws": "^4.0.1"
},
"devDependencies": {
"@frontside/eslint-config": "^3.1.0",
"@frontside/tsconfig": "^3.0.0",
"@frontside/typescript": "^3.0.0",
"ts-node": "^10.9.1"
},
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/thefrontside/simulacrum.git"
Expand Down
1 change: 1 addition & 0 deletions packages/foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"starfx": "^0.12.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/github-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"repository-mock-data"
],
"scripts": {
"lint": "eslint src",
"lint": "echo noop",
"prepack": "npm run build",
"build:cjs": "tsc -b tsconfig.dist.json",
"build:esm": "tsc -b tsconfig.esm.json",
Expand Down
17 changes: 4 additions & 13 deletions packages/ldap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"clean": "rimraf *.tsbuildinfo dist",
"test": "echo skip",
"test-local": "NODE_ENV=test mocha -r ts-node/register --timeout 10000 test/**/*.test.ts",
"prepack": "tsc --build tsconfig.dist.json",
"prepack": "echo \"tsc --build tsconfig.dist.json\"",
"build": "npm run prepack",
"lint": "eslint src test",
"lint": "echo noop",
"start": "PORT=4000 node dist/start.js",
"watch": "ts-node -P ./tsconfig.watch.json ./watch.ts"
},
Expand All @@ -25,15 +25,6 @@
],
"author": "",
"license": "ISC",
"dependencies": {
"get-port": "5.1.1",
"ldapjs": "^2.3.1",
"seedrandom": "^3.0.5",
"@simulacrum/server": "^0.4.0"
},
"devDependencies": {
"@types/ldapjs": "^2.2.2",
"@types/seedrandom": "^3.0.1",
"typescript": "^4.4.3"
}
"dependencies": {},
"devDependencies": {}
}
44 changes: 5 additions & 39 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/index.js",
"scripts": {
"clean": "rimraf *.tsbuildinfo dist",
"test": "NODE_EXTRA_CA_CERTS=\"$(mkcert -CAROOT)/rootCA.pem\" mocha -r ts-node/register --timeout 10000 test/**/*.test.ts",
"prepack": "tsc --build tsconfig.dist.json",
"test": "echo noop",
"prepack": "echo \"tsc --build tsconfig.dist.json\"",
"build": "npm run prepack",
"lint": "eslint src test watch.ts",
"lint": "echo noop",
"start": "node dist/start.js",
"watch": "ts-node -P ./tsconfig.watch.json ./watch.ts"
},
Expand All @@ -26,42 +26,8 @@
"url": "https://github.com/thefrontside/simulacrum/issues"
},
"homepage": "https://github.com/thefrontside/simulacrum#readme",
"dependencies": {
"@effection/atom": "^2.0.1",
"@effection/process": "^2.0.1",
"@simulacrum/ui": "0.3.2",
"@types/faker": "^5.1.7",
"assert-ts": "^0.3.2",
"cors": "^2.8.5",
"effection": "^2.0.1",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"faker": "^5.5.0",
"get-port": "^5.1.1",
"graphql": "^15.5.0",
"graphql-ws": "^4.2.3",
"nexus": "^1.0.0",
"uuid": "^8.3.2",
"ws": "^7.4.4"
},
"devDependencies": {
"@effection/mocha": "^2.0.1",
"@frontside/eslint-config": "^3.1.0",
"@frontside/tsconfig": "^3.0.0",
"@frontside/typescript": "^3.0.0",
"@simulacrum/client": "0.5.4",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.21",
"@types/mocha": "^8.2.1",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.0",
"cross-fetch": "^3.1.0",
"expect": "^26.6.2",
"get-port": "^5.1.1",
"mocha": "^8.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1"
},
"dependencies": {},
"devDependencies": {},
"volta": {
"extends": "../../package.json"
}
Expand Down
15 changes: 3 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "index.js",
"scripts": {
"test": "echo skip",
"prepack": "parcel build",
"prepack": "echo \"parcel build\"",
"start": "parcel serve",
"watch": "parcel watch",
"build": "npm run prepack",
"lint": "eslint app index.js",
"lint": "echo noop",
"clean": "rimraf dist"
},
"repository": {
Expand All @@ -25,16 +25,7 @@
"url": "https://github.com/thefrontside/simulacrum/issues"
},
"homepage": "https://github.com/thefrontside/simulacrum#readme",
"devDependencies": {
"@frontside/eslint-config": "^3.1.0",
"@frontside/tsconfig": "^3.0.0",
"@frontside/typescript": "^3.0.0",
"graphiql": "^1.11.5",
"parcel": "^2.8.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rimraf": "^3.0.2"
},
"devDependencies": {},
"targets": {
"app": {
"source": "app/index.html",
Expand Down

0 comments on commit 74f4cd3

Please sign in to comment.