Releases: Typeslint/github-AutoResponse
Releases · Typeslint/github-AutoResponse
4.0.0
Important
due to the deprecation of node.js v18, our project will no longer support this version. node.js v22 or the latest version will be required. see issue #73 for more details.
What's Changed
- feat(prs): tag maintainers for non user prs by @Muunatic in #69
- refactor: improve tsconfig validation to report missing rules by @Muunatic in #70
- style: change naming convention by @Muunatic in #71
- feat!: migrade to ESM and drop Node v18 support by @Muunatic in #72
- feat!: rewrite to node16 module by @Muunatic in #74
- feat!: migrate octokit to v5 by @Muunatic in #75
- build(CI): upgrade node and npm version by @Muunatic in #76
- build(CI): upgrade node and npm by @Muunatic in #77
Full Changelog: 3.0.1...4.0.0
3.0.1
What's Changed
- docs: update license type to ISC by @Muunatic in #59
- build: upgrade checkout and setup-node by @Muunatic in #60
- style: add parentheses in arrow functions by @Muunatic in #61
- refactor: createReview() function to reduce redundancy by @Muunatic in #62
- refactor: create comment for prs author by @Muunatic in #63
- refactor: using strict equality operator check by @Muunatic in #64
- fix(prsReview): adjust author_association payload by @Muunatic in #65
- chore: rename env to .env by @Muunatic in #66
- chore(release): bump from 3.0.0 to 3.0.1 by @Muunatic in #67
Full Changelog: 3.0.0...3.0.1
3.0.0
Important
due to the deprecation of node.js v16, our project will no longer support this version. node.js v18 or the latest version will be required. see issue #34 for more details.
What's Changed
- fix: change others approved label by @HarunamiYaki in #14
- feat: check PRs type by @HarunamiYaki in #15
- chore: sync main branch to development by @Muunatic in #16
- refactor: get sha from object by @HarunamiYaki in #17
- chore: change repository path by @Muunatic in #19
- feat: allow member to merge pull requests by @Muunatic in #20
- chore: Adjust label for proper case sensitivity by @HarunamiYaki in #21
- feat: implement automated stale label for inactive pull requests by @Muunatic in #22
- fix: fix stale statement condition by @Muunatic in #23
- feat: implement pull request mergeability check by @Muunatic in #25
- refactor: avoid no-misused-promises by @Muunatic in #26
- refactor: Add error interface by @HarunamiYaki in #27
- chore: Adjust reply context by @HarunamiYaki in #28
- build(CI): update node and npm version by @Muunatic in #29
- test(linter): extends recommended-type-checked and add linter rules by @Muunatic in #30
- fix: Add reply outside core dir by @HarunamiYaki in #31
- chore(tsconfig): add pretty to compilerOptions by @Muunatic in #32
- docs: change author name by @Muunatic in #35
- chore: ignore dist directory by @Muunatic in #36
- build(DOCKERFILE): change run script by @Muunatic in #37
- feat(API)!: Replace fetch with Node.js 18 module by @HarunamiYaki in #38
- style: change quotes to double quote by @Muunatic in #39
- test(linter): add quotes rules by @Muunatic in #40
- feat(app): create core class by @Muunatic in #42
- test(linter) add no-unnecessary-condition and sort-imports rules by @Muunatic in #43
- build(CI): add build CI and update node version by @Muunatic in #44
- fix: add missing parentheses to iife by @Muunatic in #47
- fix: inaccessible pull_request number in workflow_run by @Muunatic in #45
- docs: update contribution guide by @Muunatic in #48
- fix: cast 'head_sha' as string by @Muunatic in #49
- refactor: get content changes instead of additions by @Muunatic in #50
- docs(README): Adjust README documentation by @HarunamiYaki in #51
- build(CI): update node version and npm version by @Muunatic in #52
- refactor: using curly bracket on conditional by @Muunatic in #53
- test(linter) add lines-between-class-members, no-multi-spaces, no-multiple-empty-lines by @Muunatic in #55
- chore: Add Security Policy, Templates, and Issue Standardization by @HarunamiYaki in #56
- style: remove multi spaces and add newlines between class members by @Muunatic in #54
- chore(release): 3.0.0 Release by @Muunatic in #57