This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@sentry/vue](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/vue) ([source](https://redirect.github.com/getsentry/sentry-javascript)) | [`10.30.0` -> `10.31.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/10.30.0/10.31.0) |  |  | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@​sentry/vue)</summary> ### [`v10.31.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/10.31.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/10.30.0...10.31.0) ##### Important Changes - **feat(browser): Add support for GraphQL persisted operations ([#​18505](https://redirect.github.com/getsentry/sentry-javascript/pull/18505))** The `graphqlClientIntegration` now supports GraphQL persisted operations (queries). When a persisted query is detected, the integration will capture the operation hash and version as span attributes: - `graphql.persisted_query.hash.sha256` - The SHA-256 hash of the persisted query - `graphql.persisted_query.version` - The version of the persisted query protocol Additionally, the `graphql.document` attribute format has changed to align with OpenTelemetry semantic conventions. It now contains only the GraphQL query string instead of the full JSON request payload. **Before:** ```javascript "graphql.document": "{\"query\":\"query Test { user { id } }\"}" ``` **After:** ```javascript "graphql.document": "query Test { user { id } }" ``` ##### Other Changes - feat(node): Support `propagateTraceparent` option ([#​18476](https://redirect.github.com/getsentry/sentry-javascript/pull/18476)) - feat(bun): Expose spotlight option in TypeScript ([#​18436](https://redirect.github.com/getsentry/sentry-javascript/pull/18436)) - feat(core): Add additional exports for `captureException` and `captureMessage` parameter types ([#​18521](https://redirect.github.com/getsentry/sentry-javascript/pull/18521)) - feat(core): Export `captureException` and `captureMessage` parameter types ([#​18509](https://redirect.github.com/getsentry/sentry-javascript/pull/18509)) - feat(core): Parse individual cookies from cookie header ([#​18325](https://redirect.github.com/getsentry/sentry-javascript/pull/18325)) - feat(node): Add instrument OpenAI export to node ([#​18461](https://redirect.github.com/getsentry/sentry-javascript/pull/18461)) - feat(nuxt): Bump `@sentry/vite-plugin` and `@sentry/rollup-plugin` to 4.6.1 ([#​18349](https://redirect.github.com/getsentry/sentry-javascript/pull/18349)) - feat(profiling): Add support for Node v24 in the prune script ([#​18447](https://redirect.github.com/getsentry/sentry-javascript/pull/18447)) - feat(tracing): strip inline media from messages ([#​18413](https://redirect.github.com/getsentry/sentry-javascript/pull/18413)) - feat(node): Add ESM support for postgres.js instrumentation ([#​17961](https://redirect.github.com/getsentry/sentry-javascript/pull/17961)) - fix(browser): Stringify span context in linked traces log statement ([#​18376](https://redirect.github.com/getsentry/sentry-javascript/pull/18376)) - fix(google-cloud-serverless): Move [@​types/express](https://redirect.github.com/types/express) to optional peerDeps ([#​18452](https://redirect.github.com/getsentry/sentry-javascript/pull/18452)) - fix(node-core): passthrough node-cron context ([#​17835](https://redirect.github.com/getsentry/sentry-javascript/pull/17835)) - fix(tanstack-router): Check for `fromLocation` existence before reporting pageload ([#​18463](https://redirect.github.com/getsentry/sentry-javascript/pull/18463)) - fix(tracing): add system prompt, model to google genai ([#​18424](https://redirect.github.com/getsentry/sentry-javascript/pull/18424)) - fix(tracing): Set span operations for AI spans with model ID only ([#​18471](https://redirect.github.com/getsentry/sentry-javascript/pull/18471)) - ref(browser): Improve profiling debug statement ([#​18507](https://redirect.github.com/getsentry/sentry-javascript/pull/18507)) <details> <summary> <strong>Internal Changes</strong> </summary> - chore: Add external contributor to CHANGELOG.md ([#​18473](https://redirect.github.com/getsentry/sentry-javascript/pull/18473)) - chore: upgrade Playwright to \~1.56.0 for WSL2 compatibility ([#​18468](https://redirect.github.com/getsentry/sentry-javascript/pull/18468)) - chore(bugbot): Add testing conventions code review rules ([#​18433](https://redirect.github.com/getsentry/sentry-javascript/pull/18433)) - chore(deps): bump next from 14.2.25 to 14.2.35 in /dev-packages/e2e-tests/test-applications/create-next-app ([#​18494](https://redirect.github.com/getsentry/sentry-javascript/pull/18494)) - chore(deps): bump next from 14.2.32 to 14.2.35 in /dev-packages/e2e-tests/test-applications/nextjs-orpc ([#​18520](https://redirect.github.com/getsentry/sentry-javascript/pull/18520)) - chore(deps): bump next from 14.2.32 to 14.2.35 in /dev-packages/e2e-tests/test-applications/nextjs-pages-dir ([#​18496](https://redirect.github.com/getsentry/sentry-javascript/pull/18496)) - chore(deps): bump next from 15.5.7 to 15.5.9 in /dev-packages/e2e-tests/test-applications/nextjs-15 ([#​18482](https://redirect.github.com/getsentry/sentry-javascript/pull/18482)) - chore(deps): bump next from 15.5.7 to 15.5.9 in /dev-packages/e2e-tests/test-applications/nextjs-15-intl ([#​18483](https://redirect.github.com/getsentry/sentry-javascript/pull/18483)) - chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16 ([#​18480](https://redirect.github.com/getsentry/sentry-javascript/pull/18480)) - chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents ([#​18479](https://redirect.github.com/getsentry/sentry-javascript/pull/18479)) - chore(deps): bump next from 16.0.7 to 16.0.9 in /dev-packages/e2e-tests/test-applications/nextjs-16-tunnel ([#​18481](https://redirect.github.com/getsentry/sentry-javascript/pull/18481)) - chore(deps): bump next from 16.0.9 to 16.0.10 in /dev-packages/e2e-tests/test-applications/nextjs-16 ([#​18514](https://redirect.github.com/getsentry/sentry-javascript/pull/18514)) - chore(deps): bump next from 16.0.9 to 16.0.10 in /dev-packages/e2e-tests/test-applications/nextjs-16-tunnel ([#​18487](https://redirect.github.com/getsentry/sentry-javascript/pull/18487)) - chore(tests): Added test variant flag ([#​18458](https://redirect.github.com/getsentry/sentry-javascript/pull/18458)) - test(cloudflare-mcp): Pin mcp sdk to 1.24.0 ([#​18524](https://redirect.github.com/getsentry/sentry-javascript/pull/18524)) </details> Work in this release was contributed by [@​sebws](https://redirect.github.com/sebws) and [@​TBeeren](https://redirect.github.com/TBeeren). Thank you for your contributions! #### Bundle size 📦 | Path | Size | | ----------------------------------------------------------------------------------------------------- | --------- | | [@​sentry/browser](https://redirect.github.com/sentry/browser) | 24.23 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 22.76 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 40.58 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Profiling) | 45.08 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 78.1 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 68.07 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 82.67 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 94.62 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 40.54 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 28.8 KB | | [@​sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 33.68 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) | 25.9 KB | | [@​sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 42.73 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) | 28.58 KB | | [@​sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 42.35 KB | | [@​sentry/svelte](https://redirect.github.com/sentry/svelte) | 24.24 KB | | CDN Bundle | 26.59 KB | | CDN Bundle (incl. Tracing) | 41.23 KB | | CDN Bundle (incl. Tracing, Replay) | 76.9 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 82.23 KB | | CDN Bundle - uncompressed | 78.15 KB | | CDN Bundle (incl. Tracing) - uncompressed | 122.44 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 235.75 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 248.21 KB | | [@​sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 44.9 KB | | [@​sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 40.94 KB | | [@​sentry/node-core](https://redirect.github.com/sentry/node-core) | 50.39 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) | 157.7 KB | | [@​sentry/node](https://redirect.github.com/sentry/node) - without tracing | 90.85 KB | | [@​sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 106 KB | </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| originalMedia | ||
| patches | ||
| public | ||
| scripts | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .env.local.example | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .stylelintrc.json | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| cliff.toml | ||
| embed.go | ||
| env.config.d.ts | ||
| env.d.ts | ||
| eslint.config.js | ||
| histoire.config.ts | ||
| index.html | ||
| netlify.toml | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.config.json | ||
| tsconfig.json | ||
| tsconfig.vitest.json | ||
| vite.config.ts | ||
README.md
Web frontend for Vikunja
The todo app to organize your life.
This is the web frontend for Vikunja, written in Vue.js.
Take a look at our roadmap (hosted on Vikunja!) for a list of things we're currently working on!
For general information about the project, refer to the top-level readme of this repo.
Project setup
pnpm install
Development
Define backend server
You can develop the web front end against any accessible backend, including the demo at https://try.vikunja.io
In order to do so, you need to set the DEV_PROXY env variable. The recommended way to do so is to:
- Copy
.env.local.exampleas.env.local - Uncomment the
DEV_PROXYline - Set the backend url you want to use
In the end, it should look like DEV_PROXY=https://try.vikunja.io if you work against the online demo backend.
Start dev server (compiles and hot-reloads)
pnpm run dev
Compiles and minifies for production
pnpm run build
Lints and fixes files
pnpm run lint
License
This project is licensed under the AGPL-3.0-or-later license. See the LICENSE file for details.