SPGoding / resource-pack-converter

(WIP) A npm package that provides method to convert Minecraft: Java Edition resource packs from a version to another version.
MIT License
2 stars 1 forks source link

⬆️ Upgrade dependency espower-typescript to v9 #2

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
espower-typescript devDependencies major ^8.1.4 -> ^9.0.0

Release Notes

power-assert-js/espower-typescript ### [`v9.0.2`](https://togithub.com/power-assert-js/espower-typescript/releases/v9.0.2) [Compare Source](https://togithub.com/power-assert-js/espower-typescript/compare/v9.0.1...v9.0.2) - fix: update ts-node to v8 ([#​58](https://togithub.com/power-assert-js/espower-typescript/issues/58)) [`d270c83`](https://togithub.com/power-assert-js/espower-typescript/commit/d270c83) - build: update devDeps, lockfile and CI environment ([#​59](https://togithub.com/power-assert-js/espower-typescript/issues/59)) [`1123e21`](https://togithub.com/power-assert-js/espower-typescript/commit/1123e21) ### [`v9.0.1`](https://togithub.com/power-assert-js/espower-typescript/releases/v9.0.1) [Compare Source](https://togithub.com/power-assert-js/espower-typescript/compare/v9.0.0...v9.0.1) - fix: correct the error stacks [#​55](https://togithub.com/power-assert-js/espower-typescript/issues/55) ([@​whxaxes](https://togithub.com/whxaxes)), [#​56](https://togithub.com/power-assert-js/espower-typescript/issues/56) - fix: update deps [#​57](https://togithub.com/power-assert-js/espower-typescript/issues/57) ### [`v9.0.0`](https://togithub.com/power-assert-js/espower-typescript/releases/v9.0.0) [Compare Source](https://togithub.com/power-assert-js/espower-typescript/compare/v8.1.4...v9.0.0) #### Breaking changes - Drop Node v4 and add v10 - Drop TypeScript v2.2 and v2.3 - Require installing `typescript` in your project local now - Use [ts-node](https://togithub.com/TypeStrong/ts-node) instead of typescript-simple internally - Type checking is enabled by default now - It requires `npm i -D @​types/node @​types/mocha` additionally - To disable type checking, use `TS_NODE_TRANSPILE_ONLY=1` env for ts-node - Some other changes from typescript-simple #### Features - `allowJs: true` in `tsconfig.json` enables to instrument `.js` files ([#​51](https://togithub.com/power-assert-js/espower-typescript/issues/51)) #### Bugfixes - Some issues are fixed by replacing to ts-node

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



This PR has been generated by Renovate Bot. View repository job log here.

SPGoding commented 5 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: