Sergey Dolin
|
c850f73ba8
|
Merge pull request #1060 from actions/dependabot/npm_and_yarn/jest-and-types/jest-29.6.1
build(deps-dev): bump jest and @types/jest
|
2023-08-02 23:30:17 +02:00 |
Sergey Dolin
|
d4393a716e
|
Merge pull request #1061 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.62.0
|
2023-08-02 23:30:09 +02:00 |
Sergey Dolin
|
e3c5558f1f
|
Merge pull request #1062 from actions/dependabot/npm_and_yarn/eslint-8.46.0
build(deps-dev): bump eslint from 8.43.0 to 8.46.0
|
2023-08-02 23:30:00 +02:00 |
dependabot[bot]
|
ba33ad2dac
|
build(deps-dev): bump eslint from 8.43.0 to 8.46.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.46.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.46.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-31 11:47:40 +00:00 |
Sergey Dolin
|
60f51589e2
|
Merge pull request #1057 from akv-platform/cache-miss
Do not restore state if the cache does not exist
|
2023-07-27 10:21:37 +02:00 |
Sergey Dolin
|
dbb041abe2
|
Fix spelling
|
2023-07-27 07:16:19 +02:00 |
dependabot[bot]
|
331c73cfa6
|
build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.62.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.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-24 11:54:43 +00:00 |
dependabot[bot]
|
87e2adf864
|
build(deps-dev): bump jest and @types/jest
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
Updates `jest` from 29.5.0 to 29.6.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)
Updates `@types/jest` from 29.5.2 to 29.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-24 11:54:03 +00:00 |
Sergey Dolin
|
19b0faf982
|
do not restore if caches does not exist
|
2023-07-21 13:21:36 +02:00 |
Sergey Dolin
|
47ab9e7777
|
Merge pull request #1032 from akv-platform/ratelimit
Log github api rate info
|
2023-07-14 09:57:07 +02:00 |
Sergey Dolin
|
4b8e745923
|
Add RateLimit
|
2023-07-11 09:36:52 +02:00 |
Sergey Dolin
|
465330b7e2
|
Merge pull request #1033 from akv-platform/apirate
Turn the action into stateful
|
2023-07-06 08:00:12 +02:00 |
Sergey Dolin
|
a5472823b9
|
fix dependencies
|
2023-07-05 17:16:02 +02:00 |
Sergey Dolin
|
6ed4ef197b
|
fix README
|
2023-07-05 17:02:27 +02:00 |
Sergey Dolin
|
8f54fa9cb2
|
remove internal API client
|
2023-07-05 16:46:04 +02:00 |
Sergey Dolin
|
ef7b227095
|
use highlevel actions cache api for restore
|
2023-07-05 16:42:40 +02:00 |
Sergey Dolin
|
caeb593a24
|
use highlevel actions cache api for save
|
2023-07-05 16:38:08 +02:00 |
Sergey Dolin
|
d8dfea6c6d
|
use highlevel actions cache api with key-prefix
|
2023-07-05 10:43:19 +02:00 |
Sergey Dolin
|
19f709fe58
|
use highlevel actions cache api
|
2023-07-05 10:37:35 +02:00 |
Sergey Dolin
|
56c9f4224b
|
Rename createHttpClient to createActionsCacheClient
|
2023-07-05 09:53:06 +02:00 |
Sergey Dolin
|
a9c16cbf4d
|
Rename ActionCache to ActionsCache
|
2023-07-04 18:29:58 +02:00 |
Sergey Dolin
|
765f3db869
|
Add integration tests
|
2023-07-03 20:25:25 +02:00 |
Sergey Dolin
|
57aa6deac4
|
Add integration tests
|
2023-07-03 15:07:52 +02:00 |
Sergey Dolin
|
e8f3c1bb43
|
Add integration tests
|
2023-07-02 22:40:55 +02:00 |
Sergey Dolin
|
fa4dca37f7
|
Add unit tests
|
2023-07-02 11:01:29 +02:00 |
Sergey Dolin
|
ab422d01a2
|
Use cache instead of artifacts
|
2023-06-30 10:15:37 +02:00 |
Sergey Dolin
|
c7d43763bf
|
Use cache instead of artifacts
|
2023-06-23 21:29:53 +02:00 |
Sergey Dolin
|
6e0ace4210
|
Add logging
|
2023-06-23 09:23:17 +02:00 |
Sergey Dolin
|
e953c7f258
|
Add logging
|
2023-06-23 09:21:22 +02:00 |
Sergey Dolin
|
1e059ce975
|
Do not mutate state in debug mode
|
2023-06-23 09:12:13 +02:00 |
Sergey Dolin
|
7109b30ab8
|
Fix license
|
2023-06-22 15:04:18 +02:00 |
Sergey Dolin
|
650b0fa951
|
Handle error during rehydration & persistings
|
2023-06-22 14:36:24 +02:00 |
Sergey Dolin
|
eae709c29e
|
fix artifact
|
2023-06-22 14:08:18 +02:00 |
Sergey Dolin
|
79fe616082
|
Add state
|
2023-06-22 13:54:24 +02:00 |
Sergey Dolin
|
51c18470e1
|
optimize pull request
|
2023-06-19 22:32:23 +02:00 |
Marko Zivic
|
02989dcb65
|
Merge pull request #1020 from akv-platform/remove-implicit-dependencies
Remove implicit dependencies
|
2023-05-23 12:48:13 +02:00 |
Nikolai Laevskii
|
e0ca8aa0aa
|
Move eslint-plugin-node to dev dependencies
|
2023-05-23 11:58:25 +02:00 |
Nikolai Laevskii
|
e097517cb6
|
Install eslint-plugin-node
|
2023-05-23 11:43:17 +02:00 |
github-actions[bot]
|
922822c753
|
Update configuration files
|
2023-05-23 08:39:03 +00:00 |
Ivan
|
03af7c36d3
|
Cumulative update of dependencies (#987)
* Update deps
* Update licenses
|
2023-04-12 16:23:03 +02:00 |
Jason Meridth
|
72afbce2b0
|
fix: Update README examples with new version v8 (#984)
|
2023-04-04 12:19:41 +02:00 |
Ivan
|
d3a9a26482
|
Fix glob bug in package.json scripts section (#972)
|
2023-04-03 12:49:25 +02:00 |
Milos Pantic
|
1e4ad12a86
|
Merge pull request #977 from actions/dependabot/npm_and_yarn/types/node-18.15.11
build(deps-dev): bump @types/node from 18.15.3 to 18.15.11
|
2023-03-30 20:13:13 +02:00 |
Milos Pantic
|
a75fa1fffe
|
Merge pull request #968 from actions/dependabot/npm_and_yarn/eslint-config-prettier-8.8.0
build(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0
|
2023-03-30 20:08:21 +02:00 |
dependabot[bot]
|
85ee69fc85
|
build(deps-dev): bump @types/node from 18.15.3 to 18.15.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.3 to 18.15.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>
|
2023-03-30 18:02:48 +00:00 |
Milos Pantic
|
9e8e0c1f8a
|
Merge pull request #967 from actions/dependabot/npm_and_yarn/jest-circus-29.5.0
build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0
|
2023-03-30 20:02:48 +02:00 |
Milos Pantic
|
52ce0899f7
|
Merge pull request #966 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.56.0
build(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0
|
2023-03-30 20:01:28 +02:00 |
dependabot[bot]
|
55b9bcbbaf
|
build(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.0)
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-27 11:57:09 +00:00 |
dependabot[bot]
|
90557a0ac5
|
build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.3.1 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-circus)
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-27 11:56:58 +00:00 |
dependabot[bot]
|
232f2c7ee8
|
build(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.55.0 to 5.56.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.56.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-03-27 11:56:44 +00:00 |