Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
4.1.2
8.5.0
📅 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.
This PR contains the following updates:
4.1.2
->8.5.0
Release Notes
rollup/plugins
### [`v8.5.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v850) [Compare Source](https://togithub.com/rollup/plugins/compare/514285a06a14e5c8fe15d1ecfb9d12b0e6c6315b...6864ed1657e95c544fc8d8ee8687b02c63752c97) *2022-09-06* ##### Features - feat: support 4.7 nodenext ([#1194](https://togithub.com/rollup/plugins/issues/1194)) ### [`v8.4.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v840) [Compare Source](https://togithub.com/rollup/plugins/compare/40f6877ad8908ffe30851231dd6fc502c6ba3731...514285a06a14e5c8fe15d1ecfb9d12b0e6c6315b) *2022-08-23* ##### Features - feat: allow override of forced `noEmit` and `emitDeclarationOnly` compiler options ([#1242](https://togithub.com/rollup/plugins/issues/1242)) ### [`v8.3.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v834) [Compare Source](https://togithub.com/rollup/plugins/compare/6a0bbdfa883f284ccebaaa58249ccd9ed17f9314...40f6877ad8908ffe30851231dd6fc502c6ba3731) *2022-07-28* ##### Bugfixes - fix: fix declaration file generation for single file outputs ([#1201](https://togithub.com/rollup/plugins/issues/1201)) ### [`v8.3.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v833) *2022-06-10* ##### Bugfixes - fix: allow tslib peerDependency to be optional for npm and pnpm ([#1191](https://togithub.com/rollup/plugins/issues/1191)) ### [`v8.3.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v832) *2022-04-13* ##### Bugfixes - fix: Drive letter casing on win32 platforms. fixes [#1133](https://togithub.com/rollup/plugins/issues/1133) ([#1134](https://togithub.com/rollup/plugins/issues/1134)) ### [`v8.3.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v831) *2022-02-23* ##### Bugfixes - fix: allow explicity compilerOptions ([#1045](https://togithub.com/rollup/plugins/issues/1045)) ##### Updates - docs: readme copy/paste mistake ([#1086](https://togithub.com/rollup/plugins/issues/1086)) ### [`v8.3.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v830) *2021-10-15* ##### Features - feat: add resolve options ([#1015](https://togithub.com/rollup/plugins/issues/1015)) ### [`v8.2.5`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v825) *2021-07-30* ##### Bugfixes - fix: incremental typescript cache ([#963](https://togithub.com/rollup/plugins/issues/963)) ### [`v8.2.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v824) *2021-07-29* ##### Updates - docs: declaration file output to same directory. fixes [#934](https://togithub.com/rollup/plugins/issues/934) ([`702c855`](https://togithub.com/rollup/plugins/commit/702c855)) ### [`v8.2.3`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v823) *2021-07-15* ##### Bugfixes - fix: restart watch program on each build ([#861](https://togithub.com/rollup/plugins/issues/861)) ##### Updates - docs: add link for [@rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) ([#889](https://togithub.com/rollup/plugins/issues/889)) ### [`v8.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v821) *2021-03-26* ##### Bugfixes - fix: bump TypeScript version ([#818](https://togithub.com/rollup/plugins/issues/818)) - fix: update readme and peerDeps version ([#830](https://togithub.com/rollup/plugins/issues/830)) ### [`v8.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v820) *2021-02-14* ##### Features - feat: error when no tsconfig and no rootDir ([#794](https://togithub.com/rollup/plugins/issues/794)) - feat: better error when tslib is not installed ([#793](https://togithub.com/rollup/plugins/issues/793)) - feat: warn when compilerOptions.module is not esnext ([#788](https://togithub.com/rollup/plugins/issues/788)) ##### Updates - test: move declaration tests, use typescript ([#791](https://togithub.com/rollup/plugins/issues/791)) - test: fix TypeScript src-dir test ([#789](https://togithub.com/rollup/plugins/issues/789)) ### [`v8.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v811) *2021-01-29* ##### Bugfixes - fix: fix plugin type declarations ([#647](https://togithub.com/rollup/plugins/issues/647)) - fix: only emit tsbuildinfo file when there is something to emit ([#771](https://togithub.com/rollup/plugins/issues/771)) ### [`v8.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v810) *2020-12-14* ##### Features - feat: support multiple output targets with declarations ([#687](https://togithub.com/rollup/plugins/issues/687)) ##### Updates - chore: fix TypeScript warnings ([#673](https://togithub.com/rollup/plugins/issues/673)) - test: code in src sub-directory ([#682](https://togithub.com/rollup/plugins/issues/682)) - chore: use TypeScript 4 ([#674](https://togithub.com/rollup/plugins/issues/674)) ### [`v8.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v800) *2020-11-30* ##### Breaking Changes - fix: pick up new files in watch mode ([#657](https://togithub.com/rollup/plugins/issues/657)) ##### Bugfixes - fix: add missing imports ([#633](https://togithub.com/rollup/plugins/issues/633)) - fix: normalize returned module ids ([#653](https://togithub.com/rollup/plugins/issues/653)) ##### Features - feat: Implement cached incremental code ([#535](https://togithub.com/rollup/plugins/issues/535)) ##### Updates - docs: fix minor markdown syntax in transformers-section ([#624](https://togithub.com/rollup/plugins/issues/624)) ### [`v6.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v610) *2020-10-27* ##### Bugfixes - fix: add composite to validation checks ([#618](https://togithub.com/rollup/plugins/issues/618)) ##### Features - feat: Add CustomTransformers support ([#280](https://togithub.com/rollup/plugins/issues/280)) ##### Updates - docs: More informative error messages ([#619](https://togithub.com/rollup/plugins/issues/619)) ### [`v6.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v600) *2020-09-09* ##### Breaking Changes - fix!: Change `noEmitOnError` default to false ([#544](https://togithub.com/rollup/plugins/issues/544)) ##### Updates - test: add generating declarations with non-default rootDir ([#553](https://togithub.com/rollup/plugins/issues/553)) - chore: update dependencies ([`9e52818`](https://togithub.com/rollup/plugins/commit/9e52818)) ### [`v5.0.2`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v502) *2020-07-12* ##### Bugfixes - fix: utilize 'this.meta.watchMode' ([#449](https://togithub.com/rollup/plugins/issues/449)) ##### Updates - chore: linting update ([`410ceb8`](https://togithub.com/rollup/plugins/commit/410ceb8)) ### [`v5.0.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v501) *2020-06-28* ##### Bugfixes - fix: load empty emitted files ([#476](https://togithub.com/rollup/plugins/issues/476)) ### [`v5.0.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v500) *2020-06-22* ##### Breaking Changes - fix!: sync rollup and typescript file watch ([#425](https://togithub.com/rollup/plugins/issues/425)) ##### Bugfixes - fix: Fix peer dep version ([#461](https://togithub.com/rollup/plugins/issues/461))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.