diff --git a/eslint.config.js b/eslint.config.js index 9d9c3250..174faa9f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -45,6 +45,7 @@ export default defineConfig([ // Quite useful to mark values as unused // 'no-underscore-dangle': 'off', }, + curly: ['error', 'multi-line'], }, plugins: { import: recommended.plugins.import, diff --git a/package-lock.json b/package-lock.json index 4ed58074..163f70c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.13.5", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-shared-process-queue": "3.1.5", + "@adobe/helix-shared-process-queue": "3.1.9", "@aws-sdk/client-s3": "3.726.1", "@aws-sdk/s3-request-presigner": "^3.468.0", "@cloudflare/workers-types": "5.20260804.1", @@ -17,7 +17,7 @@ "jose": "6.2.3" }, "devDependencies": { - "@adobe/eslint-config-helix": "3.0.16", + "@adobe/eslint-config-helix": "3.0.29", "@redocly/cli": "2.39.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "7.1.0", @@ -79,15 +79,15 @@ "license": "MIT" }, "node_modules/@adobe/eslint-config-helix": { - "version": "3.0.16", - "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.16.tgz", - "integrity": "sha512-BqMi4DVkS7DwhBPJtM4MLmvVMgGT9O3HoDOzXKs0Zhv8Qo7a2znprCY2TzlWKmC4IGLfNojlCM7zO+4zJfp7CQ==", + "version": "3.0.29", + "resolved": "https://registry.npmjs.org/@adobe/eslint-config-helix/-/eslint-config-helix-3.0.29.tgz", + "integrity": "sha512-Qg3Mf6Onx8Wki3LxBqJeHaOyf/r+ixJ0dB9A1CHjK+8DDqUS8ZcTTcSP4+Yt0R41OmCvCATPsvtov5js4N54FQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/config-helpers": "0.5.0", + "@eslint/config-helpers": "0.6.0", "eslint-plugin-import": "2.32.0", - "globals": "17.0.0" + "globals": "17.7.0" }, "engines": { "node": ">= 12" @@ -103,9 +103,9 @@ "license": "Apache-2.0" }, "node_modules/@adobe/helix-shared-process-queue": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.1.5.tgz", - "integrity": "sha512-t6MzobSFwpsSv5mwVIo1aLDbMUUdsTIEBhI6QDjgeoHy7m5oKbCCDFG2rAa4Lm13ewWGOBGIFBdBa7/8I09XYA==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-process-queue/-/helix-shared-process-queue-3.1.9.tgz", + "integrity": "sha512-vL+twUkSm8bTemMWMBLgpbQjhA2sf+vdEuv3he6FckoNZ5bRUZkpEC8ibbUUYL5jNeM2THg7JdoCfV7kDwMcdg==", "license": "Apache-2.0", "dependencies": { "@adobe/helix-shared-async": "2.0.2" @@ -1745,13 +1745,13 @@ } }, "node_modules/@eslint/config-helpers": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.0.tgz", - "integrity": "sha512-OCt2pY98qw68AXjNDGn+9q3vnqvBh4OFTZWmzaWH2thEpAugBZCBDRMHZa7oGsX+/ZybKOiKjJ6XX1E8hxcxGg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz", + "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.0" + "@eslint/core": "^1.2.1" }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24" @@ -7293,9 +7293,9 @@ } }, "node_modules/globals": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", - "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", + "version": "17.7.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.7.0.tgz", + "integrity": "sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f4ea3830..ff707d9a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "author": "", "license": "Apache-2.0", "devDependencies": { - "@adobe/eslint-config-helix": "3.0.16", + "@adobe/eslint-config-helix": "3.0.29", "@redocly/cli": "2.39.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "7.1.0", @@ -53,7 +53,7 @@ "*.cjs": "eslint" }, "dependencies": { - "@adobe/helix-shared-process-queue": "3.1.5", + "@adobe/helix-shared-process-queue": "3.1.9", "@aws-sdk/client-s3": "3.726.1", "@aws-sdk/s3-request-presigner": "^3.468.0", "@cloudflare/workers-types": "5.20260804.1",