Kristoffer K.

Results 48 issues of Kristoffer K.

## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [ ] **If this is a code change**: I have written unit tests and/or added...

CLA Signed
pr: polish

- **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Bug fix, adds `express-session` as a peer dependency. Fixes https://github.com/yarnpkg/berry/issues/4368 - **What is the current...

Updates the `lodash` import to only include the used function which improves startup time and reduces the size of Ink when bundled. Ref https://github.com/yarnpkg/berry/pull/4315

**What's the problem this PR addresses?** `reactcss` is trying to use `react` without declaring it as a peer dependency **How did you fix it?** Added `react` to peer dependencies

**What's the problem this PR addresses?** `taskr` makes assumptions about the `node_modules` layout and tries to require files directly from it instead of using `createRequire`, `taskr` also has an optional...

**What's the problem this PR addresses?** The PnP API has a compatibility feature that allows dependencies to access the dependencies of `react-scripts` and `gatsby` but these fallbacks cause hard to...

major

**What's the problem this PR addresses?** WIP **How did you fix it?** **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [ ] I have set the packages that...

**What's the problem this PR addresses?** `vue-cli-plugin-vuetify` attempts to require `vue` but doesn't declare it as a dependency. https://github.com/vuetifyjs/vue-cli-plugins/blob/4a09f6e51a295333b3425f70a591ab819de4aaaf/packages/vue-cli-plugin-vuetify/index.js#L15 **How did you fix it?** Added `vue` as a peer dependency.

**What's the problem this PR addresses?** When switching between some countries, a valid number with a prefix gets a zero prepended to it causing the number to become invalid. In...

**What kind of change does this PR introduce?** ``` [x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api...