node-ray icon indicating copy to clipboard operation
node-ray copied to clipboard

Debug your NodeJS, TS & web code with Ray to understand and fix bugs faster

Results 16 node-ray issues
Sort by recently updated
recently updated
newest added

This is your weekly update of **all** npm dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...

depfu

Add support for calling closures before a ray request, see [spatie/ray PR 859](https://github.com/spatie/ray/pull/859).

The `LogPayload` class was updated to send additional data to the Ray client in [PR 829](https://github.com/spatie/ray/pull/829). ```[tasklist] ### Tasks ```

The `expand` payload and method were added to `spatie/ray` in [this PR](https://github.com/spatie/ray/pull/843).

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.4. Release notes Sourced from vitest's releases. v2.0.4    🐞 Bug Fixes One-line environment options  -  by @​hahanein in vitest-dev/vitest#5105 (38269) Resolve assets imported with require  ...

dependencies

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.23.0. Release notes Sourced from esbuild's releases. v0.23.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

dependencies

Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.8 to 10.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/uuid&package-manager=npm_and_yarn&previous-version=9.0.8&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Describe the bug** A clear and concise description of what the bug is. ![image](https://github.com/permafrost-dev/node-ray/assets/62609477/21192085-7cc5-4da7-80c2-79e6d321dd89) **To Reproduce** ```js ray('test') ``` Steps to reproduce the behavior: 1. Use ray **Expected behavior** show...

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0. Changelog Sourced from uuid's changelog. 10.0.0 (2024-06-07) ⚠ BREAKING CHANGES update node support (drop node@12, node@14, add node@20) (#750) Features support support rfc9562 MAX...

dependencies

When there is a decimal number in object data, it is displayed as 10. object ```js console.log { "71213": [ 0.732, 0.9700000000000001 ] } ``` ```js ray Object { "71213":...

bug