-
### What version of Bun is running?
1.0.25+a8ff7be64
### What platform is your computer?
Darwin 23.3.0 arm64 arm
### What steps can reproduce the bug?
https://vitejs.dev/guide/env-and-m…
-
**Describe the bug**
Dependencies are important to display the dependency graph i.e. in Dependency-Track.
I attached two sbom files.
rollup-plugin-sbom.json is created using plugin
cyclonedx-npm.…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
#### The error:
```
[!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod `VisionCamera` depends upon `react-native-worklets-core`, which does not define module…
-
Currently if you pass `overrides` directly to `prettier.format`, it will get ignored. For example the below code sample will use the `babel` parser, even though it *should* match the given override:
…
-
## The devDependency [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) was updated from `3.0.1` to `3.1.0`.
🚨 [View failing branch](https://github.com/ecatch-kyst/web/comp…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
In my case Im using prettier extension for VScode that formats code automatically on file save so I do not need to spend extra time for that. I've just stumbled upon the conflict between prettier and …
-
Before:
```js
const foo = (a && b) || c || d;
```
After:
```js
const foo = a && b || c || d;
```
The same goes for arithmetic and bitwise operators.
Relevant ESLint rule: http://esl…
-
### Describe the bug
Seems like the typescript rules don't work on astro components. Activating astro with `astro: true` doesn't seem to parse typescript in astro `---` blocks, even if typescript is …