Commit b96542b
update vulnerable node packages + fix sdoc publishing
Summary:
### Update Packages
Update lock file to address Dependabot-reported vulnerabilities:
- Pin `diff` to v5.2.2; T252137568
- Pin `lodash`/`lodash-es` to v4.17.23; T252303828, T252303820
### Fix Internal Publishing
Use `warn`-flag to circumvent the link-checker getting confused by double `/hack`-prefix on internally hosted static docs; e.g.:
- Docusaurus [reports](https://www.internalfb.com/sandcastle/job/27021600194364056/artifact/actionlog.27021624813170696.log?selectedLines=55-56-1-1) `/hack/asynchronous-operations/introduction/` as broken due to flattening of `/docs/hack/*` to `/hack/*` in D90993327.
- Public doc site, [docs.hhvm.com](https://docs.hhvm.com/hack/asynchronous-operations/introduction/), has been published with these landing and works as expected.
- However, on Static Docs, the URL changes from:
- From `(...)/intern/staticdocs/hack/docs/hack/asynchronous-operations/introduction/`
- To: `(...)/intern/staticdocs/hack/hack/asynchronous-operations/introduction/`
- ... and Docusaurus barks at the `/hack/hack` part.
Temporarily trying to fix internal publishing pipeline in prep for a more permanent resolution.
Reviewed By: francesco-zappa-nardelli
Differential Revision: D91219608
fbshipit-source-id: dd6312e8bd651f65738966cba72712d20dc5be9f1 parent 3224e3f commit b96542b
3 files changed
Lines changed: 19 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4932 | 4932 | | |
4933 | 4933 | | |
4934 | 4934 | | |
4935 | | - | |
4936 | | - | |
4937 | | - | |
4938 | | - | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
| 4938 | + | |
4939 | 4939 | | |
4940 | 4940 | | |
4941 | 4941 | | |
| |||
6947 | 6947 | | |
6948 | 6948 | | |
6949 | 6949 | | |
6950 | | - | |
6951 | | - | |
6952 | | - | |
6953 | | - | |
| 6950 | + | |
| 6951 | + | |
| 6952 | + | |
| 6953 | + | |
6954 | 6954 | | |
6955 | 6955 | | |
6956 | 6956 | | |
| |||
6972 | 6972 | | |
6973 | 6973 | | |
6974 | 6974 | | |
6975 | | - | |
6976 | | - | |
6977 | | - | |
6978 | | - | |
| 6975 | + | |
| 6976 | + | |
| 6977 | + | |
| 6978 | + | |
6979 | 6979 | | |
6980 | 6980 | | |
6981 | 6981 | | |
| |||
0 commit comments