Commit 661120c
authored
feat(deps): upgrade rollup, commonjs plugin (#5274)
upgrade rollup to v2.56.3 and `@rollup/plugin-commonjs` to v21.1.
this commit raises these libraries to the highest version as possible
without introducing breaking changes. v2.57 has a bug in it that
requires `@rollup/plugin-commonjs@22` for handling CJS-ESM interop.
that version of `@rollup/plugin-commonjs` requires
`@rollup/plugin-node-resolve@13`. however,
`@rollup/plugin-node-resolve@11` has changes that would be breaking
for existing users (see #5269)
in these various versions of both libraries, new flags have been added
to configure its output. for now, we continue to use the existing
configurations to prevent breaking users. these new configurations have
been recorded and tackled when we upgrade to newer versions of rollup
(as a part of stencil v5).
future upgrades will be slated to stencil v5.0.0.
STENCIL-5951 parent 6faf746 commit 661120c
2 files changed
Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments