Skip to content

Commit

Permalink
[ci]: dependency update (#491)
Browse files Browse the repository at this point in the history
modified:   .trunk/trunk.yaml
	modified:   package.json

Co-authored-by: Salvydas Lukosius <[email protected]>
  • Loading branch information
ss-o and ss-o authored Sep 26, 2023
1 parent b90d8c2 commit c3fdccc
Show file tree
Hide file tree
Showing 5 changed files with 2,196 additions and 2,201 deletions.
2 changes: 1 addition & 1 deletion .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*logs
*actions
*notifications
*tools
plugins
user_trunk.yaml
user.yaml
tools
1 change: 0 additions & 1 deletion .trunk/configs/.stylelintrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extends:
- stylelint-config-standard
- stylelint-config-recess-order
- stylelint-config-prettier
plugins:
- stylelint-color-format
- stylelint-csstree-validator
Expand Down
20 changes: 10 additions & 10 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.1
cli:
version: 1.13.0
version: 1.16.0
repo:
repo:
host: github.com
Expand All @@ -10,13 +10,14 @@ plugins:
sources:
- id: trunk
uri: https://github.com/trunk-io/plugins
ref: v1.1.1
ref: v1.2.3
import_to_global: true
merge:
required_statuses:
- Trunk Check
lint:
disabled:
- trufflehog
- trivy
- checkov
- osv-scanner
Expand All @@ -25,17 +26,16 @@ lint:
- shellcheck
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected].2
- [email protected].3
- git-diff-check@SYSTEM
- [email protected].25
- eslint@8.47.0
- gitleaks@8.17.0
- markdownlint@0.35.0
- [email protected].2
- [email protected].26
- eslint@8.50.0
- gitleaks@8.18.0
- markdownlint@0.37.0
- [email protected].3
- [email protected]
- [email protected]
ignore:
Expand All @@ -57,7 +57,7 @@ lint:
runtimes:
enabled:
- [email protected]
- go@1.19.5
- go@1.21.0
- [email protected]
actions:
enabled:
Expand Down
43 changes: 20 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,30 @@
"asciinema-player": "3.6.1",
"clsx": "2.0.0",
"prism-react-renderer": "1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "0.13.8"
},
"devDependencies": {
"@crowdin/cli": "^3.13.0",
"@docusaurus/eslint-plugin": "^2.4.1",
"@crowdin/cli": "^3.14.0",
"@docusaurus/eslint-plugin": "^2.4.3",
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "2.4.3",
"@trunkio/launcher": "^1.2.7",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"stylelint": "^15.10.2",
"stylelint": "^15.10.3",
"stylelint-color-format": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-csstree-validator": "^3.0.0",
Expand All @@ -80,18 +79,16 @@
]
},
"packageManager": "[email protected]",
"peerDependencyRules": {
"allowedVersions": {
"react": ">=17",
"react-dom": ">=17",
"stylelint": ">=14"
}
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react-dom": "18",
"react": "18"
}
},
"overrides": {
"got@<11.8.5": ">=11.8.5",
"trim@<0.0.3": ">=0.0.3",
"semver@>=6.0.0 <6.3.1": ">=6.3.1"
"trim@<0.0.3": ">=0.0.3"
}
}
}
Loading

0 comments on commit c3fdccc

Please sign in to comment.