Skip to content

Commit

Permalink
Merge pull request #1258 from cuaklabs/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to v5.7.2
  • Loading branch information
notaphplover authored Nov 23, 2024
2 parents 2fef5e9 + 4291b6c commit 57fad16
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint": "9.15.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"scripts": {
"bench:createInstance:js": "clinic flame -- node ./lib/benchmarks/createInstance/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-common#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-decorators#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.4",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"scripts": {
"build": "pnpm run build:cjs && pnpm run build:esm",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models-api#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.4",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-reflect-metadata-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-reflect-metadata-utils#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-typescript": "12.1.1",
"rollup": "4.27.4",
"prettier": "3.3.3",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"exports": "./lib/index.js",
"homepage": "https://github.com/cuaklabs/iocuak#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ describe(buildContainerModuleContainerModuleMetadataId.name, () => {
let result: unknown;

beforeAll(() => {
hashFixture = 'hash-fixture';

(hashString as jest.Mock<typeof hashString>).mockReturnValueOnce(
hashFixture,
);
Expand Down

0 comments on commit 57fad16

Please sign in to comment.