Skip to content

Commit dee7625

Browse files
authored
update babel, eslint deps (#591)
2 parents ca42f52 + 5e3bdeb commit dee7625

File tree

4 files changed

+396
-91
lines changed

4 files changed

+396
-91
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'npm'
9+
directory: '/'
1010
schedule:
11-
interval: "weekly"
11+
interval: 'weekly'
12+
groups:
13+
dependencies:
14+
patterns:
15+
- '*'

packages/express/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"winston-daily-rotate-file": "^5.0.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.22.9",
39-
"@babel/preset-env": "^7.22.9",
40-
"@babel/preset-typescript": "^7.22.5",
38+
"@babel/core": "^7.26.9",
39+
"@babel/preset-env": "^7.26.9",
40+
"@babel/preset-typescript": "^7.26.0",
4141
"@tsconfig/node18": "^18.2.4",
4242
"@types/cookie-parser": "^1.4.8",
4343
"@types/cors": "^2.8.17",
@@ -49,20 +49,20 @@
4949
"@types/morgan": "^1.9.9",
5050
"@types/node": "18",
5151
"@types/pouchdb": "^6.4.2",
52-
"@typescript-eslint/eslint-plugin": "^8.24.0",
53-
"@typescript-eslint/parser": "^8.24.0",
52+
"@typescript-eslint/eslint-plugin": "^8.25.0",
53+
"@typescript-eslint/parser": "^8.25.0",
5454
"babel-jest": "^29.6.1",
55-
"eslint": "^9.20.0",
56-
"eslint-config-prettier": "^10.0.1",
55+
"eslint": "^9.21.0",
56+
"eslint-config-prettier": "^10.0.2",
5757
"eslint-plugin-prettier": "^5.2.3",
5858
"jest": "^29.6.1",
5959
"jest-environment-node": "^29.7.0",
60-
"prettier": "^2.2.1",
60+
"prettier": "^2.8.8",
6161
"rimraf": "*",
6262
"ts-jest": "^29.2.5",
6363
"ts-node": "^10.9.2",
6464
"tsx": "^4.19.2",
6565
"typescript": "^5.7.2",
66-
"typescript-eslint": "^8.24.0"
66+
"typescript-eslint": "^8.25.0"
6767
}
6868
}

packages/vue/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"webmidi": "^2.5.1"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.26.0",
55+
"@babel/core": "^7.26.9",
5656
"@babel/plugin-proposal-class-static-block": "^7.21.0",
5757
"@testing-library/jest-dom": "^6.6.3",
5858
"@testing-library/vue": "^8.1.0",
@@ -66,22 +66,22 @@
6666
"@types/simplemde": "^1.11.7",
6767
"@types/wavesurfer.js": "^5.1.0",
6868
"@types/webmidi": "^2.0.4",
69-
"@typescript-eslint/eslint-plugin": "^8.20.0",
70-
"@typescript-eslint/parser": "^8.20.0",
69+
"@typescript-eslint/eslint-plugin": "^8.25.0",
70+
"@typescript-eslint/parser": "^8.25.0",
7171
"@vitejs/plugin-vue": "^5.2.1",
7272
"@vitest/coverage-v8": "^3.0.2",
7373
"@vitest/ui": "3.0.5",
74-
"@vue/eslint-config-typescript": "^14.3.0",
74+
"@vue/eslint-config-typescript": "^14.4.0",
7575
"@vue/runtime-dom": "^3.5.13",
7676
"@vue/test-utils": "^2.0.0",
7777
"@vue/vue3-jest": "^29.2.6",
78-
"@vuetify/loader-shared": "^2.0.3",
78+
"@vuetify/loader-shared": "^2.1.0",
7979
"assert": "^2.1.0",
8080
"autoprefixer": "^10.4.20",
8181
"babel-jest": "^29",
8282
"buffer": "^6.0.3",
83-
"eslint": "^9.18.0",
84-
"eslint-config-prettier": "^10.0.1",
83+
"eslint": "^9.21.0",
84+
"eslint-config-prettier": "^10.0.2",
8585
"eslint-plugin-vue": "^9.32.0",
8686
"eslint-plugin-vuetify": "^2.5.1",
8787
"globals": "^15.14.0",
@@ -96,7 +96,7 @@
9696
"timers-browserify": "^2.0.12",
9797
"ts-jest": "^29",
9898
"typescript": "~5.7.2",
99-
"typescript-eslint": "^8.20.0",
99+
"typescript-eslint": "^8.25.0",
100100
"util": "^0.12.5",
101101
"vite": "^6.0.9",
102102
"vite-plugin-eslint": "^1.8.1",

0 commit comments

Comments
 (0)