Arturs Vonda

Results 11 issues of Arturs Vonda

Nothing changed in API and node version support for debug 4.1.1 is compatible with compression node versions.

pr
deps

This rule is somewhat similar to `no-internal-modules` but doesn't require additional setup. The basics of the rule are very simple – if one of the parent directories resolve to a...

Running ``` import {compile, serialize, stringify} from 'stylis' const css = ` grid-template-columns: minmax(100px, 1fr) 155px 24px; `; const css2 = ` grid-template-columns: minmax(100px, 1fr) /* comment */ 155px /*...

Adding newer debug version while keeping same node support

semver-major

**Is your feature request related to a problem? Please describe.** While playing around with adding `happy-dom` to test suite for `@testing-library/user-event`, I noticed that a ton of errors where coming...

enhancement

The userEvent better represents actions taken by user/browser and actually allows us to get rid of some hacks. Also, testing now with React v18. And removed redundant act calls as...

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass?...

Needs update

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? | no | Tests pass?...

### Reproduction https://stackblitz.com/edit/remix-run-remix-a4chia?file=app%2Froutes%2F_index.tsx ### System Info ```shell System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Pro Memory: 76.98 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.6.1...

feat:typescript
bug:unverified