Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-package-json": "^0.59.0",
"eslint-plugin-package-json": "^0.85.0",
"eslint-plugin-prettier": "^5.5.4",
"glob": "^11.1.0",
"jsonc-eslint-parser": "^2.4.0",
Expand All @@ -406,10 +406,10 @@
"vscode": "^1.73.0"
},
"icon": "media/logo.png",
"extensionKind": [

Check failure on line 409 in package.json

View workflow job for this annotation

GitHub Actions / Lint

Package top-level property "extensionKind" is not ordered in the npm standard way. Run the ESLint auto-fixer to correct

Check failure on line 409 in package.json

View workflow job for this annotation

GitHub Actions / Test

Package top-level property "extensionKind" is not ordered in the npm standard way. Run the ESLint auto-fixer to correct
"ui"
],
"capabilities": {

Check failure on line 412 in package.json

View workflow job for this annotation

GitHub Actions / Lint

Package top-level property "capabilities" is not ordered in the npm standard way. Run the ESLint auto-fixer to correct

Check failure on line 412 in package.json

View workflow job for this annotation

GitHub Actions / Test

Package top-level property "capabilities" is not ordered in the npm standard way. Run the ESLint auto-fixer to correct
"untrustedWorkspaces": {
"supported": true
}
Expand Down
29 changes: 15 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3759,21 +3759,21 @@ eslint-plugin-md@^1.0.19:
remark-preset-lint-markdown-style-guide "^2.1.3"
requireindex "~1.1.0"

eslint-plugin-package-json@^0.59.0:
version "0.59.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.59.0.tgz#fb847e54742a3465de2e6c813608f95c88075c24"
integrity sha512-4xdVhL3b7LqQQh8cvN3hX8HkAVM6cxZoXqyN4ZE4kN9NuJ21sgnj1IGS19/bmIgCdGBhmsWGXbbyD1H9mjZfMA==
eslint-plugin-package-json@^0.85.0:
version "0.85.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-package-json/-/eslint-plugin-package-json-0.85.0.tgz#acbd53be1eafe9d667a8bf80c4459ab2d9a80a9f"
integrity sha512-MrOxFvhbqLuk4FIPG9v3u9Amn0n137J8LKILHvgfxK3rRyAHEVzuZM0CtpXFTx7cx4LzmAzONtlpjbM0UFNuTA==
dependencies:
"@altano/repository-tools" "^2.0.1"
change-case "^5.4.4"
detect-indent "^7.0.2"
detect-newline "^4.0.1"
eslint-fix-utils "~0.4.0"
package-json-validator "~0.31.0"
package-json-validator "~0.59.0"
semver "^7.7.3"
sort-object-keys "^2.0.0"
sort-package-json "^3.4.0"
validate-npm-package-name "^6.0.2"
validate-npm-package-name "^7.0.0"

eslint-plugin-prettier@^5.5.4:
version "5.5.4"
Expand Down Expand Up @@ -6587,13 +6587,14 @@ package-json-from-dist@^1.0.0:
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==

package-json-validator@~0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.31.0.tgz#c5a693e6db3ee9ca6dddfd5d07a79807f340dc77"
integrity sha512-kAVO0fNFWI2xpmthogYHnHjCtg0nJvwm9yjd9nnrR5OKIts5fmNMK2OhhjnLD1/ohJNodhCa5tZm8AolOgkfMg==
package-json-validator@~0.59.0:
version "0.59.0"
resolved "https://registry.yarnpkg.com/package-json-validator/-/package-json-validator-0.59.0.tgz#28612014fd76b97836fd56de35828e86d4828a85"
integrity sha512-WBTDKtO9pBa9GmA1sPbQHqlWxRdnHNfLFIIA49PPgV7px/rG27gHX57DWy77qyu374fla4veaIHy+gA+qRRuug==
dependencies:
semver "^7.7.2"
validate-npm-package-license "^3.0.4"
validate-npm-package-name "^7.0.0"
yargs "~18.0.0"

pako@~1.0.2:
Expand Down Expand Up @@ -9222,10 +9223,10 @@ validate-npm-package-license@^3.0.4:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

validate-npm-package-name@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-6.0.2.tgz#4e8d2c4d939975a73dd1b7a65e8f08d44c85df96"
integrity sha512-IUoow1YUtvoBBC06dXs8bR8B9vuA3aJfmQNKMoaPG/OFsPmoQvw8xh+6Ye25Gx9DQhoEom3Pcu9MKHerm/NpUQ==
validate-npm-package-name@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-7.0.0.tgz#3b4fe12b4abfb8b0be010d0e75b1fe2b52295bc6"
integrity sha512-bwVk/OK+Qu108aJcMAEiU4yavHUI7aN20TgZNBj9MR2iU1zPUl1Z1Otr7771ExfYTPTvfN8ZJ1pbr5Iklgt4xg==

version-range@^4.13.0:
version "4.14.0"
Expand Down
Loading