diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index d0ec34e..615828a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,13 +23,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Setup Pages diff --git a/.github/workflows/deploy-template.yml b/.github/workflows/deploy-template.yml index 4c9f667..35dbf02 100644 --- a/.github/workflows/deploy-template.yml +++ b/.github/workflows/deploy-template.yml @@ -27,13 +27,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install dependencies @@ -46,13 +46,13 @@ jobs: runs-on: ubuntu-latest needs: [typecheck] steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install Vercel CLI diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9093a62..0762af6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,13 +24,13 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install dependencies @@ -42,13 +42,13 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install dependencies @@ -63,13 +63,13 @@ jobs: knip: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install dependencies @@ -81,13 +81,13 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install dependencies @@ -101,13 +101,13 @@ jobs: needs: [lint, typecheck, knip, test] steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 with: persist-credentials: false - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.18.0 + node-version: 24.19.0 cache: pnpm - name: Install dependencies diff --git a/docs/package.json b/docs/package.json index afcdaf7..1788306 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,15 +8,15 @@ "preview": "nuxt preview --extends docus" }, "dependencies": { - "@nuxt/kit": "^4.4.8", - "@nuxt/ui": "^4.9.0", + "@nuxt/kit": "^4.5.1", + "@nuxt/ui": "^4.10.0", "@nuxtjs/critters": "^0.9.2", - "better-sqlite3": "^13.0.2", - "docus": "^5.12.2", + "better-sqlite3": "^13.0.3", + "docus": "^5.12.3", "motion-v": "^2.3.0", - "nuxt": "^4.4.8", - "reka-ui": "^2.10.0", - "tailwindcss": "^4.3.1", + "nuxt": "^4.5.1", + "reka-ui": "^2.10.1", + "tailwindcss": "^4.3.3", "vaul-vue": "^0.4.1", "zod": "^4.4.3" } diff --git a/package.json b/package.json index 6232648..d75b815 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "type": "module", "description": "Easily integrate Shopify with Nuxt 3 and 4 🚀", - "packageManager": "pnpm@11.5.3", + "packageManager": "pnpm@11.20.0", "workspaces": [ "playgrounds/*", "template", @@ -92,46 +92,46 @@ "@graphql-codegen/plugin-helpers": "^7.1.0", "@graphql-codegen/typescript": "^6.1.0", "@graphql-yoga/render-graphiql": "^5.21.2", - "@nuxt/kit": "^4.4.8", + "@nuxt/kit": "^4.5.1", "@shopify/api-codegen-preset": "^2.0.1", "@shopify/graphql-client": "^1.4.2", "@shopify/graphql-codegen": "^0.1.0", "citty": "^0.2.2", "consola": "^3.4.2", "defu": "^6.1.7", - "giget": "^3.3.0", + "giget": "^3.3.1", "graphql-yoga": "^5.21.2", "h3": "^1.15.11", "lru-cache": "^11.5.2", - "minimatch": "^10.2.5", + "minimatch": "^10.2.6", "nitropack": "^2.13.4", "ohash": "^2.0.11", "scule": "^1.3.0", "ufo": "^1.6.4", "unstorage": "^1.17.5", - "vue": "^3.5.39", + "vue": "^3.5.41", "zod": "^4.4.3" }, "devDependencies": { - "@graphql-tools/graphql-tag-pluck": "^8.3.33", + "@graphql-tools/graphql-tag-pluck": "^8.3.35", "@nuxt/eslint-config": "^1.16.0", - "@nuxt/module-builder": "^1.0.2", - "@nuxt/schema": "^4.4.8", - "@nuxt/test-utils": "^4.0.3", + "@nuxt/module-builder": "^1.0.3", + "@nuxt/schema": "^4.5.1", + "@nuxt/test-utils": "^4.1.0", "@shopify/hydrogen": "^2026.4.4", "@shopify/hydrogen-react": "^2026.4.3", "@types/node": "^25.9.5", "@vitest/coverage-v8": "^4.1.10", "dotenv-cli": "^8.0.0", - "eslint": "^10.6.0", - "happy-dom": "^20.10.6", - "knip": "^6.26.0", - "nuxt": "^4.4.8", + "eslint": "^10.8.0", + "happy-dom": "^20.11.1", + "knip": "^6.31.0", + "nuxt": "^4.5.1", "typescript": "^6.0.3", "unbuild": "^3.6.1", - "vite": "^8.1.4", + "vite": "^8.2.0", "vitest": "^4.1.10", - "vue-tsc": "^3.3.7" + "vue-tsc": "^3.3.9" }, "peerDependencies": { "@shopify/hydrogen": "*", diff --git a/playgrounds/playground-v3/package.json b/playgrounds/playground-v3/package.json index a8a6acf..f4bcb83 100644 --- a/playgrounds/playground-v3/package.json +++ b/playgrounds/playground-v3/package.json @@ -11,6 +11,6 @@ "typecheck": "nuxt typecheck" }, "dependencies": { - "nuxt": "^3.21.8" + "nuxt": "^3.21.10" } } diff --git a/playgrounds/playground-v4-mock/package.json b/playgrounds/playground-v4-mock/package.json index 0f6a1c7..050a9ac 100644 --- a/playgrounds/playground-v4-mock/package.json +++ b/playgrounds/playground-v4-mock/package.json @@ -11,6 +11,6 @@ "typecheck": "nuxt typecheck" }, "dependencies": { - "nuxt": "^4.4.8" + "nuxt": "^4.5.1" } } diff --git a/playgrounds/playground-v4/package.json b/playgrounds/playground-v4/package.json index 4e6ee0e..b86ed92 100644 --- a/playgrounds/playground-v4/package.json +++ b/playgrounds/playground-v4/package.json @@ -12,7 +12,7 @@ "typecheck": "nuxt typecheck" }, "dependencies": { - "nuxt": "^4.4.8" + "nuxt": "^4.5.1" }, "devDependencies": { "@shopify/hydrogen": "^2026.4.4" diff --git a/template/package.json b/template/package.json index 70ae95c..2ef708d 100644 --- a/template/package.json +++ b/template/package.json @@ -12,23 +12,23 @@ "lint": "eslint ." }, "dependencies": { - "@iconify-json/lucide": "^1.2.117", - "@nuxt/icon": "^2.3.1", - "@nuxt/image": "^2.0.0", + "@iconify-json/lucide": "^1.2.121", + "@nuxt/icon": "^2.4.1", + "@nuxt/image": "^2.1.0", "@nuxt/ui": "^4.10.0", "@nuxtjs/critters": "^0.9.2", - "@nuxtjs/i18n": "^10.4.1", + "@nuxtjs/i18n": "^10.6.0", "@nuxtjs/shopify": "latest", "@shopify/hydrogen": "^2026.4.4", "@shopify/hydrogen-react": "^2026.4.3", "@tailwindcss/typography": "^0.5.20", - "nuxt": "^4.4.8", + "nuxt": "^4.5.1", "zod": "^4.4.3" }, "devDependencies": { "@nuxt/eslint-config": "^1.16.0", - "eslint": "^10.7.0", + "eslint": "^10.8.0", "typescript": "^6.0.3", - "vue-tsc": "^3.3.7" + "vue-tsc": "^3.3.9" } }