Release notes
*Sourced from [ts-loader's releases](https://github.com/TypeStrong/ts-loader/releases).*
> ## v5.2.2
> * [feat: Micro-optimizations](https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/855) - thanks [**johnnyreilly**](https://github.com/johnnyreilly)
Changelog
*Sourced from [ts-loader's changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md).*
> ## 5.2.2
>
> * [feat: Micro-optimizations](https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/855) - thanks [**johnnyreilly**](https://github.com/johnnyreilly)
Commits
- [`35b9a5b`](https://github.com/TypeStrong/ts-loader/commit/35b9a5bbf298b5ea4e5b32057dbf252337b9fd08) start introducing strict-boolean-expressions ([#855](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/855))
- [`4b36306`](https://github.com/TypeStrong/ts-loader/commit/4b3630620bad5becbd14906ff115fffba2c566ba) add execution test for resolveJsonModule ([#854](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/854))
- [`5490e9d`](https://github.com/TypeStrong/ts-loader/commit/5490e9d17fb2f30d1c79e35b08f8fcc81a55d9fe) add debugging docs
- [`3520b9b`](https://github.com/TypeStrong/ts-loader/commit/3520b9bb58228a6fc7a896bf72b8e03bfe71523e) update vanilla example
- [`9e383ba`](https://github.com/TypeStrong/ts-loader/commit/9e383ba220ffcef221da3f7d2c76abdc1341e960) Update README.md ([#850](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/850))
- [`d28ba6f`](https://github.com/TypeStrong/ts-loader/commit/d28ba6f732346067535d25889b8d56c95961c4a6) Feature/typescript 3.1 ([#844](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/844))
- [`c9ce397`](https://github.com/TypeStrong/ts-loader/commit/c9ce397c1b4c9d2e6e645fc60a916871154eddbb) Chore/upgrade deps ([#843](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/843))
- [`158e331`](https://github.com/TypeStrong/ts-loader/commit/158e331171fff85b381eb594f2b3a1331b97b7a9) Merge pull request [#842](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/842) from andrewbranch/project-references
- [`25f861b`](https://github.com/TypeStrong/ts-loader/commit/25f861b8203b632e5678d44ef7b659ffa4773395) Add note about TypeScript version compatibility to README
- [`f945f4f`](https://github.com/TypeStrong/ts-loader/commit/f945f4f949a152113e373cde9970a260aebdc369) more resilient tests
- See full diff in [compare view](https://github.com/TypeStrong/ts-loader/compare/v5.2.1...v5.2.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps ts-loader from 5.2.1 to 5.2.2.
Release notes
*Sourced from [ts-loader's releases](https://github.com/TypeStrong/ts-loader/releases).* > ## v5.2.2 > * [feat: Micro-optimizations](https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/855) - thanks [**johnnyreilly**](https://github.com/johnnyreilly)Changelog
*Sourced from [ts-loader's changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md).* > ## 5.2.2 > > * [feat: Micro-optimizations](https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/855) - thanks [**johnnyreilly**](https://github.com/johnnyreilly)Commits
- [`35b9a5b`](https://github.com/TypeStrong/ts-loader/commit/35b9a5bbf298b5ea4e5b32057dbf252337b9fd08) start introducing strict-boolean-expressions ([#855](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/855)) - [`4b36306`](https://github.com/TypeStrong/ts-loader/commit/4b3630620bad5becbd14906ff115fffba2c566ba) add execution test for resolveJsonModule ([#854](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/854)) - [`5490e9d`](https://github.com/TypeStrong/ts-loader/commit/5490e9d17fb2f30d1c79e35b08f8fcc81a55d9fe) add debugging docs - [`3520b9b`](https://github.com/TypeStrong/ts-loader/commit/3520b9bb58228a6fc7a896bf72b8e03bfe71523e) update vanilla example - [`9e383ba`](https://github.com/TypeStrong/ts-loader/commit/9e383ba220ffcef221da3f7d2c76abdc1341e960) Update README.md ([#850](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/850)) - [`d28ba6f`](https://github.com/TypeStrong/ts-loader/commit/d28ba6f732346067535d25889b8d56c95961c4a6) Feature/typescript 3.1 ([#844](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/844)) - [`c9ce397`](https://github.com/TypeStrong/ts-loader/commit/c9ce397c1b4c9d2e6e645fc60a916871154eddbb) Chore/upgrade deps ([#843](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/843)) - [`158e331`](https://github.com/TypeStrong/ts-loader/commit/158e331171fff85b381eb594f2b3a1331b97b7a9) Merge pull request [#842](https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/842) from andrewbranch/project-references - [`25f861b`](https://github.com/TypeStrong/ts-loader/commit/25f861b8203b632e5678d44ef7b659ffa4773395) Add note about TypeScript version compatibility to README - [`f945f4f`](https://github.com/TypeStrong/ts-loader/commit/f945f4f949a152113e373cde9970a260aebdc369) more resilient tests - See full diff in [compare view](https://github.com/TypeStrong/ts-loader/compare/v5.2.1...v5.2.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.