Skip to content

Commit

Permalink
🎸 feat: update stylelint (#80)
Browse files Browse the repository at this point in the history
* 🎸 feat: update stylelint

* 🐳 feat: update if jobs for github actions
  • Loading branch information
pdsuwwz authored Aug 15, 2022
1 parent b6d9d29 commit e44973b
Show file tree
Hide file tree
Showing 10 changed files with 881 additions and 848 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,18 @@ name: gh-pages

on:
# set triggers here, like on push or on release
# workflow_dispatch:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
workflow_run:
workflows: [ Unit-Testing ]
branches: [ main ]
types: [ completed ]

jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The Unit Test workflow passed'
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The Unit Test workflow failed'

deploy-pages:
needs:
- on-success
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Deplay pages
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Unit-Testing

on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
Test Codecov:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,50 +58,50 @@
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.16",
"pinia": "^2.0.18",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-router": "^4.1.2"
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@sucrase/jest-plugin": "^2.2.1",
"@types/jest": "^28.1.6",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.45",
"@types/node": "^18.7.3",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-vue": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/test-utils": "2.0.2",
"@vue/vue3-jest": "^28.0.1",
"babel-jest": "^28.1.3",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint": "^8.22.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.2.0",
"eslint-plugin-vue": "^9.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-transform-stub": "^2.0.0",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.4",
"rollup": "^2.77.0",
"rollup": "^2.78.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.0",
"stylelint": "^14.9.1",
"sass": "^1.54.4",
"stylelint": "^14.10.0",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard": "^27.0.0",
"stylelint-config-standard-scss": "5.0.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4",
"vite": "^3.0.2"
"vite": "^3.0.7"
}
}
Loading

0 comments on commit e44973b

Please sign in to comment.