From 2f45c358463361194741d4235d42b6fc9c9dd1d1 Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Thu, 8 Jan 2026 16:11:24 -0500 Subject: [PATCH] chore: downgrade LWC dependencies @W-20826542@ --- LICENSE.txt | 2 +- package.json | 6 +- src/commands/lightning/dev/app.ts | 2 +- src/commands/lightning/dev/component.ts | 2 +- src/commands/lightning/dev/site.ts | 2 +- src/configMeta.ts | 2 +- src/index.ts | 2 +- src/lwc-dev-server/index.ts | 2 +- src/shared/componentUtils.ts | 2 +- src/shared/configUtils.ts | 2 +- src/shared/experience/expSite.ts | 2 +- src/shared/metaUtils.ts | 2 +- src/shared/orgUtils.ts | 2 +- src/shared/previewUtils.ts | 2 +- src/shared/promptUtils.ts | 2 +- test/commands/lightning/dev/app.nut.ts | 2 +- test/commands/lightning/dev/app.test.ts | 2 +- test/commands/lightning/dev/component.nut.ts | 2 +- test/commands/lightning/dev/component.test.ts | 2 +- .../dev/componentLocalPreview.nut.ts | 2 +- .../lightning/dev/helpers/devServerUtils.ts | 2 +- .../lightning/dev/helpers/projectSetup.ts | 2 +- test/commands/lightning/dev/helpers/utils.ts | 2 +- test/commands/lightning/dev/site.nut.ts | 2 +- test/commands/lightning/dev/site.test.ts | 2 +- test/lwc-dev-server/index.e2e.test.ts | 2 +- test/lwc-dev-server/index.test.ts | 2 +- test/shared/componentUtils.test.ts | 2 +- test/shared/configUtils.test.ts | 2 +- test/shared/orgUtils.test.ts | 2 +- test/shared/previewUtils.test.ts | 2 +- test/spec/expSite.test.ts | 2 +- yarn.lock | 352 +++++++++--------- 33 files changed, 213 insertions(+), 207 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ca35d0df..1aeebc57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2025 Salesforce, Inc. +Copyright (c) 2026 Salesforce, Inc. All rights reserved. Apache License diff --git a/package.json b/package.json index b2401f61..f5740a77 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "dependencies": { "@inquirer/prompts": "^5.3.8", "@inquirer/select": "^2.4.7", - "@lwc/lwc-dev-server": "~13.3.7", - "@lwc/sfdc-lwc-compiler": "~13.3.6", + "@lwc/lwc-dev-server": "~13.2.20", + "@lwc/sfdc-lwc-compiler": "~13.2.20", "@lwrjs/api": "0.18.3", "@oclif/core": "^4.5.6", "@salesforce/core": "^8.24.0", @@ -17,7 +17,7 @@ "@salesforce/sf-plugins-core": "^11.2.4", "axios": "^1.13.2", "glob": "^12.0.0", - "lwc": "~8.26.2", + "lwc": "~8.25.1", "node-fetch": "^3.3.2", "open": "^10.2.0", "xml2js": "^0.6.2" diff --git a/src/commands/lightning/dev/app.ts b/src/commands/lightning/dev/app.ts index 3c476a03..4b13b309 100644 --- a/src/commands/lightning/dev/app.ts +++ b/src/commands/lightning/dev/app.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/lightning/dev/component.ts b/src/commands/lightning/dev/component.ts index 01f8516e..5f5e4974 100644 --- a/src/commands/lightning/dev/component.ts +++ b/src/commands/lightning/dev/component.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/lightning/dev/site.ts b/src/commands/lightning/dev/site.ts index 5cf3262e..704d6918 100644 --- a/src/commands/lightning/dev/site.ts +++ b/src/commands/lightning/dev/site.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/configMeta.ts b/src/configMeta.ts index 3384aeea..82e90c93 100644 --- a/src/configMeta.ts +++ b/src/configMeta.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/index.ts b/src/index.ts index 711be5d1..a9d99ece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/lwc-dev-server/index.ts b/src/lwc-dev-server/index.ts index 731678a1..dada38e9 100644 --- a/src/lwc-dev-server/index.ts +++ b/src/lwc-dev-server/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/componentUtils.ts b/src/shared/componentUtils.ts index 1786cbd8..2826b696 100644 --- a/src/shared/componentUtils.ts +++ b/src/shared/componentUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/configUtils.ts b/src/shared/configUtils.ts index 818eb56f..c983f40e 100644 --- a/src/shared/configUtils.ts +++ b/src/shared/configUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/experience/expSite.ts b/src/shared/experience/expSite.ts index 928919fc..05abfa5f 100644 --- a/src/shared/experience/expSite.ts +++ b/src/shared/experience/expSite.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/metaUtils.ts b/src/shared/metaUtils.ts index c5968047..062aac26 100644 --- a/src/shared/metaUtils.ts +++ b/src/shared/metaUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/orgUtils.ts b/src/shared/orgUtils.ts index 0bc86b92..44a14863 100644 --- a/src/shared/orgUtils.ts +++ b/src/shared/orgUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/previewUtils.ts b/src/shared/previewUtils.ts index 862b4d86..a075b35a 100644 --- a/src/shared/previewUtils.ts +++ b/src/shared/previewUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shared/promptUtils.ts b/src/shared/promptUtils.ts index 59d106f6..c60784c8 100644 --- a/src/shared/promptUtils.ts +++ b/src/shared/promptUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/app.nut.ts b/test/commands/lightning/dev/app.nut.ts index 972317b9..98f3f3ad 100644 --- a/test/commands/lightning/dev/app.nut.ts +++ b/test/commands/lightning/dev/app.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/app.test.ts b/test/commands/lightning/dev/app.test.ts index ac9f1a8d..27dc2a77 100644 --- a/test/commands/lightning/dev/app.test.ts +++ b/test/commands/lightning/dev/app.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/component.nut.ts b/test/commands/lightning/dev/component.nut.ts index afa5edab..49f70b12 100644 --- a/test/commands/lightning/dev/component.nut.ts +++ b/test/commands/lightning/dev/component.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/component.test.ts b/test/commands/lightning/dev/component.test.ts index c9030090..5bae1c44 100644 --- a/test/commands/lightning/dev/component.test.ts +++ b/test/commands/lightning/dev/component.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/componentLocalPreview.nut.ts b/test/commands/lightning/dev/componentLocalPreview.nut.ts index c16228a1..cd6141a7 100644 --- a/test/commands/lightning/dev/componentLocalPreview.nut.ts +++ b/test/commands/lightning/dev/componentLocalPreview.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/helpers/devServerUtils.ts b/test/commands/lightning/dev/helpers/devServerUtils.ts index 94a285a8..d4e1f1fd 100644 --- a/test/commands/lightning/dev/helpers/devServerUtils.ts +++ b/test/commands/lightning/dev/helpers/devServerUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/helpers/projectSetup.ts b/test/commands/lightning/dev/helpers/projectSetup.ts index 2e98eff8..02788915 100644 --- a/test/commands/lightning/dev/helpers/projectSetup.ts +++ b/test/commands/lightning/dev/helpers/projectSetup.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/helpers/utils.ts b/test/commands/lightning/dev/helpers/utils.ts index 08adeed4..96926f2c 100644 --- a/test/commands/lightning/dev/helpers/utils.ts +++ b/test/commands/lightning/dev/helpers/utils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/site.nut.ts b/test/commands/lightning/dev/site.nut.ts index 0457366f..3a9528e5 100644 --- a/test/commands/lightning/dev/site.nut.ts +++ b/test/commands/lightning/dev/site.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/lightning/dev/site.test.ts b/test/commands/lightning/dev/site.test.ts index c3d1d775..6041a0a7 100644 --- a/test/commands/lightning/dev/site.test.ts +++ b/test/commands/lightning/dev/site.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/lwc-dev-server/index.e2e.test.ts b/test/lwc-dev-server/index.e2e.test.ts index 70be165b..0e0b7853 100644 --- a/test/lwc-dev-server/index.e2e.test.ts +++ b/test/lwc-dev-server/index.e2e.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/lwc-dev-server/index.test.ts b/test/lwc-dev-server/index.test.ts index 711cda03..23f93431 100644 --- a/test/lwc-dev-server/index.test.ts +++ b/test/lwc-dev-server/index.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/componentUtils.test.ts b/test/shared/componentUtils.test.ts index d9770e95..6c8ad1b7 100644 --- a/test/shared/componentUtils.test.ts +++ b/test/shared/componentUtils.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/configUtils.test.ts b/test/shared/configUtils.test.ts index 731c43ef..1a4c9c5e 100644 --- a/test/shared/configUtils.test.ts +++ b/test/shared/configUtils.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/orgUtils.test.ts b/test/shared/orgUtils.test.ts index d3607409..e08d93f8 100644 --- a/test/shared/orgUtils.test.ts +++ b/test/shared/orgUtils.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/shared/previewUtils.test.ts b/test/shared/previewUtils.test.ts index 9063f1a8..bfcec0a3 100644 --- a/test/shared/previewUtils.test.ts +++ b/test/shared/previewUtils.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/spec/expSite.test.ts b/test/spec/expSite.test.ts index 3e667899..a4f00585 100644 --- a/test/spec/expSite.test.ts +++ b/test/spec/expSite.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/yarn.lock b/yarn.lock index d1324fc1..c1474485 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1845,13 +1845,20 @@ debug "^4.3.1" minimatch "^3.1.2" -"@eslint/config-helpers@^0.4.2": +"@eslint/config-helpers@^0.4.1": version "0.4.2" resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda" integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw== dependencies: "@eslint/core" "^0.17.0" +"@eslint/core@^0.16.0": + version "0.16.0" + resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209" + integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q== + dependencies: + "@types/json-schema" "^7.0.15" + "@eslint/core@^0.17.0": version "0.17.0" resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c" @@ -1894,10 +1901,10 @@ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== -"@eslint/js@9.39.2": - version "9.39.2" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599" - integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA== +"@eslint/js@9.38.0": + version "9.38.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1" + integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A== "@eslint/js@^9.17.0": version "9.29.0" @@ -1909,7 +1916,7 @@ resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad" integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA== -"@eslint/plugin-kit@^0.4.1": +"@eslint/plugin-kit@^0.4.0": version "0.4.1" resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2" integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA== @@ -2542,25 +2549,25 @@ dependencies: "@locker/shared" "0.24.6" -"@lwc/aria-reflection@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.26.2.tgz#93f635697764629aac65eb02abe1444733963973" - integrity sha512-TcDhp/9RnpLqRMqB6sFY6KdsUZvgWNyakQxa5/hwd3kOJNWJSls7GFKCCMOQoTqMCHl7BPasLTpsXVyF3MOvKA== +"@lwc/aria-reflection@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.25.1.tgz#15d8d94c6b396b4a75584e70b967e307bffa1093" + integrity sha512-UKfSvYu/QDfrwpQPdyfMmTGur/4IwT8ukBbq58k8k88sQEHCzvs14dkRriUKnOy8l/32nR4FMEi0ebwlkNLy/A== -"@lwc/babel-plugin-component@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.26.2.tgz#4eb4b63a537573e37ec58573369f0fd652b32141" - integrity sha512-XZ2zfrjG5V4Y9vzy0O+xyQsZ8zFscWy1p1Mz3qWUOhQMWd9QTdlHCFNVLMWKpcFGCjSVhaXbUoHpW7w8Y9tKcw== +"@lwc/babel-plugin-component@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.25.1.tgz#34987ee945090e4a5a389ac6d364c73205e9d978" + integrity sha512-54gWw6FfA3hPYoMRXLqpIGpD4RWWM68rIReopMd5A+IAGJ21blTBBsvg/Ry7Ehl2SaMTUjmPSjVYB+HY0xg6Ug== dependencies: "@babel/helper-module-imports" "7.27.1" - "@lwc/errors" "8.26.2" - "@lwc/shared" "8.26.2" + "@lwc/errors" "8.25.1" + "@lwc/shared" "8.25.1" line-column "~1.0.2" -"@lwc/compiler@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.26.2.tgz#08c1c19fcaa67e96c163319de1cb3325b037d566" - integrity sha512-s8OMdonspQ9MqpthogHbkcMK3i+Kb2LL4RkdeMrvXaN8kTnvgzcNwdxxutBnlTpVm6MmQbBdwmJifVzQ3+vosg== +"@lwc/compiler@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.25.1.tgz#c7c50e29e6926fa73f5d1bec9c94ebc6cfb7099a" + integrity sha512-KjaXQH/sGUmJJSLSY9cljQzNMwLx5D1eebwqH05LdKbJDsaYCRAPsDqkx4Zopk9YIXDsJvRmSMw3rTh31JHimg== dependencies: "@babel/core" "7.28.5" "@babel/plugin-transform-async-generator-functions" "7.28.0" @@ -2568,43 +2575,43 @@ "@babel/plugin-transform-class-properties" "7.27.1" "@babel/plugin-transform-object-rest-spread" "7.28.4" "@locker/babel-plugin-transform-unforgeables" "0.22.0" - "@lwc/babel-plugin-component" "8.26.2" - "@lwc/errors" "8.26.2" - "@lwc/shared" "8.26.2" - "@lwc/ssr-compiler" "8.26.2" - "@lwc/style-compiler" "8.26.2" - "@lwc/template-compiler" "8.26.2" - -"@lwc/dev-server-plugin-lex@13.3.7": - version "13.3.7" - resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.7.tgz#72698782c17a21e8e95802402500cff116804a2e" - integrity sha512-slR7l0H3WgGq+/vem/nFZXfa1dYjHzPGs1qnp6i9bgY1X2zMw95j2im+1gjokdjp5ZWmdv5DgIA2NRoOEl/7+w== + "@lwc/babel-plugin-component" "8.25.1" + "@lwc/errors" "8.25.1" + "@lwc/shared" "8.25.1" + "@lwc/ssr-compiler" "8.25.1" + "@lwc/style-compiler" "8.25.1" + "@lwc/template-compiler" "8.25.1" + +"@lwc/dev-server-plugin-lex@13.2.20": + version "13.2.20" + resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.20.tgz#f48e0d43f42e4316f18eb1ed26fcbfb5cff1749a" + integrity sha512-+VvN5sLILmT2KIWRolx8S9aGFV3mPqn2u78Q0g7UAXVqT2ld/4ZSfEUDVXSrTGNu+4MZbBxU31WZzeuxc8vkmA== dependencies: magic-string "~0.30.21" -"@lwc/engine-core@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.26.2.tgz#f5eec02388e7c1239df034022ea1f11764654b78" - integrity sha512-81J5DAF+vmSIW9Wolfz8NWPg2ZAeNFPTtlSiCYfXBy48G0ahcqixBSeom4Nau/MtZol7QburP0tdNMdX8I00uA== +"@lwc/engine-core@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.25.1.tgz#7d0540e3dece2d7b2cd982ec1f9dd235428b59b6" + integrity sha512-meTXiJ60l0/Dy1k4R3UkBLFRrEJm/lVRo+c2wKXE82DjK2dJ0noFXcVTiU52qjQPlRja71ybi2kaLIbF2+X95g== dependencies: - "@lwc/features" "8.26.2" - "@lwc/shared" "8.26.2" - "@lwc/signals" "8.26.2" + "@lwc/features" "8.25.1" + "@lwc/shared" "8.25.1" + "@lwc/signals" "8.25.1" -"@lwc/engine-dom@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.26.2.tgz#be22cecc09cc887db9ce0ad30ceb8c7471cb5696" - integrity sha512-1Lb4iucOxk9mLZbe+bN2sds8+uzQouujvQsP5fsXRiGCD3quNm2INU9sRSBrdt/Q2/EhXvODpTCMh/iZ41pdTg== +"@lwc/engine-dom@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.25.1.tgz#f6cec52db72f21a641a365f57429a532a20474c7" + integrity sha512-mXfiJ1Xp/wOCrT8tQyW16AHGn7uJY6BwKaIpxZcFYudsNAN/JOB6MSrRVha7lJG2zyvSpsYPWf2Gqr22wci0+Q== -"@lwc/engine-server@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.26.2.tgz#01ca20221d1aaba102f69ec733bc407489286f36" - integrity sha512-Qc6KPfBCfMdkcQWFrSIJP70EM76r/7HZ3VOsYa1w4TuXzbnXEwtEqojSmFHuSEpQm7qDctbvxzRVqsxYPu7Pjg== +"@lwc/engine-server@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.25.1.tgz#8c89fa902a2172e39b875045b8dc197d3d1f6495" + integrity sha512-9ntYQoF9SfOu9AZpVHszs/9GasEN/lAsDdoh+6GYs2a89fKO+JduY8PorJGOYLQJPGkD8IHhpTUXhg806Tuf9w== -"@lwc/errors@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.26.2.tgz#e86385b0482c8085aad90d33d6571bc7d8f56660" - integrity sha512-oAwIenJNZRU5Uer3ST9frufnz7S5PPezekmcLfkDHbqtCh9jwcYTQRf21WQ7bBSu7FhlYc2ulzo8kBP89zEttQ== +"@lwc/errors@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.25.1.tgz#a5dfe17adf5d9eaf969856f8fd36196010afa01c" + integrity sha512-ETJxtQeIFQ6/ZOjp7fjQva7UbpPU4CV6WyauqtEtGhs0cRXnYd5mEJdD1S8JfARn0bTYieivTtXNafg/YqwU5g== "@lwc/eslint-plugin-lwc-platform@6.3.0": version "6.3.0" @@ -2622,25 +2629,25 @@ globals "~15.14.0" minimatch "~9.0.4" -"@lwc/features@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.26.2.tgz#2a585e81e3bfaa047c66a3d6822ca8b23f213c98" - integrity sha512-vYXV4G/QX2tG5Y3LybPZtKXsrcoVOQ4NIB7eplgG9r0BK0SmgXsHJb+PZ8ggiH8Rxeq7whegaNgYKs2lxzjJqQ== +"@lwc/features@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.25.1.tgz#c27fce66ef687d5eb63293c31bc88050ab19a512" + integrity sha512-N0+1FPlcG1/tuNtuUAf/ASqtcOhI9IuhrRFSRmUe8GxxVDjr6et+x1AaDWl8BlneeUVF0+85UY7QNI98SGE1cA== dependencies: - "@lwc/shared" "8.26.2" + "@lwc/shared" "8.25.1" -"@lwc/lwc-dev-server-types@13.3.7": - version "13.3.7" - resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.7.tgz#4575ac6c3b207e835203fde411f1f418a96887f6" - integrity sha512-Peh9E/SydZ/L9Zt7hrTYjfykoM8bbH73cO/VgQFgqyMu6DIC8tY1tHePY6RBgjQeCjlf7ahlgBjOovnmRbq54Q== +"@lwc/lwc-dev-server-types@13.2.20": + version "13.2.20" + resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.20.tgz#aedf477c6b451db452c109729e13de6662fb1585" + integrity sha512-6nMFOoNvusOEjFyQ1YoXzKTGJsTdj/IcneJ3W0ac4B4xxz2twcZybeG4jXZhy970sjdWcaWpqp3Vu5kGtJsnJA== -"@lwc/lwc-dev-server@~13.3.7": - version "13.3.7" - resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.7.tgz#4b7069bf85f68852dd2a54903538c3eb1e64e2e8" - integrity sha512-J7ALkja1CirVKzjF5LOp+kw8dfFkkW9iyJFzmajGNt6b2eOVBBYW9R5yGMvMHr8ToP95WAWb06uq+NHPOIuWoQ== +"@lwc/lwc-dev-server@~13.2.20": + version "13.2.20" + resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.20.tgz#fef34e855aa947a76f4f80365be9b7e2a930229b" + integrity sha512-7I3u3pINBWFvhejEjvxhLGmaGko0y4Mw9ean0mf4F9d90jX+t4SIN9rtN2In9Fi+uhmZAG66/QqqldKVul8PFQ== dependencies: - "@lwc/lwc-dev-server-types" "13.3.7" - "@lwc/sfdc-lwc-compiler" "13.3.7" + "@lwc/lwc-dev-server-types" "13.2.20" + "@lwc/sfdc-lwc-compiler" "13.2.20" chalk "~5.6.2" chokidar "~3.6.0" commander "~14.0.2" @@ -2648,45 +2655,45 @@ glob "^11.0.3" ws "^8.18.3" -"@lwc/metadata@13.3.7": - version "13.3.7" - resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.3.7.tgz#b3065bbdc4dc07870f4ac2f29c9f698f9c591ab9" - integrity sha512-XMPysqpTBOTzpv2pYuxo3lT78TGCtKBXcDDHEXZVwQZiSiLrpbX+qnguOIvTwe/TgGAfBeNPjsyp9IYRC3bm+w== +"@lwc/metadata@13.2.20": + version "13.2.20" + resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.2.20.tgz#ff04e6ad34eb8d6f93178d57cc5e1df6a9eb7572" + integrity sha512-Y/SfQTseaO+EqHMFV9yBtaxyUYnAA8FRHrQBfJ/y8oeS7jRr+DSyiOFHJpx5NqsyAtmx2KTjggmWow6GgfjD+A== dependencies: "@babel/parser" "~7.28.5" "@babel/traverse" "~7.28.5" "@babel/types" "~7.28.5" - "@lwc/sfdc-compiler-utils" "13.3.7" + "@lwc/sfdc-compiler-utils" "13.2.20" postcss "~8.5.6" postcss-selector-parser "~7.1.0" postcss-value-parser "~4.2.0" -"@lwc/module-resolver@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.26.2.tgz#f87fa76eb3ba363ef243c9d63e5b384280680b4c" - integrity sha512-NAtO/iirAm/zClwv8N5FPP8qeCwX/mfThk3Sn7iiIHB9gsDceVnqHCioUXfb01IZqdGnYW0wvOWm2kBghgA+NQ== +"@lwc/module-resolver@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.25.1.tgz#9c7d0c7f53e0648da45b9ae3982bcb5584082bce" + integrity sha512-pX1eXsjRpdLmomo3YTTZwAvP31EOvhEc4icQCUEu+dUsmY2/DDn+7lOWvzbA91z0vfkFCq1+eZQQ9oD1JdAtdg== dependencies: resolve "~1.22.11" -"@lwc/rollup-plugin@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.26.2.tgz#a75f8982c178f0069d5adb52239b836f6d14fa0a" - integrity sha512-YFximzJErGgmeRzO7zHrFbWauIg0aIJA5XFOX+x7iRdjVSasPR066iDQ+aV2UgxP2JgM6yUIRfgA1jICfU4d1Q== +"@lwc/rollup-plugin@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.25.1.tgz#232289631933a993406ee55d6f00a82d5411d0ce" + integrity sha512-nwFe1k2Yy85EK9gCbkebdvnCI3tkFIwB7pGoYMHZD0RdzhLtQrpTady1yEr2D2wggOWFabyg2s+m/8zanjpLmQ== dependencies: - "@lwc/compiler" "8.26.2" - "@lwc/module-resolver" "8.26.2" - "@lwc/shared" "8.26.2" + "@lwc/compiler" "8.25.1" + "@lwc/module-resolver" "8.25.1" + "@lwc/shared" "8.25.1" "@rollup/pluginutils" "~5.3.0" -"@lwc/sfdc-compiler-utils@13.3.7": - version "13.3.7" - resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.7.tgz#fabdf58cf83425194b586fd315edc6aa6d098b2f" - integrity sha512-kSqVW+eb94HjAqe8mrHUA0BhXtnsxmLUZ0LENoNxVBdLInstQbSYPtDDzL9RJBT5e9blB76fpDJo6sdK/G45JA== +"@lwc/sfdc-compiler-utils@13.2.20": + version "13.2.20" + resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.20.tgz#1d5985a7169ce5f6192ede48405a3b53cfa3423f" + integrity sha512-IeorL44CtqnOQhqe8QHqaotOp5uWlraeRJHcRhb0Ssz32LAyIf/4rL+9nleVACfSSiKEyVnkBb7ZTo7TD1edkg== -"@lwc/sfdc-lwc-compiler@13.3.7", "@lwc/sfdc-lwc-compiler@~13.3.6": - version "13.3.7" - resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.7.tgz#01ddda3a6f6f886c6e8be0d4b8cb3ce31c017043" - integrity sha512-10SGr8jEzlEvPtaOFfNWOXwWwzdNz1I89NZTzwawxP85hOWS3KTppS7n5K2w0gQ1X1Gtbl3ujIK/owk0E39r5A== +"@lwc/sfdc-lwc-compiler@13.2.20", "@lwc/sfdc-lwc-compiler@~13.2.20": + version "13.2.20" + resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.20.tgz#a07a58d08098e752967a70102ff296cd700114a8" + integrity sha512-c1TNMX0lS4K8NdtfEdQSmj1gVYD3Bk+JTikWJK8VyWPN55La+2NZ1+Lf+f0bYUyFOYesJa1OTpiScGLnZzQTmQ== dependencies: "@babel/core" "7.28.5" "@babel/parser" "7.28.5" @@ -2695,11 +2702,11 @@ "@babel/traverse" "7.28.5" "@babel/types" "7.28.5" "@komaci/esm-generator" "260.31.0" - "@lwc/dev-server-plugin-lex" "13.3.7" + "@lwc/dev-server-plugin-lex" "13.2.20" "@lwc/eslint-plugin-lwc" "3.3.0" "@lwc/eslint-plugin-lwc-platform" "6.3.0" - "@lwc/metadata" "13.3.7" - "@lwc/sfdc-compiler-utils" "13.3.7" + "@lwc/metadata" "13.2.20" + "@lwc/sfdc-compiler-utils" "13.2.20" "@rollup/plugin-babel" "^6.1.0" "@rollup/plugin-replace" "^6.0.3" "@rollup/wasm-node" "4.52.5" @@ -2708,86 +2715,85 @@ "@swc/wasm" "1.14.0" astring "~1.9.0" doctrine "~3.0.0" - eslint "~9.39.1" + eslint "~9.38.0" eslint-plugin-import "~2.32.0" eslint-plugin-jest "~29.0.1" gray-matter "~4.0.3" line-column "~1.0.2" magic-string "~0.30.21" markdown-it "~14.1.0" - meriyah "^5.0.0" parse5-sax-parser "~8.0.0" postcss "~8.5.6" postcss-selector-parser "~7.1.0" terser "~5.44.0" -"@lwc/shared@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.26.2.tgz#c240d5711e768fac27f28e336431fc032f93cc78" - integrity sha512-mFEV0koz8NtCnmPDRlaBhm6JhBnhdcaJ1Bsc3gHXBf//T0dnrrQWRHm+eTt4jheGidoEbbblbRJGTnPj+DKGmw== +"@lwc/shared@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.25.1.tgz#b58de342c396a04352063a2e196bec780df69eee" + integrity sha512-+L1+ZDUTyTAfEgCo9dm14hCanzCWKJqg/FjITDj1kB4n2WAbwj4sa2u3PuoQB3J5v3uiV+8wGUV/rlS8Kc2EXQ== -"@lwc/signals@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.26.2.tgz#6ea53bd62cf59cd170b780acc7ac6cecfbe528ef" - integrity sha512-svrQ/3QOmV7zS22A9U5u3UdrRmbJFxDeo2bIkI8yqYCvuMvASr/EbwtUzfQDMBx/lkP7B0823UvsDBgX1EGzlg== +"@lwc/signals@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.25.1.tgz#e913b28c3dc161afe31e34faae4bb1092f07a41c" + integrity sha512-mpNj0wQyCAOio/+V26JAa5qRxUCeQq8W5zoiFZqUxybqHwCo8GHewOsCnO+opzHN3IFEF9L8R4R9ohCzgFXnew== -"@lwc/ssr-compiler@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.26.2.tgz#e748e85d25359199db9687cb5c4e3bb8c1219388" - integrity sha512-hQ+EzviGFfu9GZ2PGdJfmjiaol+B/oyEcOpuxWxCs1Eq6fhWjzqK6G6uXxsJmZ/aU8H+HhLUdLKfQwxqgh/Bew== +"@lwc/ssr-compiler@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.25.1.tgz#b2973535e7fae9a1b6b2a4db1e8360c814495489" + integrity sha512-qExYVLWm8kw7OrwQOpItrME3ILjvZfZGO1NiehFtAGRX6s0NG3z4aayg/lCwhNK0wAVAC+5VHykdw9lDRoN5tA== dependencies: "@babel/types" "7.28.5" - "@lwc/errors" "8.26.2" - "@lwc/shared" "8.26.2" - "@lwc/template-compiler" "8.26.2" + "@lwc/errors" "8.25.1" + "@lwc/shared" "8.25.1" + "@lwc/template-compiler" "8.25.1" acorn "8.15.0" astring "^1.9.0" estree-toolkit "^1.7.13" - immer "^11.0.1" + immer "^10.2.0" meriyah "^5.0.0" -"@lwc/ssr-runtime@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.26.2.tgz#96e45fb20e1fec771105bb601437b4a98fe5b4b8" - integrity sha512-x8fC69YIX903aG9tjsYScbhKKk9pf74TMB0Gk89G87wmKKXfSxG+iqdGvsFIzp5gnncaXt6z1E8ypSlgknNjXw== +"@lwc/ssr-runtime@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.25.1.tgz#b0efde12457367330505ebe9a79458a182a5f642" + integrity sha512-v2JJDaBmkuYD5Bc0dywUAmHF4F9/uPH4kjsuU60Phuwiyu0ZaZBnCEseI6yxghqSYdyzvwaxU3vAq0kccDkReA== -"@lwc/style-compiler@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.26.2.tgz#ba2f09dfd150e7428172dd19b8a8f0d52f40f3ec" - integrity sha512-a0ONS0MXGoEKkAqgCDw+JQM4SSJ4N38kXd4LmZEK6YvYoSPNriq7u2a3Jydh7jjg/9rc9rx4hW/iusJ/woCeNw== +"@lwc/style-compiler@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.25.1.tgz#eff9ca80f046fcf8cc7395812d51c04fcfaaec53" + integrity sha512-CK+PDnpqRY0IG/qDdXFThciLc6ddUA4zcWZR2X2yh2LWWyITPzIcZgWEELhQh38tjo+vTBmHmpORJ9jaRk68hw== dependencies: - "@lwc/shared" "8.26.2" + "@lwc/shared" "8.25.1" postcss "~8.5.6" postcss-selector-parser "~7.1.0" postcss-value-parser "~4.2.0" -"@lwc/synthetic-shadow@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.26.2.tgz#6145504ab6e9ed5a4c52b9076cfbf0d6f63ea6b8" - integrity sha512-8vl68Vxb2oom0pkynxr7kPyJYty/SEDz4UnsCba9DuLTAfl+UqMLca3OWegwrkbDTQVrgaUIwEn3mxY4PmeuDg== +"@lwc/synthetic-shadow@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.25.1.tgz#1354f83b78e9f72449734945b971130a8ccfe2b0" + integrity sha512-Iwh50gTw8pzR8R6kcZt9w1jwmo9W7Zu6m/He+w4x0NSqs8rBBafHYQ17djS+tQC+2kUXVsPbvA1vXgQpau7/SA== -"@lwc/template-compiler@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.26.2.tgz#bb3955681807adc290dc002c2b1a9425a6842f45" - integrity sha512-Y0sTl4pwfAnXVQ9KLoGIlH4DbTlLL4tpW6WU6Jrm5ziZoVttEvofHEC2RlHUAWUmbb22IE9gDw52B67EG8c3Og== +"@lwc/template-compiler@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.25.1.tgz#336e2b53e735bd2cf7eefc7c2a9a2ecfbb1c39c7" + integrity sha512-ZslFjm/vQFA+WkIIXs7JvHd1ilS2UTfzCsKBk5UUDhXGO7ivOvUOAIMteLfkD1szxsIe1/SgDV7Y3gHeJFd1qw== dependencies: - "@lwc/errors" "8.26.2" - "@lwc/shared" "8.26.2" + "@lwc/errors" "8.25.1" + "@lwc/shared" "8.25.1" acorn "~8.15.0" astring "~1.9.0" he "~1.2.0" -"@lwc/types@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.26.2.tgz#8d40086ffc0a0058a1d8f1ece6ae0e405d1210cc" - integrity sha512-eAex7gBr0XjZbhGI/HK+fxHKxmFpqg7lDvs40GYiBZWY+r6Jj0FnvBuZm4UiRvDvk8SHsSe+h/q7Bil8uOcKfA== +"@lwc/types@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.25.1.tgz#a2377c24b69d98da9d9ac5245cf2e7fb7140ab6a" + integrity sha512-V0vq4COz5et/iyY1zjOYJrs2TDkPNyFe50lHrOjZBzpZdXTcGwCqNiLHvh/trIKeZo4/5A5xPOCjJ3MOxhsTUw== dependencies: - "@lwc/engine-core" "8.26.2" + "@lwc/engine-core" "8.25.1" -"@lwc/wire-service@8.26.2": - version "8.26.2" - resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.26.2.tgz#53ba15859316488a03c65af604ab03ee19583533" - integrity sha512-R1Gt1N2UjT2VQuQ2voECLLSXt3NtR3AYLDKms4otv4fxI6xosDNj4ChltAIQ2enooU0dFGWyNTUK2iTPD+pUqg== +"@lwc/wire-service@8.25.1": + version "8.25.1" + resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.25.1.tgz#4728abfecfa970c1b16786d096c9dc07213ccb7c" + integrity sha512-MHLwG1a7HNwF02OYaEquq7hrK9edXMLNkVHiP3gtx8EJfkefM1AQul/E+o3v6hIneI8tGlR013jF5Mm5C100YQ== "@lwrjs/api@0.18.3": version "0.18.3" @@ -6922,19 +6928,19 @@ eslint@^8.56.0, eslint@^8.57.0: strip-ansi "^6.0.1" text-table "^0.2.0" -eslint@~9.39.1: - version "9.39.2" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c" - integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw== +eslint@~9.38.0: + version "9.38.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e" + integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw== dependencies: "@eslint-community/eslint-utils" "^4.8.0" "@eslint-community/regexpp" "^4.12.1" "@eslint/config-array" "^0.21.1" - "@eslint/config-helpers" "^0.4.2" - "@eslint/core" "^0.17.0" + "@eslint/config-helpers" "^0.4.1" + "@eslint/core" "^0.16.0" "@eslint/eslintrc" "^3.3.1" - "@eslint/js" "9.39.2" - "@eslint/plugin-kit" "^0.4.1" + "@eslint/js" "9.38.0" + "@eslint/plugin-kit" "^0.4.0" "@humanfs/node" "^0.16.6" "@humanwhocodes/module-importer" "^1.0.1" "@humanwhocodes/retry" "^0.4.2" @@ -8164,10 +8170,10 @@ immediate@~3.0.5: resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== -immer@^11.0.1: - version "11.0.1" - resolved "https://registry.yarnpkg.com/immer/-/immer-11.0.1.tgz#2191adadc17afc94553bfb7a4c0ca95e55ec2489" - integrity sha512-naDCyggtcBWANtIrjQEajhhBEuL9b0Zg4zmlWK2CzS6xCWSE39/vvf4LqnMjUAWHBhot4m9MHCM/Z+mfWhUkiA== +immer@^10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/immer/-/immer-10.2.0.tgz#88a4ce06a1af64172d254b70f7cb04df51c871b1" + integrity sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw== import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.0" @@ -9252,29 +9258,29 @@ lunr@^2.3.9: resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1" integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== -lwc@~8.26.2: - version "8.26.2" - resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.26.2.tgz#a32891cfb48ccd73203e7c74253ce66e43b847f9" - integrity sha512-V1xPz1AN+KowCBi9PdFYBrhmjmlyeP9Ub4uhXK24LRLahcFk5tQZu4l3EjIfaJn/TjDu6GNcfJOX0dY6pWo7Mg== - dependencies: - "@lwc/aria-reflection" "8.26.2" - "@lwc/babel-plugin-component" "8.26.2" - "@lwc/compiler" "8.26.2" - "@lwc/engine-core" "8.26.2" - "@lwc/engine-dom" "8.26.2" - "@lwc/engine-server" "8.26.2" - "@lwc/errors" "8.26.2" - "@lwc/features" "8.26.2" - "@lwc/module-resolver" "8.26.2" - "@lwc/rollup-plugin" "8.26.2" - "@lwc/shared" "8.26.2" - "@lwc/ssr-compiler" "8.26.2" - "@lwc/ssr-runtime" "8.26.2" - "@lwc/style-compiler" "8.26.2" - "@lwc/synthetic-shadow" "8.26.2" - "@lwc/template-compiler" "8.26.2" - "@lwc/types" "8.26.2" - "@lwc/wire-service" "8.26.2" +lwc@~8.25.1: + version "8.25.1" + resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.25.1.tgz#990bd4e9e7eb100af28be244f9be39889888612b" + integrity sha512-afHJ80wzoXflbZ32HUal05Wy0WO4zVdHb9HTLDivWzk0Podq0NqcKlZU72MiFDs0HtBnn+H6CMGhGMICQj/XYQ== + dependencies: + "@lwc/aria-reflection" "8.25.1" + "@lwc/babel-plugin-component" "8.25.1" + "@lwc/compiler" "8.25.1" + "@lwc/engine-core" "8.25.1" + "@lwc/engine-dom" "8.25.1" + "@lwc/engine-server" "8.25.1" + "@lwc/errors" "8.25.1" + "@lwc/features" "8.25.1" + "@lwc/module-resolver" "8.25.1" + "@lwc/rollup-plugin" "8.25.1" + "@lwc/shared" "8.25.1" + "@lwc/ssr-compiler" "8.25.1" + "@lwc/ssr-runtime" "8.25.1" + "@lwc/style-compiler" "8.25.1" + "@lwc/synthetic-shadow" "8.25.1" + "@lwc/template-compiler" "8.25.1" + "@lwc/types" "8.25.1" + "@lwc/wire-service" "8.25.1" magic-string@^0.25.3: version "0.25.9"