Commit Graph
497 Commits
Author SHA1 Message Date
Mike Penz df81df33e7 - update
```
    "@actions/core": "^1.9.0",
    "@octokit/rest": "^18.12.0",
    "@types/semver": "^7.3.10",
    "@types/jest": "^28.1.1",
    "@types/node": "^18.0.0",
    "@typescript-eslint/parser": "^5.28.0",
    "@vercel/ncc": "^0.34.0",
    "eslint": "^8.17.0",
    "eslint-plugin-jest": "^26.5.3",
    "jest": "^28.1.1",
    "jest-circus": "^28.1.1",
```
2022-06-16 15:04:28 +02:00
Mike Penz 0eccbb0a68 - dependency upgrades
```
    "@actions/core": "^1.8.1",
    "@actions/github": "^5.0.2",
    "moment": "^2.29.3",
    "tunnel": "^0.0.6", <-- temporarily until https://github.com/actions/toolkit/issues/1083 is fixed
    "webpack": "^5.72.1"
    "@types/jest": "^27.5.1",
    "@types/node": "^17.0.33",
    "@typescript-eslint/parser": "^5.23.0",
    "eslint": "^8.15.0",
    "eslint-plugin-jest": "^26.1.5",
    "jest": "^28.1.0",
    "jest-circus": "^28.1.0",
    "ts-jest": "^28.0.2",
    "typescript": "^4.6.4"
```
2022-05-13 10:10:43 +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
dependabot[bot]andGitHub b9c467b298 build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.3.5...v4.3.6)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 11:35:03 +00:00
dependabot[bot]andGitHub 57cf2af6a8 build(deps-dev): bump eslint-plugin-jest from 26.1.1 to 26.1.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.1 to 26.1.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.1...v26.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 13:05:32 +00:00
Mike Penz d557b224ae - upgrade action to use node16 as engine
- dependency upgrades
```
    "webpack": "^5.70.0"
    "@types/jest": "^27.4.1",
    "@typescript-eslint/parser": "^5.15.0",
    "@types/node": "^17.0.21",
    "@vercel/ncc": "^0.33.3",
    "eslint": "^8.11.0",
    "eslint-plugin-jest": "^26.1.1",
    "prettier": "2.6.0",
    "typescript": "^4.6.2"
```
2022-03-16 12:55:47 +01:00
Mike Penz 9f25f28287 ```
"@typescript-eslint/parser": "^5.11.0",
    "@types/node": "^17.0.17",
    "eslint-plugin-jest": "^26.1.0",
    "jest": "^27.5.1",
    "jest-circus": "^27.5.1",
```
2022-02-11 10:29:06 +01:00
Mike Penz 680fb457d1 ```
"webpack": "^5.68.0"
    "@typescript-eslint/parser": "^5.10.2",
    "@types/node": "^17.0.14",
    "eslint": "^8.8.0",
```
2022-02-01 18:00:04 +01:00
Mike Penz 5e6516b935 - upgrade dependencies to latest stable version
```
    "webpack": "^5.67.0"
    "@typescript-eslint/parser": "^5.10.1",
    "@types/node": "^17.0.13",
    "eslint": "^8.7.0",
    "eslint-plugin-jest": "^26.0.0",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.5"
```
2022-01-28 20:40:29 +01:00
Mike Penz 28deab6aa9 ```
@types/jest                ^27.0.3  →  ^27.4.0
 @typescript-eslint/parser   ^5.8.0  →   ^5.9.0
 @types/node                ^17.0.2  →  ^17.0.8
 eslint                      ^8.5.0  →   ^8.6.0
 eslint-plugin-jest         ^25.3.0  →  ^25.3.4
 jest                       ^27.4.5  →  ^27.4.7
 jest-circus                ^27.4.5  →  ^27.4.6
```
2022-01-07 09:52:03 +01:00
Mike Penz b0ef6caa29 - dependency updates 2021-12-22 11:44:53 +01:00
Mike Penz 8527351f16 - update to latest set of dependencies
```
 @types/jest                 ^27.0.2  →    ^27.0.3
 @typescript-eslint/parser    ^5.3.0  →     ^5.5.0
 @types/node                ^16.11.6  →  ^16.11.11
 @vercel/ncc                 ^0.31.1  →    ^0.33.0
 eslint                       ^8.1.0  →     ^8.3.0
 eslint-plugin-github         ^4.3.3  →     ^4.3.5
 eslint-plugin-jest          ^25.2.3  →    ^25.3.0
 jest                        ^27.3.1  →    ^27.4.3
 jest-circus                 ^27.3.1  →    ^27.4.2
 prettier                      2.4.1  →      2.5.0
 typescript                   ^4.4.4  →     ^4.5.2
 webpack                     ^5.61.0  →    ^5.64.4
```
2021-12-03 11:59:30 +01:00
Mike Penz 431f48dd0f no message 2021-11-05 08:26:42 +01:00
dependabot[bot]andGitHub 267b05149f build(deps-dev): bump @types/node from 16.11.3 to 16.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.3 to 16.11.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-10-29 06:51:55 +00:00
Mike PenzandGitHub 685de69dd9 Merge pull request #560 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-5.2.0
build(deps-dev): bump @typescript-eslint/parser from 5.1.0 to 5.2.0
2021-10-29 08:51:29 +02:00
Mike PenzandGitHub 7f9c219468 Merge pull request #555 from mikepenz/dependabot/npm_and_yarn/eslint-8.1.0
build(deps-dev): bump eslint from 8.0.1 to 8.1.0
2021-10-29 08:51:21 +02:00
dependabot[bot]andGitHub 1c15c72435 build(deps-dev): bump @typescript-eslint/parser from 5.1.0 to 5.2.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.1.0 to 5.2.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/v5.2.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-10-26 13:04:42 +00:00
dependabot[bot]andGitHub 1c8b9f8597 build(deps): bump webpack from 5.59.1 to 5.60.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.59.1 to 5.60.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.59.1...v5.60.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-10-26 13:04:33 +00:00
dependabot[bot]andGitHub 687cb6a424 build(deps-dev): bump eslint from 8.0.1 to 8.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.0.1...v8.1.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-10-25 13:03:35 +00:00
Mike Penz b823dff75e - upgrade to eslint 8.0.x
- use fixed eslint-plugin-github
- update all dependencies to llatest stable release
- semver 7.3.9
- webpack 5.59.1
- node 8
2021-10-22 10:47:42 +02:00
Mike Penz d305da0aee - additional jest udpates 2021-10-15 08:56:30 +02:00
Mike PenzandGitHub d3d2f79c63 Merge pull request #528 from mikepenz/dependabot/npm_and_yarn/webpack-5.58.0
build(deps): bump webpack from 5.57.1 to 5.58.0
2021-10-11 08:41:34 +02:00
dependabot[bot]andGitHub a6b09005d6 build(deps): bump @octokit/rest from 18.11.4 to 18.12.0
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.4 to 18.12.0.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.4...v18.12.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-10-08 13:03:58 +00:00
dependabot[bot]andGitHub 05c6672701 build(deps): bump webpack from 5.57.1 to 5.58.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.57.1 to 5.58.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.57.1...v5.58.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-10-08 13:03:42 +00:00
Mike PenzandGitHub be71987266 Merge pull request #526 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-github-4.3.2
build(deps-dev): bump eslint-plugin-github from 4.3.0 to 4.3.2
2021-10-08 10:24:26 +02:00
Mike PenzandGitHub fb4fd9ea89 Merge pull request #525 from mikepenz/dependabot/npm_and_yarn/webpack-5.57.1
build(deps): bump webpack from 5.56.1 to 5.57.1
2021-10-08 08:22:20 +02:00
dependabot[bot]andGitHub d905817a83 build(deps-dev): bump eslint-plugin-github from 4.3.0 to 4.3.2
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.0 to 4.3.2.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.3.0...v4.3.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07 13:04:27 +00:00
dependabot[bot]andGitHub 47e55c9df0 build(deps): bump webpack from 5.56.1 to 5.57.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.56.1 to 5.57.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.56.1...v5.57.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 13:04:27 +00:00
dependabot[bot]andGitHub f39747de0f build(deps-dev): bump @types/node from 16.10.2 to 16.10.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.2 to 16.10.3.
- [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-10-06 13:04:15 +00:00
dependabot[bot]andGitHub cd67f47b50 build(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.32.0 to 4.33.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.33.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-10-05 13:03:53 +00:00
Mike PenzandGitHub fbb12c6829 Merge pull request #521 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-jest-24.5.2
build(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.2
2021-10-04 16:02:25 +02:00
dependabot[bot]andGitHub 844fd68344 build(deps): bump webpack from 5.55.1 to 5.56.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.55.1 to 5.56.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.55.1...v5.56.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 13:03:57 +00:00
dependabot[bot]andGitHub 3a07994996 build(deps-dev): bump eslint-plugin-jest from 24.5.0 to 24.5.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.0 to 24.5.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.0...v24.5.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 13:03:49 +00:00
dependabot[bot]andGitHub 7361269dbc build(deps): bump @octokit/rest from 18.11.3 to 18.11.4
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.3 to 18.11.4.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.3...v18.11.4)

---
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-10-01 13:04:53 +00:00
Mike PenzandGitHub 291f66562a Merge pull request #519 from mikepenz/dependabot/npm_and_yarn/octokit/rest-18.11.3
build(deps): bump @octokit/rest from 18.11.2 to 18.11.3
2021-09-30 15:13:10 +02:00
Mike PenzandGitHub 64e5e5dd6d Merge pull request #518 from mikepenz/dependabot/npm_and_yarn/jest-27.2.4
build(deps-dev): bump jest from 27.2.3 to 27.2.4
2021-09-30 15:13:03 +02:00
dependabot[bot]andGitHub e992b8b3c7 build(deps): bump @octokit/rest from 18.11.2 to 18.11.3
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.2 to 18.11.3.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.2...v18.11.3)

---
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-09-30 13:04:50 +00:00
dependabot[bot]andGitHub 270fe7f8a5 build(deps-dev): bump jest from 27.2.3 to 27.2.4
Bumps [jest](https://github.com/facebook/jest) from 27.2.3 to 27.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.3...v27.2.4)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 13:04:38 +00:00
dependabot[bot]andGitHub 5644e9e407 build(deps-dev): bump @types/node from 16.10.1 to 16.10.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.1 to 16.10.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-09-30 13:03:46 +00:00
Mike PenzandGitHub c012f6e58c Merge pull request #514 from mikepenz/dependabot/npm_and_yarn/eslint-plugin-jest-24.5.0
build(deps-dev): bump eslint-plugin-jest from 24.4.2 to 24.5.0
2021-09-29 16:31:56 +02:00
Mike PenzandGitHub 1b732eb2e1 Merge pull request #513 from mikepenz/dependabot/npm_and_yarn/webpack-5.55.1
build(deps): bump webpack from 5.54.0 to 5.55.1
2021-09-29 16:31:50 +02:00
dependabot[bot]andGitHub 425e86b70d build(deps): bump @actions/core from 1.5.0 to 1.6.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.5.0 to 1.6.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-09-29 13:04:47 +00:00
dependabot[bot]andGitHub aeea2c2924 build(deps-dev): bump eslint-plugin-jest from 24.4.2 to 24.5.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.4.2 to 24.5.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.2...v24.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 13:04:38 +00:00
dependabot[bot]andGitHub 7b213b9795 build(deps): bump webpack from 5.54.0 to 5.55.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.54.0 to 5.55.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.54.0...v5.55.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 13:04:29 +00:00
Mike PenzandGitHub 688e357869 Merge pull request #512 from mikepenz/dependabot/npm_and_yarn/jest-27.2.3
build(deps-dev): bump jest from 27.2.2 to 27.2.3
2021-09-28 15:24:27 +02:00
Mike PenzandGitHub 2c9804a167 Merge pull request #510 from mikepenz/dependabot/npm_and_yarn/typescript-eslint/parser-4.32.0
build(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0
2021-09-28 15:24:22 +02:00
dependabot[bot]andGitHub 1e2490956c build(deps-dev): bump jest from 27.2.2 to 27.2.3
Bumps [jest](https://github.com/facebook/jest) from 27.2.2 to 27.2.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.2.2...v27.2.3)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-28 13:05:01 +00:00
dependabot[bot]andGitHub 2dea6c1979 build(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.2 to 4.32.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.32.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-09-28 13:04:12 +00:00
dependabot[bot]andGitHub 14b3d05b36 build(deps): bump @octokit/rest from 18.11.1 to 18.11.2
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.11.1 to 18.11.2.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v18.11.1...v18.11.2)

---
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-09-28 13:03:53 +00:00