Mike Penz
4b4d3f1065
- update dist
2025-01-31 19:20:44 +01:00
Mike Penz and GitHub
b3b5245d9b
- upgrade dependencies to latest release
...
```
"@actions/core": "^1.11.1",
"@octokit/rest": "^21.0.2",
```
2024-11-01 20:31:53 +00:00
Mike Penz and GitHub
eff669b17c
```
...
@octokit/rest ^20.1.0 → ^20.1.1
@types/node ^20.12.7 → ^20.14.6
@typescript-eslint/eslint-plugin ^7.6.0 → ^7.13.1
@typescript-eslint/parser ^7.6.0 → ^7.13.1
eslint-plugin-github ^4.10.2 → ^5.0.1
eslint-plugin-jest ^28.2.0 → ^28.6.0
gitea-js ^1.21.2 → ^1.22.0
prettier 3.2.5 → 3.3.2
semver ^7.6.0 → ^7.6.2
ts-jest ^29.1.2 → ^29.1.5
typescript ^5.4.4 → ^5.4.5
```
2024-06-20 09:59:11 +00:00
Mike Penz and GitHub
0832741b20
- upgrade dependencies to their latest version
...
```
@octokit/rest ^20.0.2 → ^20.1.0
@types/node ^20.11.24 → ^20.12.7
@typescript-eslint/eslint-plugin ^7.1.0 → ^7.6.0
@typescript-eslint/parser ^7.1.0 → ^7.6.0
eslint-plugin-jest ^27.9.0 → ^28.2.0
gitea-js ^1.20.1 → ^1.21.2
typescript ^5.3.3 → ^5.4.4
```
2024-04-10 12:00:23 +00:00
Mike Penz and GitHub
2acbc24ac4
```
...
@types/node ^20.11.17 → ^20.11.24
@types/semver ^7.5.6 → ^7.5.8
@typescript-eslint/eslint-plugin ^6.21.0 → ^7.1.0
@typescript-eslint/parser ^6.21.0 → ^7.1.0
eslint ^8.56.0 → ^8.57.0
eslint-plugin-github ^4.10.1 → ^4.10.2
eslint-plugin-jest ^27.6.3 → ^27.9.0
https-proxy-agent ^7.0.2 → ^7.0.4
```
2024-03-02 09:51:13 +00:00
Mike Penz and GitHub
5fe55527bc
- upgrade dependencies
2024-01-12 07:57:14 +00:00
Mike Penz and GitHub
8afbd5a789
- fix formatting
...
- apply some smaller fixes
- enable cache for 1 gitea test (no need to use API)
- do not cache and export token in cache
- speed up main.test.ts
2023-11-05 10:05:00 +00:00
Ankio
1b8e9e1ab7
chore:rebuild dist
2023-11-01 12:38:39 +08:00
Ankio
15114997bc
chore:rebuild dist
2023-11-01 12:38:07 +08:00
Ankio
14751e3922
chore:rebuild dist
2023-11-01 11:41:44 +08:00
Ankio
67b1ef0550
chore:rebuild dist
2023-11-01 11:07:14 +08:00
Mike Penz and GitHub
ec5a7bc198
```
...
@actions/core ^1.10.0 → ^1.10.1
@actions/github ^5.1.1 → ^6.0.0
@octokit/rest ^20.0.1 → ^20.0.2
@types/jest ^29.5.4 → ^29.5.6
@types/node ^20.5.9 → ^20.8.7
@types/semver ^7.5.1 → ^7.5.4
@typescript-eslint/eslint-plugin ^6.5.0 → ^6.8.0
@typescript-eslint/parser ^6.5.0 → ^6.8.0
@vercel/ncc ^0.36.1 → ^0.38.1
eslint ^8.48.0 → ^8.51.0
eslint-plugin-github ^4.10.0 → ^4.10.1
eslint-plugin-jest ^27.2.3 → ^27.4.2
eslint-plugin-prettier ^5.0.0 → ^5.0.1
jest ^29.6.4 → ^29.7.0
jest-circus ^29.6.4 → ^29.7.0
```
2023-10-20 06:49:32 +00:00
Mike Penz and GitHub
ce66235291
- adjust pr-collector inclusion, to simplify debugging
2023-08-18 17:16:42 +00:00
Mike Penz and GitHub
48896744b7
- update the default categories to include the uncategorized category
2023-06-11 20:07:14 +00:00
Mike Penz and GitHub
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
Mike Penz and GitHub
2141e3fb4f
- update dependencies
...
```
Package Current Wanted Latest Location Depended by
@actions/core 1.9.0 1.9.1 1.9.1 node_modules/@actions/core release-changelog-builder-action
@types/node 18.6.4 18.6.5 18.6.5 node_modules/@types/node release-changelog-builder-action
@typescript-eslint/parser 5.32.0 5.33.0 5.33.0 node_modules/@typescript-eslint/parser release-changelog-builder-action
eslint-plugin-jest 26.7.0 26.8.2 26.8.2 node_modules/eslint-plugin-jest release-changelog-builder-action
```
2022-08-10 12:27:25 +00:00
Florian Hopfensperger
97db2b0c39
Add HTTP proxy functionality
...
Signed-off-by: Florian Hopfensperger <florian.hopfensperger@allianz.de >
- lower proxy functionality to Https for now (the general proxy package adds a ton of dependencies - which are difficult to review)
Add octokit documentation
Signed-off-by: Florian Hopfensperger <florian.hopfensperger@allianz.de >
Lint & build & packaged
Signed-off-by: Florian Hopfensperger <florian.hopfensperger@allianz.de >
2022-08-10 08:36:32 +02:00
Mike Penz
3554469804
- dependency upgrades
...
```
"semver": "^7.3.7",
"@typescript-eslint/parser": "^5.19.0",
"@types/node": "^17.0.24",
"@vercel/ncc": "^0.33.4",
"eslint": "^8.13.0",
```
2022-04-15 10:38:01 +02:00
Mike Penz
1965fbb393
- upgrade dependencies
...
```
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"moment": "^2.29.2",
"semver": "^7.3.6",
"webpack": "^5.72.0"
"@typescript-eslint/parser": "^5.18.0",
"@types/node": "^17.0.23",
"eslint": "^8.12.0",
"eslint-plugin-jest": "^26.1.4",
"prettier": "2.6.2",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
```
2022-04-08 10:55:31 +02:00
Mike Penz
732c82c72e
- npm upgrade, update all npm dependencies to latest version
...
- recompile dist
2021-09-24 09:31:07 +02:00
Mike Penz
e38e90f582
- update npm dependencies to their latest versions
2021-06-21 09:08:15 +02:00
Mike Penz
8ac69e5a28
- recompile dist
...
- npm upgrade
2021-05-28 09:57:15 +02:00
Mike Penz
716db920b8
- npm upgrade
2021-04-23 08:47:28 +02:00
Mike Penz
aeea3c27af
- update ncc to latest release (requires webpack)
...
- recompile dist
2021-04-09 10:46:03 +02:00
Mike Penz
0a98514f0c
- rebuild target with updated dependencies
2020-12-02 09:03:26 +01:00
Mike Penz
83ad299b7e
- upgrade sorting logic to use semver to ensure we support all cases properly
2020-10-19 18:56:26 +02:00
Mike Penz
0a66008df0
- introduce proper approach to retrieve tag before a given tag
...
- add configuration options for
- path
- configuration
- fromTag, toTag
- token
- allow to specify transformers to adjust information to a specific form
- allow to specify different templates
- speed up by limiting information to pull
- add logic to automatically resolve current
- use github actions logger
2020-10-16 15:52:24 +02:00
Mike Penz
5dcc029d42
Initial commit
2020-10-16 09:32:07 +02:00