Skip to content

release: v0.2.20 #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fbea359
chore: update npm dependencies
technote-space Jun 1, 2023
3aa55d6
feat: update package version
technote-space Jun 1, 2023
d1cdc90
chore: update npm dependencies
technote-space Jun 8, 2023
cacb5e9
chore: update npm dependencies
technote-space Jun 15, 2023
4902c2d
chore: update npm dependencies
technote-space Jun 22, 2023
bff671f
chore: update npm dependencies
technote-space Jul 13, 2023
8d24998
chore: update npm dependencies
technote-space Jul 20, 2023
6c8aac6
chore: update npm dependencies
technote-space Jul 27, 2023
e112d94
chore: update npm dependencies
technote-space Aug 3, 2023
ae8271d
chore: update npm dependencies
technote-space Aug 10, 2023
f724abd
chore: update npm dependencies
technote-space Aug 17, 2023
69eced4
chore: update npm dependencies
technote-space Aug 24, 2023
8d66c5f
chore: update npm dependencies
technote-space Aug 31, 2023
f001ed7
chore: update npm dependencies
technote-space Sep 7, 2023
de910eb
chore: update npm dependencies
technote-space Sep 14, 2023
61bbac0
chore: update npm dependencies
technote-space Sep 21, 2023
87e2b34
chore: update npm dependencies
technote-space Sep 28, 2023
5d22181
chore: update npm dependencies
technote-space Oct 5, 2023
9878c61
chore: update npm dependencies
technote-space Oct 12, 2023
093de14
chore: update npm dependencies
technote-space Oct 19, 2023
7b006cf
chore: update npm dependencies
technote-space Oct 26, 2023
bb20837
chore: update npm dependencies
technote-space Nov 2, 2023
212364f
chore: update npm dependencies
technote-space Nov 9, 2023
be25964
chore: update npm dependencies
technote-space Nov 16, 2023
c6b28f8
chore: update npm dependencies
technote-space Nov 23, 2023
cee5705
chore: update npm dependencies
technote-space Nov 30, 2023
7c91889
chore: update npm dependencies
technote-space Dec 7, 2023
7bfe5ca
chore: update npm dependencies
technote-space Dec 14, 2023
0535220
chore: update npm dependencies
technote-space Dec 21, 2023
d175db7
chore: update npm dependencies
technote-space Dec 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-log-helper",
"version": "0.2.19",
"version": "0.2.20",
"description": "Logging helpers for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -43,28 +43,28 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@actions/core": "^1.10.0",
"sprintf-js": "^1.1.2"
"@actions/core": "^1.10.1",
"sprintf-js": "^1.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-test-helper": "^0.11.15",
"@types/node": "^20.2.3",
"@types/sprintf-js": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@rollup/plugin-typescript": "^11.1.5",
"@sindresorhus/tsconfig": "^5.0.0",
"@technote-space/github-action-test-helper": "^0.11.17",
"@types/node": "^20.10.5",
"@types/sprintf-js": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^15.2.0",
"pinst": "^3.0.0",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading