Skip to content

Commit 6885245

Browse files
authored
Update test dependencies (#1462)
1 parent 1cafe39 commit 6885245

File tree

7 files changed

+608
-564
lines changed

7 files changed

+608
-564
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exclude: >
2222
minimum_pre_commit_version: 2.9.0 # types_or
2323
repos:
2424
- repo: https://github.com/streetsidesoftware/cspell-cli
25-
rev: v8.9.0
25+
rev: v8.12.0
2626
hooks:
2727
- id: cspell
2828
# name: Spell check with cspell
@@ -56,6 +56,7 @@ repos:
5656
verbose: true # do not remove, as this allows warnings to be displayed on GHA
5757
args:
5858
# default format is not vscode friendly
59+
- --no-warn-ignored
5960
- --color
6061
- --format=gha
6162
- --format=unix
@@ -146,7 +147,7 @@ repos:
146147
)$
147148
- repo: https://github.com/pycontribs/mirrors-prettier
148149
# keep it before markdownlint and eslint
149-
rev: "v3.3.2"
150+
rev: "v3.3.3"
150151
hooks:
151152
- id: prettier
152153
types_or: ["markdown", "json", "ts"]

.yarn/releases/yarn-4.3.0.cjs renamed to .yarn/releases/yarn-4.3.1.cjs

Lines changed: 217 additions & 217 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ supportedArchitectures:
1313
- darwin
1414
- win32
1515

16-
yarnPath: .yarn/releases/yarn-4.3.0.cjs
16+
yarnPath: .yarn/releases/yarn-4.3.1.cjs

eslint.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const __dirname = path.dirname(__filename); // get the name of the directory
1515

1616
export default tseslint.config(
1717
{
18-
ignores: ["**/out/", ".yarn/*", "media/*", "site/*"],
18+
ignores: ["**/out/", ".vscode-test/*", ".yarn/*", "media/*", "site/*", "commitlint.config.js"],
1919
},
2020
{
2121
extends: [
@@ -42,7 +42,8 @@ export default tseslint.config(
4242
},
4343
},
4444
plugins: {
45-
"@typescript-eslint": ts,
45+
// loaded implicitly, will trigger 'Cannot redefine plugin' if enabled:
46+
// "@typescript-eslint": ts,
4647
tsdoc: tsdocPlugin,
4748
},
4849
rules: {

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@
892892
},
893893
"description": "Ansible language support",
894894
"devDependencies": {
895-
"@eslint/js": "^9.5.0",
895+
"@eslint/js": "^9.8.0",
896896
"@types/chai": "^4.3.14",
897897
"@types/express": "^4.17.21",
898898
"@types/glob": "^8.1.0",
@@ -909,18 +909,18 @@
909909
"@types/vscode": "^1.85.0",
910910
"@types/vscode-webview": "^1.57.5",
911911
"@types/yargs": "^17.0.32",
912-
"@typescript-eslint/eslint-plugin": "^7.13.1",
913-
"@typescript-eslint/parser": "^7.13.1",
912+
"@typescript-eslint/eslint-plugin": "^7.18.0",
913+
"@typescript-eslint/parser": "^7.18.0",
914914
"@vscode/test-electron": "^2.4.0",
915-
"@vscode/vsce": "^2.29.0",
915+
"@vscode/vsce": "^2.31.1",
916916
"axios": "^1.7.2",
917917
"chai": "^4.4.1",
918918
"depcheck": "^1.4.7",
919-
"eslint": "^9.5.0",
919+
"eslint": "^9.8.0",
920920
"eslint-config-prettier": "^9.1.0",
921921
"eslint-formatter-gha": "^1.5.0",
922922
"eslint-formatter-unix": "^8.40.0",
923-
"eslint-plugin-prettier": "^5.1.3",
923+
"eslint-plugin-prettier": "^5.2.1",
924924
"eslint-plugin-tsdoc": "^0.3.0",
925925
"find-process": "^1.4.7",
926926
"glob": "^10.4.2",
@@ -932,17 +932,17 @@
932932
"mochawesome-report-generator": "^6.2.0",
933933
"morgan": "^1.10.0",
934934
"nyc": "^17.0.0",
935-
"ovsx": "^0.9.1",
936-
"prettier": "^3.3.2",
935+
"ovsx": "^0.9.2",
936+
"prettier": "^3.3.3",
937937
"react": "^18.3.1",
938-
"rimraf": "^5.0.7",
938+
"rimraf": "^5.0.9",
939939
"selenium-webdriver": "^4.22.0",
940940
"shiki": "^1.9.0",
941941
"sinon": "^18.0.0",
942942
"ts-loader": "^9.5.1",
943943
"ts-node": "^10.9.2",
944-
"typescript": "^5.5.2",
945-
"typescript-eslint": "^7.13.1",
944+
"typescript": "^5.5.4",
945+
"typescript-eslint": "^7.18.0",
946946
"vscode-extension-tester": "^8.3.0",
947947
"warnings-to-errors-webpack-plugin": "^2.3.0",
948948
"webpack": "^5.92.1",
@@ -1017,7 +1017,7 @@
10171017
"als-compile": "yarn workspace @ansible/ansible-language-server compile"
10181018
},
10191019
"version": "0.0.0",
1020-
"packageManager": "yarn@4.3.0",
1020+
"packageManager": "yarn@4.3.1",
10211021
"vsce": {
10221022
"dependencies": false,
10231023
"yarn": false

packages/ansible-language-server/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,35 +46,35 @@
4646
],
4747
"dependencies": {
4848
"@flatten-js/interval-tree": "^1.1.3",
49-
"antsibull-docs": "^1.0.1",
49+
"antsibull-docs": "^1.0.2",
5050
"axios": "^1.7.2",
51-
"glob": "^10.4.2",
51+
"glob": "^10.4.5",
5252
"ini": "^4.1.3",
5353
"lodash": "^4.17.21",
5454
"uuid": "^10.0.0",
5555
"vscode-languageserver": "^9.0.1",
5656
"vscode-languageserver-textdocument": "^1.0.11",
5757
"vscode-uri": "^3.0.8",
58-
"yaml": "^2.4.5"
58+
"yaml": "^2.5.0"
5959
},
6060
"devDependencies": {
61-
"@types/chai": "^4.3.14",
61+
"@types/chai": "^4.3.16",
6262
"@types/glob": "^8.1.0",
6363
"@types/ini": "^4.1.1",
64-
"@types/lodash": "^4.17.5",
64+
"@types/lodash": "^4.17.7",
6565
"@types/mocha": "^10.0.7",
66-
"@types/node": "^20.14.8",
66+
"@types/node": "^20.14.13",
6767
"@types/uuid": "^10.0.0",
6868
"@types/vscode": "^1.85.0",
69-
"chai": "^4.4.1",
69+
"chai": "^4.5.0",
7070
"fuse.js": "^7.0.0",
7171
"handlebars": "^4.7.8",
72-
"mocha": "^10.4.0",
72+
"mocha": "^10.7.0",
7373
"npm-check-updates": "^16.14.20",
7474
"nyc": "^17.0.0",
75-
"rimraf": "^5.0.7",
75+
"rimraf": "^6.0.1",
7676
"ts-node": "^10.9.2",
77-
"typescript": "^5.5.2"
77+
"typescript": "^5.5.4"
7878
},
7979
"scripts": {
8080
"clean": "rimraf out/server && rimraf lib",

0 commit comments

Comments
 (0)