Philipp Rudloff

Results 36 issues of Philipp Rudloff

Updates the .gitignore file to match Yarn 2’s documentation. Specifically, this avoids the issue of needing to follow the SDK setup instructions (e.g. running `yarn dlx @yarnpkg/sdks vscode`) each time...

Adds the `files` property to the package.json file including the paths `bin` and `dist` which contain the essential distribution files of the package. Previously, the entire source code was packaged...

**feat: add outputOrder option** Adds a new optional config and CLI option `outputOrder` which when set to `'lexical'` sorts reports and language files (when using the `add` option) alphabetically. By...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In my project, when running `npm audit`, one of the reported...

Release 8.x
Bug
Priority 2

### Describe the bug I’ve started exprimenting with Vitest and got all tests to pass individually; however, running `npx vitest run .` (or any set of test files together like...

upstream

## Problem statement I’m migrating Kuma GUI from kongponents v4 to v6. Among other things, this seems to have introduced the use of vue-uuid’s `uuid.v1` method to generate `id` attribute...

**Please indicate whether you want the color picker to support Lab/LCH color formats by leaving a 👍🏻 or 👎🏻 reaction below.** --- ## Description The [CSS Color Module Level 4...

feature

**What rule do you want to change?** Prioritize conditionals (e.g. `v-if`, `v-else`, etc.) to `v-for` in the [`vue/attributes-order` rule](https://eslint.vuejs.org/rules/attributes-order.html) because conditionals are now prioritized to `v-for` in Vue 3 (see...

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage

### Describe the bug It seems that vitest completely ignores a `root` option under the `test` property in a Vite configuration file if said file also has a `root` option...

bug