JS-918 bump to node 24 #5873
+63
−55
Open
JS-918 bump to node 24 #5873
Cirrus CI / build
failed
Nov 5, 2025 in 41s
Task Summary
Instruction npm failed in 00:06
Details
✅ 00:11 clone
✅ 00:13 maven
✅ 00:01 npmrc
❌ 00:06 npm
loc,
} of inlineConfigResult.configs) {
Object.keys(inlineConfig.rules).forEach(ruleId => {
- const rule = config.getRuleDefinition(ruleId);
+ const rule = (providedOptions.getRule ?? config.getRuleDefinition).apply(config, [ruleId]);
const ruleValue = inlineConfig.rules[ruleId];
if (!rule) {
@@ -2083,12 +2083,19 @@ class Linter {
options.allowInlineConfig && !options.warnInlineConfig
? getDirectiveCommentsForFlatConfig(
sourceCode,
- ruleId => config.getRuleDefinition(ruleId),
+ ruleId => (providedOptions.getRule ?? config.getRuleDefinition).apply(config, [ruleId]),
config.language,
report,
)
: [];
+ if (typeof providedOptions.patchInlineOptions === "function") {
+ providedOptions.patchInlineOptions(mergedInlineConfig);
+ }
+ if (typeof providedOptions.patchDirectives === "function") {
+ providedOptions.patchDirectives(commentDirectives);
+ }
+
const configuredRules = Object.assign(
{},
config.rules,
Cache miss for npm-7f39f7f7bf340e3ea8389355755034afb9d44d0f629ae387e8b522153bf355f4! Populating...
npm ci
npm warn deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
npm warn deprecated read-package-json@2.1.2: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated osenv@0.1.5: This package is no longer supported.
npm warn deprecated read-installed@4.0.3: This package is no longer supported.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated debuglog@1.0.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm error code E404
npm error 404 Not Found - GET https://repox.jfrog.io/zod/-/zod-4.1.11.tgz
npm error 404
npm error 404 'zod@https://repox.jfrog.io/zod/-/zod-4.1.11.tgz' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /home/sonarsource/.npm/_logs/2025-11-05T08_39_51_086Z-debug-0.log
Failed to execute populate script for npm cache!
Loading