Skip to content

Commit

Permalink
fix(*): update dependencies (#964)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies

* chore: update git hooks

* fix: lockfile

* test(cypress): update cypres config

* fix: lockfile
  • Loading branch information
adamdehaven authored Mar 14, 2023
1 parent 7f0fd7b commit 3bb1bfe
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7,803 deletions.
17 changes: 15 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
import { defineConfig } from 'cypress'
import vue from '@vitejs/plugin-vue'
import { fileURLToPath, URL } from 'url'

export default defineConfig({
component: {
devServer: {
framework: 'vue',
bundler: 'vite',
viteConfig: {
server: {
host: '127.0.0.1', // This can be removed once Cypress component testing updates for Vite v3
define: {
'process.env.NODE_ENV': JSON.stringify('production'),
'process.env.production': JSON.stringify('production'),
'process.env.development': JSON.stringify('development'),
},
plugins: [
vue(),
],
resolve: {
alias: {
// Alias to the /src directory
'@/': fileURLToPath(new URL('./src/', import.meta.url)),
},
},
},
},
Expand Down
5 changes: 5 additions & 0 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ pre-push:
- merge
- rebase
run: yarn lint
typecheck:
skip:
- merge
- rebase
run: yarn typecheck

commit-msg:
parallel: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@cypress/vite-dev-server": "^5.0.4",
"@cypress/vue": "^4.2.2",
"@cypress/vue": "^5.0.4",
"@digitalroute/cz-conventional-changelog-for-jira": "^7.5.1",
"@kong/kongponents": "^8.37.0",
"@rushstack/eslint-patch": "^1.2.0",
Expand All @@ -63,7 +63,7 @@
"@vue/tsconfig": "^0.1.3",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^10.11.0",
"cypress": "^12.7.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.36.0",
"eslint-plugin-cypress": "^2.12.1",
Expand Down
Loading

0 comments on commit 3bb1bfe

Please sign in to comment.