Skip to content

Commit

Permalink
Merge pull request #57 from clickbar/dependabot/npm_and_yarn/minor-an…
Browse files Browse the repository at this point in the history
…d-patch-d170da6749

build(deps): bump the minor-and-patch group with 4 updates
  • Loading branch information
saibotk authored Nov 17, 2023
2 parents 544da5e + 83cc56a commit 937e695
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 83 deletions.
8 changes: 8 additions & 0 deletions .changeset/gorgeous-kids-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@clickbar/eslint-config-typescript': patch
'@clickbar/eslint-config-base': patch
'@clickbar/eslint-config': patch
'@clickbar/eslint-config-vue': patch
---

Update dependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@changesets/cli": "^2.26.2",
"@clickbar/eslint-config": "workspace:*",
"eslint": "^8.53.0",
"prettier": "3.0.3",
"prettier": "3.1.0",
"typescript": "^5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"dependencies": {
"@clickbar/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "3.0.3"
"prettier": "3.1.0"
},
"devDependencies": {
"eslint": "^8.53.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6"
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
},
"devDependencies": {
"eslint": "^8.53.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
// Disable, as this messes too much and each style has its
// benefits. Additionally this has breaking semantic when
// relying on specific TypeScript behaviour.
"@typescript-eslint/consistent-type-definitions": "off",
'@typescript-eslint/consistent-type-definitions': 'off',

// Adjust levels
'@typescript-eslint/no-unsafe-argument': 'warn',
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@clickbar/eslint-config-base": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1"
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0"
},
"devDependencies": {
"eslint": "^8.53.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = {
].overrides[0].rules,

// Do not mess with the Vue defineEmits definitions
"@typescript-eslint/prefer-function-type": "off",
"@typescript-eslint/unified-signatures": "off",
'@typescript-eslint/prefer-function-type': 'off',
'@typescript-eslint/unified-signatures': 'off',
},
},
],
Expand Down
Loading

0 comments on commit 937e695

Please sign in to comment.