Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0ed4dd4
Bump @typescript-eslint/parser from 5.61.0 to 6.0.0 (#184)
dependabot[bot] Jul 11, 2023
f1d150e
Bump jest from 29.5.0 to 29.6.1 (#180)
dependabot[bot] Jul 11, 2023
5896193
Bump typescript from 5.1.3 to 5.1.6 (#181)
dependabot[bot] Jul 11, 2023
0a1c423
Bump @types/node from 20.3.3 to 20.4.1 (#182)
dependabot[bot] Jul 11, 2023
73f6349
Bump prettier from 2.8.8 to 3.0.0 (#183)
dependabot[bot] Jul 11, 2023
9a702d4
Fix eslint issues
mi-kas Jul 12, 2023
9cd1d6e
Bump eslint-plugin-github from 4.8.0 to 4.9.0 (#189)
dependabot[bot] Jul 19, 2023
7b025b0
Bump @typescript-eslint/parser from 6.0.0 to 6.1.0 (#185)
dependabot[bot] Jul 19, 2023
67d9fa9
Bump @types/node from 20.4.1 to 20.4.2 (#187)
dependabot[bot] Jul 19, 2023
37112c5
Bump eslint from 8.44.0 to 8.45.0 (#188)
dependabot[bot] Jul 19, 2023
5a8851d
Bump eslint-plugin-jest from 27.2.2 to 27.2.3 (#186)
dependabot[bot] Jul 19, 2023
14d787d
Bump @typescript-eslint/parser from 6.1.0 to 6.2.0 (#192)
dependabot[bot] Jul 31, 2023
876eb33
Bump @types/node from 20.4.2 to 20.4.4 (#190)
dependabot[bot] Jul 31, 2023
ee91f28
Bump eslint-plugin-github from 4.9.0 to 4.9.2 (#191)
dependabot[bot] Jul 31, 2023
bc48374
Bump eslint-config-prettier from 8.8.0 to 8.9.0 (#193)
dependabot[bot] Aug 1, 2023
39e820a
Bump xml2js from 0.6.0 to 0.6.2 (#196)
dependabot[bot] Aug 1, 2023
d84523b
Bump @types/node from 20.4.4 to 20.4.5 (#195)
dependabot[bot] Aug 1, 2023
71edd39
Bump jest from 29.6.1 to 29.6.2 (#194)
dependabot[bot] Aug 1, 2023
9b8e07a
Bump eslint from 8.45.0 to 8.46.0 (#197)
dependabot[bot] Aug 1, 2023
ebba0c4
Update build
mi-kas Aug 1, 2023
fbb3ca4
Bump @typescript-eslint/parser from 6.2.0 to 6.3.0 (#201)
dependabot[bot] Aug 8, 2023
1937654
Bump eslint-config-prettier from 8.9.0 to 9.0.0 (#198)
dependabot[bot] Aug 8, 2023
2dbdad7
Bump @types/node from 20.4.5 to 20.4.8 (#200)
dependabot[bot] Aug 8, 2023
491fb46
Bump prettier from 3.0.0 to 3.0.1 (#199)
dependabot[bot] Aug 8, 2023
4bc7ee2
Bump @types/node from 20.4.8 to 20.5.0 (#204)
dependabot[bot] Aug 15, 2023
f8cbead
Bump eslint from 8.46.0 to 8.47.0 (#202)
dependabot[bot] Aug 15, 2023
cda3bf5
Bump @typescript-eslint/parser from 6.3.0 to 6.4.0 (#203)
dependabot[bot] Aug 15, 2023
fbc9d86
merge conflict
edwardstock Jul 5, 2023
f22e664
render process cleanup; readme update (#2)
edwardstock Jul 5, 2023
686bef5
[Improvement] support for multiple paths (#3)
edwardstock Jul 14, 2023
8b722e9
merge conflict
edwardstock Aug 24, 2023
5c424b7
Merge branch 'main' into merge-upstream
edwardstock Aug 24, 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
41 changes: 20 additions & 21 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,24 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"xml2js": "^0.6.0"
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/node": "^20.5.0",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/parser": "^6.4.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-github": "^4.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest": "^29.6.2",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"prettier": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
Loading