Skip to content

Commit 879dedf

Browse files
authored
Bump valibot@1.2.0 (#5650)
* Bump valibot@1.2.0 * Add PR number
1 parent 1c4fe5d commit 879dedf

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
283283
- Added internal package `@msinternal/botframework-webchat-tsconfig` to centralize TypeScript configuration files, in PR [#5539](https://github.com/microsoft/BotFramework-WebChat/pull/5539), by [@compulim](https://github.com/compulim)
284284
- Bumped `react-chain-of-responsibility` to `0.4.2` version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620), in PR [#5624](https://github.com/microsoft/BotFramework-WebChat/pull/5624)
285285
- Bumped Chrome in Docker to 141 from 110, in PR [#5619](https://github.com/microsoft/BotFramework-WebChat/pull/5619), by [@compulim](https://github.com/compulim)
286+
- Bumped to [`valibot@1.2.0`](https://npmjs.com/package/valibot/v/1.2.0), in PR [#5650](https://github.com/microsoft/BotFramework-WebChat/pull/5650), by [@compulim](https://github.com/compulim)
286287

287288
### Fixed
288289

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"use-ref-from": "0.1.0"
7474
},
7575
"dependencies": {
76-
"valibot": "1.1.0"
76+
"valibot": "1.2.0"
7777
}
7878
}

packages/api-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"dependencies": {
9494
"handler-chain": "^0.1.0",
9595
"react-wrap-with": "0.1.0",
96-
"valibot": "1.1.0"
96+
"valibot": "1.2.0"
9797
},
9898
"peerDependencies": {
9999
"react": ">= 16.8.6",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"redux": "5.0.1",
158158
"simple-update-in": "2.2.0",
159159
"use-ref-from": "0.1.0",
160-
"valibot": "1.1.0"
160+
"valibot": "1.2.0"
161161
},
162162
"peerDependencies": {
163163
"@types/react": "^16.14.65",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@
8787
"typescript": "~5.8.3"
8888
},
8989
"peerDependencies": {
90-
"valibot": "1.1.0"
90+
"valibot": "1.2.0"
9191
}
9292
}

packages/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"url-search-params-polyfill": "8.2.5",
235235
"use-ref-from": "0.1.0",
236236
"uuid": "8.3.2",
237-
"valibot": "1.1.0",
237+
"valibot": "1.2.0",
238238
"web-speech-cognitive-services": "8.1.3",
239239
"whatwg-fetch": "3.6.20"
240240
},

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"use-reduce-memo": "^0.1.0-main.1384637",
178178
"use-ref-from": "0.1.0",
179179
"use-state-with-ref": "0.1.0",
180-
"valibot": "1.1.0"
180+
"valibot": "1.2.0"
181181
},
182182
"peerDependencies": {
183183
"@types/react": "^16.14.65",

packages/core-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"uuid": "8.3.2"
7373
},
7474
"dependencies": {
75-
"valibot": "1.1.0"
75+
"valibot": "1.2.0"
7676
}
7777
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@
146146
"redux-saga": "1.3.0",
147147
"simple-update-in": "2.2.0",
148148
"uuid": "8.3.2",
149-
"valibot": "1.1.0"
149+
"valibot": "1.2.0"
150150
}
151151
}

0 commit comments

Comments
 (0)