@salesforce/plugin-lightning-dev 5.1.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/oclif.lock CHANGED
@@ -1504,7 +1504,7 @@
1504
1504
  debug "^4.3.1"
1505
1505
  minimatch "^3.1.2"
1506
1506
 
1507
- "@eslint/config-helpers@^0.4.1":
1507
+ "@eslint/config-helpers@^0.4.1", "@eslint/config-helpers@^0.4.2":
1508
1508
  version "0.4.2"
1509
1509
  resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1510
1510
  integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
@@ -1565,6 +1565,11 @@
1565
1565
  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
1566
1566
  integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
1567
1567
 
1568
+ "@eslint/js@9.39.2":
1569
+ version "9.39.2"
1570
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
1571
+ integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
1572
+
1568
1573
  "@eslint/js@^9.17.0":
1569
1574
  version "9.29.0"
1570
1575
  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
@@ -1575,7 +1580,7 @@
1575
1580
  resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1576
1581
  integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1577
1582
 
1578
- "@eslint/plugin-kit@^0.4.0":
1583
+ "@eslint/plugin-kit@^0.4.0", "@eslint/plugin-kit@^0.4.1":
1579
1584
  version "0.4.1"
1580
1585
  resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1581
1586
  integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
@@ -2248,6 +2253,13 @@
2248
2253
  dependencies:
2249
2254
  magic-string "~0.30.21"
2250
2255
 
2256
+ "@lwc/dev-server-plugin-lex@13.3.6":
2257
+ version "13.3.6"
2258
+ resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.6.tgz#06a69499cb68dc1a6480b42150f91ade9fc90fc7"
2259
+ integrity sha512-N7r3iz6HWDlLYcH0mFfOplGnJ0Sc6wRsITpFpn2uyjxlrZ2UUCICZ/pjS55O8juM0z62AkpBrP7hrKx5jbQeLA==
2260
+ dependencies:
2261
+ magic-string "~0.30.21"
2262
+
2251
2263
  "@lwc/engine-core@8.25.1":
2252
2264
  version "8.25.1"
2253
2265
  resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.25.1.tgz#7d0540e3dece2d7b2cd982ec1f9dd235428b59b6"
@@ -2327,6 +2339,19 @@
2327
2339
  postcss-selector-parser "~7.1.0"
2328
2340
  postcss-value-parser "~4.2.0"
2329
2341
 
2342
+ "@lwc/metadata@13.3.6":
2343
+ version "13.3.6"
2344
+ resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.3.6.tgz#66dc6b2c3d0b67ce328f5901fe1e339774440d5a"
2345
+ integrity sha512-5+K2awgy6CUbkROwCRkLI6NyDhktm71nv/r1vT17K/lVa3F+aEjzbfclwrVcjXrGVnaEp8PlXhmfHLx56jgElQ==
2346
+ dependencies:
2347
+ "@babel/parser" "~7.28.5"
2348
+ "@babel/traverse" "~7.28.5"
2349
+ "@babel/types" "~7.28.5"
2350
+ "@lwc/sfdc-compiler-utils" "13.3.6"
2351
+ postcss "~8.5.6"
2352
+ postcss-selector-parser "~7.1.0"
2353
+ postcss-value-parser "~4.2.0"
2354
+
2330
2355
  "@lwc/module-resolver@8.25.1":
2331
2356
  version "8.25.1"
2332
2357
  resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.25.1.tgz#9c7d0c7f53e0648da45b9ae3982bcb5584082bce"
@@ -2349,7 +2374,12 @@
2349
2374
  resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.20.tgz#1d5985a7169ce5f6192ede48405a3b53cfa3423f"
2350
2375
  integrity sha512-IeorL44CtqnOQhqe8QHqaotOp5uWlraeRJHcRhb0Ssz32LAyIf/4rL+9nleVACfSSiKEyVnkBb7ZTo7TD1edkg==
2351
2376
 
2352
- "@lwc/sfdc-lwc-compiler@13.2.20", "@lwc/sfdc-lwc-compiler@~13.2.20":
2377
+ "@lwc/sfdc-compiler-utils@13.3.6":
2378
+ version "13.3.6"
2379
+ resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.6.tgz#2038bf1551229f30151d2aa071106ce3cde7dfe6"
2380
+ integrity sha512-xYakZmn9miIIoEX1C45Bv6pkdtdpSUeBbFFh+20++N5K5cU93yKz80rbTUGaqNfxCtX/cRHxQosbbvWa/1dZaQ==
2381
+
2382
+ "@lwc/sfdc-lwc-compiler@13.2.20":
2353
2383
  version "13.2.20"
2354
2384
  resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.20.tgz#a07a58d08098e752967a70102ff296cd700114a8"
2355
2385
  integrity sha512-c1TNMX0lS4K8NdtfEdQSmj1gVYD3Bk+JTikWJK8VyWPN55La+2NZ1+Lf+f0bYUyFOYesJa1OTpiScGLnZzQTmQ==
@@ -2386,6 +2416,44 @@
2386
2416
  postcss-selector-parser "~7.1.0"
2387
2417
  terser "~5.44.0"
2388
2418
 
2419
+ "@lwc/sfdc-lwc-compiler@~13.3.6":
2420
+ version "13.3.6"
2421
+ resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.6.tgz#767a3472b72ed4fe75d4bcc06824e7b2b1914fbe"
2422
+ integrity sha512-eE6f0ihFH12BFAiOh+1WPcI2qCERpLdFiLzpdF/jscNqH3tyP7PyfQQ9uFYL1da+CNiSWS7yEWTxW+HXE0Yj/A==
2423
+ dependencies:
2424
+ "@babel/core" "7.28.5"
2425
+ "@babel/parser" "7.28.5"
2426
+ "@babel/plugin-syntax-decorators" "7.27.1"
2427
+ "@babel/preset-typescript" "7.28.5"
2428
+ "@babel/traverse" "7.28.5"
2429
+ "@babel/types" "7.28.5"
2430
+ "@komaci/esm-generator" "260.31.0"
2431
+ "@lwc/dev-server-plugin-lex" "13.3.6"
2432
+ "@lwc/eslint-plugin-lwc" "3.3.0"
2433
+ "@lwc/eslint-plugin-lwc-platform" "6.3.0"
2434
+ "@lwc/metadata" "13.3.6"
2435
+ "@lwc/sfdc-compiler-utils" "13.3.6"
2436
+ "@rollup/plugin-babel" "^6.1.0"
2437
+ "@rollup/plugin-replace" "^6.0.3"
2438
+ "@rollup/wasm-node" "4.52.5"
2439
+ "@salesforce/eslint-config-lwc" "4.1.1"
2440
+ "@salesforce/eslint-plugin-lightning" "2.0.0"
2441
+ "@swc/wasm" "1.14.0"
2442
+ astring "~1.9.0"
2443
+ doctrine "~3.0.0"
2444
+ eslint "~9.39.1"
2445
+ eslint-plugin-import "~2.32.0"
2446
+ eslint-plugin-jest "~29.0.1"
2447
+ gray-matter "~4.0.3"
2448
+ line-column "~1.0.2"
2449
+ magic-string "~0.30.21"
2450
+ markdown-it "~14.1.0"
2451
+ meriyah "^5.0.0"
2452
+ parse5-sax-parser "~8.0.0"
2453
+ postcss "~8.5.6"
2454
+ postcss-selector-parser "~7.1.0"
2455
+ terser "~5.44.0"
2456
+
2389
2457
  "@lwc/shared@8.25.1":
2390
2458
  version "8.25.1"
2391
2459
  resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.25.1.tgz#b58de342c396a04352063a2e196bec780df69eee"
@@ -6632,6 +6700,46 @@ eslint@~9.38.0:
6632
6700
  natural-compare "^1.4.0"
6633
6701
  optionator "^0.9.3"
6634
6702
 
6703
+ eslint@~9.39.1:
6704
+ version "9.39.2"
6705
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
6706
+ integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
6707
+ dependencies:
6708
+ "@eslint-community/eslint-utils" "^4.8.0"
6709
+ "@eslint-community/regexpp" "^4.12.1"
6710
+ "@eslint/config-array" "^0.21.1"
6711
+ "@eslint/config-helpers" "^0.4.2"
6712
+ "@eslint/core" "^0.17.0"
6713
+ "@eslint/eslintrc" "^3.3.1"
6714
+ "@eslint/js" "9.39.2"
6715
+ "@eslint/plugin-kit" "^0.4.1"
6716
+ "@humanfs/node" "^0.16.6"
6717
+ "@humanwhocodes/module-importer" "^1.0.1"
6718
+ "@humanwhocodes/retry" "^0.4.2"
6719
+ "@types/estree" "^1.0.6"
6720
+ ajv "^6.12.4"
6721
+ chalk "^4.0.0"
6722
+ cross-spawn "^7.0.6"
6723
+ debug "^4.3.2"
6724
+ escape-string-regexp "^4.0.0"
6725
+ eslint-scope "^8.4.0"
6726
+ eslint-visitor-keys "^4.2.1"
6727
+ espree "^10.4.0"
6728
+ esquery "^1.5.0"
6729
+ esutils "^2.0.2"
6730
+ fast-deep-equal "^3.1.3"
6731
+ file-entry-cache "^8.0.0"
6732
+ find-up "^5.0.0"
6733
+ glob-parent "^6.0.2"
6734
+ ignore "^5.2.0"
6735
+ imurmurhash "^0.1.4"
6736
+ is-glob "^4.0.0"
6737
+ json-stable-stringify-without-jsonify "^1.0.1"
6738
+ lodash.merge "^4.6.2"
6739
+ minimatch "^3.1.2"
6740
+ natural-compare "^1.4.0"
6741
+ optionator "^0.9.3"
6742
+
6635
6743
  esmock@^2.7.3:
6636
6744
  version "2.7.3"
6637
6745
  resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.3.tgz#25d8fd57b9608f9430185c501e7dab91fb1247bc"
@@ -253,5 +253,5 @@
253
253
  ]
254
254
  }
255
255
  },
256
- "version": "5.1.0"
256
+ "version": "5.1.1"
257
257
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "5.1.0",
4
+ "version": "5.1.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@inquirer/prompts": "^5.3.8",
9
9
  "@inquirer/select": "^2.4.7",
10
10
  "@lwc/lwc-dev-server": "~13.2.20",
11
- "@lwc/sfdc-lwc-compiler": "~13.2.20",
11
+ "@lwc/sfdc-lwc-compiler": "~13.3.6",
12
12
  "@lwrjs/api": "0.18.3",
13
13
  "@oclif/core": "^4.5.6",
14
14
  "@salesforce/core": "^8.23.3",
@@ -269,7 +269,7 @@
269
269
  "yarn": "1.22.22"
270
270
  },
271
271
  "sfdx": {
272
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.0.crt",
273
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.0.sig"
272
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.1.crt",
273
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.1.sig"
274
274
  }
275
275
  }