Julien Marcou
Julien Marcou
I'm trying to switch from `ts-node` to `esbuild-runner` for my package https://github.com/Julien-Marcou/static-html Here is the problematic file [bin/static.ts](https://github.com/Julien-Marcou/static-html/blob/b7a09f65fe6a5a9254ae57d27bee13b15f54a0c7/bin/static.ts#L1) : ```typescript #!/usr/bin/env -S npx ts-node-script import * as fs from 'fs';...
##### Description of change Update the `package-lock.json` using `npm audit fix` to fix auto-fixable security issues. ##### Pre-Merge Checklist - [x] Lint process passed (`npm run lint`) - [x] Tests...
I wanted to add dependency injections to a project that didn't need tslib, after adding inversify (and reflect-metadata), my dependency injection were working fine until I tried to build the...
Upgrading `jest` as well as all the `jest-*` packages to v28 will fix all the deprecated dependency warnings (`sane`, `request`, `request-promise-native`, `left-pad`)
This PR upgrade `tslib` to v`2.4.0` and `typescript` to v`3.9.5`. This will help developer transitioning to new features of ECMAScript like destructuring & spead operator. Fixes #52
jest-electron uses tslib v1.10.0, upgrading to v2 would allow to use jest-electron with project that need the `__spreadArray` helper. ```ts console.log(...args); ``` ``` TS2343: This syntax requires an imported helper...
### Version 28.0.0 ### Steps to reproduce Try to import `runTest` from `jest-runner`. ### Expected behavior The function should be imported. ### Actual behavior I get the following error: ```...
### Current behavior When I launch my E2E tests on Chrome, if I focus out of the Chrome window, the E2E commands are no longer running, it's hanging there doing...
PixiJS filters are using deprecated utils functions like `hex2rgb`, which prints deprecation warnings into the console: ``` PixiJS Deprecation Warning: utils.hex2rgb is deprecated, use Color#toRgbArray instead Deprecated since v7.2.0 ```...
Since I updated `socket.io` from the `v4.7.1` to the `v4.7.2` (and so `engine.io-parser` from the `v5.1.0` to the `v5.2.1`), I'm getting the following errors while building my projects: ```sh node_modules/engine.io-parser/build/cjs/index.d.ts:6:54...