Skip to content

Commit

Permalink
chore(deps): update non-breaking (#190)
Browse files Browse the repository at this point in the history
* chore(deps): update non-breaking

* fix: lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jens Simon <[email protected]>
  • Loading branch information
renovate[bot] and jenssimon authored Aug 11, 2024
1 parent e46e1cf commit 32ec3d8
Show file tree
Hide file tree
Showing 6 changed files with 1,396 additions and 1,266 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.16.0
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.0.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
31 changes: 20 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@
"semantic-release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@jenssimon/eslint-config-base": "7.4.17",
"@jenssimon/eslint-config-typescript": "5.2.40",
"@jenssimon/eslint-config-base": "7.4.24",
"@jenssimon/eslint-config-typescript": "5.3.1",
"@preact/signals-core": "^1.6.0",
"@types/node": "20.14.7",
"@types/node": "20.14.15",
"@vitest/coverage-v8": "^2.0.0",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.0",
"husky": "9.0.11",
"husky": "9.1.4",
"jsdom": "^24.0.0",
"lint-staged": "15.2.7",
"lint-staged": "15.2.8",
"npm-run-all2": "^6.1.2",
"pinst": "3.0.0",
"semantic-release": "24.0.0",
"stylelint": "^16.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "5.5.2",
"typescript": "5.5.4",
"vite": "^5.2.10",
"vitest": "^2.0.0"
},
Expand All @@ -71,14 +71,23 @@
"project": "tsconfig.json"
},
"extends": [
"@jenssimon/base/frontend-react",
"@jenssimon/typescript"
"@jenssimon/base/frontend-react"
],
"rules": {
"@typescript-eslint/naming-convention": "off",
"jest/no-deprecated-functions": "off"
},
"overrides": [
{
"files": [
"*.ts"
],
"extends": [
"@jenssimon/typescript"
],
"rules": {
"@typescript-eslint/naming-convention": "off"
}
},
{
"files": [
"*.cjs"
Expand All @@ -89,7 +98,7 @@
}
]
},
"packageManager": "yarn@4.3.0",
"packageManager": "yarn@4.4.0",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down
Loading

0 comments on commit 32ec3d8

Please sign in to comment.