Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 5 additions & 1 deletion lib/unsupported-features/node-builtins-modules/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ const assert = {
notEqual: { [READ]: { supported: ["0.1.21"] } },
notStrictEqual: { [READ]: { supported: ["0.1.21"] } },
ok: { [READ]: { supported: ["0.1.21"] } },
partialDeepStrictEqual: { [READ]: { experimental: ["22.13.0"] } },
partialDeepStrictEqual: {
[READ]: {
experimental: ["22.13.0", "23.4.0"],
},
},
rejects: { [READ]: { supported: ["10.0.0"] } },
strictEqual: { [READ]: { supported: ["0.1.21"] } },
throws: { [READ]: { supported: ["0.1.21"] } },
Expand Down
4 changes: 2 additions & 2 deletions lib/unsupported-features/node-builtins-modules/async_hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ const async_hooks = {
bind: {
[READ]: {
experimental: ["19.8.0", "18.16.0"],
supported: ["22.15.0"],
supported: ["22.15.0", "23.11.0"],
},
},
snapshot: {
[READ]: {
experimental: ["19.8.0", "18.16.0"],
supported: ["22.15.0"],
supported: ["22.15.0", "23.11.0"],
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions lib/unsupported-features/node-builtins-modules/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const dns = {
resolvePtr: { [READ]: { supported: ["6.0.0"] } },
resolveSoa: { [READ]: { supported: ["0.11.10"] } },
resolveSrv: { [READ]: { supported: ["0.1.27"] } },
resolveTlsa: { [READ]: { supported: ["22.15.0"] } },
resolveTlsa: { [READ]: { supported: ["22.15.0", "23.9.0"] } },
resolveTxt: { [READ]: { supported: ["0.1.27"] } },
reverse: { [READ]: { supported: ["0.1.16"] } },
setDefaultResultOrder: { [READ]: { supported: ["16.4.0", "14.18.0"] } },
Expand Down Expand Up @@ -51,7 +51,7 @@ const dns = {
resolvePtr: { [READ]: { supported: ["10.6.0"] } },
resolveSoa: { [READ]: { supported: ["10.6.0"] } },
resolveSrv: { [READ]: { supported: ["10.6.0"] } },
resolveTlsa: { [READ]: { supported: ["22.15.0"] } },
resolveTlsa: { [READ]: { supported: ["22.15.0", "23.9.0"] } },
resolveTxt: { [READ]: { supported: ["10.6.0"] } },
reverse: { [READ]: { supported: ["10.6.0"] } },
setDefaultResultOrder: { [READ]: { supported: ["16.4.0", "14.18.0"] } },
Expand Down
6 changes: 3 additions & 3 deletions lib/unsupported-features/node-builtins-modules/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const Module = {
findPackageJSON: { [READ]: { experimental: ["23.2.0", "22.14.0"] } },
flushCompileCache: { [READ]: { experimental: ["23.0.0", "22.10.0"] } },
getCompileCacheDir: { [READ]: { experimental: ["22.8.0"] } },
getSourceMapsSupport: { [READ]: { supported: ["22.14.0"] } },
getSourceMapsSupport: { [READ]: { supported: ["22.14.0", "23.7.0"] } },
isBuiltin: { [READ]: { supported: ["18.6.0", "16.17.0"] } },
registerHooks: { [READ]: { experimental: ["22.15.0"] } },
registerHooks: { [READ]: { experimental: ["22.15.0", "23.5.0"] } },
register: { [READ]: { experimental: ["20.6.0"] } },
setSourceMapsSupport: { [READ]: { supported: ["22.14.0"] } },
setSourceMapsSupport: { [READ]: { supported: ["22.14.0", "23.7.0"] } },
stripTypeScriptTypes: { [READ]: { experimental: ["23.2.0", "22.13.0"] } },
syncBuiltinESMExports: { [READ]: { supported: ["12.12.0"] } },
findSourceMap: { [READ]: { supported: ["13.7.0", "12.17.0"] } },
Expand Down
4 changes: 2 additions & 2 deletions lib/unsupported-features/node-builtins-modules/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const net = {
isIPv6: { [READ]: { supported: ["0.3.0"] } },
BlockList: {
[READ]: { supported: ["15.0.0", "14.18.0"] },
isBlockList: { [READ]: { supported: ["22.13.0"] } },
isBlockList: { [READ]: { supported: ["22.13.0", "23.4.0"] } },
},
SocketAddress: {
[READ]: { supported: ["15.14.0", "14.18.0"] },
parse: { [READ]: { supported: ["22.13.0"] } },
parse: { [READ]: { supported: ["22.13.0", "23.4.0"] } },
},
Server: { [READ]: { supported: ["0.1.90"] } },
Socket: { [READ]: { supported: ["0.3.4"] } },
Expand Down
31 changes: 21 additions & 10 deletions lib/unsupported-features/node-builtins-modules/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const process = {
env: { [READ]: { supported: ["0.1.27"] } },
execArgv: { [READ]: { supported: ["0.7.7"] } },
execPath: { [READ]: { supported: ["0.1.100"] } },
execve: { [READ]: { experimental: ["22.15.0"] } },
execve: { [READ]: { experimental: ["22.15.0", "23.11.0"] } },
exitCode: { [READ]: { supported: ["0.11.8"] } },
features: {
cached_builtins: { [READ]: { supported: ["12.0.0"] } },
Expand All @@ -29,20 +29,31 @@ const process = {
ipv6: {
[READ]: {
supported: ["0.5.3"],
deprecated: ["22.13.0"],
deprecated: ["22.13.0", "23.4.0"],
},
},
require_module: {
[READ]: { supported: ["23.0.0", "22.10.0", "20.19.0"] },
},
tls: { [READ]: { supported: ["0.5.3"], deprecated: ["22.13.0"] } },
tls_alpn: { [READ]: { supported: ["4.8.0"], deprecated: ["22.13.0"] } },
tls: {
[READ]: { supported: ["0.5.3"], deprecated: ["22.13.0", "23.4.0"] },
},
tls_alpn: {
[READ]: { supported: ["4.8.0"], deprecated: ["22.13.0", "23.4.0"] },
},
tls_ocsp: {
[READ]: { supported: ["0.11.13"], deprecated: ["22.13.0"] },
[READ]: {
supported: ["0.11.13"],
deprecated: ["22.13.0", "23.4.0"],
},
},
tls_sni: {
[READ]: { supported: ["0.5.3"], deprecated: ["22.13.0", "23.4.0"] },
},
tls_sni: { [READ]: { supported: ["0.5.3"], deprecated: ["22.13.0"] } },
typescript: { [READ]: { experimental: ["23.0.0", "22.10.0"] } },
uv: { [READ]: { supported: ["0.5.3"], deprecated: ["22.13.0"] } },
uv: {
[READ]: { supported: ["0.5.3"], deprecated: ["22.13.0", "23.4.0"] },
},
},
finalization: {
register: { [READ]: { experimental: ["22.5.0"] } },
Expand All @@ -61,7 +72,7 @@ const process = {
pid: { [READ]: { supported: ["0.1.15"] } },
platform: { [READ]: { supported: ["0.1.16"] } },
ppid: { [READ]: { supported: ["9.2.0", "8.10.0", "6.13.0"] } },
ref: { [READ]: { experimental: ["22.14.0"] } },
ref: { [READ]: { experimental: ["22.14.0", "23.6.0"] } },
release: { [READ]: { supported: ["3.0.0"] } },
report: {
[READ]: {
Expand Down Expand Up @@ -109,7 +120,7 @@ const process = {
moveCursor: { [READ]: { supported: ["0.7.7"] } },
rows: { [READ]: { supported: ["0.7.7"] } },
},
threadCpuUsage: { [READ]: { supported: ["22.19.0"] } },
threadCpuUsage: { [READ]: { supported: ["22.19.0", "23.9.0"] } },
throwDeprecation: { [READ]: { supported: ["0.9.12"] } },
title: { [READ]: { supported: ["0.1.104"] } },
traceDeprecation: { [READ]: { supported: ["0.8.0"] } },
Expand Down Expand Up @@ -156,7 +167,7 @@ const process = {
setSourceMapsEnabled: { [READ]: { experimental: ["16.6.0", "14.18.0"] } },
setUncaughtExceptionCaptureCallback: { [READ]: { supported: ["9.3.0"] } },
umask: { [READ]: { supported: ["0.1.19"] } },
unref: { [READ]: { experimental: ["22.14.0"] } },
unref: { [READ]: { experimental: ["22.14.0", "23.6.0"] } },
uptime: { [READ]: { supported: ["0.5.0"] } },
}

Expand Down
14 changes: 9 additions & 5 deletions lib/unsupported-features/node-builtins-modules/sqlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ const { READ } = require("@eslint-community/eslint-utils")
*/
const sqlite = {
constants: {
[READ]: { supported: ["22.13.0"] },
SQLITE_CHANGESET_OMIT: { [READ]: { supported: ["22.13.0"] } },
SQLITE_CHANGESET_REPLACE: { [READ]: { supported: ["22.13.0"] } },
SQLITE_CHANGESET_ABORT: { [READ]: { supported: ["22.13.0"] } },
[READ]: { supported: ["22.13.0", "23.5.0"] },
SQLITE_CHANGESET_OMIT: { [READ]: { supported: ["22.13.0", "23.5.0"] } },
SQLITE_CHANGESET_REPLACE: {
[READ]: { supported: ["22.13.0", "23.5.0"] },
},
SQLITE_CHANGESET_ABORT: {
[READ]: { supported: ["22.13.0", "23.5.0"] },
},
},
backup: { [READ]: { supported: ["22.16.0"] } },
backup: { [READ]: { supported: ["22.16.0", "23.8.0"] } },
DatabaseSync: { [READ]: { supported: ["22.5.0"] } },
StatementSync: { [READ]: { supported: ["22.5.0"] } },
SQLITE_CHANGESET_OMIT: {
Expand Down
4 changes: 2 additions & 2 deletions lib/unsupported-features/node-builtins-modules/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ const test = {
after: { [READ]: { supported: ["18.8.0", "16.18.0"] } },
afterEach: { [READ]: { supported: ["18.8.0", "16.18.0"] } },
assert: {
[READ]: { supported: ["22.14.0"] },
register: { [READ]: { supported: ["22.14.0"] } },
[READ]: { supported: ["22.14.0", "23.7.0"] },
register: { [READ]: { supported: ["22.14.0", "23.7.0"] } },
},
before: { [READ]: { supported: ["18.8.0", "16.18.0"] } },
beforeEach: { [READ]: { supported: ["18.8.0", "16.18.0"] } },
Expand Down
2 changes: 1 addition & 1 deletion lib/unsupported-features/node-builtins-modules/tls.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const tls = {
DEFAULT_ECDH_CURVE: { [READ]: { supported: ["0.11.13"] } },
DEFAULT_MAX_VERSION: { [READ]: { supported: ["11.4.0"] } },
DEFAULT_MIN_VERSION: { [READ]: { supported: ["11.4.0"] } },
getCACertificates: { [READ]: { supported: ["22.15.0"] } },
getCACertificates: { [READ]: { supported: ["22.15.0", "23.10.0"] } },
getCiphers: { [READ]: { supported: ["0.10.2"] } },
rootCertificates: { [READ]: { supported: ["12.3.0"] } },
SecureContext: { [READ]: { supported: ["0.11.13"] } },
Expand Down
9 changes: 7 additions & 2 deletions lib/unsupported-features/node-builtins-modules/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ const url = {
URL: {
[READ]: { supported: ["7.0.0", "6.13.0"] },
canParse: { [READ]: { supported: ["19.9.0"] } },
createObjectURL: { [READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] } },
revokeObjectURL: { [READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] } },
createObjectURL: {
[READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] },
},
revokeObjectURL: {
[READ]: { experimental: ["16.7.0"], supported: ["22.17.0"] },
},
},
URLPattern: { [READ]: { experimental: ["23.8.0"] } },
URLSearchParams: { [READ]: { supported: ["7.5.0", "6.13.0"] } },
Url: { [READ]: { supported: ["0.1.25"] } },
}
Expand Down
21 changes: 16 additions & 5 deletions lib/unsupported-features/node-builtins-modules/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const util = {
debuglog: { [READ]: { supported: ["0.11.3"] } },
debug: { [READ]: { supported: ["14.9.0"] } },
deprecate: { [READ]: { supported: ["0.8.0"] } },
diff: { [READ]: { experimental: ["22.15.0"] } },
diff: { [READ]: { experimental: ["22.15.0", "23.11.0"] } },
format: { [READ]: { supported: ["0.5.3"] } },
formatWithOptions: { [READ]: { supported: ["10.0.0"] } },
getCallSite: {
Expand All @@ -117,19 +117,30 @@ const util = {
parseEnv: { [READ]: { supported: ["20.12.0", "21.7.0"] } },
setTraceSigInt: { [READ]: { supported: ["22.19.0"] } },
stripVTControlCharacters: { [READ]: { supported: ["16.11.0"] } },
styleText: { [READ]: { supported: ["20.12.0", "21.7.0", "22.13.0"] } },
styleText: {
[READ]: { supported: ["20.12.0", "21.7.0", "22.13.0", "23.5.0"] },
},
toUSVString: { [READ]: { supported: ["16.8.0", "14.18.0"] } },
transferableAbortController: {
[READ]: { experimental: ["18.11.0"], supported: ["22.15.0"] },
[READ]: {
experimental: ["18.11.0"],
supported: ["22.15.0", "23.11.0"],
},
},
transferableAbortSignal: {
[READ]: { experimental: ["18.11.0"], supported: ["22.15.0"] },
[READ]: {
experimental: ["18.11.0"],
supported: ["22.15.0", "23.11.0"],
},
},
aborted: {
[READ]: { experimental: ["19.7.0", "18.16.0"], supported: ["22.16.0"] },
},
MIMEType: {
[READ]: { experimental: ["19.1.0", "18.13.0"], supported: ["22.15.0"] },
[READ]: {
experimental: ["19.1.0", "18.13.0"],
supported: ["22.15.0", "23.11.0"],
},
},
MIMEParams: { [READ]: { supported: ["19.1.0", "18.13.0"] } },
TextDecoder: { [READ]: { experimental: ["8.3.0"], supported: ["8.9.0"] } },
Expand Down
4 changes: 3 additions & 1 deletion lib/unsupported-features/node-builtins-modules/v8.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ const v8 = {
getHeapSnapshot: { [READ]: { supported: ["11.13.0"] } },
getHeapSpaceStatistics: { [READ]: { supported: ["6.0.0"] } },
getHeapStatistics: { [READ]: { supported: ["1.0.0"] } },
isStringOneByteRepresentation: { [READ]: { supported: ["22.15.0"] } },
isStringOneByteRepresentation: {
[READ]: { supported: ["22.15.0", "23.10.0"] },
},
queryObjects: { [READ]: { experimental: ["22.0.0", "20.13.0"] } },
setFlagsFromString: { [READ]: { supported: ["1.0.0"] } },
stopCoverage: { [READ]: { supported: ["15.1.0", "14.18.0", "12.22.0"] } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const worker_threads = {
},
markAsUncloneable: { [READ]: { supported: ["23.0.0", "22.10.0"] } },
markAsUntransferable: { [READ]: { supported: ["14.5.0", "12.19.0"] } },
isInternalThread: { [READ]: { supported: ["22.14.0"] } },
isInternalThread: { [READ]: { supported: ["22.14.0", "23.7.0"] } },
isMainThread: { [READ]: { supported: ["10.5.0"] } },
isMarkedAsUntransferable: { [READ]: { supported: ["21.0.0"] } },
moveMessagePortToContext: { [READ]: { supported: ["11.13.0"] } },
Expand Down
Loading
Loading