Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent 2298905 commit d10c33b
Show file tree
Hide file tree
Showing 7 changed files with 2,337 additions and 2,738 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.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
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: "https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@favware/cliff-jumper": "^2.2.3",
"@favware/npm-deprecate": "^1.0.7",
"@favware/rollup-type-bundler": "^3.2.1",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/framework": "^5.0.4",
"@sapphire/pieces": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/framework": "^5.2.1",
"@sapphire/pieces": "^4.3.1",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/stopwatch": "^1.5.1",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/utilities": "^3.14.0",
"@types/node": "^20.10.5",
"@types/ws": "^8.5.10",
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/ts-config": "^5.0.1",
"@sapphire/utilities": "^3.17.0",
"@types/node": "^20.16.5",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"concurrently": "^8.2.2",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.37.66",
"discord.js": "^14.14.1",
"esbuild-plugin-file-path-extensions": "^2.0.0",
"discord.js": "^14.16.2",
"esbuild-plugin-file-path-extensions": "^2.1.2",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"turbo": "^1.11.2",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "^1.13.4",
"typescript": "^5.3.3"
},
"repository": {
Expand All @@ -72,10 +72,10 @@
}
},
"resolutions": {
"acorn": "^8.11.2",
"acorn": "^8.12.1",
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.5.0"
}
8 changes: 4 additions & 4 deletions packages/botlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.5.0",
"tslib": "^2.7.0",
"undici": "^5.28.4"
},
"repository": {
Expand Down Expand Up @@ -81,10 +81,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@favware/rollup-type-bundler": "^3.2.1",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^8.2.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.4",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/influxdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"tslib": "^2.6.2"
"@influxdata/influxdb-client": "^1.35.0",
"tslib": "^2.7.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -85,10 +85,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@favware/rollup-type-bundler": "^3.2.1",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^8.2.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.4",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit d10c33b

Please sign in to comment.