Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 885d744 commit c4178a2
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.15.0
nodejs 20.18.1
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vscode-elixir-credo",
"displayName": "Credo (Elixir Linter)",
"version": "1.0.0",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.15.0",
"description": "VSC Support for Elixir linter 'Credo'.",
"author": {
"name": "pantajoe",
Expand All @@ -25,7 +25,7 @@
"main": "./out/main.js",
"icon": "images/elixir.png",
"engines": {
"vscode": "^1.90.2"
"vscode": "^1.95.3"
},
"activationEvents": [
"onLanguage:elixir"
Expand Down Expand Up @@ -143,29 +143,29 @@
"test": "node ./out/test/run.js"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@total-typescript/shoehorn": "^0.1.2",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.8",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.10",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/vscode": "^1.90.0",
"@vscode/test-electron": "^2.4.0",
"@types/vscode": "^1.95.0",
"@vscode/test-electron": "^2.4.1",
"chai": "<5.0.0",
"chai-as-promised": "^7.1.2",
"chai-change": "^2.1.2",
"glob": "^10.4.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"mocha": "^10.4.0",
"sinon": "^18.0.0",
"glob": "^10.4.5",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"mocha": "^10.8.2",
"sinon": "^18.0.1",
"sinon-chai": "^3.7.0",
"typescript": "^5.5.2"
"typescript": "^5.7.2"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit c4178a2

Please sign in to comment.