dynst

Results 111 issues of dynst

## Environment information **Version**: 2.2.0 **Platform**: **Node.js version**: 20.19.2 **Any other relevant information**: ## What steps will reproduce the bug? ```mjs import { json } from 'body-parser'; ``` ``` SyntaxError:...

bug

Adding this rule: ``` "import/extensions": ["warn", "ignorePackages"], ``` In a .ts file, there's no warning for this, the package import is successfully ignored: ```ts import prettier from "eslint-plugin-prettier/recommended"; ``` But...

**Description:** Add TypeScript types, and fix all the TypeScript errors that were there even without the extra types. https://rxjs.dev/deprecations/multicasting https://rxjs.dev/api/index/interface/ConnectConfig **Related issue (if exists):**

**Description:** As pointed out in #7536, the docs for rxjs 7+ have specifically said this since #5307: https://github.com/ReactiveX/rxjs/blob/c15b37f81ba5f5abea8c872b0189a70b150df4cb/apps/rxjs.dev/content/guide/subject.md#L368 https://github.com/ReactiveX/rxjs/blob/c15b37f81ba5f5abea8c872b0189a70b150df4cb/apps/rxjs.dev/content/guide/subject.md#L377 But the `` was removed for unexplained reasons in #5430 even...

**Description:** Replace a bunch of `any` types with either `unknown` or a more specific type. But two are harder to replace, changing them causes type errors: https://github.com/ReactiveX/rxjs/blob/c15b37f81ba5f5abea8c872b0189a70b150df4cb/packages/observable/src/observable.ts#L262 https://github.com/ReactiveX/rxjs/blob/c15b37f81ba5f5abea8c872b0189a70b150df4cb/packages/observable/src/observable.ts#L498 ``` Type...

**Description:** Document the minimum supported Node.js version with `engines.node` https://docs.npmjs.com/cli/v11/configuring-npm/package-json#engines node v18 is currently EOL. **BREAKING CHANGE:** **Related issue (if exists):**

**Description:** This does #7365 but for the spec/ files. **BREAKING CHANGE:** **Related issue (if exists):**

**Description:** Update `@types/node` and add some recommended options to tsconfig, including turning on [`noImplicitOverride`](https://www.typescriptlang.org/tsconfig/noImplicitOverride.html`), and following changes in upstream Angular defaults https://github.com/angular/angular-cli/pull/27988 Also fix this compile error that shows up...

**Description:** Rename CommonsJS files from `.js` to `.cjs` so they're unambiguous and don't depend on package.json's current `"type"` to resolve correctly. **BREAKING CHANGE:** **Related issue (if exists):**

https://www.npmjs.com/package/react-test-renderer It's been marked as deprecated since https://github.com/facebook/react/pull/28705 and the README now recommends, funnily enough, [`@testing-library/react`](https://testing-library.com/docs/react-testing-library/intro) instead. https://github.com/testing-library/react-testing-library