chore(deps): update dependency rollup-plugin-typescript2 to ^0.32.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rollup-plugin-typescript2 | devDependencies | minor | ^0.31.0 -> ^0.32.0 |
Release Notes
ezolenko/rollup-plugin-typescript2
v0.32.1
What's Changed
- deps: upgrade
@rollup/plugin-commonjs
to v22 to fix try/catch requires by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/340
Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.32.0...0.32.1
v0.32.0
Features
- add
rpt2:
prefix on more errors by @ezolenko in https://github.com/ezolenko/rollup-plugin-typescript2/commit/ff8895103c8466694e7d8eeb734f51d2850670d8
Bugfixes
- fix: normalize paths in
get-options-overrides
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/331 - fix: add
realpath
to host to properly resolve monorepos by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/332 - fix: use
.d.ts
instead of.vue.d.ts
for Vue declarations by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/336 - fix: don't attempt to change declarationMap
sources
when no output by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/334 - fix: force
noEmitOnError: false
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/338
Dependencies
- updating dependencies by @ezolenko in https://github.com/ezolenko/rollup-plugin-typescript2/commit/f84afe983b94a52810599f46e83edbb4e521d3a1, https://github.com/ezolenko/rollup-plugin-typescript2/commit/0df5362d3937040cd17dbeee856ce2f1fde7c3ce, https://github.com/ezolenko/rollup-plugin-typescript2/commit/5a3e58b2779063b26d50c48800a80c9fd5ded726, and https://github.com/ezolenko/rollup-plugin-typescript2/commit/08d2f5bcad7cb9a9a0974f3707a27d29dd89da7c
-
EDIT: https://github.com/ezolenko/rollup-plugin-typescript2/commit/08d2f5bcad7cb9a9a0974f3707a27d29dd89da7c caused a regression in certain environments per https://github.com/ezolenko/rollup-plugin-typescript2/issues/339. If you're experiencing
ReferenceError: window is not defined
, please see https://github.com/ezolenko/rollup-plugin-typescript2/issues/339
-
EDIT: https://github.com/ezolenko/rollup-plugin-typescript2/commit/08d2f5bcad7cb9a9a0974f3707a27d29dd89da7c caused a regression in certain environments per https://github.com/ezolenko/rollup-plugin-typescript2/issues/339. If you're experiencing
- deps: remove unneeded
@types/colors
package by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/319 - deps: use
normalizePath
from@rollup/pluginutils
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/320 - deps: upgrade
tslib
to^2.4.0
, remove@yarn-tool/resolve-package
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/326
Docs
- cleaning up badges by @ezolenko in https://github.com/ezolenko/rollup-plugin-typescript2/commit/4e9f8fff080072a90164590b399768ca21a4d4e0
- fix(docs):
_.merge
doesn't concat arrays by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/314 - docs: add link to NPM in monthly downloads badge by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/318
- docs: standardize how issues are referenced by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/317
- docs: update Compatibility section with new names and links by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/315
- docs: clarify the TS option's defaults by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/316
- docs: split off a CONTRIBUTING.md and improve formatting, grammar, links by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/313
GitHub
- fix(github): improve formatting of issue template spoilers by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/311
Internal
- test: add initial unit test suite by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/321
- clean: remove
partial.ts
as this is built into TS by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/322 - optim(ci): use
npm ci
for install and cachenpm
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/323 - ci: add a lint check to ensure all MRs pass lint too by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/327
- refactor: prefer native methods to lodash where possible by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/328
- test: 100% coverage in
get-options-overrides
(createFilter
) by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/329 - refactor: invert some conditionals for better readability by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/335
- refactor: sort all top-level imports by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/337
Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.2...0.32.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph