Skip to content

Commit

Permalink
chore(ops): update lossless and turbo (#495)
Browse files Browse the repository at this point in the history
* chore(ops): update lossless and turbo

* chore(ops): update lossless and turbo

* chore(ops): update lossless and turbo

* chore(ops): update lossless and turbo
  • Loading branch information
thedoublejay authored Dec 4, 2024
1 parent c9ab76b commit 92d077c
Show file tree
Hide file tree
Showing 8 changed files with 1,556 additions and 1,237 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"prettier": "@ordzaar/standard-prettier",
"devDependencies": {
"@ordzaar/standard-prettier": "workspace:*",
"@ordzaar/eslint-config": "workspace:*",
"@ordzaar/standard-prettier": "workspace:*",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/jellyfish-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"preset": "@ordzaar/turbo-jest"
},
"devDependencies": {
"@ordzaar/turbo-jest": "workspace:*",
"@ordzaar/standard-typescript": "workspace:*"
"@ordzaar/standard-typescript": "workspace:*",
"@ordzaar/turbo-jest": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/jellyfish-json/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export const JellyfishJSON = {
return value;
}

return stringify(value, replacer);
return stringify(value, replacer) as string;
},
};
6 changes: 3 additions & 3 deletions packages/standard-api-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@nestjs/testing": "^10.4.13",
"@nestjs/throttler": "^6.2.1",
"@ordzaar/standard-typescript": "workspace:*",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.39",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.0",
"async-mutex": "^0.5.0",
"cache-manager": "^5.7.6",
"helmet": "^8.0.0",
"nestjs-pino": "^4.1.0",
"pino-pretty": "^11.3.0"
"pino-pretty": "^13.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/testcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"preset": "@ordzaar/turbo-jest"
},
"dependencies": {
"testcontainers": "^9.12.0"
"testcontainers": "^10.15.0"
},
"devDependencies": {
"@ordzaar/turbo-jest": "workspace:*",
"@ordzaar/standard-typescript": "workspace:*",
"@ordzaar/turbo-jest": "workspace:*",
"@types/node-fetch": "2.6.12",
"node-fetch": "2.7.0"
"node-fetch": "3.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/testcontainers/src/LocalstackContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class LocalstackContainer extends GenericContainer {
public async start(): Promise<StartedLocalstackContainer> {
this.withStartupTimeout(120_000)
.withEnvironment({
MAIN_CONTAINER_NAME: this.opts.name!,
MAIN_CONTAINER_NAME: this.createOpts.name!,
DEBUG: "1",
DEFAULT_REGION: this.region,
})
Expand Down
4 changes: 2 additions & 2 deletions packages/turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"preset": "@ordzaar/jest"
},
"dependencies": {
"clipanion": "3.2.1"
"clipanion": "4.0.0-rc.4"
},
"devDependencies": {
"@ordzaar/jest": "workspace:*",
"@ordzaar/standard-typescript": "workspace:*",
"turbo": "1.13.4"
"turbo": "2.3.3"
},
"peerDependencies": {
"turbo": "*"
Expand Down
2,767 changes: 1,543 additions & 1,224 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 92d077c

Please sign in to comment.