agiledigital-labs / probabilistic-forecast

Jira plugin for probabilistic forecasting. (Currently just a command line script.)
MIT License
5 stars 0 forks source link

Update dependency ts-node to v10.9.2 - autoclosed #30

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-node (source) 10.8.1 -> 10.9.2 age adoption passing confidence

Release Notes

TypeStrong/ts-node (ts-node) ### [`v10.9.2`](https://redirect.github.com/TypeStrong/ts-node/releases/tag/v10.9.2): Fix `tsconfig.json` file not found [Compare Source](https://redirect.github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) **Fixed** - Fixed `tsconfig.json` file not found on latest TypeScript version ([https://github.com/TypeStrong/ts-node/pull/2091](https://redirect.github.com/TypeStrong/ts-node/pull/2091)) ### [`v10.9.1`](https://redirect.github.com/TypeStrong/ts-node/releases/tag/v10.9.1) [Compare Source](https://redirect.github.com/TypeStrong/ts-node/compare/v10.9.0...v10.9.1) **Fixed** - Workaround nodejs bug introduced in 18.6.0 ([#​1838](https://redirect.github.com/TypeStrong/ts-node/issues/1838)) [@​cspotcode](https://redirect.github.com/cspotcode) - Only affects projects on node >=18.6.0 using `--esm` - Older versions of node and projects without `--esm` are unaffected https://github.com/TypeStrong/ts-node/milestone/18?closed=1 ### [`v10.9.0`](https://redirect.github.com/TypeStrong/ts-node/releases/tag/v10.9.0) [Compare Source](https://redirect.github.com/TypeStrong/ts-node/compare/v10.8.2...v10.9.0) **Added** - `--project` accepts path to a directory containing a `tsconfig.json` ([#​1829](https://redirect.github.com/TypeStrong/ts-node/issues/1829), [#​1830](https://redirect.github.com/TypeStrong/ts-node/issues/1830)) [@​cspotcode](https://redirect.github.com/cspotcode) - previously it required an explicit filename - Added helpful error message when swc version is too old to support our configuration ([#​1802](https://redirect.github.com/TypeStrong/ts-node/issues/1802)) [@​cspotcode](https://redirect.github.com/cspotcode) - Added `experimentalTsImportSpecifiers` option which allows using voluntary `.ts` file extensions in import specifiers (undocumented except for [API docs](https://typestrong.org/ts-node/api/interfaces/CreateOptions.html#experimentalTsImportSpecifiers)) ([#​1815](https://redirect.github.com/TypeStrong/ts-node/issues/1815)) [@​cspotcode](https://redirect.github.com/cspotcode) **Fixed** - Fixed bug where `child_process.fork()` would erroneously execute the parent's entrypoint script, not the intended child script ([#​1812](https://redirect.github.com/TypeStrong/ts-node/issues/1812), [#​1814](https://redirect.github.com/TypeStrong/ts-node/issues/1814)) [@​devversion](https://redirect.github.com/devversion) - Fixed support for jsx modes `"react-jsx"` and `"react-jsxdev"` in swc transpiler ([#​1800](https://redirect.github.com/TypeStrong/ts-node/issues/1800), [#​1802](https://redirect.github.com/TypeStrong/ts-node/issues/1802)) [@​cspotcode](https://redirect.github.com/cspotcode) - Fixed support for import assertions in swc transpiler ([#​1817](https://redirect.github.com/TypeStrong/ts-node/issues/1817), [#​1802](https://redirect.github.com/TypeStrong/ts-node/issues/1802)) [@​cspotcode](https://redirect.github.com/cspotcode) - Fixed bug where calling `repl.evalCode()` with code not ending in a newline would not update the typechecker accordingly ([#​1764](https://redirect.github.com/TypeStrong/ts-node/issues/1764), [#​1824](https://redirect.github.com/TypeStrong/ts-node/issues/1824)) [@​cspotcode](https://redirect.github.com/cspotcode) https://github.com/TypeStrong/ts-node/milestone/16?closed=1 ### [`v10.8.2`](https://redirect.github.com/TypeStrong/ts-node/releases/tag/v10.8.2) [Compare Source](https://redirect.github.com/TypeStrong/ts-node/compare/v10.8.1...v10.8.2) **Fixed** - Revert "Use file URL for source map paths" ([#​1821](https://redirect.github.com/TypeStrong/ts-node/issues/1821)) [@​cspotcode](https://redirect.github.com/cspotcode) - Fixes [#​1790](https://redirect.github.com/TypeStrong/ts-node/issues/1790): ts-node 10.8.1 regression where `nyc` code coverage reports had incorrect paths - Fixes [#​1797](https://redirect.github.com/TypeStrong/ts-node/issues/1797): ts-node 10.8.1 regression where breakpoints did not hit in VSCode debugging - Allow JSON imports in node 16.15 and up ([#​1792](https://redirect.github.com/TypeStrong/ts-node/issues/1792)) [@​queengooborg](https://redirect.github.com/queengooborg) - JSON imports were already supported in v17.5 and up - this change extends support to >=16.15.0,<17.0.0 - These version ranges match vanilla node's support for JSON imports https://github.com/TypeStrong/ts-node/milestone/15?closed=1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.