Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#372)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: copy-paste to fix previous copy-paste

* Update tsup.config.ts

* chore: well crap.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>
Co-authored-by: Jeroen Claassens <jeroen.claassens@live.nl>
  • Loading branch information
3 people authored Jul 23, 2024
1 parent 365d132 commit a8d88f3
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
with:
push: true
context: .
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"validate-tags": "tsx scripts/validate-tags.ts"
},
"dependencies": {
"@discordjs/builders": "^1.8.1",
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@sapphire/fetch": "^3.0.2",
"@sapphire/result": "^2.6.6",
Expand All @@ -36,7 +36,7 @@
"@skyra/jaro-winkler": "^1.1.1",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"smol-toml": "^1.2.2",
"smol-toml": "^1.3.0",
"turndown": "^7.2.0"
},
"devDependencies": {
Expand All @@ -46,24 +46,24 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/he": "^1.2.3",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"colorette": "^2.0.20",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.1.0",
"tsup": "^8.2.2",
"tsx": "^4.16.2",
"typescript": "~5.4.5",
"vite": "^5.3.3",
"vitest": "^2.0.2"
"vite": "^5.3.4",
"vitest": "^2.0.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup';
export default defineConfig({
clean: true,
dts: false,
entry: ['src/**/*.ts', '!src/**/*.d.ts'],
entry: ['src/**', '!src/tags/tags.toml'],
format: ['esm'],
minify: false,
skipNodeModulesBundle: true,
Expand Down
Loading

0 comments on commit a8d88f3

Please sign in to comment.