File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919jobs :
2020 deployment :
2121 name : Perform deployment
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 permissions : read-all
2424
2525 environment :
5050 run : heroku container:login
5151
5252 - name : Build Docker image
53- uses : docker/build-push-action@v5
53+ uses : docker/build-push-action@v6
5454 with :
5555 push : true
5656 provenance : false
Original file line number Diff line number Diff line change 1515jobs :
1616 validate-pr-title :
1717 name : Validate PR title
18- runs-on : ubuntu-22 .04
18+ runs-on : ubuntu-24 .04
1919 steps :
2020 - uses : amannn/action-semantic-pull-request@v5
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323
2424 integration :
2525 name : Continuous integration checks
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727 steps :
2828 - name : Checkout repository
2929 uses : actions/checkout@v4
6262 run : pnpm test
6363
6464 - name : Build Docker image for project
65- uses : docker/build-push-action@v5
65+ uses : docker/build-push-action@v6
6666 with :
6767 push : false
6868 cache-from : type=gha
Original file line number Diff line number Diff line change 1515 "check" : " run-s check:*"
1616 },
1717 "dependencies" : {
18- "@keyv/redis" : " 2.8.5 " ,
18+ "@keyv/redis" : " 3.0.0 " ,
1919 "change-case" : " 5.4.4" ,
2020 "cheerio" : " 1.0.0-rc.12" ,
2121 "cron" : " 3.1.7" ,
2222 "discord.js" : " 14.15.3" ,
23- "keyv" : " 4.5.4 " ,
23+ "keyv" : " 5.0.0 " ,
2424 "nanoid" : " 5.0.7" ,
2525 "open-graph-scraper" : " 6.5.2" ,
2626 "zod" : " 3.23.8"
2727 },
2828 "devDependencies" : {
29- "@types/node" : " 20.14.2 " ,
30- "@typescript-eslint/eslint-plugin" : " 7.13 .0" ,
31- "@typescript-eslint/parser" : " 7.13 .0" ,
29+ "@types/node" : " 22.5.0 " ,
30+ "@typescript-eslint/eslint-plugin" : " 8.2 .0" ,
31+ "@typescript-eslint/parser" : " 8.2 .0" ,
3232 "dotenv" : " 16.4.5" ,
33- "eslint" : " 8.57 .0" ,
33+ "eslint" : " 9.9 .0" ,
3434 "eslint-import-resolver-typescript" : " 3.6.1" ,
3535 "eslint-plugin-import" : " 2.29.1" ,
3636 "eslint-plugin-only-error" : " 1.0.2" ,
3737 "eslint-plugin-simple-import-sort" : " 12.1.0" ,
3838 "eslint-plugin-sonarjs" : " 1.0.3" ,
39- "eslint-plugin-unused-imports" : " 3.2.0 " ,
39+ "eslint-plugin-unused-imports" : " 4.1.3 " ,
4040 "npm-run-all2" : " 6.2.0" ,
4141 "prettier" : " 3.3.2" ,
4242 "tsup" : " 8.1.0" ,
4343 "type-fest" : " 4.20.0" ,
4444 "typescript" : " 5.4.5" ,
45- "vitest" : " 1.6.0 "
45+ "vitest" : " 2.0.5 "
4646 },
4747 "packageManager" : " pnpm@9.3.0" ,
4848 "engines" : {
You can’t perform that action at this time.
0 commit comments