Skip to content

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Oct 31, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 31, 2025 23:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project to version 3.0.13 with several key improvements: fixing import paths to use relative references instead of baseUrl-relative paths, updating dependencies and GitHub Actions, removing unused configuration, and adding test coverage for the ApplicationGotoViewUseCase.

  • Removed baseUrl from tsconfig.json and converted imports from src/ paths to relative ../ paths
  • Updated development dependencies and GitHub Actions to newer versions
  • Added comprehensive test coverage for ApplicationGotoViewUseCase
  • Removed CodeQL analysis workflow

Reviewed Changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsconfig.json Removed baseUrl configuration and trailing comma from exclude array
src/infrastructure/Request/repository/RequestCustomRepository.ts Updated import path from baseUrl-relative to relative path
src/infrastructure/Request/repository/RequestContentRepository.ts Updated import path from baseUrl-relative to relative path
src/index.ts Updated version string to 3.0.13
src/domain/loading/Loading.ts Updated import path from baseUrl-relative to relative path
src/application/Application/usecase/ApplicationGotoViewUseCase.test.ts Added comprehensive test suite with 3 test cases covering navigation scenarios
src/application/Application/service/ApplicationQueryStringParserService.ts Updated import path from baseUrl-relative to relative path
package.json Updated version to 3.0.13 and upgraded multiple dev dependencies
.github/workflows/publish.yml Updated GitHub Actions checkout and setup-node from v4 to v5
.github/workflows/lint.yml Updated GitHub Actions checkout and setup-node from v4 to v5
.github/workflows/integration.yml Updated GitHub Actions checkout and setup-node from v4 to v5
.github/workflows/codeql-analysis.yml Removed entire CodeQL analysis workflow file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ienaga ienaga merged commit 1aff053 into main Nov 1, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants