-
### Provide your feedback here.
The repository fails to install on Node.js 22, soon to become a widely used LTS version.
The cause is `eslint-plugin-jsdoc` which has `engines` specified as `"nod…
-
### Current behavior
case failed due to:
```
cypress:server:cypress exiting with err Error: We detected that the Custom Chrome tab running Cypress tests closed unexpectedly
```
### Desired be…
7999 updated
4 months ago
-
Adding `engines.node` causes "External modules are not supported when building for browser".
So you need to do
```json
"engines": {
"node": ">=14.0"
},
"targets": {
"default": {…
-
### Describe the bug
On page load, we pass the initial data into the component. Because of this, we don't need to fetch data again when the component is mounted, but if the query params change, we ne…
-
### Steps to reproduce
Reproduction repo here: https://github.com/Sephster/styled-components-bug
1. Clone the repo
2. run `npm i`
3. run `npm run dev`
4. visit the site url (usually http://loca…
-
Guaranteed Node 14 and 16 support with be removed once the TypeScript rewrite has been completed in #818 as the following Node versions become EOL in 2023:
- Node 14: [30th April 2023](https://gith…
-
### Describe the bug
Not sure if i am using runes as it should be, but I get : `State referenced in its own scope will never update. Did you mean to reference it inside a closure? (state_referenced_l…
-
It would be nice to have a browser that supports TS like Node, Deno and Bun... but these only support as something to be converted (lost) on the fly, not as something that can enable important optimiz…
-
### Describe the bug
We are trying to move from Storybook 6 to 8. Everything is working fine except for a single story that make Storybook build fail. Here's the output:
```
yarn build-storybook
@sto…
-
Is it possible to use Aurelia core with modern es6 browsers (not IE11) as the library, not having to install node.js chain with Babel? I see there is aurelia-core.js at cdn sites, however it's exports…