typescript-node-es-modules-example
typescript-node-es-modules-example copied to clipboard
Latest Typescript and Node - as bare-bone as possible example app
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`3.9.3` -> `5.8.2`](https://renovatebot.com/diffs/npm/typescript/3.9.3/5.8.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | engines |...
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | engines |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Urigo/typescript-node-es-modules-example). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemon](https://nodemon.io) ([source](https://redirect.github.com/remy/nodemon)) | [`2.0.4` -> `3.1.9`](https://renovatebot.com/diffs/npm/nodemon/2.0.4/3.1.9) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://togithub.com/open-cli-tools/concurrently) | [`5.2.0` -> `8.2.2`](https://renovatebot.com/diffs/npm/concurrently/5.2.0/8.2.2) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`5.2.0` -> `5.3.0`](https://renovatebot.com/diffs/npm/concurrently/5.2.0/5.3.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`3.9.3` -> `3.9.10`](https://renovatebot.com/diffs/npm/typescript/3.9.3/3.9.10) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemon](https://nodemon.io) ([source](https://redirect.github.com/remy/nodemon)) | [`2.0.4` -> `2.0.22`](https://renovatebot.com/diffs/npm/nodemon/2.0.4/2.0.22) | [](https://docs.renovatebot.com/merge-confidence/) |...
["module": "esnext" defaults to 'classic'](https://www.typescriptlang.org/tsconfig#moduleResolution) which won't resolve via node_modules - so your sample works fine but the moment someone uses a library then they'll be a bit stuck I...