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] authored Nov 26, 2024
1 parent 1faa999 commit f878737
Show file tree
Hide file tree
Showing 12 changed files with 901 additions and 913 deletions.
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.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 @@ -2,4 +2,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"check-update": "turbo run check-update"
},
"dependencies": {
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/framework": "^5.2.1",
"@sapphire/framework": "^5.3.1",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.7.40",
"@swc/jest": "^0.2.36",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.1",
"@types/node": "^20.17.8",
"@types/rimraf": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand All @@ -43,22 +43,22 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gen-esm-wrapper": "^1.1.3",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier": "^3.4.0",
"pretty-quick": "^4.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.2.3",
"turbo": "^2.3.2",
"typedoc": "^0.25.13",
"typedoc-plugin-mdn-links": "^3.1.30",
"typescript": "^5.4.5",
"undici": "^6.20.1"
"undici": "^6.21.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -100,5 +100,5 @@
"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.3.tgz"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
6 changes: 3 additions & 3 deletions packages/api-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -87,9 +87,9 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/utilities": "^3.17.0",
"@sapphire/utilities": "^3.18.1",
"@types/jsonwebtoken": "^9.0.7",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"discord-api-types": "^0.37.100",
"eslint": "~8.57.1",
"tsup": "^8.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/bot-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.8.0",
"undici": "^6.20.1"
"tslib": "^2.8.1",
"undici": "^6.21.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -89,7 +89,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"dotenv-cra": "^3.0.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -86,7 +86,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/influxdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -89,8 +89,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"@influxdata/influxdb-client": "^1.35.0",
"@sapphire/framework": "^5.2.1",
"concurrently": "^9.0.1",
"@sapphire/framework": "^5.3.1",
"concurrently": "^9.1.0",
"eslint": "~8.57.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -89,10 +89,10 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^7.0.0",
"@sentry/node": "^8.35.0",
"concurrently": "^9.0.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.2",
"@sapphire/plugin-subcommands": "^7.0.1",
"@sentry/node": "^8.40.0",
"concurrently": "^9.1.0",
"eslint": "~8.57.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2"
Expand Down
Loading

0 comments on commit f878737

Please sign in to comment.