Commit Graph

598 Commits

Author SHA1 Message Date
Francesco Renzi 6275f884bd
Merge pull request #618 from actions/dependabot/npm_and_yarn/types/node-18.11.0
Bump @types/node from 16.10.5 to 18.11.0
2022-10-17 08:57:08 +01:00
dependabot[bot] 54ac4581c1
Bump @types/node from 16.10.5 to 18.11.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.5 to 18.11.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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 03:01:56 +00:00
Francesco Renzi 3cbb8a2484
Merge pull request #617 from actions/dependabot/github_actions/actions/setup-node-3.5.1
Bump actions/setup-node from 2.5.1 to 3.5.1
2022-10-14 10:43:06 +01:00
dependabot[bot] e42162db3c
Bump actions/setup-node from 2.5.1 to 3.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 03:20:16 +00:00
Francesco Renzi 8d7b739245
Merge pull request #611 from actions/rentziass/update-actions-core
Update @actions/core to 1.10.0
2022-10-07 11:08:39 +01:00
Francesco Renzi 0c2d40e3bc Update @actions/core to 1.10.0 2022-10-07 10:37:33 +01:00
Nick Amoscato d7d5972a81
Additionally extend github/typescript ESLint config 2022-09-10 09:24:02 -04:00
Rick Staa 77ee4577b6 refactor: remove sourceMaps from production build 2022-07-27 08:45:23 +02:00
Rick Staa 5c6e9a37b0 refactor: add source-map generation to watch command 2022-07-15 12:39:20 +02:00
Rick Staa 7163eb1eb6 refactor: fixes prettier script syntax
This commit makes sure that the right syntax is used in the Prettier
scripts.
2022-07-15 12:17:14 +02:00
Rick Staa 88959eb554 refactor: add tsc watch script
This commit adds the `tsc:watch` script that can be used to compile the
typescript code in watch mode.
2022-07-15 12:12:39 +02:00
Rick Staa 922b4cbaff fix: fixes jest globals type error
This commit makes sure that no '@jest/globals' types missing error is
thrown when working in vscode.
2022-07-15 11:05:11 +02:00
Rick Staa 8fd08ffa42 refactor: update eslint dependency
Updates eslint dependency to get rid of the peer dependency warning in
the stable node release.
2022-07-15 09:17:27 +02:00
Kengo TODA 3204b85557 Merge remote-tracking branch 'upstream/main' into node-16-rebased 2022-06-01 12:57:16 +08:00
Dmitry Shibanov 569d785639
update lockFileVersion (#490) 2022-05-25 15:13:23 +02:00
Kengo TODA 4984069f11 chore: update contents in the dist dir 2022-05-25 09:01:21 +08:00
Kengo TODA 06795f34ce chore(dev-deps): bump up eslint family to resolve ERESOLVE during the installation phase 2022-05-25 08:59:24 +08:00
Kengo TODA 21895be435 chore(dev-deps): bump up typescript to resolve TS6046 during the compilation phase 2022-05-25 08:57:03 +08:00
Kengo TODA 924ae50214 Merge remote-tracking branch 'upstream/main' into node-16-rebased 2022-05-25 08:49:31 +08:00
Tingluo Huang 0cfebb2981
Merge pull request #502 from actions/TingluoHuang-patch-1
Enable code scanning using codeql-analysis.yml
2022-03-30 11:42:55 -04:00
Tingluo Huang f1ddd25f95
Update codeql-analysis.yml 2022-03-30 11:39:23 -04:00
Tingluo Huang 58cc245fe6
Merge pull request #499 from actions/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-29 22:48:22 -04:00
Tingluo Huang 3d3796fef1
Update codeql-analysis.yml 2022-03-29 22:47:53 -04:00
Tingluo Huang 5a53c1afda
Create codeql-analysis.yml 2022-03-29 22:43:26 -04:00
dependabot[bot] bac35d260c
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 11:26:26 +00:00
Jason Walton 296c2aa43a
chore: Fix the "main" in package.json to point to a file that actually exists. 2022-03-23 17:41:49 -04:00
Gustav Tonér 904f020e53
Set default line endings to "lf" 2022-03-19 20:21:54 +01:00
Thomas Boop 88a7452ac5
Merge pull request #478 from actions/thboop/updatetonode16
Update to node16
2022-02-28 16:19:04 -05:00
Kengo TODA 8178840eb0 build: bump up the required Node.JS version 2022-02-28 11:16:57 +08:00
Kengo TODA c71c2a12df docs: request developers to code with NodeJS 16 or later 2022-02-28 11:13:44 +08:00
Kengo TODA b8a50788a5 fix: bump up NodeJS to v16
also follow the Recommended Node TSConfig settings for NodeJS v16
https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-16
2022-02-28 11:13:37 +08:00
Thomas Boop 7e2f2db0e0
Update check-dist.yml 2022-02-10 15:03:02 -05:00
Thomas Boop 87fd0349ba
Update to node16
Node 12 has an end of life on April 30, 2022.

This PR updates the default runtime to [node16](https://github.blog/changelog/2021-12-10-github-actions-github-hosted-runners-now-run-node-js-16-by-default/), rather then node12. 

This is supported on all Actions Runners v2.285.0 or later.
2022-02-07 14:09:58 -05:00
Mike Ball c9e591b0e2 remove trailing whitespace from .gitattributes 2022-01-16 06:21:46 -05:00
Mike Ball 0f3873f0f3 use consistent 2 space indentation in .eslintrc.json
Previously, this file had a mix of 2 and 4 space indentation.
2022-01-16 06:20:47 -05:00
Mike Ball 9dda8cefe6 remove trailing whitespace from README 2022-01-16 06:20:06 -05:00
dependabot[bot] 923e182586
Bump @typescript-eslint/parser from 5.0.0 to 5.8.1 (#448)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.0.0 to 5.8.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.8.1/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>
2021-12-30 17:17:09 +03:00
dependabot[bot] d56735f0e1
Bump ts-jest from 27.0.5 to 27.1.2 (#440)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.5 to 27.1.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.1.2)

---
updated-dependencies:
- dependency-name: ts-jest
  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>
2021-12-29 19:52:58 +03:00
dependabot[bot] 4e0d519067
Bump prettier from 2.4.1 to 2.5.1 (#450)
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1.
- [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.4.1...2.5.1)

---
updated-dependencies:
- dependency-name: prettier
  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>
2021-12-29 17:22:10 +03:00
dependabot[bot] 497e3aec1d
Bump eslint-plugin-jest from 25.0.5 to 25.3.2 (#447)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.0.5 to 25.3.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/v25.0.5...v25.3.2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-29 17:12:20 +03:00
MaksimZhukov 630fd85cbe
Merge pull request #449 from actions/dependabot/github_actions/actions/setup-node-2.5.1
Bump actions/setup-node from 2.4.1 to 2.5.1
2021-12-29 12:23:54 +03:00
MaksimZhukov ab8eb36155
Merge pull request #411 from paescuj/patch-1
Fix check-dist workflow not actually rebuilding
2021-12-29 12:21:23 +03:00
dependabot[bot] 92544e4047
Bump actions/setup-node from 2.4.1 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 03:21:11 +00:00
市川恭佑 (ebi) 7c171c9866
Update action.yml 2021-11-02 16:02:10 +09:00
Pascal Jufer 86d3ac814f
Fix check-dist workflow not actually rebuilding
The workflow was missing the `npm run package` step. Without this the check will always succeed as the /dist folder won't be updated.
2021-10-27 13:28:55 +02:00
dependabot[bot] 56d91620d7
Bump eslint-plugin-github from 4.1.1 to 4.3.2 (#382)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.1 to 4.3.2.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.1.1...v4.3.2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 08:52:23 -04:00
Ross Brodbeck d3152badbb Add missing lint rule 2021-10-13 08:45:14 -04:00
dependabot[bot] 122e223f4f
Bump eslint from 7.31.0 to 7.32.0 (#395)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 08:43:33 -04:00
dependabot[bot] 4100cd9ab8
Bump ts-jest from 27.0.3 to 27.0.5 (#393)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.3 to 27.0.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.3...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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 08:41:09 -04:00
dependabot[bot] 6c01d1bacc
Bump eslint-plugin-jest from 24.3.6 to 25.0.5 (#392)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.6 to 25.0.5.
- [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.3.6...v25.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 08:40:55 -04:00