From 0dcf882939ec5f71d0df7a70b1951c56046b64f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:39:15 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/deploy.yml | 20 ++++---- package.json | 96 ++++++++++++++++++------------------ remix.init/package.json | 4 +- 3 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 71acb8f..c131a07 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 - name: ⬇️ Checkout repo uses: actions/checkout@v3 @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 - name: ⬇️ Checkout repo uses: actions/checkout@v3 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 - name: ⬇️ Checkout repo uses: actions/checkout@v3 @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 - name: ⬇️ Checkout repo uses: actions/checkout@v3 @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 - name: ⬇️ Checkout repo uses: actions/checkout@v3 - name: 👀 Read app name - uses: SebRollen/toml-action@v1.0.0 + uses: SebRollen/toml-action@v1.2.0 id: app_name with: file: "fly.toml" @@ -175,13 +175,13 @@ jobs: steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.12.1 - name: ⬇️ Checkout repo uses: actions/checkout@v3 - name: 👀 Read app name - uses: SebRollen/toml-action@v1.0.0 + uses: SebRollen/toml-action@v1.2.0 id: app_name with: file: "fly.toml" @@ -189,7 +189,7 @@ jobs: - name: 🚀 Deploy Staging if: ${{ github.ref == 'refs/heads/dev' }} - uses: superfly/flyctl-actions@1.3 + uses: superfly/flyctl-actions@1.5 with: args: "deploy --app ${{ steps.app_name.outputs.value }}-staging --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}" env: @@ -197,7 +197,7 @@ jobs: - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} - uses: superfly/flyctl-actions@1.3 + uses: superfly/flyctl-actions@1.5 with: args: "deploy --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}" env: diff --git a/package.json b/package.json index 2e690f2..98d9006 100644 --- a/package.json +++ b/package.json @@ -37,70 +37,70 @@ "/public/build" ], "dependencies": { - "@mantine/core": "5.10.2", - "@mantine/form": "5.10.2", - "@mantine/hooks": "5.10.2", - "@mantine/modals": "5.10.2", - "@mantine/ssr": "5.10.2", - "@prisma/client": "4.9.0", - "@remix-run/node": "1.12.0", - "@remix-run/react": "1.12.0", - "@remix-run/serve": "1.12.0", - "@remix-run/server-runtime": "1.12.0", + "@mantine/core": "5.10.5", + "@mantine/form": "5.10.5", + "@mantine/hooks": "5.10.5", + "@mantine/modals": "5.10.5", + "@mantine/ssr": "5.10.5", + "@prisma/client": "4.16.2", + "@remix-run/node": "1.19.3", + "@remix-run/react": "1.19.3", + "@remix-run/serve": "1.19.3", + "@remix-run/server-runtime": "1.19.3", "bcryptjs": "2.4.3", - "dayjs": "1.11.7", + "dayjs": "1.11.13", "lodash": "4.17.21", - "nanoid": "4.0.0", - "react": "18.2.0", - "react-dom": "18.2.0", - "remix": "1.12.0", - "tiny-invariant": "1.3.1" + "nanoid": "4.0.2", + "react": "18.3.1", + "react-dom": "18.3.1", + "remix": "1.19.3", + "tiny-invariant": "1.3.3" }, "devDependencies": { - "@cypress/code-coverage": "3.10.0", + "@cypress/code-coverage": "3.13.9", "@eyecuelab/eslint-config-react": "1.1.0", "@faker-js/faker": "7.6.0", "@istanbuljs/nyc-config-typescript": "1.0.2", - "@remix-run/dev": "1.12.0", + "@remix-run/dev": "1.19.3", "@testing-library/cypress": "9.0.0", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "13.4.0", - "@testing-library/user-event": "14.4.3", - "@types/bcryptjs": "2.4.2", - "@types/eslint": "8.21.0", + "@testing-library/user-event": "14.5.2", + "@types/bcryptjs": "2.4.6", + "@types/eslint": "8.56.12", "@types/lodash": "^4.14.191", - "@types/react": "18.0.27", - "@types/react-dom": "18.0.10", - "@typescript-eslint/eslint-plugin": "5.50.0", - "@typescript-eslint/parser": "5.50.0", + "@types/react": "18.3.18", + "@types/react-dom": "18.3.5", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "3.1.0", "binode": "1.0.5", - "c8": "7.12.0", + "c8": "7.14.0", "cross-env": "7.0.3", - "cypress": "12.5.1", - "eslint": "8.33.0", - "eslint-config-prettier": "8.6.0", - "eslint-plugin-cypress": "2.12.1", - "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "26.1.3", - "eslint-plugin-jsx-a11y": "6.5.1", - "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-react": "7.29.4", - "eslint-plugin-react-hooks": "4.4.0", - "happy-dom": "8.1.4", - "msw": "0.49.2", + "cypress": "12.17.4", + "eslint": "8.57.1", + "eslint-config-prettier": "8.10.0", + "eslint-plugin-cypress": "2.15.2", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-jest": "26.9.0", + "eslint-plugin-jsx-a11y": "6.10.2", + "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-react": "7.37.2", + "eslint-plugin-react-hooks": "4.6.2", + "happy-dom": "8.9.0", + "msw": "0.49.3", "npm-run-all": "4.1.5", - "prettier": "2.8.3", - "prettier-plugin-tailwindcss": "0.1.8", - "prisma": "4.9.0", + "prettier": "2.8.8", + "prettier-plugin-tailwindcss": "0.6.9", + "prisma": "4.16.2", "source-map-support": "0.5.21", - "start-server-and-test": "1.15.2", - "tailwindcss": "3.2.4", - "ts-node": "10.9.1", - "tsconfig-paths": "4.1.2", - "typescript": "4.9.4", + "start-server-and-test": "1.15.4", + "tailwindcss": "3.4.17", + "ts-node": "10.9.2", + "tsconfig-paths": "4.2.0", + "typescript": "4.9.5", "vite-tsconfig-paths": "3.6.0", - "vitest": "0.8.4" + "vitest": "0.34.6" }, "engines": { "node": ">=14" diff --git a/remix.init/package.json b/remix.init/package.json index cce5515..54ade52 100644 --- a/remix.init/package.json +++ b/remix.init/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "@iarna/toml": "2.2.5", - "inquirer": "8.2.2", - "sort-package-json": "1.55.0" + "inquirer": "8.2.6", + "sort-package-json": "1.57.0" } }