Skip to content

Commit 25a9826

Browse files
Merge pull request #151 from pedrohenrique-ql/dependabot/npm_and_yarn/canary/npm-40409ece1f
chore: bump the npm group across 1 directory with 17 updates
2 parents b146a64 + d773190 commit 25a9826

File tree

5 files changed

+1759
-1766
lines changed

5 files changed

+1759
-1766
lines changed

.github/actions/regex-match-setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Install Node.js
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 20.11.1
10+
node-version: 20.19.0
1111

1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v3

.github/dependabot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ updates:
1111
commit-message:
1212
prefix: chore
1313
target-branch: canary
14-
reviewers:
15-
- pedrohenrique-ql
1614
groups:
1715
npm:
1816
patterns:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following dependencies are required to run the project:
117117

118118
| Dependency | Version |
119119
| ---------------------------------------------------- | ----------------- |
120-
| [Node.js](https://nodejs.org/) | >= 20.11.0 && <21 |
120+
| [Node.js](https://nodejs.org/) | >= 20.19.0 && <21 |
121121
| [Visual Studio Code](https://code.visualstudio.com/) | ^1.96.0 |
122122
| [pnpm](https://pnpm.io/) | 8.15.3 |
123123

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"publisher": "pedrohenrique-ql",
1515
"engines": {
16-
"node": ">= 20.11.0 <21",
16+
"node": ">= 20.19.0 <21",
1717
"vscode": "^1.96.0"
1818
},
1919
"license": "MIT",
@@ -153,37 +153,37 @@
153153
"prepare": "husky"
154154
},
155155
"devDependencies": {
156-
"@commitlint/cli": "^19.8.0",
157-
"@commitlint/config-conventional": "^19.8.0",
156+
"@commitlint/cli": "^19.8.1",
157+
"@commitlint/config-conventional": "^19.8.1",
158158
"@types/fs-extra": "^11.0.4",
159159
"@types/glob": "^7.2.0",
160-
"@types/mocha": "^10.0.7",
161-
"@types/node": "^22.15.3",
160+
"@types/mocha": "^10.0.10",
161+
"@types/node": "^24.0.8",
162162
"@types/tmp": "^0.2.6",
163163
"@types/vscode": "^1.96.0",
164-
"@typescript-eslint/eslint-plugin": "^8.31.1",
165-
"@typescript-eslint/parser": "^8.31.1",
166-
"@vscode/test-cli": "^0.0.10",
164+
"@typescript-eslint/eslint-plugin": "^8.35.1",
165+
"@typescript-eslint/parser": "^8.35.1",
166+
"@vscode/test-cli": "^0.0.11",
167167
"@vscode/test-electron": "^2.5.2",
168-
"@vscode/vsce": "^3.3.2",
169-
"concurrently": "^9.1.2",
168+
"@vscode/vsce": "^3.6.0",
169+
"concurrently": "^9.2.0",
170170
"eslint": "^8.57.0",
171-
"eslint-config-prettier": "^10.1.2",
172-
"eslint-import-resolver-typescript": "^4.3.4",
173-
"eslint-plugin-import": "^2.31.0",
171+
"eslint-config-prettier": "^10.1.5",
172+
"eslint-import-resolver-typescript": "^4.4.4",
173+
"eslint-plugin-import": "^2.32.0",
174174
"eslint-plugin-import-helpers": "^2.0.1",
175-
"eslint-plugin-prettier": "^5.2.6",
175+
"eslint-plugin-prettier": "^5.5.1",
176176
"fs-extra": "^11.3.0",
177177
"glob": "^7.2.3",
178178
"husky": "^9.1.7",
179-
"lint-staged": "^15.5.1",
180-
"mocha": "^10.7.3",
181-
"prettier": "^3.5.3",
182-
"prettier-plugin-sh": "^0.17.2",
179+
"lint-staged": "^16.1.2",
180+
"mocha": "^11.7.1",
181+
"prettier": "^3.6.2",
182+
"prettier-plugin-sh": "^0.18.0",
183183
"tmp": "^0.2.3",
184-
"tsup": "^8.4.0",
184+
"tsup": "^8.5.0",
185185
"typescript": "^5.8.3",
186186
"vite-tsconfig-paths": "^5.1.4",
187-
"vitest": "^3.1.2"
187+
"vitest": "^3.2.4"
188188
}
189189
}

0 commit comments

Comments
 (0)