Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f3fcad2
doc: note that path.normalize deviates from POSIX
tniessen Jan 29, 2024
d4eb03f
meta: add .mailmap entry for lemire
lemire Jan 29, 2024
44476be
tools: update lint-md-dependencies to [email protected]
nodejs-github-bot Jan 30, 2024
0f461aa
doc: fix `dns.lookup` and `dnsPromises.lookup` description
duncanchiu409 Jan 30, 2024
a501315
repl: fix `NO_COLORS` env var is ignored
MoLow Jan 31, 2024
8b28366
src: support multi-line values for .env file
IlyasShabi Jan 31, 2024
4ab63db
tools: run `build-windows` workflow only on source changes
aduh95 Jan 31, 2024
ec9c785
deps: update ngtcp2 to 1.2.0
nodejs-github-bot Jan 31, 2024
ce56887
lib: define FormData and fetch etc. in the built-in snapshot
joyeecheung Jan 31, 2024
a64a866
deps: update ada to 2.7.5
nodejs-github-bot Jan 22, 2024
7a1267c
deps: update ada to 2.7.6
nodejs-github-bot Jan 30, 2024
39d3f42
deps: update corepack to 0.24.1
nodejs-github-bot Jan 31, 2024
3fbe157
esm: improve error when calling `import.meta.resolve` from `data:` URL
aduh95 Jan 31, 2024
a7eb72d
test: remove test-fs-rmdir-recursive flaky designation
lpinca Feb 1, 2024
1cd9a95
src: fix vm bug for configurable globalThis
fhinkel Feb 1, 2024
dd4767f
deps: update undici to 6.4.0
nodejs-github-bot Feb 1, 2024
ad0bcb9
vm: support using the default loader to handle dynamic import()
joyeecheung Feb 1, 2024
a3e0834
deps: V8: cherry-pick efb1133eb894
joyeecheung Feb 1, 2024
d1114c4
http2: close idle connections when allowHTTP1 is true
xsbchen Feb 1, 2024
68885d5
deps: update nghttp2 to 1.59.0
nodejs-github-bot Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tools: update lint-md-dependencies to [email protected]
PR-URL: #51583
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
  • Loading branch information
nodejs-github-bot authored Jan 30, 2024
commit 44476be9bfca5427e2be3b63b4629d8eb5b4837a
112 changes: 56 additions & 56 deletions tools/lint-md/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/lint-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"rollup-plugin-cleanup": "^3.2.1"
}
}