mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
ci[minor]: Bump LC scripts package, add retry option (#19285)
The `retryFailed` option will retry all failed links, once at a time with the goal of not triggering bot protection `microsoft.com` is now hard coded into the whitelist
This commit is contained in:
parent
7eb376d5fc
commit
17c62e0f3a
@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.18.2",
|
||||
"@langchain/scripts": "^0.0.9",
|
||||
"@langchain/scripts": "^0.0.10",
|
||||
"docusaurus-plugin-typedoc": "next",
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint": "^8.19.0",
|
||||
|
@ -3,5 +3,5 @@ const { checkBrokenLinks } = require("@langchain/scripts/check_broken_links");
|
||||
|
||||
checkBrokenLinks("docs", {
|
||||
timeout: 10000,
|
||||
whitelist: ["microsoft.com"],
|
||||
retryFailed: true,
|
||||
});
|
||||
|
@ -2505,9 +2505,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@langchain/scripts@npm:^0.0.9":
|
||||
version: 0.0.9
|
||||
resolution: "@langchain/scripts@npm:0.0.9"
|
||||
"@langchain/scripts@npm:^0.0.10":
|
||||
version: 0.0.10
|
||||
resolution: "@langchain/scripts@npm:0.0.10"
|
||||
dependencies:
|
||||
axios: ^1.6.7
|
||||
commander: ^11.1.0
|
||||
@ -2517,7 +2517,7 @@ __metadata:
|
||||
typescript: <5.2.0
|
||||
bin:
|
||||
lc-build: build.js
|
||||
checksum: 8b0e2e73b84e5997155d8f73208b86fc3178ad72ec013f7b9fc976e52b55ce4b39e6eaf2315f3b841cc4c40e954851655e3cee3b236f557b7421bfad3be83f32
|
||||
checksum: 2051be819a5fb9863f81c06e5504626377ac922093953c559f84ec9931108a1b72942d5f5b7e22f44dd60ca8cc7a34532d2eea03a0055b96bf2acf300ec454f6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -5922,7 +5922,7 @@ __metadata:
|
||||
"@docusaurus/preset-classic": 2.4.3
|
||||
"@docusaurus/remark-plugin-npm2yarn": ^2.4.3
|
||||
"@docusaurus/theme-mermaid": 2.4.3
|
||||
"@langchain/scripts": ^0.0.9
|
||||
"@langchain/scripts": ^0.0.10
|
||||
"@mdx-js/react": ^1.6.22
|
||||
"@supabase/supabase-js": ^2.39.7
|
||||
clsx: ^1.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user