Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major npm dependencies #192

Merged
merged 2 commits into from
Jun 11, 2024
Merged
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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"lint": "pnpm exec eslint . --ext .ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"commander": "^12.0.0",
"cypress": "^13.9.0",
"eslint": "^9.2.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"commander": "^12.1.0",
"cypress": "^13.11.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-workspaces": "^0.10.1",
"http-server": "^14.1.1",
"local-web-server": "^5.3.3",
"mkdirp": "^3.0.1",
"mock-http-server": "^1.4.5",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"tempfile": "^5.0.0",
"tree-kill": "^1.2.2",
"ts-node": "^10.9.2",
Expand All @@ -43,7 +43,7 @@
"@types/babel__traverse>@babel/types": "7.23.9"
},
"patchedDependencies": {
"mockttp@3.11.0": "patches/mockttp@3.11.0.patch"
"mockttp@3.12.0": "patches/mockttp@3.12.0.patch"
}
}
}
8 changes: 4 additions & 4 deletions packages/cqse-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"typescript-optional": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/lib-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"test": "pnpm build && NODE_OPTIONS='--experimental-vm-modules --max-old-space-size=8192' jest --forceExit --coverage --silent=true --detectOpenHandles"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/parser": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@types/node": "^20.12.12",
"@babel/core": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@types/node": "^20.14.2",
"source-map": "^0.7.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/types": "^7.24.5",
"@babel/cli": "^7.24.7",
"@babel/types": "^7.24.7",
"@types/babel__core": "^7.20.5",
"@types/clone": "^2.1.4",
"@types/js-yaml": "^4.0.9",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"clone": "^2.1.2",
"js-yaml": "^4.1.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"jest": "^29.7.0",
"rimraf": "^5.0.7"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/teamscale-coverage-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@cqse/commons": "0.1.0-beta.8",
"argparse": "^2.0.1",
"async": "^3.2.5",
"axios": "^1.6.8",
"axios": "^1.7.2",
"bunyan": "^1.8.15",
"date-and-time": "^3.2.0",
"date-and-time": "^3.3.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
Expand All @@ -39,22 +39,22 @@
"ws": "^8.17.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/argparse": "^2.0.16",
"@types/async": "^3.2.24",
"@types/bunyan": "^1.8.11",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.3",
"esbuild": "^0.21.5",
"jest": "^29.7.0",
"mockttp": "^3.11.0",
"mockttp": "^3.12.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/teamscale-javascript-instrumenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,45 +23,45 @@
"dist/**/*"
],
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@types/argparse": "^2.0.16",
"@types/async": "^3.2.24",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/bunyan": "^1.8.11",
"@types/convert-source-map": "^2.0.3",
"@types/glob": "^8.1.0",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.21.3",
"esbuild": "^0.21.5",
"esbuild-plugin-inline-worker": "^0.1.1",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@cqse/commons": "0.1.0-beta.8",
"@teamscale/lib-instrument": "workspace:../lib-instrument",
"@babel/generator": "^7.24.5",
"@babel/parser": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@babel/types": "^7.24.5",
"@babel/generator": "^7.24.7",
"@babel/parser": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@babel/types": "^7.24.7",
"@types/micromatch": "^4.0.7",
"argparse": "^2.0.1",
"async": "^3.2.5",
"bunyan": "^1.8.15",
"convert-source-map": "^2.0.0",
"foreground-child": "^3.1.1",
"glob": "^10.3.15",
"micromatch": "4.0.5",
"glob": "^10.4.1",
"micromatch": "4.0.7",
"mkdirp": "^3.0.1",
"source-map": "0.7.4",
"typescript-optional": "^2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index 30cb120091f0cd968e8bea42cc3807b4caaec923..4913b9b34490105d60af2287cd8d7c8e
+++ b/package.json
@@ -2,34 +2,6 @@
"name": "mockttp",
"version": "3.11.0",
"version": "3.12.0",
"description": "Mock HTTP server for testing HTTP clients and stubbing webservices",
- "exports": {
- ".": {
Expand Down
Loading
Loading