Skip to content

Commit

Permalink
Merge branch 'main' into v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli committed Oct 1, 2024
2 parents e7fc45e + c6b2bef commit f65e902
Show file tree
Hide file tree
Showing 7 changed files with 88,877 additions and 1,634 deletions.
87,852 changes: 87,832 additions & 20 deletions .github/actions/validate-docs-links/lib/index.js

Large diffs are not rendered by default.

734 changes: 177 additions & 557 deletions .github/actions/validate-docs-links/lib/licenses.txt

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions .github/actions/validate-docs-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"local:build": "yarn run types && ncc -m -o ./dist build src/checker.ts",
"local:run-checker": "node dist --run-local-checker",
"local:check": "yarn local:build && yarn local:run-checker",
"action:build": "yarn run types && ncc -m -o ./lib build src/index.ts --license licenses.txt",
"action:build": "yarn run types && ncc build src/index.ts --out lib --license licenses.txt",
"build": "yarn action:build",
"types": "tsc"
},
Expand All @@ -22,14 +22,14 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"github-slugger": "1.2.0",
"gray-matter": "4.0.2",
"rehype-raw": "4.0.1",
"remark-mdx": "^2.3.0",
"remark-parse": "7.0.1",
"remark-rehype": "5.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"rehype-raw": "^7.0.0",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"typescript": "^5.1.6",
"unified": "8.4.1",
"unist-util-visit": "2.0.0"
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
}
}
Loading

0 comments on commit f65e902

Please sign in to comment.