certinia / debug-log-analyzer

Salesforce Apex debug log analyzer for Visual Studio Code - Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
https://marketplace.visualstudio.com/items?itemName=financialforce.lana
BSD 3-Clause "New" or "Revised" License
82 stars 18 forks source link

chore: update deps #520

Closed lukecotter closed 3 months ago

lukecotter commented 3 months ago

Description

  1. @salesforce/apex-node (needs work to bundle )
  2. @types/vscode, @types/node (only update when we increase minimum supported vscode version)

More detailed changes

lana/package.json "@typescript-eslint/eslint-plugin": "^6.2.0", -> "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^6.2.0", -> "@typescript-eslint/parser": "^7.11.0",

log-viewer/package.json "sass": "^1.77.2", ->"sass": "^1.77.4", "@typescript-eslint/eslint-plugin": "^6.2.0", -> "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^6.2.0", -> "@typescript-eslint/parser": "^7.11.0",

./package.json "@typescript-eslint/eslint-plugin": "^6.2.0", -> "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^6.2.0", -> "@typescript-eslint/parser": "^7.11.0", "@swc/core": "^1.5.7", -> "@swc/core": "^1.5.24", "lint-staged": "^15.2.4", -> "lint-staged": "^15.2.5",

Type of change (check all applicable)

[optional] Any images / gifs / video

Related Tickets & Documents

Related Issue # fixes # resolves # closes #

Added tests?

Added to documentation?

[optional] Are there any post-deployment tasks we need to perform?