Skip to content

Commit 7b45deb

Browse files
committed
add zod schemas in version2
1 parent cfecdda commit 7b45deb

File tree

2,769 files changed

+33632
-36833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,769 files changed

+33632
-36833
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
repository_dispatch:
1010
types: [ pr-approved ]
1111

12-
env:
13-
PNPM_VERSION: '10'
14-
1512
jobs:
1613
build:
1714
name: 🏗️ Build

.github/workflows/publish-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55

66
env:
77
NODE_VERSION: '20.x'
8-
PNPM_VERSION: '10'
98

109
permissions:
1110
contents: read

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
env:
99
NODE_VERSION: '20.x'
10-
PNPM_VERSION: '10'
1110

1211
permissions:
1312
contents: read

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,31 +116,32 @@
116116
},
117117
"dependencies": {
118118
"mime": "^4.0.7",
119-
"zod": "^3.25.76"
119+
"zod": "^4.1.0"
120120
},
121121
"devDependencies": {
122-
"@eslint/js": "^9.32.0",
122+
"@eslint/js": "^9.34.0",
123123
"@rollup/plugin-alias": "^5.1.1",
124124
"@rollup/plugin-commonjs": "^28.0.6",
125125
"@rollup/plugin-node-resolve": "^16.0.1",
126126
"@rollup/plugin-typescript": "^12.1.4",
127-
"@stylistic/eslint-plugin": "^5.2.2",
128-
"@types/node": "^20.19.9",
127+
"@stylistic/eslint-plugin": "^5.2.3",
128+
"@types/node": "^20.19.11",
129129
"@types/sinon": "^17.0.4",
130130
"dotenv": "^17.2.1",
131-
"eslint": "^9.32.0",
131+
"eslint": "^9.34.0",
132132
"globals": "^16.3.0",
133133
"jiti": "^2.5.1",
134134
"prettier": "^3.6.2",
135135
"prettier-plugin-jsdoc": "^1.3.3",
136-
"rollup": "^4.46.0",
136+
"rollup": "^4.48.0",
137137
"rollup-plugin-esnext-to-nodenext": "^1.0.1",
138-
"rollup-plugin-node-externals": "^8.0.1",
138+
"rollup-plugin-node-externals": "^8.1.0",
139139
"sinon": "^21.0.0",
140140
"tslib": "^2.8.1",
141-
"typedoc": "^0.28.7",
142-
"typescript": "^5.8.3",
143-
"typescript-eslint": "^8.38.0",
141+
"typedoc": "^0.28.10",
142+
"typescript": "^5.9.2",
143+
"typescript-eslint": "^8.40.0",
144144
"vitest": "^3.2.4"
145-
}
145+
},
146+
"packageManager": "[email protected]"
146147
}

0 commit comments

Comments
 (0)