 dependabot[bot]andGitHub
|
b8ea2a20c3
|
build(deps-dev): bump @types/node from 16.7.6 to 16.7.8
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.7.6 to 16.7.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-31 13:04:01 +00:00 |
|
 Mike PenzandGitHub
|
9a960de9dd
|
Merge pull request #463 from mikepenz/dependabot/npm_and_yarn/types/node-16.7.6
build(deps-dev): bump @types/node from 16.7.2 to 16.7.6
|
2021-08-30 16:09:16 +02:00 |
|
 Mike PenzandGitHub
|
4f03212836
|
Merge pull request #462 from mikepenz/dependabot/npm_and_yarn/vercel/ncc-0.30.0
build(deps-dev): bump @vercel/ncc from 0.29.2 to 0.30.0
|
2021-08-30 16:09:11 +02:00 |
|
 dependabot[bot]andGitHub
|
85ce680691
|
build(deps-dev): bump @types/node from 16.7.2 to 16.7.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.7.2 to 16.7.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-30 13:03:25 +00:00 |
|
 dependabot[bot]andGitHub
|
604d501102
|
build(deps-dev): bump @vercel/ncc from 0.29.2 to 0.30.0
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.29.2 to 0.30.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.29.2...0.30.0)
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-30 13:03:14 +00:00 |
|
 Mike PenzandGitHub
|
63f1b3f392
|
Merge pull request #459 from mikepenz/dependabot/npm_and_yarn/jest-27.1.0
build(deps-dev): bump jest from 27.0.6 to 27.1.0
|
2021-08-29 12:47:14 +02:00 |
|
 dependabot[bot]andGitHub
|
afc2d53d21
|
build(deps-dev): bump jest from 27.0.6 to 27.1.0
Bumps [jest](https://github.com/facebook/jest) from 27.0.6 to 27.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.0.6...v27.1.0)
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-27 13:03:41 +00:00 |
|
Mike Penz
|
ae00441aba
|
- add documentation for duplication_filter
|
2021-08-27 13:52:45 +02:00 |
|
 Mike PenzandGitHub
|
abc52e9d46
|
Merge pull request #457 from mikepenz/feature/filter_duplicates
Feature/filter duplicates
|
2021-08-27 13:43:34 +02:00 |
|
Mike Penz
|
7a28de97be
|
- introduce new configuration duplicate_filter allowing to drop duplicated elements from the changelog
- restructure transform.ts to simplify code
- introduce new test cases to verify new deduplication feature
|
2021-08-27 13:28:56 +02:00 |
|
Mike Penz
|
59a6af0516
|
- restructure transform.test.ts
- format test files
|
2021-08-27 11:59:12 +02:00 |
|
 Mike PenzandGitHub
|
f4f12c3359
|
Merge pull request #456 from mikepenz/feature/exhaustive_category_matching
Exhaustive label matching for categories
|
2021-08-27 11:44:34 +02:00 |
|
Mike Penz
|
cfac2f37a1
|
- introduce new configuration option to define category labels to be exhaustive
- require all labels of a category to be present in the matching PR
- update to typescript 4.4.x
- recompile dist
|
2021-08-27 11:41:20 +02:00 |
|
 Mike PenzandGitHub
|
354828ea24
|
Merge pull request #455 from mikepenz/feature/451
Output joined list with PR IDs
|
2021-08-26 17:23:22 +02:00 |
|
Mike Penz
|
8c6615fc6c
|
- update README, recompile dist
|
2021-08-26 17:20:12 +02:00 |
|
Mike Penz
|
595c92f7b7
|
- define , joined list and set it as pull_requests output
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/451
|
2021-08-26 17:15:28 +02:00 |
|
 Mike PenzandGitHub
|
3c21930f08
|
Merge pull request #453 from mikepenz/feature/450
Introduce `method` configuration for `label_extractor` | Additional `transform.test.ts` cases
|
2021-08-26 16:52:51 +02:00 |
|
Mike Penz
|
e94389ad02
|
- add additional test case to highlight combined regex for multiple labels
|
2021-08-26 16:46:45 +02:00 |
|
Mike Penz
|
d8f61a957d
|
- introduce new match mechanism for the label_extractor. Allowed replace (default) vs match
- introduce new test case to verify match behavior
|
2021-08-26 16:41:45 +02:00 |
|
Mike Penz
|
a753722e84
|
- introduce test cases for transform.test.ts
- add test case to highlight label extractor feature FIX https://github.com/mikepenz/release-changelog-builder-action/issues/450
- test cases can easily be run via `npm test -- transform.test.ts`
- slightly simplify releaseNotes.ts and transform.ts
|
2021-08-26 16:05:04 +02:00 |
|
 Mike PenzandGitHub
|
b9e099f9e4
|
Merge pull request #452 from mikepenz/dependabot/npm_and_yarn/types/node-16.7.2
build(deps-dev): bump @types/node from 16.6.2 to 16.7.2
|
2021-08-26 15:09:41 +02:00 |
|
 dependabot[bot]andGitHub
|
3e630d4faa
|
build(deps-dev): bump @types/node from 16.6.2 to 16.7.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.2 to 16.7.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-26 13:03:56 +00:00 |
|
 Mike PenzandGitHub
|
c7090055fd
|
Merge pull request #449 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.3
build(deps-dev): bump @typescript-eslint/parser from 4.29.2 to 4.29.3
|
2021-08-24 16:28:06 +02:00 |
|
 dependabot[bot]andGitHub
|
3215bb731b
|
build(deps-dev): bump @typescript-eslint/parser from 4.29.2 to 4.29.3
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.2 to 4.29.3.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.3/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-24 13:04:28 +00:00 |
|
 Mike PenzandGitHub
|
bc10a94f01
|
Merge pull request #447 from mikepenz/dependabot/npm_and_yarn/vercel/ncc-0.29.2
build(deps-dev): bump @vercel/ncc from 0.29.1 to 0.29.2
|
2021-08-20 16:54:38 +02:00 |
|
 Mike PenzandGitHub
|
42cd09fa9b
|
Merge pull request #446 from mikepenz/dependabot/npm_and_yarn/actions/core-1.5.0
build(deps): bump @actions/core from 1.4.0 to 1.5.0
|
2021-08-20 16:54:32 +02:00 |
|
 Mike PenzandGitHub
|
72d75e8484
|
Merge pull request #445 from mikepenz/dependabot/npm_and_yarn/webpack-5.51.1
build(deps): bump webpack from 5.51.0 to 5.51.1
|
2021-08-20 16:54:27 +02:00 |
|
 dependabot[bot]andGitHub
|
ba6ea3327c
|
build(deps-dev): bump @vercel/ncc from 0.29.1 to 0.29.2
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.29.1 to 0.29.2.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.29.1...0.29.2)
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-20 13:03:21 +00:00 |
|
 dependabot[bot]andGitHub
|
14e7f14cf6
|
build(deps): bump @actions/core from 1.4.0 to 1.5.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-20 13:03:08 +00:00 |
|
 dependabot[bot]andGitHub
|
4030ddb597
|
build(deps): bump webpack from 5.51.0 to 5.51.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.51.0 to 5.51.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.51.0...v5.51.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-20 13:02:59 +00:00 |
|
 Mike PenzandGitHub
|
fdb66cfddf
|
Merge pull request #444 from mikepenz/dependabot/npm_and_yarn/types/node-16.6.2
build(deps-dev): bump @types/node from 16.6.1 to 16.6.2
|
2021-08-19 16:13:59 +02:00 |
|
 Mike PenzandGitHub
|
b96c0a074f
|
Merge pull request #443 from mikepenz/dependabot/npm_and_yarn/webpack-5.51.0
build(deps): bump webpack from 5.50.0 to 5.51.0
|
2021-08-19 16:13:48 +02:00 |
|
 dependabot[bot]andGitHub
|
108dab3374
|
build(deps-dev): bump @types/node from 16.6.1 to 16.6.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.1 to 16.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-19 13:03:45 +00:00 |
|
 dependabot[bot]andGitHub
|
b5f4233aa9
|
build(deps): bump webpack from 5.50.0 to 5.51.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.50.0 to 5.51.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.50.0...v5.51.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-19 13:03:34 +00:00 |
|
 Mike PenzandGitHub
|
39def555e1
|
Merge pull request #441 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.2
build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2
|
2021-08-17 15:16:57 +02:00 |
|
 Mike PenzandGitHub
|
79f830ce5d
|
Merge pull request #440 from mikepenz/dependabot/npm_and_yarn/ts-jest-27.0.5
build(deps-dev): bump ts-jest from 27.0.4 to 27.0.5
|
2021-08-17 15:16:47 +02:00 |
|
 dependabot[bot]andGitHub
|
93c18263fc
|
build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.1 to 4.29.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.2/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-17 13:03:33 +00:00 |
|
 dependabot[bot]andGitHub
|
4537b5f5fd
|
build(deps-dev): bump ts-jest from 27.0.4 to 27.0.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.4 to 27.0.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.4...v27.0.5)
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-17 13:03:14 +00:00 |
|
 Mike PenzandGitHub
|
8a450297c0
|
Merge pull request #439 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.9.1
build(deps): bump @octokit/rest from 18.9.0 to 18.9.1
|
2021-08-17 09:00:32 +02:00 |
|
 dependabot[bot]andGitHub
|
0d66482fbf
|
build(deps): bump @octokit/rest from 18.9.0 to 18.9.1
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.9.0 to 18.9.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.9.0...v18.9.1)
---
updated-dependencies:
- dependency-name: "@octokit/rest"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-16 13:05:29 +00:00 |
|
 Mike PenzandGitHub
|
463226138a
|
Merge pull request #437 from mikepenz/feature/427_433
Fallback to retrieve `toTag` from git API
|
2021-08-15 11:01:52 +02:00 |
|
Mike Penz
|
d22595ba8b
|
- rework toTag resolving fallback if build was not started from a tag
- fallback to retrieve `toTag` from git API (only if 2 tags are available)
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/427
- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/433
- introduce test case to verify
|
2021-08-15 10:56:55 +02:00 |
|
 Mike PenzandGitHub
|
8433cedbc5
|
Merge pull request #436 from mikepenz/feature/upgrade_fix_eslint
Dependencies upgrade | recompile dist
|
2021-08-14 18:11:06 +02:00 |
|
Mike Penz
|
6a2da2fa89
|
- upgrade dependencies
- recompile dist
- fix eslint errors, update eslint rules
|
2021-08-14 18:07:18 +02:00 |
|
 Mike PenzandGitHub
|
0f11745197
|
Merge pull request #435 from mikepenz/dependabot/npm_and_yarn/types/jest-27.0.1
build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1
|
2021-08-14 17:36:32 +02:00 |
|
 dependabot[bot]andGitHub
|
f722370e79
|
build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.0 to 27.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-14 15:33:24 +00:00 |
|
 Mike PenzandGitHub
|
e2d1e9445b
|
Merge pull request #434 from mikepenz/dependabot/npm_and_yarn/types/node-16.6.1
build(deps-dev): bump @types/node from 16.6.0 to 16.6.1
|
2021-08-14 17:32:59 +02:00 |
|
 dependabot[bot]andGitHub
|
f00c925e22
|
build(deps-dev): bump @types/node from 16.6.0 to 16.6.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.0 to 16.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-13 13:03:44 +00:00 |
|
 Mike PenzandGitHub
|
87acbf9d41
|
Merge pull request #432 from mikepenz/dependabot/npm_and_yarn/types/node-16.6.0
build(deps-dev): bump @types/node from 16.4.13 to 16.6.0
|
2021-08-12 17:51:39 +02:00 |
|
 dependabot[bot]andGitHub
|
f8e6cdf8ab
|
build(deps-dev): bump @types/node from 16.4.13 to 16.6.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.13 to 16.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-12 13:03:43 +00:00 |
|