typescript-node-es-modules-example icon indicating copy to clipboard operation
typescript-node-es-modules-example copied to clipboard

Latest Typescript and Node - as bare-bone as possible example app

Results 13 typescript-node-es-modules-example issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.8.2?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/3.1.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/8.2.2?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/5.3.0?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/3.9.10?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/2.0.22?slim=true)](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...