Skip to content

Commit bd799fb

Browse files
authored
chore(deps): update dependencies and devDependencies (#162)
* chore(deps): update dependencies and devDependencies - Updated `@dimforge/rapier3d-compat` from `^0.14.0` to `^0.17.0` - Updated `@release-it/conventional-changelog` from `^9.0.3` to `^10.0.1` - Updated `@Tresjs/core` from `^4.3.1` to `^4.3.5` - Updated `@types/node` from `^22.10.2` to `^22.15.18` - Updated `@types/three` from `^0.170.0` to `^0.176.0` - Updated `@vitejs/plugin-vue` from `^5.2.1` to `^5.2.4` - Updated `eslint` from `^9.16.0` to `^9.27.0` - Updated `eslint-plugin-vue` from `^9.32.0` to `^10.1.0` - Updated `pathe` from `^1.1.2` to `^2.0.3` - Updated `release-it` from `^17.10.0` to `^19.0.2` - Updated `three` from `^0.171.0` to `^0.176.0` - Updated `typescript` from `^5.7.2` to `^5.8.3` - Updated `unocss` from `^0.65.1` to `^66.1.2` - Updated `vite` from `^6.0.3` to `^6.3.5` - Updated `vite-plugin-banner` from `^0.8.0` to `^0.8.1` - Updated `vite-plugin-dts` from `^4.3.0` to `^4.5.4` - Updated `vitepress` from `1.3.4` to `1.6.3` - Updated `vue` from `^3.5.13` to `^3.5.14` - Updated `vue-tsc` from `^2.1.10` to `^2.2.10` * ci: update ubuntu version
1 parent 7a11432 commit bd799fb

File tree

4 files changed

+2351
-2484
lines changed

4 files changed

+2351
-2484
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
lint:
1010
name: Lint
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
node-version: [20]

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default tresLintConfig({
55
}, {
66
rules: {
77
'style/max-statements-per-line': 'off',
8-
'jsdoc/check-alignment': 'off',
8+
// TODO: temporary fix for Error while loading rule 'jsonc/no-useless-escape': Cannot read properties of undefined (reading 'allowRegexCharacters')
9+
'jsonc/no-useless-escape': 'off',
910
},
1011
})

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,30 @@
6464
"vue": ">=3.4.0"
6565
},
6666
"dependencies": {
67-
"@dimforge/rapier3d-compat": "^0.14.0"
67+
"@dimforge/rapier3d-compat": "^0.17.0"
6868
},
6969
"devDependencies": {
70-
"@release-it/conventional-changelog": "^9.0.3",
71-
"@tresjs/core": "^4.3.1",
70+
"@release-it/conventional-changelog": "^10.0.1",
71+
"@tresjs/core": "^4.3.5",
7272
"@tresjs/eslint-config": "^1.4.0",
73-
"@types/node": "^22.10.2",
74-
"@types/three": "^0.170.0",
75-
"@vitejs/plugin-vue": "^5.2.1",
73+
"@types/node": "^22.15.18",
74+
"@types/three": "^0.176.0",
75+
"@vitejs/plugin-vue": "^5.2.4",
7676
"dts": "^0.1.1",
77-
"eslint": "^9.16.0",
78-
"eslint-plugin-vue": "^9.32.0",
77+
"eslint": "^9.27.0",
78+
"eslint-plugin-vue": "^10.1.0",
7979
"kolorist": "^1.8.0",
80-
"pathe": "^1.1.2",
81-
"release-it": "^17.10.0",
80+
"pathe": "^2.0.3",
81+
"release-it": "^19.0.2",
8282
"rollup-plugin-analyzer": "^4.0.0",
83-
"three": "^0.171.0",
84-
"typescript": "^5.7.2",
85-
"unocss": "^0.65.1",
86-
"vite": "^6.0.3",
87-
"vite-plugin-banner": "^0.8.0",
88-
"vite-plugin-dts": "^4.3.0",
89-
"vitepress": "1.3.4",
90-
"vue": "^3.5.13",
91-
"vue-tsc": "^2.1.10"
83+
"three": "^0.176.0",
84+
"typescript": "^5.8.3",
85+
"unocss": "^66.1.2",
86+
"vite": "^6.3.5",
87+
"vite-plugin-banner": "^0.8.1",
88+
"vite-plugin-dts": "^4.5.4",
89+
"vitepress": "1.6.3",
90+
"vue": "^3.5.14",
91+
"vue-tsc": "^2.2.10"
9292
}
9393
}

0 commit comments

Comments
 (0)