Skip to content

Commit

Permalink
Merge pull request #24 from jpb06/chore/bumping-deps
Browse files Browse the repository at this point in the history
Chore/bumping deps
  • Loading branch information
jpb06 authored Mar 17, 2022
2 parents 567fb6a + 7f2ff66 commit 498dcff
Show file tree
Hide file tree
Showing 6 changed files with 713 additions and 537 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Setting yarn version
run: yarn policies set-version 1.22.17
run: yarn policies set-version 1.22.18

- name: Install dependencies
run: yarn install --prefer-offline
Expand All @@ -53,4 +53,12 @@ jobs:
uses: ./

- name: Bump package version
uses: jpb06/bump-package@v2.4.4
uses: jpb06/bump-package@v2.5.0

- name: Publish package
if: steps.bumping-version.outputs.bump-performed == 'True'
run: |
cd dist
yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Setting yarn version
run: yarn policies set-version 1.22.17
run: yarn policies set-version 1.22.18

- name: Install dependencies
run: yarn install --prefer-offline
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ coverage/
lib/
node_modules/

.pnpm-debug.log
yarn-error.log
.yarnrc
.yarn/releases/*
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.0",
"fs-extra": "^10.0.0",
"node-jest-badges": "^1.3.0"
"fs-extra": "^10.0.1",
"node-jest-badges": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.15",
"@types/prettier": "^2.4.3",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vercel/ncc": "^0.33.1",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/prettier": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@vercel/ncc": "^0.33.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.0",
"jest": "^27.5.1",
"jest-watch-typeahead": "^1.0.0",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}
Loading

0 comments on commit 498dcff

Please sign in to comment.