Skip to content

Commit

Permalink
chore: update dependencies and yarn to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-jerkovic committed Mar 6, 2024
1 parent 7aa41be commit c9584e8
Show file tree
Hide file tree
Showing 7 changed files with 2,160 additions and 1,258 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
workflow_dispatch:

env:
HUSKY: 0

jobs:
build:
name: Lint and Build
Expand Down
3 changes: 0 additions & 3 deletions .husky/commit-msg
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 .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.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
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"allowJs": true,
"outDir": "dist",
"target": "ES2022",
"module": "Node16",
"module": "Node16"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
Loading

0 comments on commit c9584e8

Please sign in to comment.