Skip to content

Commit 9acff55

Browse files
TrottBethGriggs
authored andcommitted
tools: update remark-preset-lint-node to 1.10.0
A new version of remark-preset-lint-node adds linting for unordered list style. PR-URL: #29594 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent e8176b0 commit 9acff55

File tree

5 files changed

+69
-43
lines changed

5 files changed

+69
-43
lines changed

doc/api/deprecations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,6 +2576,10 @@ an officially supported API.
25762576
[`process.env`]: process.html#process_process_env
25772577
[`punycode`]: punycode.html
25782578
[`require.extensions`]: modules.html#modules_require_extensions
2579+
[`request.socket`]: http.html#http_request_socket
2580+
[`request.connection`]: http.html#http_request_connection
2581+
[`response.socket`]: http.html#http_response_socket
2582+
[`response.connection`]: http.html#http_response_connection
25792583
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
25802584
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
25812585
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

doc/changelogs/CHANGELOG_V12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ http option. Using the insecure HTTP parser should be avoided.
9090

9191
* **crypto**: fix key requirements in asymmetric cipher (Tobias Nießen) [#30249](https://github.com/nodejs/node/pull/30249)
9292
* **deps**:
93-
* update llhttp to 2.0.1 (Fedor Indutny) [#30553](https://github.com/nodejs/node/pull/30553)
94-
* update nghttp2 to 1.40.0 (gengjiawen) [#30493](https://github.com/nodejs/node/pull/30493)
93+
* update llhttp to 2.0.1 (Fedor Indutny) [#30553](https://github.com/nodejs/node/pull/30553)
94+
* update nghttp2 to 1.40.0 (gengjiawen) [#30493](https://github.com/nodejs/node/pull/30493)
9595
* **v8**: mark serdes API as stable (Anna Henningsen) [#30234](https://github.com/nodejs/node/pull/30234)
9696

9797
### Commits

tools/lint-md.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node-lint-md-cli-rollup/package-lock.json

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

tools/node-lint-md-cli-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"markdown-extensions": "^1.1.1",
1010
"remark": "^10.0.1",
1111
"remark-lint": "^6.0.4",
12-
"remark-preset-lint-node": "^1.9.0",
12+
"remark-preset-lint-node": "^1.10.0",
1313
"unified-args": "^7.0.0",
1414
"unified-engine": "^6.0.1"
1515
},

0 commit comments

Comments
 (0)