 Mike PenzandGitHub
|
9196792cd5
|
- revert octokit/rest upgrade as this require node 18 (which github actions does not yet support)
|
2023-07-14 09:08:33 +00:00 |
|
 Mike PenzandGitHub
|
34e64f17ce
|
- upgrade final dependencies to solve compile errors
|
2023-07-14 08:44:12 +00:00 |
|
 Mike PenzandGitHub
|
66fa4e959f
|
```
@octokit/rest ^19.0.13 → ^20.0.1
@types/node ^20.4.0 → ^20.4.1
eslint-plugin-prettier ^5.0.0-alpha.1 → ^5.0.0
https-proxy-agent ^7.0.0 → ^7.0.1
semver ^7.5.3 → ^7.5.4
@octokit/rest ^19.0.13 → ^20.0.1
@types/jest ^29.5.2 → ^29.5.3
@types/node ^20.4.0 → ^20.4.1
@typescript-eslint/parser ^5.61.0 → ^6.0.0
eslint-plugin-prettier ^5.0.0-alpha.1 → ^5.0.0
```
|
2023-07-14 08:40:49 +00:00 |
|
 Mike PenzandGitHub
|
f556874ff0
|
- improve setting the outputs when loading the pr data from the cache
|
2023-07-13 07:59:19 +00:00 |
|
 Mike PenzandGitHub
|
ea9a74b697
|
```
@octokit/rest ^19.0.11 → ^19.0.13
@types/node ^20.3.0 → ^20.4.0
@typescript-eslint/parser ^5.59.9 → ^5.61.0
eslint ^8.42.0 → ^8.44.0
eslint-plugin-jest ^27.2.1 → ^27.2.2
jest ^29.5.0 → ^29.6.1
jest-circus ^29.5.0 → ^29.6.1
prettier 2.8.8 → 3.0.0
ts-jest ^29.1.0 → ^29.1.1
typescript ^5.1.3 → ^5.1.6
```
|
2023-07-07 08:14:04 +00:00 |
|
 Mike PenzandGitHub
|
cd529e7057
|
- allow an Transformer[] beside a Transformer
|
2023-06-18 16:19:21 +00:00 |
|
 Mike PenzandGitHub
|
236a880ab7
|
- move pre-release detection to "versioning"
|
2023-06-18 15:44:21 +00:00 |
|
 Mike PenzandGitHub
|
4928d6dfd9
|
```
@types/node ^20.2.5 → ^20.3.0
@typescript-eslint/parser ^5.59.8 → ^5.59.9
```
|
2023-06-12 06:02:45 +00:00 |
|
 Mike PenzandGitHub
|
2486bf97f4
|
- rename github-pr-collector to pr-collector
|
2023-06-08 08:41:47 +00:00 |
|
 Mike PenzandGitHub
|
831ac3e7ee
|
- introduce the ability to reference parent / child PR relationships
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/1074
- optimize placeholder removal
- only keep placeholders in array if we have values
|
2023-06-04 18:48:53 +00:00 |
|
 Mike PenzandGitHub
|
96a13c2880
|
- update pr-collector version
|
2023-06-04 11:02:18 +00:00 |
|
 Mike PenzandGitHub
|
91da901770
|
- move around some parts of the code
|
2023-06-04 09:59:53 +00:00 |
|
 Mike PenzandGitHub
|
22a8da719a
|
- cleanup package.json
|
2023-06-04 09:12:40 +00:00 |
|
 Mike PenzandGitHub
|
e7dc26611c
|
- move pr collection into npm module
(publish without any furhter notes or docs)
- refactor action to use npm dependency
|
2023-06-03 11:22:52 +00:00 |
|