|
57 | 57 | "package.json" |
58 | 58 | ], |
59 | 59 | "scripts": { |
60 | | - "lint": "biome lint .", |
61 | | - "format": "biome format --write .", |
62 | 60 | "build": "tsup", |
63 | 61 | "clean": "pnpm ts ./scripts/clean.ts", |
| 62 | + "format": "biome format --write .", |
64 | 63 | "lerna:version:up": "lerna version --yes", |
| 64 | + "lint": "biome lint .", |
65 | 65 | "release:github:registry": "pnpm publish --no-git-checks --registry https://npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}", |
66 | 66 | "release:npm:registry": "pnpm publish --no-git-checks", |
67 | 67 | "test": "run-p test:depcruise test:jest test:code:gen:* test:snapshot", |
68 | 68 | "test:code:gen": "run-p test:code:gen:*", |
69 | 69 | "test:code:gen:class": "pnpm ts ./scripts/testCodeGenWithClass.ts", |
70 | | - "test:code:gen:function": "pnpm ts ./scripts/testCodeGenWithFunctional.ts", |
71 | 70 | "test:code:gen:currying-function": "pnpm ts ./scripts/testCodeGenWithCurryingFunctional.ts", |
| 71 | + "test:code:gen:function": "pnpm ts ./scripts/testCodeGenWithFunctional.ts", |
72 | 72 | "test:depcruise": "depcruise --validate .dependency-cruiser.cjs src", |
73 | 73 | "test:jest": "cross-env NODE_OPTIONS=--experimental-specifier-resolution=node jest -c ./jest.config.cjs --collect-coverage", |
74 | 74 | "test:snapshot": "jest -c ./jest.snapshot.config.cjs", |
75 | 75 | "ts": "node --no-warnings=ExperimentalWarning --experimental-specifier-resolution=node --loader ts-node/esm", |
76 | 76 | "update:snapshot": "pnpm jest -c ./jest.snapshot.config.cjs --updateSnapshot", |
77 | | - "watch": "pnpm ts ./scripts/watch.ts", |
78 | | - "validate": "pnpm ts ./scripts/validate.ts" |
| 77 | + "validate": "pnpm ts ./scripts/validate.ts", |
| 78 | + "watch": "pnpm ts ./scripts/watch.ts" |
79 | 79 | }, |
80 | 80 | "simple-git-hooks": { |
81 | 81 | "pre-commit": "pnpm lint-staged" |
|
94 | 94 | }, |
95 | 95 | "dependencies": { |
96 | 96 | "@types/json-schema": "7.0.15", |
97 | | - "ajv": "8.12.0", |
| 97 | + "ajv": "8.17.1", |
98 | 98 | "js-yaml": "4.1.0" |
99 | 99 | }, |
100 | 100 | "devDependencies": { |
101 | | - "@biomejs/biome": "^1.9.4", |
102 | | - "@commitlint/cli": "18.6.0", |
103 | | - "@commitlint/config-conventional": "18.6.0", |
| 101 | + "@biomejs/biome": "^2.0.0", |
| 102 | + "@commitlint/cli": "19.8.1", |
| 103 | + "@commitlint/config-conventional": "19.8.1", |
104 | 104 | "@himenon/path-oriented-data-structure": "1.0.2", |
105 | | - "@swc/core": "^1.9.3", |
106 | | - "@swc/helpers": "^0.5.15", |
107 | | - "@swc/jest": "^0.2.37", |
108 | | - "@types/chokidar": "2.1.3", |
109 | | - "@types/jest": "29.5.12", |
| 105 | + "@swc/core": "^1.12.1", |
| 106 | + "@swc/helpers": "^0.5.17", |
| 107 | + "@swc/jest": "^0.2.38", |
| 108 | + "@types/chokidar": "2.1.7", |
| 109 | + "@types/jest": "30.0.0", |
110 | 110 | "@types/js-yaml": "4.0.9", |
111 | | - "@types/node": "20.11.16", |
112 | | - "@types/rimraf": "3.0.2", |
113 | | - "chokidar": "3.5.3", |
| 111 | + "@types/node": "24.0.3", |
| 112 | + "@types/rimraf": "4.0.5", |
| 113 | + "chokidar": "4.0.3", |
114 | 114 | "conventional-changelog-angular-all": "1.7.0", |
115 | | - "cpy": "11.0.0", |
| 115 | + "cpy": "11.1.0", |
116 | 116 | "cross-env": "^7.0.3", |
117 | | - "dependency-cruiser": "16.1.0", |
118 | | - "dot-prop": "8.0.2", |
119 | | - "execa": "8.0.1", |
| 117 | + "dependency-cruiser": "16.10.3", |
| 118 | + "dot-prop": "9.0.0", |
| 119 | + "execa": "9.6.0", |
120 | 120 | "generate-changelog": "1.8.0", |
121 | 121 | "import-sort-style-module": "6.0.0", |
122 | | - "jest": "29.7.0", |
123 | | - "jest-cli": "29.7.0", |
124 | | - "lerna": "8.0.2", |
125 | | - "lint-staged": "15.2.1", |
| 122 | + "jest": "30.0.1", |
| 123 | + "jest-cli": "30.0.1", |
| 124 | + "lerna": "8.2.2", |
| 125 | + "lint-staged": "16.1.2", |
126 | 126 | "npm-run-all": "4.1.5", |
127 | 127 | "openapi-schema-validator": "12.1.3", |
128 | 128 | "read-package-up": "^11.0.0", |
129 | | - "rimraf": "5.0.5", |
130 | | - "simple-git-hooks": "^2.11.1", |
131 | | - "sort-package-json": "2.7.0", |
132 | | - "ts-jest": "29.1.2", |
| 129 | + "rimraf": "6.0.1", |
| 130 | + "simple-git-hooks": "^2.13.0", |
| 131 | + "sort-package-json": "3.2.1", |
| 132 | + "ts-jest": "29.4.0", |
133 | 133 | "ts-node": "10.9.2", |
134 | | - "tsup": "^8.3.5", |
| 134 | + "tsup": "^8.5.0", |
135 | 135 | "typescript": "5.3.3" |
136 | 136 | }, |
137 | 137 | "peerDependencies": { |
138 | 138 | "typescript": ">=5" |
139 | 139 | }, |
| 140 | + "packageManager": "[email protected]", |
140 | 141 | "engines": { |
141 | 142 | "pnpm": ">=9" |
142 | 143 | }, |
|
0 commit comments