Releases: tldr-pages/tldr-labeler-action
Releases · tldr-pages/tldr-labeler-action
v0.6.0
What's Changed
- feat: run
npm test
before committing instead of before pushing by @sebastiaanspeck in #47 - build(deps-dev): bump @types/node from 22.10.2 to 22.10.3 by @dependabot in #48
- Do not run when PR is draft by @sebastiaanspeck in #49
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add support for mass-changes label by @sebastiaanspeck in #33
- Add
translation edit
and renametranslation
tonew translation
by @sebastiaanspeck in #43 - Add
review needed
if there are no CODEOWNERs assigned by @sebastiaanspeck in #46
Dependency Changes
- build(deps-dev): bump @types/node from 20.12.12 to 20.13.0 by @dependabot in #15
- build(deps-dev): bump typescript from 4.9.5 to 5.4.5 by @dependabot in #16
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #17
- build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #18
- build(deps-dev): bump @types/node from 20.13.0 to 20.14.9 by @dependabot in #19
- build(deps-dev): bump typescript from 5.5.2 to 5.5.4 by @dependabot in #20
- build(deps-dev): bump @types/node from 20.14.9 to 22.0.2 by @dependabot in #21
- build(deps-dev): bump husky from 9.0.11 to 9.1.4 by @dependabot in #22
- build(deps-dev): bump @types/node from 22.0.2 to 22.5.1 by @dependabot in #24
- build(deps-dev): bump husky from 9.1.4 to 9.1.5 by @dependabot in #23
- build(deps-dev): bump husky from 9.1.5 to 9.1.6 by @dependabot in #25
- build(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 by @dependabot in #28
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in #27
- build(deps-dev): bump @types/node from 22.5.1 to 22.7.4 by @dependabot in #26
- build(deps-dev): bump @types/node from 22.7.4 to 22.8.6 by @dependabot in #32
- build(deps): bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #30
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #31
- run
npm audit fix
by @sebastiaanspeck in #34 - upgrade correctly to husky v9 by @sebastiaanspeck in #35
- run
npx npm-check-updates -u
to upgrade all dependencies by @sebastiaanspeck in #36 - build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #38
- build(deps-dev): bump husky from 9.1.6 to 9.1.7 by @dependabot in #39
- build(deps-dev): bump @types/node from 22.9.0 to 22.10.1 by @dependabot in #41
- build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 by @dependabot in #40
- Run
npm audit fix
by @sebastiaanspeck in #45 - build(deps-dev): bump @types/node from 22.10.1 to 22.10.2 by @dependabot in #44
New Contributors
- @sebastiaanspeck made their first contribution in #34
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This release fixes the above annotation warning in action runs by updating all the dependencies to Node 20.
Changelog
- Extend the community label for CODEOWNERS files by @kbdharun (3146601)
- Extend tooling label for JSON files by @kbdharun (3146601)
- Update
index.js
dist for Node 20 by @kbdharun (3146601)
Extended Changelog
- Add dependabot configuration to schedule dependency updates by @kbdharun (4ad287a)
- Bump typescript from 4.9.5 to 5.4.5 by @dependabot in #13
- Bump @vercel/ncc from 0.33.4 to 0.38.1 by @dependabot in #14
- Bump @types/node from 17.0.45 to 20.12.12 by @dependabot in #12
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #10
- Bump husky from 7.0.4 to 9.0.11 by @dependabot in #11
- Fix errors in
tsconfig.json
by forcing consistent casting in file names by @kbdharun (3146601)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #6
- Bump @actions/core from 1.7.0 to 1.9.1 by @dependabot in #5
- CI: bump actions/checkout to v4 by @kbdharun in #7
- action: update runtime to Node 20 by @kbdharun in #8
- Bump @babel/traverse from 7.17.10 to 7.23.2 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #6
- @kbdharun made their first contribution in #7
Full Changelog: v0...v0.3.0
v0.2.0
v0.1.1
What's Changed
- Update license holder by @MasterOdin in #1
- Fix set label to translation pages by @navarroaxel in #2
- Simplify regex for test directories and files.
- Extract testable getFileLabel function.
- Simplify loop over changed files.
- Use Array instead of Set.
- Remove the waiting label only.
- Add community label for MAINTAINERS.md file.
- Add unit tests with jest.
- Add Husky to run unit tests before the push.
- Add engine to
package.json
to know the required runtime more easily.
New Contributors
- @MasterOdin made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
initial commit