Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 794e549 commit 3ebdf66
Show file tree
Hide file tree
Showing 8 changed files with 2,286 additions and 1,753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deprecate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16
- name: Restore CI Cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
id: cache-restore
with:
path: node_modules
Expand Down
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.6.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,4 +1,4 @@
yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.8.6.cjs

nodeLinker: node-modules

Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@
"@commitlint/config-conventional": "^16.2.4",
"@commitlint/config-lerna-scopes": "^16.2.4",
"@commitlint/parse": "^16.2.1",
"@favware/cliff-jumper": "^1.8.0",
"@favware/npm-deprecate": "^1.0.4",
"@sapphire/eslint-config": "4.3.5",
"@sapphire/prettier-config": "1.4.3",
"@favware/cliff-jumper": "^1.10.0",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "4.4.3",
"@sapphire/prettier-config": "1.4.5",
"@sapphire/ts-config": "3.3.4",
"@types/depd": "^1.1.32",
"@types/jest": "^27.5.1",
"@types/node": "17.0.18",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@types/depd": "^1.1.37",
"@types/jest": "^27.5.2",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "16.0.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"dotenv": "16.4.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^28.1.3",
"prettier": "^2.8.8",
"standard-version": "^9.3.2",
"ts-jest": "^28.0.2",
"ts-node": "^10.7.0",
"tslib": "2.4.0",
"tsup": "^5.12.7",
"turbo": "^1.2.9",
"typescript": "^4.6.4"
"ts-jest": "^28.0.8",
"ts-node": "^10.9.2",
"tslib": "2.8.1",
"tsup": "^5.12.9",
"turbo": "^1.13.4",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.8.6"
}
4 changes: 2 additions & 2 deletions packages/brawlcli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"#functions/*": "./dist/functions/*.js",
"#commands/*": "./dist/commands/*.js"
},
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.8.6",
"prettier": "@sapphire/prettier-config",
"dependencies": {
"brawlstats": "^3.1.2",
"commander": "^9.2.0",
"commander": "^9.5.0",
"find-up": "^6.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/brawlstats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"wrapper"
],
"author": "@undied",
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@3.8.6",
"prettier": "@sapphire/prettier-config",
"dependencies": {
"@discordjs/collection": "^0.6.0",
"@sapphire/fetch": "^2.3.1"
"@discordjs/collection": "^0.8.0",
"@sapphire/fetch": "^2.4.2"
}
}
Loading

0 comments on commit 3ebdf66

Please sign in to comment.