Justin Bourrousse
Justin Bourrousse
#### What are you trying to achieve? Assertion like the doc example (but with an unexpected value in the assertion): ``` const assert = require('assert') Scenario.only('test page title 1', async...
Hello, I'm bootstrapping storybook-nuxt on my nuxt3 big project and I experiment several issues, not blocking (for the moment), only visible in the browser devtools console. And the main issue...
Hello, Is it possible to use this module with nuxt3 ? If not, is it planned in the future ? Is there any other solution ? Regards
**Describe the bug** `/vue-codemod/dist/vue-transformations/v-for-template-key` does not support key with string interpolation. **To Reproduce** ```ts import { applyOperation } from '@originjs/vue-codemod/dist/src/wrapVueTransformation' import { transformAST } from '@originjs/vue-codemod/dist/vue-transformations/v-for-template-key' const test = `...
Hello, In my nuxt3 application, we're using the [nuxt inlineStyles feature](https://nuxt.com/docs/guide/going-further/features#inlinestyles) and a [vitejs plugin](https://www.npmjs.com/package/vite-plugin-css-injected-by-js) to inject the CSS with JS, to avoid to block the browser thread by loading...
Hello A vulnerability is detected with the dependency cookie. A patch version of cookie exists. ```sh cookie =2.0.0 Depends on vulnerable versions of elliptic node_modules/secp256k1 ``` Regards
### Environment ------------------------------ - Operating System: Darwin - Node Version: v22.14.0 - Nuxt Version: 3.17.7 - CLI Version: 3.26.2 - Nitro Version: 2.12.2 - Package Manager: [email protected] - Builder: -...