SPU Performs Updating, an npm package that provides method to update Minecraft commands. No longer maintained; use https://github.com/SPGoding/datapack-language-server to update newer datapacks instead.
TypeStrong/ts-node
### [`v8.3.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.3.0)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.2.0...v8.3.0)
**Added**
- Support `--prefer-ts-exts` flag
### [`v8.2.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.2.0)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.1...v8.2.0)
**Added**
- Expand FS cache to all file system operations
**Changed**
- Pass all files to "root scripts" TypeScript compiler option to improve performance
### [`v8.1.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.1)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.0...v8.1.1)
**Fixed**
- Remove `realpath` from TypeScript compiler to support existing use-cases without `preserveSymlinks`
### [`v8.1.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.0)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.3...v8.1.0)
**Added**
- Expose `--log-error` option for logging on TypeScript compilation issues
- Cache file system lookup operations
**Changed**
- Remove `incremental` and `tsBuildInfoFile` compiler options
### [`v8.0.3`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.3)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.2...v8.0.3)
**Added**
- Fall back on resolving relative TypeScript packages (normal resolution is from working directory, these two things can be the same in the case of locally installed packages)
### [`v8.0.2`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.2)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.1...v8.0.2)
**Fixed**
- Override `include` property, not `includes` 🤕
### [`v8.0.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.1)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.0...v8.0.1)
**Fixed**
- Add missing `arg` to `package.json` dependencies
### [`v8.0.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.0)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v7.0.1...v8.0.0)
**Changed**
- Remove JavaScript output cache
- Cleaned up CLI args
- The `-p` option must now be `-pe` since `arg` does not support optional flag and string at the same time
- Other CLI options support camel case must now be specified in `kebab-case`
- Preserve `ts-node` arguments in `execArgv` for forked processes to use
- Avoid loading files at the configuration level by default
- Avoids `ts-node` REPL taking a long time in a large user directory
### [`v7.0.1`](https://togithub.com/TypeStrong/ts-node/releases/v7.0.1)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v7.0.0...v7.0.1)
**Added**
- Strip TypeScript `composite` flag from configuration file
### [`v7.0.0`](https://togithub.com/TypeStrong/ts-node/releases/v7.0.0)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v6.2.0...v7.0.0)
**Changed**
- Skip loading `tsconfig.json` files configuration, by default, to improve startup (e.g. files included by `includes` or `files`)
- More info/solution:
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
^6.2.0
->^8.0.0
Release Notes
TypeStrong/ts-node
### [`v8.3.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.3.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.2.0...v8.3.0) **Added** - Support `--prefer-ts-exts` flag ### [`v8.2.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.2.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.1...v8.2.0) **Added** - Expand FS cache to all file system operations **Changed** - Pass all files to "root scripts" TypeScript compiler option to improve performance ### [`v8.1.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.1.0...v8.1.1) **Fixed** - Remove `realpath` from TypeScript compiler to support existing use-cases without `preserveSymlinks` ### [`v8.1.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.1.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.3...v8.1.0) **Added** - Expose `--log-error` option for logging on TypeScript compilation issues - Cache file system lookup operations **Changed** - Remove `incremental` and `tsBuildInfoFile` compiler options ### [`v8.0.3`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.3) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.2...v8.0.3) **Added** - Fall back on resolving relative TypeScript packages (normal resolution is from working directory, these two things can be the same in the case of locally installed packages) ### [`v8.0.2`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.2) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.1...v8.0.2) **Fixed** - Override `include` property, not `includes` 🤕 ### [`v8.0.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.0.0...v8.0.1) **Fixed** - Add missing `arg` to `package.json` dependencies ### [`v8.0.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.0.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v7.0.1...v8.0.0) **Changed** - Remove JavaScript output cache - Cleaned up CLI args - The `-p` option must now be `-pe` since `arg` does not support optional flag and string at the same time - Other CLI options support camel case must now be specified in `kebab-case` - Preserve `ts-node` arguments in `execArgv` for forked processes to use - Avoid loading files at the configuration level by default - Avoids `ts-node` REPL taking a long time in a large user directory ### [`v7.0.1`](https://togithub.com/TypeStrong/ts-node/releases/v7.0.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v7.0.0...v7.0.1) **Added** - Strip TypeScript `composite` flag from configuration file ### [`v7.0.0`](https://togithub.com/TypeStrong/ts-node/releases/v7.0.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v6.2.0...v7.0.0) **Changed** - Skip loading `tsconfig.json` files configuration, by default, to improve startup (e.g. files included by `includes` or `files`) - More info/solution: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.