-
Notifications
You must be signed in to change notification settings - Fork 9
chore(deps): update all non-major dependencies #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "mdc", | ||
| "packageManager": "pnpm@11.7.0", | ||
| "packageManager": "pnpm@11.27.0", | ||
| "displayName": "Comark - Components in Markdown (previously MDC)", | ||
| "description": "Provides syntax highlighting and colon matching for Comark (Components in Markdown, previously MDC) files.", | ||
| "version": "0.6.2", | ||
|
|
@@ -13,7 +13,7 @@ | |
| "homepage": "https://github.com/comarkdown/vscode-comark/blob/main/README.md", | ||
| "license": "MIT", | ||
| "engines": { | ||
| "vscode": "^1.75.0" | ||
| "vscode": "^1.138.0" | ||
| }, | ||
| "categories": [ | ||
| "Programming Languages", | ||
|
|
@@ -218,25 +218,25 @@ | |
| "publish": "vsce publish" | ||
| }, | ||
| "devDependencies": { | ||
| "@nuxt/schema": "^4.4.8", | ||
| "@nuxt/schema": "^4.5.2", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Regenerate The lockfile importer still lists older specifiers and versions, such as Regenerate the lockfile for every changed dependency. 🤖 Prompt for AI Agents |
||
| "@types/glob": "^9.0.0", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^25.9.3", | ||
| "@types/node": "^25.9.7", | ||
| "@types/vscode": "1.42.0", | ||
| "@vscode/test-electron": "^2.5.2", | ||
| "@vscode/vsce": "^2.32.0", | ||
| "esno": "^4.8.0", | ||
| "glob": "^13.0.6", | ||
| "mocha": "^11.7.6", | ||
| "oxlint": "^1.70.0", | ||
| "release-it": "^20.2.0", | ||
| "mocha": "^11.8.0", | ||
| "oxlint": "^1.83.0", | ||
| "release-it": "^20.2.1", | ||
| "typescript": "6.0.3", | ||
| "vitest": "^4.1.9", | ||
| "vitest": "^4.1.11", | ||
| "vscode-textmate": "^9.3.2", | ||
| "vue-component-meta": "^3.3.5" | ||
| "vue-component-meta": "^3.3.11" | ||
| }, | ||
| "dependencies": { | ||
| "@nuxtlabs/monarch-mdc": "^0.9.0", | ||
| "@nuxtlabs/monarch-mdc": "^0.10.0", | ||
| "scule": "^1.3.0", | ||
| "vscode-textmate": "^9.3.2" | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: comarkdown/vscode-comark
Length of output: 32722
🏁 Script executed:
Repository: comarkdown/vscode-comark
Length of output: 22229
Reconcile the VS Code support floor with the package metadata. The stated objective names VS Code 1.137.0, but
package.jsondeclaresengines.vscodeas^1.138.0, which excludes 1.137.0. The repository does not establish another support floor. If 1.137.0 is intended, change the value to^1.137.0; otherwise update the stated objective.🤖 Prompt for AI Agents