-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies and
yarn
to latest version
- Loading branch information
1 parent
7aa41be
commit c9584e8
Showing
7 changed files
with
2,160 additions
and
1,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,9 @@ on: | |
pull_request: | ||
workflow_dispatch: | ||
|
||
env: | ||
HUSKY: 0 | ||
|
||
jobs: | ||
build: | ||
name: Lint and Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
./node_modules/.bin/commitlint --edit $1 |
324 changes: 162 additions & 162 deletions
324
.yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,39 +45,39 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-ecr": "^3.504.0", | ||
"@aws-sdk/client-ecr": "^3.525.0", | ||
"aggregate-error": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.6.0", | ||
"@commitlint/config-conventional": "^18.6.0", | ||
"@rimac-technology/style-guide": "^9.2.1", | ||
"@rimac-technology/style-guide": "^10.0.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^9.2.6", | ||
"@semantic-release/npm": "^11.0.2", | ||
"@semantic-release/npm": "^11.0.3", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"@types/eslint": "^8.56.2", | ||
"@types/node": "^20.11.14", | ||
"@types/eslint": "^8.56.5", | ||
"@types/node": "^20.11.24", | ||
"commitizen": "^4.3.0", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
"cspell": "^8.3.2", | ||
"eslint": "^8.56.0", | ||
"husky": "^9.0.7", | ||
"cspell": "^8.6.0", | ||
"eslint": "^8.57.0", | ||
"husky": "^9.0.11", | ||
"npm-package-json-lint": "^7.1.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^3.2.4", | ||
"semantic-release": "^23.0.0", | ||
"tsup": "^8.0.1", | ||
"prettier": "^3.2.5", | ||
"semantic-release": "^23.0.2", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"peerDependencies": { | ||
"semantic-release": ">=20" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"engines": { | ||
"node": ">=22" | ||
"node": ">=20" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.