Compare commits

..

89 Commits

Author SHA1 Message Date
Matthew Costabile
6ee18b2470 Update README.md 2023-07-25 08:13:14 -04:00
Matthew Costabile
a79cf166b5 Merge pull request #412 from actions/dependabot/npm_and_yarn/prettier-3.0.0
build(deps-dev): bump prettier from 2.8.8 to 3.0.0 (and a few others)
2023-07-24 14:50:33 +00:00
Matthew Costabile
8a1828e332 format/build/etc 2023-07-24 14:49:24 +00:00
Matthew Costabile
973ebb68ca update deps 2023-07-24 14:49:21 +00:00
dependabot[bot]
52557c7129 build(deps-dev): bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 14:42:29 +00:00
Matthew Costabile
bdb4bf2fcf Merge pull request #423 from actions/dependabot/npm_and_yarn/types/node-16.18.39
build(deps-dev): bump @types/node from 16.18.38 to 16.18.39
2023-07-24 14:40:49 +00:00
dependabot[bot]
9b7cbef279 build(deps-dev): bump @types/node from 16.18.38 to 16.18.39
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.38 to 16.18.39.
- [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>
2023-07-24 13:23:17 +00:00
Brendan Forster
6d52a5575b Merge pull request #421 from actions/dependabot/npm_and_yarn/eslint-plugin-github-4.9.2
build(deps-dev): bump eslint-plugin-github from 4.9.1 to 4.9.2
2023-07-19 13:43:48 +00:00
dependabot[bot]
54cc505d2c build(deps-dev): bump eslint-plugin-github from 4.9.1 to 4.9.2
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.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>
2023-07-19 13:40:28 +00:00
Brendan Forster
36f39f8b12 Merge pull request #419 from actions/dependabot/npm_and_yarn/eslint-plugin-github-4.9.1
build(deps-dev): bump eslint-plugin-github from 4.9.0 to 4.9.1
2023-07-19 12:18:54 +00:00
Brendan Forster
887f9e6239 Merge pull request #420 from actions/dependabot/npm_and_yarn/word-wrap-1.2.4
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
2023-07-19 12:18:31 +00:00
dependabot[bot]
7cb6768069 build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 08:54:38 +00:00
dependabot[bot]
960ca110e0 build(deps-dev): bump eslint-plugin-github from 4.9.0 to 4.9.1
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1)

---
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>
2023-07-18 13:32:42 +00:00
Cam McHenry
edc057aef9 Merge pull request #418 from actions/dependabot/npm_and_yarn/eslint-8.45.0
build(deps-dev): bump eslint from 8.44.0 to 8.45.0
2023-07-17 14:18:39 +00:00
dependabot[bot]
217b3883b1 build(deps-dev): bump eslint from 8.44.0 to 8.45.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.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.44.0...v8.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 13:21:42 +00:00
Brendan Forster
0a99102a65 Merge pull request #417 from actions/dependabot/npm_and_yarn/eslint-plugin-github-4.9.0
build(deps-dev): bump eslint-plugin-github from 4.8.0 to 4.9.0
2023-07-14 14:02:42 +00:00
dependabot[bot]
f755ecb9b8 build(deps-dev): bump eslint-plugin-github from 4.8.0 to 4.9.0
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 14:01:52 +00:00
Brendan Forster
44f5a43267 Merge pull request #416 from actions/dependabot/npm_and_yarn/eslint-plugin-jest-27.2.3
build(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.2.3
2023-07-14 14:00:59 +00:00
dependabot[bot]
9c804266b5 build(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.2.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.2 to 27.2.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/v27.2.2...v27.2.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>
2023-07-14 13:39:13 +00:00
Brendan Forster
36f5795260 Merge pull request #415 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
build(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0
2023-07-11 15:02:49 +00:00
dependabot[bot]
94a6d20e97 build(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.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>
2023-07-11 13:28:09 +00:00
Brendan Forster
87ad3e8048 Merge pull request #408 from actions/dependabot/npm_and_yarn/types/node-16.18.38
build(deps-dev): bump @types/node from 16.18.36 to 16.18.38
2023-07-10 11:36:50 +00:00
Brendan Forster
1c24cd01de Merge pull request #414 from actions/dependabot/npm_and_yarn/tough-cookie-4.1.3
build(deps): bump tough-cookie from 4.0.0 to 4.1.3
2023-07-10 11:14:02 +00:00
dependabot[bot]
5fd82c5072 build(deps): bump tough-cookie from 4.0.0 to 4.1.3
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 13:08:44 +00:00
dependabot[bot]
002af53ca7 build(deps-dev): bump @types/node from 16.18.36 to 16.18.38
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.36 to 16.18.38.
- [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>
2023-07-04 13:38:50 +00:00
Brendan Forster
a800ee6382 Merge pull request #409 from actions/dependabot/npm_and_yarn/eslint-8.44.0
build(deps-dev): bump eslint from 8.43.0 to 8.44.0
2023-07-04 13:38:26 +00:00
Brendan Forster
96579b343d Merge pull request #410 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.61.0
build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.61.0
2023-07-04 13:37:32 +00:00
dependabot[bot]
cab3e8fdaa build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.61.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.0 to 5.61.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.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>
2023-07-04 13:33:50 +00:00
dependabot[bot]
55c5983362 build(deps-dev): bump eslint from 8.43.0 to 8.44.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.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.43.0...v8.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 13:42:57 +00:00
Matthew Costabile
0da8e46333 Merge pull request #405 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.60.0
build(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0
2023-06-20 14:14:43 +00:00
dependabot[bot]
8390e920ed build(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 to 5.60.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.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>
2023-06-20 13:59:54 +00:00
Matthew Costabile
338542c930 Merge pull request #403 from actions/dependabot/npm_and_yarn/eslint-plugin-jest-27.2.2
build(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.2
2023-06-20 09:54:20 +00:00
Matthew Costabile
f85c23163a Merge pull request #402 from actions/dependabot/npm_and_yarn/eslint-8.43.0
build(deps-dev): bump eslint from 8.42.0 to 8.43.0
2023-06-20 09:53:51 +00:00
dependabot[bot]
cadd99bebf build(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.1 to 27.2.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/v27.2.1...v27.2.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>
2023-06-19 14:01:58 +00:00
dependabot[bot]
36ac48f374 build(deps-dev): bump eslint from 8.42.0 to 8.43.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.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.42.0...v8.43.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 14:01:47 +00:00
Matthew Costabile
89ec196c28 Merge pull request #399 from actions/dependabot/npm_and_yarn/types/node-16.18.36
build(deps-dev): bump @types/node from 16.18.34 to 16.18.36
2023-06-15 17:33:08 +00:00
dependabot[bot]
2b4e8a9194 build(deps-dev): bump @types/node from 16.18.34 to 16.18.36
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.34 to 16.18.36.
- [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>
2023-06-15 17:32:57 +00:00
Matthew Costabile
c04c801147 Merge pull request #400 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.11
build(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.11
2023-06-15 17:31:58 +00:00
dependabot[bot]
d9c2169b6f build(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.11
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.9 to 5.59.11.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/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>
2023-06-13 14:00:14 +00:00
Matthew Costabile
66892474a2 Merge pull request #397 from actions/dependabot/npm_and_yarn/concurrently-8.2.0
build(deps-dev): bump concurrently from 8.1.0 to 8.2.0
2023-06-09 14:14:10 +00:00
dependabot[bot]
faf4a19111 build(deps-dev): bump concurrently from 8.1.0 to 8.2.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-09 13:59:33 +00:00
Matthew Costabile
65dd57f6b0 Merge pull request #395 from actions/dependabot/npm_and_yarn/eslint-8.42.0
build(deps-dev): bump eslint from 8.41.0 to 8.42.0
2023-06-06 14:49:06 +00:00
dependabot[bot]
049d72e93d build(deps-dev): bump eslint from 8.41.0 to 8.42.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.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.41.0...v8.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 14:48:02 +00:00
Matthew Costabile
f38f906848 Merge pull request #393 from actions/dependabot/npm_and_yarn/eslint-plugin-github-4.8.0
build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0
2023-06-06 14:47:06 +00:00
Matthew Costabile
a0cf74c4d7 Merge pull request #396 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.9
build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9
2023-06-06 14:02:15 +00:00
dependabot[bot]
8d46d9f2ac build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.59.9.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/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>
2023-06-06 14:00:23 +00:00
dependabot[bot]
773b37dca5 build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.7.0...v4.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 13:59:41 +00:00
Matthew Costabile
4168cdeca9 Merge pull request #391 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.8
build(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8
2023-06-01 14:24:53 +00:00
dependabot[bot]
99573159d7 build(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.59.8.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/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>
2023-06-01 14:16:02 +00:00
Matthew Costabile
e5b05071cb Merge pull request #392 from actions/dependabot/npm_and_yarn/concurrently-8.1.0
build(deps-dev): bump concurrently from 8.0.1 to 8.1.0
2023-06-01 14:14:51 +00:00
dependabot[bot]
78adc2f97c build(deps-dev): bump concurrently from 8.0.1 to 8.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 14:03:56 +00:00
Brendan Forster
5ba1147d0e Merge pull request #390 from actions/dependabot/npm_and_yarn/types/node-16.18.34
build(deps-dev): bump @types/node from 16.18.33 to 16.18.34
2023-05-29 15:39:34 +00:00
dependabot[bot]
9091986763 build(deps-dev): bump @types/node from 16.18.33 to 16.18.34
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.33 to 16.18.34.
- [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>
2023-05-29 14:01:57 +00:00
Brendan Forster
701d4fe4b8 Merge pull request #388 from actions/dependabot/npm_and_yarn/types/node-16.18.33
build(deps-dev): bump @types/node from 16.18.32 to 16.18.33
2023-05-26 19:43:50 +00:00
dependabot[bot]
ecd6bc5aa6 build(deps-dev): bump @types/node from 16.18.32 to 16.18.33
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.32 to 16.18.33.
- [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>
2023-05-26 14:00:35 +00:00
Matthew Costabile
588a05eb5b Merge pull request #387 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.7
build(deps-dev): bump @typescript-eslint/parser from 5.59.5 to 5.59.7
2023-05-24 17:50:24 +00:00
dependabot[bot]
2aacd207b9 build(deps-dev): bump @typescript-eslint/parser from 5.59.5 to 5.59.7
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.5 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/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>
2023-05-24 17:38:46 +00:00
Matthew Costabile
1b04211a9f Merge pull request #386 from actions/dependabot/npm_and_yarn/eslint-8.41.0
build(deps-dev): bump eslint from 8.40.0 to 8.41.0
2023-05-24 17:38:12 +00:00
Matthew Costabile
a0b6033202 Merge pull request #385 from actions/dependabot/npm_and_yarn/types/node-16.18.32
build(deps-dev): bump @types/node from 16.18.29 to 16.18.32
2023-05-24 17:37:58 +00:00
dependabot[bot]
f8b212372d build(deps-dev): bump eslint from 8.40.0 to 8.41.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.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.40.0...v8.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 14:05:48 +00:00
dependabot[bot]
23400f5f47 build(deps-dev): bump @types/node from 16.18.29 to 16.18.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.29 to 16.18.32.
- [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>
2023-05-22 14:04:55 +00:00
Matthew Costabile
c3dbb76ad4 Merge pull request #379 from actions/dependabot/npm_and_yarn/types/node-16.18.29
build(deps-dev): bump @types/node from 16.18.27 to 16.18.29
2023-05-12 19:39:11 +00:00
Matthew Costabile
af1fa79daa Merge pull request #381 from EndBug/outputs
chore: document outputs in action manifest
2023-05-12 19:38:36 +00:00
Federico Grandi
e55c147417 chore: document outputs in action manifest
Closes https://github.com/actions/add-to-project/issues/380
2023-05-12 19:48:53 +02:00
dependabot[bot]
2cd206c9cf build(deps-dev): bump @types/node from 16.18.27 to 16.18.29
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.27 to 16.18.29.
- [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>
2023-05-12 14:00:27 +00:00
Brendan Forster
f52c62c27e Merge pull request #376 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.5
build(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.59.5
2023-05-09 14:08:43 +00:00
dependabot[bot]
023bb5edd4 build(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.59.5
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.59.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/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>
2023-05-09 14:06:49 +00:00
Brendan Forster
8ddc3f9980 Merge pull request #377 from actions/dependabot/npm_and_yarn/types/node-16.18.27
build(deps-dev): bump @types/node from 16.18.26 to 16.18.27
2023-05-09 14:04:14 +00:00
dependabot[bot]
67c82de2ee build(deps-dev): bump @types/node from 16.18.26 to 16.18.27
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.26 to 16.18.27.
- [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>
2023-05-09 14:01:15 +00:00
Matthew Costabile
ce05fa3d42 Merge pull request #356 from LL782/patch-1
Add details about using a classic PAT
2023-05-09 13:01:04 +00:00
Matthew Costabile
c09eea1d38 Merge pull request #370 from LoneDev6/patch-1
Added `reopened` event
2023-05-09 13:00:16 +00:00
dependabot[bot]
bde621f03e build(deps-dev): bump eslint from 8.39.0 to 8.40.0 (#375)
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.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.39.0...v8.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 11:16:29 -03:00
Brendan Forster
7c06a2e8a7 set @types/node version to latest v16 release (#373)
* set @types/node version to latest v16 release

* upgrade workflow to install Node 16

* update tsconfig to use es2015 target and libraries

* pin to actual latest v16 package of @types/node
2023-05-08 10:30:24 -03:00
dependabot[bot]
23e1389971 build(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.2 (#371)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.0 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 12:36:08 -03:00
LoneDev
7c31fa90d2 Added reopened event 2023-05-02 14:47:57 +02:00
Matthew Costabile
87685c7bcb Merge pull request #368 from actions/dependabot/npm_and_yarn/types/node-16.18.25
build(deps-dev): bump @types/node from 16.18.24 to 16.18.25
2023-04-26 15:25:42 -04:00
dependabot[bot]
ad77019bd2 build(deps-dev): bump @types/node from 16.18.24 to 16.18.25
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.24 to 16.18.25.
- [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>
2023-04-26 13:59:53 +00:00
dependabot[bot]
25f81e7584 build(deps-dev): bump prettier from 2.8.7 to 2.8.8 (#366)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 11:06:12 -03:00
dependabot[bot]
64a95f9963 build(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#365)
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.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.38.0...v8.39.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 11:05:29 -03:00
dependabot[bot]
0a7abacdd4 build(deps-dev): bump @types/node from 16.18.23 to 16.18.24 (#363)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.23 to 16.18.24.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-20 11:25:17 -03:00
dependabot[bot]
6319fbf4ab build(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 (#362)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.58.0 to 5.59.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 12:18:53 -03:00
Matthew Costabile
16678f07cc Merge pull request #360 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.58.0
build(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0
2023-04-11 10:18:05 -04:00
dependabot[bot]
deca6c76d5 build(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.1 to 5.58.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.58.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>
2023-04-11 14:00:10 +00:00
Matthew Costabile
436b60e3c7 Merge pull request #359 from actions/dependabot/npm_and_yarn/eslint-8.38.0
build(deps-dev): bump eslint from 8.37.0 to 8.38.0
2023-04-10 10:27:23 -04:00
dependabot[bot]
c38ba3918b build(deps-dev): bump eslint from 8.37.0 to 8.38.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.38.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.37.0...v8.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 14:03:08 +00:00
Laurence "DC5B" Lord
539b3f97fd Remove duplicate information about scopes 2023-04-04 15:24:31 +01:00
Laurence "DC5B" Lord
2eedc0bd12 Clarify reason for including repo scope 2023-04-04 15:23:37 +01:00
Laurence "DC5B" Lord
9d30cd4ea3 Add details about using a classic PAT
Let's include details in the readme to avoid error because of the following:

> Personal access tokens with fine grained access do not support the GraphQL API. 

> 'projectV2' field requires the scopes 'read:project'

> 'addProjectV2ItemById' field requires the scope 'project'
2023-04-04 15:22:28 +01:00
dependabot[bot]
80dff83603 build(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 (#357)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 11:19:20 -03:00
6 changed files with 3108 additions and 3138 deletions

View File

@@ -22,10 +22,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set Node.js 12.x - name: Set Node.js 16.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 12.x node-version: 16.x
cache: npm cache: npm
- name: Install dependencies - name: Install dependencies

View File

@@ -7,7 +7,7 @@ Note that this action does not support [GitHub projects (classic)](https://docs.
[![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml) [![build-test](https://github.com/actions/add-to-project/actions/workflows/test.yml/badge.svg)](https://github.com/actions/add-to-project/actions/workflows/test.yml)
> **NOTE:** ⚠️ This action no longer uses the deprecated ProjectNext API. If you are looking for the old version of that action, use version [v0.0.5](https://github.com/actions/add-to-project/releases/tag/v0.0.5). > **NOTE:** ⚠️ This action no longer uses the deprecated ProjectNext API. If you are looking for the old version of that action, use version [v0.0.3](https://github.com/actions/add-to-project/releases/tag/v0.0.3).
## Usage ## Usage
@@ -124,12 +124,14 @@ jobs:
Currently this action supports the following [`issues` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issues): Currently this action supports the following [`issues` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issues):
- `opened` - `opened`
- `reopened`
- `transferred` - `transferred`
- `labeled` - `labeled`
and the following [`pull_request` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request): and the following [`pull_request` events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request):
- `opened` - `opened`
- `reopened`
- `labeled` - `labeled`
Using these events ensure that a given issue or pull request, in the workflow's repo, is added to the [specified project](#project-url). If [labeled input(s)](#labeled) are defined, then issues will only be added if they contain at least _one_ of the labels in the list. Using these events ensure that a given issue or pull request, in the workflow's repo, is added to the [specified project](#project-url). If [labeled input(s)](#labeled) are defined, then issues will only be added if they contain at least _one_ of the labels in the list.
@@ -137,9 +139,11 @@ Using these events ensure that a given issue or pull request, in the workflow's
## Creating a PAT and adding it to your repository ## Creating a PAT and adding it to your repository
- create a new [personal access - create a new [personal access
token](https://github.com/settings/tokens/new) with `repo` and `project` scopes token](https://github.com/settings/tokens/new) with `project` scope. For private repos you will also need `repo` scope.
_See [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for more information_ _See [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for more information_
> **NOTE:** Use a classic token with full control of projects. Personal access tokens with fine grained access do not support the GraphQL API.
- add the newly created PAT as a repository secret, this secret will be referenced by the [github-token input](#github-token) - add the newly created PAT as a repository secret, this secret will be referenced by the [github-token input](#github-token)
_See [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for more information_ _See [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for more information_

View File

@@ -16,6 +16,9 @@ inputs:
label-operator: label-operator:
required: false required: false
description: The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR) description: The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR)
outputs:
itemId:
description: The ID of the item that was added to the project
runs: runs:
using: 'node16' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'

6201
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,19 +13,20 @@
}, },
"devDependencies": { "devDependencies": {
"@github/prettier-config": "^0.0.6", "@github/prettier-config": "^0.0.6",
"@types/jest": "^27.5.0", "@types/jest": "^29.5.3",
"@types/node": "~16.18.23", "@types/node": "16.18.39",
"@typescript-eslint/parser": "^5.57.0", "@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@vercel/ncc": "^0.36.1", "@vercel/ncc": "^0.36.1",
"concurrently": "^8.0.1", "concurrently": "^8.2.0",
"eslint": "^8.37.0", "eslint": "^8.45.0",
"eslint-plugin-github": "^4.7.0", "eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"jest": "^27.5.1", "jest": "^29.6.1",
"prettier": "2.8.7", "prettier": "3.0.0",
"ts-jest": "^27.1.4", "ts-jest": "^29.1.1",
"typescript": "^4.9.5" "typescript": "^5.1.6"
}, },
"keywords": [ "keywords": [
"actions", "actions",

View File

@@ -1,13 +1,14 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, "target": "ES2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"outDir": "./lib" /* Redirect output structure to the directory. */, "outDir": "./lib" /* Redirect output structure to the directory. */,
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */, "rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
"strict": true /* Enable all strict type-checking options. */, "strict": true /* Enable all strict type-checking options. */,
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */, "noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"noUncheckedIndexedAccess": true "noUncheckedIndexedAccess": true,
"lib": ["ES2015"]
}, },
"exclude": ["node_modules", "**/*.test.ts"] "exclude": ["node_modules", "**/*.test.ts"]
} }