Open renovate[bot] opened 3 years ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ion-sdk-js@1.7.1
npm ERR! Found: webpack@4.44.2
npm ERR! node_modules/webpack
npm ERR! dev webpack@"4.44.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.0.0" from ts-loader@9.2.2
npm ERR! node_modules/ts-loader
npm ERR! dev ts-loader@"9.2.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2021-05-22T18_43_51_670Z-debug.log
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: ion-sdk-js@1.8.2
npm ERR! Found: webpack@4.46.0
npm ERR! node_modules/webpack
npm ERR! dev webpack@"^4.44.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.0.0" from ts-loader@9.4.2
npm ERR! node_modules/ts-loader
npm ERR! dev ts-loader@"9.4.2" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-03-16T15_43_22_523Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-03-16T15_43_22_523Z-debug-0.log
This PR contains the following updates:
8.0.12
->9.4.2
Release Notes
TypeStrong/ts-loader
### [`v9.4.2`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#942) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/9.4.1...v9.4.2) - [Bug fix: Use custom transformer when building solution references](https://togithub.com/TypeStrong/ts-loader/pull/1550) \[[#1025](https://togithub.com/TypeStrong/ts-loader/issues/1025)] - thanks [@feosuna1](https://togithub.com/feosuna1) ### [`v9.4.1`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#941) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.4.0...9.4.1) - [Hotfix: Disable `enhanced-resolve`](https://togithub.com/TypeStrong/ts-loader/pull/1505) - thanks [@manuth](https://togithub.com/manuth) ### [`v9.4.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v940) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.3.1...v9.4.0) - [Add Support for Resolving `.cjs`, `.mjs`, `.cts` and `.mts` Files](https://togithub.com/TypeStrong/ts-loader/pull/1503) \[[#1503](https://togithub.com/TypeStrong/ts-loader/issues/1503)] - thanks [@manuth](https://togithub.com/manuth) ### [`v9.3.1`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v931) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.3.0...v9.3.1) - [Bug fix: Generate declaration files for js files if allowJs is set to true](https://togithub.com/TypeStrong/ts-loader/pull/1483) \[[#1260](https://togithub.com/TypeStrong/ts-loader/issues/1260)] - thanks [@hediet](https://togithub.com/hediet) and [@mvilliger](https://togithub.com/mvilliger) ### [`v9.3.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v930) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.9...v9.3.0) - [simplify configuration for fork-ts-checker-webpack-plugin](https://togithub.com/TypeStrong/ts-loader/pull/1451) - thanks [@piotr-oles](https://togithub.com/piotr-oles) ### [`v9.2.9`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v929) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.8...v9.2.9) - [make v9 latest following v8 release](https://togithub.com/TypeStrong/ts-loader/pull/1447) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly) ### [`v9.2.8`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v928) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.7...v9.2.8) - [Bug fix: support webpack 5 in ts-loader](https://togithub.com/TypeStrong/ts-loader/pull/1439) \[[#1438](https://togithub.com/TypeStrong/ts-loader/issues/1438)] - thanks [@einatbar](https://togithub.com/einatbar) ### [`v9.2.7`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v927) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.6...v9.2.7) - [cater for change in resolveTypeReferenceDirective API in TypeScript 4.7](https://togithub.com/TypeStrong/ts-loader/pull/1422) \[[#1421](https://togithub.com/TypeStrong/ts-loader/issues/1421)] - thanks @johnny_reilly and [@cspotcode](https://togithub.com/cspotcode) for inspiration in ts-node work here: [https://github.com/TypeStrong/ts-node/pull/1648](https://togithub.com/TypeStrong/ts-node/pull/1648) ### [`v9.2.6`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v926) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.5...v9.2.6) - [Docs fix for thread-loader / history](https://togithub.com/TypeStrong/ts-loader/pull/1377) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly) ### [`v9.2.5`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v925) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.4...v9.2.5) - [Add function to get the latest program](https://togithub.com/TypeStrong/ts-loader/pull/1352) - thanks [@Zn4rK](https://togithub.com/Zn4rK) ### [`v9.2.4`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v924) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.3...v9.2.4) - [Fix undefined configPath now falls back to default](https://togithub.com/TypeStrong/ts-loader/pull/1346) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly) ### [`v9.2.3`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v923) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.2...v9.2.3) - [Fix error message for invalid getCustomTransformers modules](https://togithub.com/TypeStrong/ts-loader/issues/1334) - thanks [@blaky](https://togithub.com/blaky) ### [`v9.2.2`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v922) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.1...v9.2.2) - [Start consuming webpack loader types](https://togithub.com/TypeStrong/ts-loader/issues/1325) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly) - [Add webpack minimum version in peerDependencies](https://togithub.com/TypeStrong/ts-loader/issues/1324) - thanks [@afdev82](https://togithub.com/afdev82) ### [`v9.2.1`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v921) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.2.0...v9.2.1) - [Make v9 latest in npm again](https://togithub.com/TypeStrong/ts-loader/issues/1320) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly) ### [`v9.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v920) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.1.2...v9.2.0) - [Fixed impossibility to have several instances of ts-loader with different compiler options](https://togithub.com/TypeStrong/ts-loader/issues/1316) - thanks [@timocov](https://togithub.com/timocov) ### [`v9.1.2`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v912) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.1.1...v9.1.2) - [Fix removed files handling in watch mode](https://togithub.com/TypeStrong/ts-loader/pull/1293) - thanks [@gasnier](https://togithub.com/gasnier) ### [`v9.1.1`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v911) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.1.0...v9.1.1) - [update CHANGELOG.md for 8.2.0 release](https://togithub.com/TypeStrong/ts-loader/pull/1291) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly) ### [`v9.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v910) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.0.2...v9.1.0) - [Use caches for module resolution and type reference directives when using compiler default functions](https://togithub.com/TypeStrong/ts-loader/pull/1287) - thanks [@sheetalkamat](https://togithub.com/sheetalkamat) - uses: [https://github.com/microsoft/TypeScript/pull/43700](https://togithub.com/microsoft/TypeScript/pull/43700) ### [`v9.0.2`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v902) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.0.1...v9.0.2) - [Remove usage of loader-utils](https://togithub.com/TypeStrong/ts-loader/pull/1288) - thanks [@jonwallsten](https://togithub.com/jonwallsten) ### [`v9.0.1`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v901) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v9.0.0...v9.0.1) - [Use correct hook for emitting additional assets during compilation](https://togithub.com/TypeStrong/ts-loader/pull/1286) - thanks [@jonwallsten](https://togithub.com/jonwallsten) ### [`v9.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v900) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.4.0...v9.0.0) Breaking changes: - minimum webpack version: 5 - minimum node version: 12 Changes: - [webpack 5 migration](https://togithub.com/TypeStrong/ts-loader/pull/1251) - thanks [@johnnyreilly](https://togithub.com/johnnyreilly), [@jonwallsten](https://togithub.com/jonwallsten), [@sokra](https://togithub.com/sokra), [@appzuka](https://togithub.com/appzuka), [@alexander-akait](https://togithub.com/alexander-akait) ### [`v8.4.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v840) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.3.0...v8.4.0) - [fix: cater for change in resolveTypeReferenceDirective API in 4.7](https://togithub.com/TypeStrong/ts-loader/pull/1446) - thanks [@dragomirtitian](https://togithub.com/dragomirtitian) - This is a backport from v9.2.7 for webpack 4 compatibility ### [`v8.3.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v830) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.2.0...v8.3.0) - [Fixed impossibility to have several instances of ts-loader with different compiler options](https://togithub.com/TypeStrong/ts-loader/issues/1316) - thanks [@timocov](https://togithub.com/timocov) - This is a backport from v9.2.0 for webpack 4 compatibility ### [`v8.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v820) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.1.0...v8.2.0) - [Use caches for module resolution and type reference directives when using compiler default functions](https://togithub.com/TypeStrong/ts-loader/pull/1287) - thanks [@sheetalkamat](https://togithub.com/sheetalkamat) - uses: [https://github.com/microsoft/TypeScript/pull/43700](https://togithub.com/microsoft/TypeScript/pull/43700) - This is a backport from v9.1.0 for webpack 4 compatibility ### [`v8.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v810) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.18...v8.1.0) - [feat: remove top-level typescript import statements](https://togithub.com/TypeStrong/ts-loader/pull/1259) - thanks [@ulivz](https://togithub.com/ulivz) ### [`v8.0.18`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8018) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.17...v8.0.18) - [Perf: Optimize fileExists callback path](https://togithub.com/TypeStrong/ts-loader/issues/1266) - thanks [@berickson1](https://togithub.com/berickson1) ### [`v8.0.17`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8017) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.16...v8.0.17) - [Included correct webpack source location in emitted errors](https://togithub.com/TypeStrong/ts-loader/issues/1199) - thanks [@lorenzodallavecchia](https://togithub.com/lorenzodallavecchia) ### [`v8.0.16`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8016) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.15...v8.0.16) - [Re-Fixed missing errors in watch mode in webpack5](https://togithub.com/TypeStrong/ts-loader/issues/1204) - thanks [@appzuka](https://togithub.com/appzuka) ### [`v8.0.15`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8015) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.14...v8.0.15) - [Update definition files in watch mode in webpack@5](https://togithub.com/TypeStrong/ts-loader/pull/1249) - thanks [@appzuka](https://togithub.com/appzuka),[@JonWallsten](https://togithub.com/JonWallsten),[@alexander-akait](https://togithub.com/alexander-akait) - [Add afterDeclarations to getCustomTransformers in README.md](https://togithub.com/TypeStrong/ts-loader/pull/1248) - thanks [@appzuka](https://togithub.com/appzuka) ### [`v8.0.14`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8014) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.13...v8.0.14) - [Upgrade `chalk`, `loader-utils`, and `semver` to latest stable versions](https://togithub.com/TypeStrong/ts-loader/pull/1237) - thanks Avi Vahl ### [`v8.0.13`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8013) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.12...v8.0.13) - [Speed up builds by adding an in-memory cache to file path lookups](https://togithub.com/TypeStrong/ts-loader/pull/1228) - thanks [@berickson1](https://togithub.com/berickson1)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 has been generated by Mend Renovate. View repository job log here.