dynst
dynst
`tslint` has been deprecated since 2019-2020. https://github.com/palantir/tslint/issues/4534 https://www.npmjs.com/package/tslint
Fix on #788 https://yarnpkg.com/features/pnp `.pnp.loader.mjs` never changes, and `.pnp.cjs` (pnp's replacement for a `node_modules/` directory) is just a 22k+ 23k line file derived from from the 8k line `yarn.lock`, except...
It might make sense to have a script run `yarn dedupe` automatically at some point. Edit: The new Github Actions don't run on a pull request without manual approval, is...
https://github.com/TypeStrong/ts-node/issues/2119
https://www.npmjs.com/package/karma https://github.com/karma-runner/karma/pull/3846 Plus since a karma config file is CommonJS and it doesn't support the `.cjs` file extension https://github.com/karma-runner/karma/issues/3768 karma is incompatible with an ESM project, where Node will assume...
TypeScript return types are narrowed in a way that's still backwards-compatible.
`eslint-plugin-import` 2.27+ warns about these: ``` [@cosmjs/stargate]: [@cosmjs/stargate]: cosmjs/packages/stargate/src/index.ts [@cosmjs/stargate]: 6:1 warning Dependency cycle via ./distribution/aminomessages:29 import/no-cycle [@cosmjs/stargate]: [@cosmjs/stargate]: cosmjs/packages/stargate/src/modules/distribution/aminomessages.ts [@cosmjs/stargate]: 10:1 warning Dependency cycle via ./modules:107 import/no-cycle [@cosmjs/stargate]: [@cosmjs/stargate]:...
```sh $ YARN_CHECKSUM_BEHAVIOR=throw yarn install ➤ YN0018: │ @types/estree@npm:0.0.51: The remote archive doesn't match the local checksum - has the local cache been corrupted? ```` There's this inexplicable yarn cache...
There were zero commits from July to December 2024, and there've been barely any recently after a brief January 2025 sprint of updates. Simon Warta mentioned in https://github.com/cosmos/cosmjs/issues/1618#issuecomment-2574934505 that Confio...
45f28bba4d7390eb7061cfe4386bd7595c2a7f4d https://github.com/electron-vite/vite-plugin-electron/blob/64feff264bea1ae8ce1cfd1a6f445e2416e7474d/CHANGELOG.md#L141 This line saying that files in cjs format have a `.mjs` filename suffix can't possibly be right, can it.