Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Haoqun Jiang <[email protected]>
  • Loading branch information
renovate[bot] and haoqunjiang authored Oct 14, 2024
1 parent 5027f2b commit bac9645
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 97 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ async function init() {
root,
() => {},
(filepath) => {
if (filepath.endsWith('.js')) {
if (filepath.endsWith('.js') && !filepath.endsWith('eslint.config.js')) {
const tsFilePath = filepath.replace(/\.js$/, '.ts')
if (fs.existsSync(tsFilePath)) {
fs.unlinkSync(filepath)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/eslint": "^9.6.1",
"@types/node": "^20.16.11",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "0.4.1",
"@vue/create-eslint-config": "0.4.2",
"@vue/tsconfig": "^0.5.1",
"ejs": "^3.1.10",
"esbuild": "^0.24.0",
Expand Down
Loading

0 comments on commit bac9645

Please sign in to comment.