|
770dd2e293
|
action.yml: add outputs of the action (time)
The javascript action does this:
https://github.com/actions/javascript-action/blob/main/action.yml
|
2023-02-24 13:53:10 +00:00 |
|
|
ad0caec39c
|
prod dependencies
|
2023-02-03 00:48:54 +00:00 |
|
|
44c6b5a539
|
Bump json5 from 1.0.1 to 1.0.2 (#632)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-01-07 15:38:19 -05:00 |
|
|
1a8e5a9bcc
|
Update package.json
|
2022-12-11 15:42:53 +06:00 |
|
|
162421dd7d
|
Use cache in check-dist.yml
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
|
2022-12-07 00:14:59 +09:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
0c2d40e3bc
|
Update @actions/core to 1.10.0
|
2022-10-07 10:37:33 +01:00 |
|
|
d7d5972a81
|
Additionally extend github/typescript ESLint config
|
2022-09-10 09:24:02 -04:00 |
|
|
77ee4577b6
|
refactor: remove sourceMaps from production build
|
2022-07-27 08:45:23 +02:00 |
|
|
5c6e9a37b0
|
refactor: add source-map generation to watch command
|
2022-07-15 12:39:20 +02:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
3204b85557
|
Merge remote-tracking branch 'upstream/main' into node-16-rebased
|
2022-06-01 12:57:16 +08:00 |
|
|
569d785639
|
update lockFileVersion (#490)
|
2022-05-25 15:13:23 +02:00 |
|
|
4984069f11
|
chore: update contents in the dist dir
|
2022-05-25 09:01:21 +08:00 |
|
|
06795f34ce
|
chore(dev-deps): bump up eslint family to resolve ERESOLVE during the installation phase
|
2022-05-25 08:59:24 +08:00 |
|
|
21895be435
|
chore(dev-deps): bump up typescript to resolve TS6046 during the compilation phase
|
2022-05-25 08:57:03 +08:00 |
|
|
924ae50214
|
Merge remote-tracking branch 'upstream/main' into node-16-rebased
|
2022-05-25 08:49:31 +08:00 |
|
|
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 |
|
|
f1ddd25f95
|
Update codeql-analysis.yml
|
2022-03-30 11:39:23 -04:00 |
|
|
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 |
|
|
3d3796fef1
|
Update codeql-analysis.yml
|
2022-03-29 22:47:53 -04:00 |
|
|
5a53c1afda
|
Create codeql-analysis.yml
|
2022-03-29 22:43:26 -04:00 |
|
|
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 |
|
|
296c2aa43a
|
chore: Fix the "main" in package.json to point to a file that actually exists.
|
2022-03-23 17:41:49 -04:00 |
|
|
904f020e53
|
Set default line endings to "lf"
|
2022-03-19 20:21:54 +01:00 |
|
|
88a7452ac5
|
Merge pull request #478 from actions/thboop/updatetonode16
Update to node16
|
2022-02-28 16:19:04 -05:00 |
|
|
8178840eb0
|
build: bump up the required Node.JS version
|
2022-02-28 11:16:57 +08:00 |
|
|
c71c2a12df
|
docs: request developers to code with NodeJS 16 or later
|
2022-02-28 11:13:44 +08:00 |
|
|
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 |
|
|
7e2f2db0e0
|
Update check-dist.yml
|
2022-02-10 15:03:02 -05:00 |
|
|
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 |
|
|
c9e591b0e2
|
remove trailing whitespace from .gitattributes
|
2022-01-16 06:21:46 -05:00 |
|
|
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 |
|
|
9dda8cefe6
|
remove trailing whitespace from README
|
2022-01-16 06:20:06 -05:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
ab8eb36155
|
Merge pull request #411 from paescuj/patch-1
Fix check-dist workflow not actually rebuilding
|
2021-12-29 12:21:23 +03:00 |
|
|
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 |
|
|
7c171c9866
|
Update action.yml
|
2021-11-02 16:02:10 +09:00 |
|
|
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 |
|