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 Oct 20, 2024
1 parent 75a2e6d commit c043105
Show file tree
Hide file tree
Showing 12 changed files with 538 additions and 529 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.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 @@ -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.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.7.35",
"@swc/core": "^1.7.36",
"@types/node": "20.14.8",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"turbo": "^2.2.1",
"typescript": "~5.4.5",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand All @@ -67,5 +67,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
4 changes: 2 additions & 2 deletions packages/env-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.3.0",
"typescript": "~5.4.5",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.98",
"i18next": "^22.5.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"tsup": "^8.3.0",
"typescript": "~5.4.5",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"tsup": "^8.3.0",
"typescript": "~5.4.5",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.98",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-influx-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@skyra/http-framework": "workspace:^",
"@skyra/influx-utilities": "workspace:^",
"discord-api-types": "^0.37.98",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/start-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"tsup": "^8.3.0",
"typescript": "~5.4.5",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
}
}
Loading

0 comments on commit c043105

Please sign in to comment.