Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-vscode-eslint-options
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Aug 3, 2024
2 parents 10b5a8e + 8db7760 commit e1f8992
Show file tree
Hide file tree
Showing 11 changed files with 1,231 additions and 1,111 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
# Keep this in sync with the oldest Node.js version supported by the storybook
node: [18, 20]
os: [ubuntu-latest, windows-latest, macos-latest]
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,6 +32,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: pnpm
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: pnpm install
Expand All @@ -49,6 +53,6 @@ jobs:
matrix.os == 'ubuntu-latest' &&
!contains(github.event.head_commit.message, '[skip-release]') &&
!startsWith(github.event.head_commit.message, 'docs')
run: pnpm publish --recursive --tag next --access public --report-summary --no-git-checks --force
run: pnpm publish --recursive --tag nightly --provenance --access public --report-summary --no-git-checks --force
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "1.1.22",
"@iconify-json/simple-icons": "1.1.109",
"@iconify-json/heroicons": "1.1.23",
"@iconify-json/simple-icons": "1.1.111",
"@nuxt/content": "2.13.2",
"@nuxt/fonts": "0.7.1",
"@nuxt/ui-pro": "1.3.1",
"@nuxt/ui-pro": "1.4.0",
"nuxt": "3.12.4",
"nuxt-og-image": "3.0.0-rc.64"
},
"devDependencies": {
"@nuxt/eslint": "0.3.13",
"@nuxt/eslint": "0.4.0",
"@nuxthq/studio": "2.0.3",
"eslint": "9.7.0",
"vue-tsc": "2.0.28"
"eslint": "9.8.0",
"vue-tsc": "2.0.29"
}
}
16 changes: 8 additions & 8 deletions examples/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@pinia/nuxt": "0.5.1",
"@pinia/nuxt": "0.5.2",
"@nuxt/image": "1.7.0",
"nuxt": "3.12.4",
"vue": "3.4.33",
"vue-router": "4.4.0"
"vue": "3.4.35",
"vue-router": "4.4.2"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.2.5",
"@storybook/addon-links": "8.2.5",
"@storybook/blocks": "8.2.5",
"@storybook/test": "8.2.5",
"storybook": "8.2.5"
"@storybook/addon-essentials": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/blocks": "8.2.7",
"@storybook/test": "8.2.7",
"storybook": "8.2.7"
}
}
14 changes: 7 additions & 7 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
},
"dependencies": {
"nuxt": "3.12.4",
"vue": "3.4.33",
"vue-router": "4.4.0"
"vue": "3.4.35",
"vue-router": "4.4.2"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.2.5",
"@storybook/addon-links": "8.2.5",
"@storybook/blocks": "8.2.5",
"@storybook/test": "8.2.5",
"storybook": "8.2.5"
"@storybook/addon-essentials": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/blocks": "8.2.7",
"@storybook/test": "8.2.7",
"storybook": "8.2.7"
}
}
14 changes: 7 additions & 7 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"dependencies": {
"@nuxtjs/tailwindcss": "6.12.1",
"nuxt": "3.12.4",
"vue": "3.4.33",
"vue-router": "4.4.0"
"vue": "3.4.35",
"vue-router": "4.4.2"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@nuxtjs/storybook": "latest",
"@storybook/addon-essentials": "8.2.5",
"@storybook/addon-links": "8.2.5",
"@storybook/blocks": "8.2.5",
"@storybook/test": "8.2.5",
"storybook": "8.2.5"
"@storybook/addon-essentials": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/blocks": "8.2.7",
"@storybook/test": "8.2.7",
"storybook": "8.2.7"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
},
"packageManager": "pnpm@9.6.0",
"devDependencies": {
"@nuxt/eslint-config": "0.3.13",
"@nuxt/test-utils": "3.13.1",
"@vitest/coverage-v8": "2.0.4",
"@nuxt/eslint-config": "0.4.0",
"@nuxt/test-utils": "3.14.0",
"@vitest/coverage-v8": "2.0.5",
"changelogen": "0.5.5",
"chromatic": "11.5.6",
"eslint": "9.7.0",
"chromatic": "11.7.0",
"eslint": "9.8.0",
"jiti": "1.21.6",
"jsdom": "24.1.1",
"nuxt": "3.12.4",
"prettier": "3.3.3",
"release-it": "17.6.0",
"typescript": "5.5.4",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/kit": "^3.12.0",
"@storybook-vue/nuxt": "workspace:*",
"@storybook/core-common": "^8.2.5",
"@storybook/core-server": "^8.2.5",
"@storybook/core-common": "^8.2.7",
"@storybook/core-server": "^8.2.7",
"chalk": "^5.0.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"get-port-please": "^3.1.2",
"storybook": "^8.2.5",
"storybook": "^8.2.7",
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/module-builder": "0.8.1",
"vite": "5.3.4",
"vite": "5.3.5",
"unbuild": "2.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,26 @@
"@nuxt/schema": "^3.12.2",
"@nuxt/vite-builder": "^3.12.2",
"@rollup/plugin-replace": "^5.0.7",
"@storybook/builder-vite": "^8.2.5",
"@storybook/vue3": "^8.2.5",
"@storybook/vue3-vite": "^8.2.5",
"@storybook/builder-vite": "^8.2.7",
"@storybook/vue3": "^8.2.7",
"@storybook/vue3-vite": "^8.2.7",
"json-stable-stringify": "^1.1.1",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"unctx": "^2.3.1",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@storybook/types": "^8.2.5",
"@storybook/types": "^8.2.7",
"@types/json-stable-stringify": "1.0.36",
"@vitejs/plugin-vue": "5.1.0",
"@vitejs/plugin-vue": "5.1.2",
"@vitejs/plugin-vue-jsx": "4.0.0",
"changelogen": "0.5.5",
"typescript": "5.5.4",
"unbuild": "2.0.0",
"nuxt": "3.12.4",
"vue": "3.4.33",
"vite": "5.3.4"
"vue": "3.4.35",
"vite": "5.3.5"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/storybook-addon/src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ setup(async (vueApp, storyContext) => {
}

// Provide the config of the Nuxt app
// @ts-expect-error internal Nuxt property
window.__NUXT__ = {
serverRendered: false,
config: {
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"@nuxtjs/storybook": "workspace:*",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-essentials": "^8.2.7",
"@storybook/addon-interactions": "^8.2.7",
"@storybook/addon-links": "^8.2.7",
"nuxt": "3.12.4",
"storybook": "^8.2.5",
"storybook": "^8.2.7",
"vite-plugin-inspect": "0.8.5"
}
}
Loading

0 comments on commit e1f8992

Please sign in to comment.