Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #265

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from
Open

test #265

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ae42bed
chore(deps-dev): bump eslint-import-resolver-typescript
dependabot[bot] Aug 2, 2022
2f0ecd5
chore(deps-dev): bump typedoc from 0.23.8 to 0.23.10
dependabot[bot] Aug 2, 2022
c803f1d
chore(deps-dev): bump eslint-plugin-jest from 26.6.0 to 26.8.2
dependabot[bot] Aug 9, 2022
d4d6c02
chore(deps-dev): bump @types/node from 18.6.1 to 18.6.5
dependabot[bot] Aug 9, 2022
91efc0b
chore(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.33.0
dependabot[bot] Aug 9, 2022
aa5b147
fix(deps): bump actions/cache from 3.0.5 to 3.0.6
dependabot[bot] Aug 10, 2022
74f365c
Merge pull request #264 from 42devs/dependabot/github_actions/actions…
themakunga Aug 12, 2022
0f9fff3
Merge pull request #253 from 42devs/dependabot/npm_and_yarn/eslint-im…
themakunga Aug 12, 2022
be384ac
chore(deps-dev): bump eslint from 8.20.0 to 8.21.0
dependabot[bot] Aug 12, 2022
0a6c6e5
Merge pull request #254 from 42devs/dependabot/npm_and_yarn/eslint-8.…
themakunga Aug 12, 2022
f455831
Merge pull request #258 from 42devs/dependabot/npm_and_yarn/typedoc-0…
themakunga Aug 12, 2022
ef57699
Merge pull request #260 from 42devs/dependabot/npm_and_yarn/eslint-pl…
themakunga Aug 12, 2022
513d6a8
Merge pull request #261 from 42devs/dependabot/npm_and_yarn/types/nod…
themakunga Aug 12, 2022
239322b
Merge pull request #262 from 42devs/dependabot/npm_and_yarn/typescrip…
themakunga Aug 12, 2022
39cd27a
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Aug 12, 2022
7abd33a
Merge pull request #263 from 42devs/dependabot/npm_and_yarn/typescrip…
themakunga Aug 12, 2022
ac82eb8
chore(deps-dev): bump @commitlint/config-conventional
dependabot[bot] Aug 30, 2022
c068a6f
chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.2
dependabot[bot] Aug 30, 2022
6b18c50
chore(deps-dev): bump semantic-release from 19.0.3 to 19.0.5
dependabot[bot] Aug 30, 2022
3525d3e
Merge pull request #283 from 42devs/dependabot/npm_and_yarn/commitlin…
themakunga Oct 9, 2022
24346fb
Merge pull request #284 from 42devs/dependabot/npm_and_yarn/commitlin…
themakunga Oct 9, 2022
c6a795b
Merge pull request #286 from 42devs/dependabot/npm_and_yarn/semantic-…
themakunga Oct 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/[email protected].5
uses: actions/[email protected].6
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/[email protected].5
uses: actions/[email protected].6
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/[email protected].5
uses: actions/[email protected].6
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
Loading
Loading