From 90b9ee7a2e794cbbca5f8cd6a5f3d237a4e8b8fd Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Mon, 23 Mar 2026 13:37:51 +0100 Subject: [PATCH] do not add title to shell code blocks, bump dependencies --- package.json | 8 +- .../src/index.ts | 2 +- website/package.json | 2 +- yarn.lock | 227 +++++++++--------- 4 files changed, 118 insertions(+), 121 deletions(-) diff --git a/package.json b/package.json index 8c06bcdd553..c5ee663a632 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "check-dependencies": "manypkg check" }, "devDependencies": { - "@eslint/css": "^0.14.1", + "@eslint/css": "^1.0.0", "@eslint/js": "^9.39.3", "@manypkg/cli": "^0.25.1", - "@typescript-eslint/parser": "^8.56.1", + "@typescript-eslint/parser": "^8.57.1", "alex": "^11.0.1", "case-police": "^2.2.0", "eslint": "^9.39.3", @@ -37,13 +37,13 @@ "eslint-plugin-case-police": "2.2.0", "eslint-plugin-mdx": "^3.7.0", "eslint-plugin-prettier": "^5.5.5", - "eslint-plugin-yml": "^3.2.1", + "eslint-plugin-yml": "^3.3.1", "globals": "^17.4.0", "husky": "^9.1.7", "prettier": "^3.8.1", "pretty-quick": "^4.2.2", "typescript": "^5.9.3", - "typescript-eslint": "^8.56.1" + "typescript-eslint": "^8.57.1" }, "packageManager": "yarn@4.13.0", "resolutions": { diff --git a/plugins/remark-codeblock-language-as-title/src/index.ts b/plugins/remark-codeblock-language-as-title/src/index.ts index 64baeacc92c..a3dcfbcdc13 100644 --- a/plugins/remark-codeblock-language-as-title/src/index.ts +++ b/plugins/remark-codeblock-language-as-title/src/index.ts @@ -11,7 +11,7 @@ export default function codeblockLanguageAsTitleRemarkPlugin() { return async (root: Root) => { const {visit} = await import('unist-util-visit'); visit(root, 'code', node => { - if (node.lang) { + if (node.lang && !['shell', 'bash'].includes(node.lang)) { if (node.meta) { if (node.meta.includes('title=')) { return; diff --git a/website/package.json b/website/package.json index bb1477382e0..ecda949572b 100644 --- a/website/package.json +++ b/website/package.json @@ -68,7 +68,7 @@ "glob": "^13.0.6", "prettier": "^3.8.1", "remark-cli": "^12.0.1", - "sass": "1.97.3", + "sass": "1.98.0", "typescript": "^5.9.3" } } diff --git a/yarn.lock b/yarn.lock index 51ee990f7f7..864b6159e3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3072,33 +3072,33 @@ __metadata: languageName: node linkType: hard -"@eslint/core@npm:^1.0.1, @eslint/core@npm:^1.1.0": - version: 1.1.0 - resolution: "@eslint/core@npm:1.1.0" +"@eslint/core@npm:^1.0.1, @eslint/core@npm:^1.1.0, @eslint/core@npm:^1.1.1": + version: 1.1.1 + resolution: "@eslint/core@npm:1.1.1" dependencies: "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/0f875d6f24fbf67cc796e01c2ca82884f755488052ed84183e56377c5b90fe10b491a26e600642db4daea1d5d8ab7906ec12f2bd5cbdb5004b0ef73c802bdb57 + checksum: 10c0/129c654c78afc1f6d61dccb0ce841be667f09f052f7d5642614b6ba5eeebd579ca6cc336d7b750d88625e61f7aad22fdd62bf83847fbfc10cc3e58cfe6c5072e languageName: node linkType: hard -"@eslint/css-tree@npm:^3.6.6": - version: 3.6.7 - resolution: "@eslint/css-tree@npm:3.6.7" +"@eslint/css-tree@npm:^3.6.9": + version: 3.6.9 + resolution: "@eslint/css-tree@npm:3.6.9" dependencies: mdn-data: "npm:2.23.0" source-map-js: "npm:^1.0.1" - checksum: 10c0/45e56d5fabb460191bc1e7b879ce16b0986b0ada4042f3861d5f60ae5992ee5a013dce67f7b766a617d0ee9d5c42f3b3cb26888002e9d3854291c3bd9d49e8b9 + checksum: 10c0/5dd436fb6e9aa2cc3a00252cea6287f78fde1cba664894fc9b46c4817f23d5d5614bfbe55decd05ae062877b80a653bc73106e8e3ca311d4ff18e2baa9e71634 languageName: node linkType: hard -"@eslint/css@npm:^0.14.1": - version: 0.14.1 - resolution: "@eslint/css@npm:0.14.1" +"@eslint/css@npm:^1.0.0": + version: 1.0.0 + resolution: "@eslint/css@npm:1.0.0" dependencies: - "@eslint/core": "npm:^0.17.0" - "@eslint/css-tree": "npm:^3.6.6" - "@eslint/plugin-kit": "npm:^0.4.1" - checksum: 10c0/d34db99115792dc01e5357c6d8661e706364d698646f896f3797f4c5e1c977426aacb87eecf552d2037cee50a56b79fbb2b570b7a489066c5518342912bc7948 + "@eslint/core": "npm:^1.1.1" + "@eslint/css-tree": "npm:^3.6.9" + "@eslint/plugin-kit": "npm:^0.6.1" + checksum: 10c0/deb0880d9564bc445e58ce5712bd39e69d1de0ef5b3c776c70a9cddf8e71b82118fcc000b0444c4f8ff15fa098ff1fc3a5bcf49eb043c8b752ffbe881cd9660a languageName: node linkType: hard @@ -3143,13 +3143,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.6.0": - version: 0.6.0 - resolution: "@eslint/plugin-kit@npm:0.6.0" +"@eslint/plugin-kit@npm:^0.6.0, @eslint/plugin-kit@npm:^0.6.1": + version: 0.6.1 + resolution: "@eslint/plugin-kit@npm:0.6.1" dependencies: - "@eslint/core": "npm:^1.1.0" + "@eslint/core": "npm:^1.1.1" levn: "npm:^0.4.1" - checksum: 10c0/1d726338a9f4537fe2848796c44d801093ea3a99166dbc45bc6f7742fa2ad74ce0c2f114092ce4460710a9dfe5ea6e3500446f81842388bf81328c97c3a43d9d + checksum: 10c0/f8354a7b92cc41e7a55d51986d192134be84f9dc0c91b5e649d075d733b56981c4ca8bf4460d54120c4c87b47984167bad2cb9bceb303f11b0a3bad22b3ed06a languageName: node linkType: hard @@ -3969,13 +3969,10 @@ __metadata: languageName: node linkType: hard -"@ota-meshi/ast-token-store@npm:^0.2.1": - version: 0.2.1 - resolution: "@ota-meshi/ast-token-store@npm:0.2.1" - peerDependencies: - "@eslint/markdown": ^7.4.0 - eslint: ">=9.0.0" - checksum: 10c0/34188194b5d55e6acc4fdf0c18df9d0c48d02b4164953539e1c7c12d3443c3045920a7f018ab83da3d7bed253f74cb989aa27ac10c498a38073364df7b176d69 +"@ota-meshi/ast-token-store@npm:^0.3.0": + version: 0.3.0 + resolution: "@ota-meshi/ast-token-store@npm:0.3.0" + checksum: 10c0/cb36d5b3e1379901e197d03869772f96d6505be8c06701dd56a02123a9a5484cfe8d759610622058675434ee2dcdba37b939cc249abe9babefcd400a63a77e9a languageName: node linkType: hard @@ -5991,105 +5988,105 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.56.1, @typescript-eslint/eslint-plugin@npm:^8.36.0": - version: 8.56.1 - resolution: "@typescript-eslint/eslint-plugin@npm:8.56.1" +"@typescript-eslint/eslint-plugin@npm:8.57.1, @typescript-eslint/eslint-plugin@npm:^8.36.0": + version: 8.57.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.57.1" dependencies: "@eslint-community/regexpp": "npm:^4.12.2" - "@typescript-eslint/scope-manager": "npm:8.56.1" - "@typescript-eslint/type-utils": "npm:8.56.1" - "@typescript-eslint/utils": "npm:8.56.1" - "@typescript-eslint/visitor-keys": "npm:8.56.1" + "@typescript-eslint/scope-manager": "npm:8.57.1" + "@typescript-eslint/type-utils": "npm:8.57.1" + "@typescript-eslint/utils": "npm:8.57.1" + "@typescript-eslint/visitor-keys": "npm:8.57.1" ignore: "npm:^7.0.5" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.4.0" peerDependencies: - "@typescript-eslint/parser": ^8.56.1 + "@typescript-eslint/parser": ^8.57.1 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/8a97e777792ee3e25078884ba0a04f6732367779c9487abcdc5a2d65b224515fa6a0cf1fac1aafc52fb30f3af97f2e1c9949aadbd6ca74a0165691f95494a721 + checksum: 10c0/5bf9227f5d608d4313c9f898da3a2f6737eca985aa925df9e90b73499b9d552221781d3d09245543c6d09995ab262ea0d6773d2dae4b8bdf319765d46b22d0e1 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.56.1, @typescript-eslint/parser@npm:^8.36.0, @typescript-eslint/parser@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/parser@npm:8.56.1" +"@typescript-eslint/parser@npm:8.57.1, @typescript-eslint/parser@npm:^8.36.0, @typescript-eslint/parser@npm:^8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/parser@npm:8.57.1" dependencies: - "@typescript-eslint/scope-manager": "npm:8.56.1" - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/typescript-estree": "npm:8.56.1" - "@typescript-eslint/visitor-keys": "npm:8.56.1" + "@typescript-eslint/scope-manager": "npm:8.57.1" + "@typescript-eslint/types": "npm:8.57.1" + "@typescript-eslint/typescript-estree": "npm:8.57.1" + "@typescript-eslint/visitor-keys": "npm:8.57.1" debug: "npm:^4.4.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/61c9dab481e795b01835c00c9c7c845f1d7ea7faf3b8657fccee0f8658a65390cb5fe2b5230ae8c4241bd6e0c32aa9455a91989a492bd3bd6fec7c7d9339377a + checksum: 10c0/ab624f5ad6f3585ee690d11be36597135779a373e7f07810ed921163de2e879000f6d3213db67413ee630bcf25d5cfaa24b089ee49596cd11b0456372bc17163 languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/project-service@npm:8.56.1" +"@typescript-eslint/project-service@npm:8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/project-service@npm:8.57.1" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.56.1" - "@typescript-eslint/types": "npm:^8.56.1" + "@typescript-eslint/tsconfig-utils": "npm:^8.57.1" + "@typescript-eslint/types": "npm:^8.57.1" debug: "npm:^4.4.3" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/ca61cde575233bc79046d73ddd330d183fb3cbb941fddc31919336317cda39885c59296e2e5401b03d9325a64a629e842fd66865705ff0d85d83ee3ee40871e8 + checksum: 10c0/7830f61e35364ba77799f4badeaca8bd8914bbcda6afe37b788821f94f4b88b9c49817c50f4bdba497e8e542a705e9d921d36f5e67960ebf33f4f3d3111cdfee languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/scope-manager@npm:8.56.1" +"@typescript-eslint/scope-manager@npm:8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/scope-manager@npm:8.57.1" dependencies: - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/visitor-keys": "npm:8.56.1" - checksum: 10c0/89cc1af2635eee23f2aa2ff87c08f88f3ad972ebf67eaacdc604a4ef4178535682bad73fd086e6f3c542e4e5d874253349af10d58291d079cc29c6c7e9831de4 + "@typescript-eslint/types": "npm:8.57.1" + "@typescript-eslint/visitor-keys": "npm:8.57.1" + checksum: 10c0/42b0b54981318bf21be6b107df82910718497b7b7b2b60df635aa06d78e313759e4b675830c0e542b6d87104d35b49df41b9fb7739b8ae326eaba2d6f7116166 languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.56.1, @typescript-eslint/tsconfig-utils@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.56.1" +"@typescript-eslint/tsconfig-utils@npm:8.57.1, @typescript-eslint/tsconfig-utils@npm:^8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.57.1" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/d03b64d7ff19020beeefa493ae667c2e67a4547d25a3ecb9210a3a52afe980c093d772a91014bae699ee148bfb60cc659479e02bfc2946ea06954a8478ef1fe1 + checksum: 10c0/3d3c8d80621507d31e4656c693534f28a1c04dfb047538cb79b0b6da874ef41875f5df5e814fa3a38812451cff6d5a7ae38d0bf77eb7fec7867f9c80af361b00 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/type-utils@npm:8.56.1" +"@typescript-eslint/type-utils@npm:8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/type-utils@npm:8.57.1" dependencies: - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/typescript-estree": "npm:8.56.1" - "@typescript-eslint/utils": "npm:8.56.1" + "@typescript-eslint/types": "npm:8.57.1" + "@typescript-eslint/typescript-estree": "npm:8.57.1" + "@typescript-eslint/utils": "npm:8.57.1" debug: "npm:^4.4.3" ts-api-utils: "npm:^2.4.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/66517aed5059ef4a29605d06a510582f934d5789ae40ad673f1f0421f8aa13ec9ba7b8caab57ae9f270afacbf13ec5359cedfe74f21ae77e9a2364929f7e7cee + checksum: 10c0/e8eae4e3b9ca71ad065c307fd3cdefdcc6abc31bda2ef74f0e54b5c9ac0ee6bc0e2d69ec9097899f4d7a99d4a8a72391503b47f4317b3b6b9ba41cea24e6b9e9 languageName: node linkType: hard -"@typescript-eslint/types@npm:8.56.1, @typescript-eslint/types@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/types@npm:8.56.1" - checksum: 10c0/e5a0318abddf0c4f98da3039cb10b3c0601c8601f7a9f7043630f0d622dabfe83a4cd833545ad3531fc846e46ca2874377277b392c2490dffec279d9242d827b +"@typescript-eslint/types@npm:8.57.1, @typescript-eslint/types@npm:^8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/types@npm:8.57.1" + checksum: 10c0/f447015276a31871440b07e328c2bbcee8337d72dca90ae00ac91e87d09e28a8a9c2fe44726a5226fcaa7db9d5347aafa650d59f7577a074dc65ea1414d24da1 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/typescript-estree@npm:8.56.1" +"@typescript-eslint/typescript-estree@npm:8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.57.1" dependencies: - "@typescript-eslint/project-service": "npm:8.56.1" - "@typescript-eslint/tsconfig-utils": "npm:8.56.1" - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/visitor-keys": "npm:8.56.1" + "@typescript-eslint/project-service": "npm:8.57.1" + "@typescript-eslint/tsconfig-utils": "npm:8.57.1" + "@typescript-eslint/types": "npm:8.57.1" + "@typescript-eslint/visitor-keys": "npm:8.57.1" debug: "npm:^4.4.3" minimatch: "npm:^10.2.2" semver: "npm:^7.7.3" @@ -6097,32 +6094,32 @@ __metadata: ts-api-utils: "npm:^2.4.0" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/92f4421dac41be289761200dc2ed85974fa451deacb09490ae1870a25b71b97218e609a90d4addba9ded5b2abdebc265c9db7f6e9ce6d29ed20e89b8487e9618 + checksum: 10c0/a87e1d920a8fd2231b6a98b279dc7680d10ceac072001e85a72cd43adce288ed471afcaf8f171378f5a3221c500b3cf0ffc10a75fd521fb69fbd8b26d4626677 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.56.1, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/utils@npm:8.56.1" +"@typescript-eslint/utils@npm:8.57.1, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.56.1": + version: 8.57.1 + resolution: "@typescript-eslint/utils@npm:8.57.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.56.1" - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/typescript-estree": "npm:8.56.1" + "@typescript-eslint/scope-manager": "npm:8.57.1" + "@typescript-eslint/types": "npm:8.57.1" + "@typescript-eslint/typescript-estree": "npm:8.57.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/d9ffd9b2944a2c425e0532f71dc61e61d0a923d1a17733cf2777c2a4ae638307d12d44f63b33b6b3dc62f02f47db93ec49344ecefe17b76ee3e4fb0833325be3 + checksum: 10c0/c85d6e7c618dbf902fda98cc795883388bc512bc2c34c7ac0481ea43acb6dd3cd38d60bdb571b586f392419a17998c89330fd7b0b9a344161f4a595637dd3f55 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/visitor-keys@npm:8.56.1" +"@typescript-eslint/visitor-keys@npm:8.57.1": + version: 8.57.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.57.1" dependencies: - "@typescript-eslint/types": "npm:8.56.1" + "@typescript-eslint/types": "npm:8.57.1" eslint-visitor-keys: "npm:^5.0.0" - checksum: 10c0/86d97905dec1af964cc177c185933d040449acf6006096497f2e0093c6a53eb92b3ac1db9eb40a5a2e8d91160f558c9734331a9280797f09f284c38978b22190 + checksum: 10c0/088a545c4aec6d9cabb266e1e40634f5fafa06cb05ef172526555957b0d99ac08822733fb788a09227071fdd6bd8b63f054393a0ecf9d4599c54b57918aa0e57 languageName: node linkType: hard @@ -9442,13 +9439,13 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-yml@npm:^3.2.1": - version: 3.2.1 - resolution: "eslint-plugin-yml@npm:3.2.1" +"eslint-plugin-yml@npm:^3.3.1": + version: 3.3.1 + resolution: "eslint-plugin-yml@npm:3.3.1" dependencies: "@eslint/core": "npm:^1.0.1" "@eslint/plugin-kit": "npm:^0.6.0" - "@ota-meshi/ast-token-store": "npm:^0.2.1" + "@ota-meshi/ast-token-store": "npm:^0.3.0" debug: "npm:^4.3.2" diff-sequences: "npm:^29.0.0" escape-string-regexp: "npm:5.0.0" @@ -9456,7 +9453,7 @@ __metadata: yaml-eslint-parser: "npm:^2.0.0" peerDependencies: eslint: ">=9.38.0" - checksum: 10c0/77a3fc4d36b911099e416f6fc5d4cabaac30786369542e7173ae0ee95d2d49286337d30cc1fdd2a0841d9869d80e84fddce8127f2576e68ff136cc265cf0ff8c + checksum: 10c0/b82e0b852db7b98f46c3aea54068a2038e209388ffa331dc45194e841273ce4154959bfec17ede43614c43eda525d1731f15678801f117b1897a10227768f6c2 languageName: node linkType: hard @@ -11624,7 +11621,7 @@ __metadata: languageName: node linkType: hard -"immutable@npm:^5.0.2": +"immutable@npm:^5.1.5": version: 5.1.5 resolution: "immutable@npm:5.1.5" checksum: 10c0/8017ece1578e3c5939ba3305176aee059def1b8a90c7fa2a347ef583ebbd38cbe77ce1bbd786a5fab57e2da00bbcb0493b92e4332cdc4e1fe5cfb09a4688df31 @@ -17981,10 +17978,10 @@ __metadata: version: 0.0.0-use.local resolution: "react-native-website-monorepo@workspace:." dependencies: - "@eslint/css": "npm:^0.14.1" + "@eslint/css": "npm:^1.0.0" "@eslint/js": "npm:^9.39.3" "@manypkg/cli": "npm:^0.25.1" - "@typescript-eslint/parser": "npm:^8.56.1" + "@typescript-eslint/parser": "npm:^8.57.1" alex: "npm:^11.0.1" case-police: "npm:^2.2.0" eslint: "npm:^9.39.3" @@ -17993,13 +17990,13 @@ __metadata: eslint-plugin-case-police: "npm:2.2.0" eslint-plugin-mdx: "npm:^3.7.0" eslint-plugin-prettier: "npm:^5.5.5" - eslint-plugin-yml: "npm:^3.2.1" + eslint-plugin-yml: "npm:^3.3.1" globals: "npm:^17.4.0" husky: "npm:^9.1.7" prettier: "npm:^3.8.1" pretty-quick: "npm:^4.2.2" typescript: "npm:^5.9.3" - typescript-eslint: "npm:^8.56.1" + typescript-eslint: "npm:^8.57.1" languageName: unknown linkType: soft @@ -18028,7 +18025,7 @@ __metadata: react-dom: "npm:^19.2.4" react-github-btn: "npm:^1.4.0" remark-cli: "npm:^12.0.1" - sass: "npm:1.97.3" + sass: "npm:1.98.0" typescript: "npm:^5.9.3" languageName: unknown linkType: soft @@ -19069,20 +19066,20 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.97.3": - version: 1.97.3 - resolution: "sass@npm:1.97.3" +"sass@npm:1.98.0": + version: 1.98.0 + resolution: "sass@npm:1.98.0" dependencies: "@parcel/watcher": "npm:^2.4.1" chokidar: "npm:^4.0.0" - immutable: "npm:^5.0.2" + immutable: "npm:^5.1.5" source-map-js: "npm:>=0.6.2 <2.0.0" dependenciesMeta: "@parcel/watcher": optional: true bin: sass: sass.js - checksum: 10c0/67f6b5d220f20c1c23a8b16dda5fd1c5d119ad5caf8195b185d553b5b239fb188a3787f04fc00171c62515f2c4e5e0eb5ad4992a80f8543428556883c1240ba3 + checksum: 10c0/9e91daa20f970fefb364ac31289f070636da7aa7eaeb43e371ea98fa98085a6dbc2d3d058504226a02d07717faf0a4ce8d41b579ecb428c4a9d96b4dc1944a95 languageName: node linkType: hard @@ -20689,18 +20686,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.56.1": - version: 8.56.1 - resolution: "typescript-eslint@npm:8.56.1" +"typescript-eslint@npm:^8.57.1": + version: 8.57.1 + resolution: "typescript-eslint@npm:8.57.1" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.56.1" - "@typescript-eslint/parser": "npm:8.56.1" - "@typescript-eslint/typescript-estree": "npm:8.56.1" - "@typescript-eslint/utils": "npm:8.56.1" + "@typescript-eslint/eslint-plugin": "npm:8.57.1" + "@typescript-eslint/parser": "npm:8.57.1" + "@typescript-eslint/typescript-estree": "npm:8.57.1" + "@typescript-eslint/utils": "npm:8.57.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/c33aeb9a8beab54308412dcd460ab60f845fee30eaed1fdc1083ff53c430a4dcbdfeac862136a21fb3a639538f8712d933fc410680c2a650e67b992720a0d9f6 + checksum: 10c0/be5a19738a785a2695e01874cbedbddbb63ea0a1c2eac331be7d251bda35116505f4d4d8de5a25a77a09392396247af4b89d2a793580217af4891e9e5036a716 languageName: node linkType: hard