Commit Graph
816 Commits
Author SHA1 Message Date
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
Mike PenzandGitHub fcda088e97 Merge pull request #431 from mikepenz/dependabot/npm_and_yarn/webpack-5.50.0
build(deps): bump webpack from 5.49.0 to 5.50.0
2021-08-11 15:09:01 +02:00
Mike PenzandGitHub 06579e562e Merge pull request #429 from mikepenz/dependabot/npm_and_yarn/types/jest-27.0.0
build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
2021-08-11 15:08:51 +02:00
dependabot[bot]andGitHub c400820ce9 build(deps): bump webpack from 5.49.0 to 5.50.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.49.0 to 5.50.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.49.0...v5.50.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-11 13:04:21 +00:00
dependabot[bot]andGitHub 5cea9a5230 build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.0.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 13:04:01 +00:00
Mike PenzandGitHub c1919c1a8f Merge pull request #428 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.1
build(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1
2021-08-10 15:09:55 +02:00
dependabot[bot]andGitHub 87c07ad7f0 build(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.0 to 4.29.1.
- [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.1/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-10 13:04:09 +00:00
Mike PenzandGitHub 51ffd15166 Merge pull request #426 from mikepenz/dependabot/npm_and_yarn/webpack-5.49.0
build(deps): bump webpack from 5.48.0 to 5.49.0
2021-08-06 15:28:52 +02:00
Mike PenzandGitHub f108d81621 Merge pull request #425 from mikepenz/dependabot/npm_and_yarn/types/node-16.4.13
build(deps-dev): bump @types/node from 16.4.11 to 16.4.13
2021-08-06 15:28:47 +02:00
dependabot[bot]andGitHub cdf42a15ff build(deps): bump webpack from 5.48.0 to 5.49.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.48.0 to 5.49.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.49.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-06 13:02:41 +00:00
dependabot[bot]andGitHub 385f71aa52 build(deps-dev): bump @types/node from 16.4.11 to 16.4.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.11 to 16.4.13.
- [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-06 13:02:22 +00:00
Mike PenzandGitHub 0eb7546942 Merge pull request #422 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.9.0
build(deps): bump @octokit/rest from 18.8.0 to 18.9.0
2021-08-04 15:44:28 +02:00
Mike PenzandGitHub 952cca29ee Merge pull request #421 from mikepenz/dependabot/npm_and_yarn/types/node-16.4.11
build(deps-dev): bump @types/node from 16.4.10 to 16.4.11
2021-08-04 15:44:19 +02:00
dependabot[bot]andGitHub 503909838e build(deps): bump @octokit/rest from 18.8.0 to 18.9.0
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.8.0 to 18.9.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.8.0...v18.9.0)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 13:04:37 +00:00
dependabot[bot]andGitHub 79c2ea725c build(deps-dev): bump @types/node from 16.4.10 to 16.4.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.10 to 16.4.11.
- [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-04 13:04:21 +00:00
Mike PenzandGitHub 784b983b79 Merge pull request #420 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.0
build(deps-dev): bump @typescript-eslint/parser from 4.28.5 to 4.29.0
2021-08-03 15:55:11 +02:00
Mike PenzandGitHub 08788aaac4 Merge pull request #419 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.8.0
build(deps): bump @octokit/rest from 18.7.2 to 18.8.0
2021-08-03 15:55:02 +02:00
dependabot[bot]andGitHub 2a3dc77969 build(deps-dev): bump @typescript-eslint/parser from 4.28.5 to 4.29.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.5 to 4.29.0.
- [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.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-03 13:03:24 +00:00
dependabot[bot]andGitHub 3052f231e6 build(deps): bump @octokit/rest from 18.7.2 to 18.8.0
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.7.2 to 18.8.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.7.2...v18.8.0)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-03 13:03:11 +00:00
Mike PenzandGitHub db2f4c0ee9 Merge pull request #418 from mikepenz/dependabot/npm_and_yarn/webpack-5.48.0
build(deps): bump webpack from 5.47.1 to 5.48.0
2021-08-02 15:26:32 +02:00
Mike PenzandGitHub a245bdec61 Merge pull request #417 from mikepenz/dependabot/npm_and_yarn/types/node-16.4.10
build(deps-dev): bump @types/node from 16.4.7 to 16.4.10
2021-08-02 15:26:27 +02:00
Mike PenzandGitHub 6b32e66b3d Merge pull request #416 from mikepenz/dependabot/npm_and_yarn/eslint-7.32.0
build(deps-dev): bump eslint from 7.31.0 to 7.32.0
2021-08-02 15:26:21 +02:00
dependabot[bot]andGitHub 4d62346c47 build(deps): bump webpack from 5.47.1 to 5.48.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.1 to 5.48.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.47.1...v5.48.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-02 13:03:04 +00:00
dependabot[bot]andGitHub 38a4fd3dff build(deps-dev): bump @types/node from 16.4.7 to 16.4.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.7 to 16.4.10.
- [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-02 13:02:49 +00:00
dependabot[bot]andGitHub d92b206a9c build(deps-dev): bump eslint from 7.31.0 to 7.32.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 13:02:38 +00:00
Mike PenzandGitHub c3d0d0255a Merge pull request #414 from mikepenz/feature/recompile_20210730
Recompile dist with latest dependency updates
2021-07-30 14:09:39 +02:00
Mike Penz 07268e45a6 - recompile library and run npm update
- add note on default full sample regarding labels
2021-07-30 14:06:12 +02:00
Mike PenzandGitHub 33839f51d8 Merge pull request #412 from mikepenz/dependabot/npm_and_yarn/types/node-16.4.6
build(deps-dev): bump @types/node from 16.4.5 to 16.4.6
2021-07-29 16:00:58 +02:00
dependabot[bot]andGitHub 9c4daf029d build(deps-dev): bump @types/node from 16.4.5 to 16.4.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.5 to 16.4.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-07-29 13:03:19 +00:00
Mike PenzandGitHub ec5e3ff4f5 Merge pull request #411 from mikepenz/dependabot/npm_and_yarn/webpack-5.47.0
build(deps): bump webpack from 5.46.0 to 5.47.0
2021-07-28 15:48:54 +02:00
Mike PenzandGitHub 352d45d052 Merge pull request #410 from mikepenz/dependabot/npm_and_yarn/types/node-16.4.5
build(deps-dev): bump @types/node from 16.4.3 to 16.4.5
2021-07-28 15:48:49 +02:00