dependabot[bot]
|
ab2277d67b
|
build(deps-dev): bump vite, electron-vite and vitest
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [electron-vite](https://github.com/alex8088/electron-vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies needed to be updated together.
Updates `vite` from 5.4.21 to 8.0.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.11/packages/vite)
Updates `electron-vite` from 2.3.0 to 5.0.0
- [Release notes](https://github.com/alex8088/electron-vite/releases)
- [Changelog](https://github.com/alex8088/electron-vite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alex8088/electron-vite/compare/v2.3.0...v5.0.0)
Updates `vitest` from 1.6.1 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 8.0.11
dependency-type: direct:development
- dependency-name: electron-vite
dependency-version: 5.0.0
dependency-type: direct:development
- dependency-name: vitest
dependency-version: 4.1.5
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-05-09 12:17:17 +00:00 |
|
|
|
6fe306e7b1
|
fix: typecheck/lint 오류 수정
tsconfig.json: module ESNext로 변경, renderer 제외.
.eslintrc.cjs: varsIgnorePattern '^_' 추가.
store.ts: notificationIntervalSecs 기본값(30) 추가.
src/lib/index.ts: FilterOptions/ScanEntry를 올바른 소스 파일에서 import.
scanner.ts: 미사용 fs import 제거.
ipc.ts: 미사용 nanoid import 제거.
cli/index.ts: 미사용 argv 변수 void 처리, showHelp() → 메시지 출력으로 대체.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-05-09 15:50:25 +09:00 |
|
|
|
2bd1c05af3
|
preload.js 및 normalize_ko.js 파일 삭제, normalize.js 기능 개선 및 README 문서 업데이트
|
2024-12-18 02:51:41 +09:00 |
|
|
|
7afcf19178
|
README.md 추가 및 CLI 도구에 대한 사용법 설명: 파일 이름 변환기 기능 구현, 디렉토리 목록 가져오기 기능 추가
|
2024-12-17 02:57:18 +09:00 |
|
|
|
40c2ecdd18
|
sqlite3 종속성 추가 및 UI 텍스트 영어로 변경
|
2024-12-16 23:40:30 +09:00 |
|
|
|
776e2c9d82
|
Electron 애플리케이션 초기 설정: 메인 프로세스 및 프리로드 스크립트 추가, HTML 인터페이스 구현, 디렉토리 선택 및 감시 기능 추가
|
2024-12-16 23:08:23 +09:00 |
|
|
|
ea410d66f8
|
패키지 이름 변경 및 종속성 추가: nfd-to-nfc-converter에서 nfd2nfc로 변경, chokidar 및 readdirp 추가
|
2024-12-16 22:33:03 +09:00 |
|
|
|
24390231bc
|
macOS 관련 파일 무시 규칙 추가 및 파일 이름 정규화 기능 개선
|
2024-12-16 22:17:47 +09:00 |
|