Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#393)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump typescript from 5.5.4 to 5.6.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: ci action

* fix: typo

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: haril song <[email protected]>
  • Loading branch information
dependabot[bot] and songkg7 authored Oct 14, 2024
1 parent 2a9fb3f commit a7ea768
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/auto-assign-action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: auto assign
name: 'Auto assign'
on:
pull_request_target:
types: [opened, ready_for_review]

permissions: { }

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
- uses: kentaro-m/[email protected]

2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JAVASCRIPT_STANDARD: "false"
VALIDATE_TYPESCRIPT_STANDARD: "false"
VALIDATE_CHECKOV: "false"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"process": "^0.11.10",
"ts-jest": "^29.1.4",
"tslib": "2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"@types/js-yaml": "^4.0.9"
}
}

0 comments on commit a7ea768

Please sign in to comment.