-
Notifications
You must be signed in to change notification settings - Fork 156
Update dependency rollup to v2.26.8 #899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aad06be to
69d23fd
Compare
69d23fd to
5ea117b
Compare
5ea117b to
ce7b6ce
Compare
ce7b6ce to
07e5865
Compare
07e5865 to
b298dc0
Compare
b298dc0 to
eae3cef
Compare
eae3cef to
1f4a33e
Compare
1f4a33e to
304c2d2
Compare
304c2d2 to
d98e10e
Compare
d98e10e to
3393dae
Compare
3393dae to
508d694
Compare
samouri
approved these changes
Aug 31, 2020
508d694 to
9301c00
Compare
valleykid
added a commit
to icatjs/worker-dom
that referenced
this pull request
Sep 9, 2020
* update to latest version of np (ampproject#915) * update to latest version of np * also update jsdom, some strange errors occuring with whatwg-url * Mention that innerHTML has partial support (ampproject#911) * Pin dependency jsdom to 16.4.0 (ampproject#916) * Update Yarn to v1.22.5 (ampproject#918) * Update dependency rollup-plugin-terser to v7 (ampproject#907) * Update dependency rollup to v2.26.8 (ampproject#899) * Update dependency acorn-walk to v8 (ampproject#922) * HTMLElement.click() support (ampproject#919) * HTMLElement: Support .click() function. * HTMLElement.click() support * update web compat table. * Update dependency acorn to v8 (ampproject#908) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency typescript to v4 (ampproject#923) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency np to v6.5.0 (ampproject#921) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Support Dirty Flag for HTMLInputElement.value (ampproject#913) * v0.25.1 * Support dirty flag for HTMLInputElement.value * Support dirty flag for HTMLInputElement.value * add a test * fix progress * update test for progress as well * Bump size of worker.mjs * Remove populated demo examples since tests now cover the functionality Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Node.js to v14.9.0 (ampproject#889) * v0.26.0 (ampproject#925) * Update dependency rollup to v2.26.9 (ampproject#924) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency prettier to v2.1.1 (ampproject#920) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency css-loader to v4 (ampproject#906) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack-cli to v3.3.12 (ampproject#905) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack to v4.44.1 (ampproject#904) * Update dependency tslint to v6.1.3 (ampproject#902) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Remove esmodule syntax (ampproject#927) * v0.25.1 * Remove ESModules Package syntax since its not being used * Use toUpper utility (ampproject#928) * v0.25.1 * Use the utilities instead of direct methods * Update dependency sirv to v1.0.6 (ampproject#901) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency sinon to v9.0.3 (ampproject#900) * Update dependency rollup to v2.26.11 (ampproject#931) * Update dependency css-loader to v4.3.0 (ampproject#934) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Refactor output (ampproject#929) * v0.25.1 * Create production and debug outputs for AMP * tweak tracked resources for filesize * Additional tracking for nodom variant * Update dependency husky to v4.3.0 (ampproject#933) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Dependencies (ampproject#935) * v0.25.1 * Update to latest versions * Bump version + skip hooks for release (ampproject#936) * v0.27.0 * skip hooks on release * v0.27.1 Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update Node.js to v14.10.0 (ampproject#930) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency preact to v10.4.8 (ampproject#898) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency mini-css-extract-plugin to v0.11.1 (ampproject#897) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency ava to v3.12.1 (ampproject#893) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency lint-staged to v10.3.0 (ampproject#896) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Ben Morss <morss@google.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com>
valleykid
added a commit
to icatjs/worker-dom
that referenced
this pull request
Sep 9, 2020
* feat: sync from base-source (#1) * update to latest version of np (ampproject#915) * update to latest version of np * also update jsdom, some strange errors occuring with whatwg-url * Mention that innerHTML has partial support (ampproject#911) * Pin dependency jsdom to 16.4.0 (ampproject#916) * Update Yarn to v1.22.5 (ampproject#918) * Update dependency rollup-plugin-terser to v7 (ampproject#907) * Update dependency rollup to v2.26.8 (ampproject#899) * Update dependency acorn-walk to v8 (ampproject#922) * HTMLElement.click() support (ampproject#919) * HTMLElement: Support .click() function. * HTMLElement.click() support * update web compat table. * Update dependency acorn to v8 (ampproject#908) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency typescript to v4 (ampproject#923) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency np to v6.5.0 (ampproject#921) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Support Dirty Flag for HTMLInputElement.value (ampproject#913) * v0.25.1 * Support dirty flag for HTMLInputElement.value * Support dirty flag for HTMLInputElement.value * add a test * fix progress * update test for progress as well * Bump size of worker.mjs * Remove populated demo examples since tests now cover the functionality Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Node.js to v14.9.0 (ampproject#889) * v0.26.0 (ampproject#925) * Update dependency rollup to v2.26.9 (ampproject#924) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency prettier to v2.1.1 (ampproject#920) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency css-loader to v4 (ampproject#906) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack-cli to v3.3.12 (ampproject#905) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack to v4.44.1 (ampproject#904) * Update dependency tslint to v6.1.3 (ampproject#902) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Remove esmodule syntax (ampproject#927) * v0.25.1 * Remove ESModules Package syntax since its not being used * Use toUpper utility (ampproject#928) * v0.25.1 * Use the utilities instead of direct methods * Update dependency sirv to v1.0.6 (ampproject#901) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency sinon to v9.0.3 (ampproject#900) * Update dependency rollup to v2.26.11 (ampproject#931) * Update dependency css-loader to v4.3.0 (ampproject#934) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Refactor output (ampproject#929) * v0.25.1 * Create production and debug outputs for AMP * tweak tracked resources for filesize * Additional tracking for nodom variant * Update dependency husky to v4.3.0 (ampproject#933) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Dependencies (ampproject#935) * v0.25.1 * Update to latest versions * Bump version + skip hooks for release (ampproject#936) * v0.27.0 * skip hooks on release * v0.27.1 Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update Node.js to v14.10.0 (ampproject#930) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency preact to v10.4.8 (ampproject#898) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency mini-css-extract-plugin to v0.11.1 (ampproject#897) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency ava to v3.12.1 (ampproject#893) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency lint-staged to v10.3.0 (ampproject#896) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Ben Morss <morss@google.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * fix: package.json conflict Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Ben Morss <morss@google.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.15.0->2.26.8Release Notes
rollup/rollup
v2.26.8Compare Source
2020-08-29
Bug Fixes
externaloption in all cases (#3753)Pull Requests
v2.26.7Compare Source
2020-08-28
Bug Fixes
optionsparameter ofthis.parseas optional for TypeScript plugins (#3750)Pull Requests
optionsofPluginContext#parseoptional (@intrnl)v2.26.6Compare Source
2020-08-27
Bug Fixes
Pull Requests
v2.26.5Compare Source
2020-08-22
Bug Fixes
Pull Requests
v2.26.4Compare Source
2020-08-19
Bug Fixes
defaultexport mode (#3738)Pull Requests
v2.26.3Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.2Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.1Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.0Compare Source
2020-08-15
Features
importedBindingsto the bundle information to list bindings per dependency (#3722)Bug Fixes
elsebranch from anifstatement might catch theelsebranch from another one (#3725)Pull Requests
v2.25.0Compare Source
2020-08-14
Features
--failAfterWarningsCLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
--failAfterWarningsflag (@tjenkinson)v2.24.0Compare Source
2020-08-13
Features
requirestatements to the top in CommonJS output for easier back-transpilation to ES modules by other tools (#3710)Bug Fixes
superin static class fields (#3720)Pull Requests
v2.23.1Compare Source
2020-08-07
Bug Fixes
Pull Requests
v2.23.0Compare Source
2020-07-23
Features
Pull Requests
v2.22.2Compare Source
2020-07-21
Bug Fixes
Pull Requests
v2.22.1Compare Source
2020-07-18
Bug Fixes
Pull Requests
v2.22.0Compare Source
2020-07-18
Features
Pull Requests
v2.21.0Compare Source
2020-07-07
Features
Pull Requests
v2.20.0Compare Source
2020-07-06
Features
referencedFilesproperty to the chunk info in generateBundle to list referenced assets (#3661)Pull Requests
v2.19.0Compare Source
2020-07-05
Features
Pull Requests
v2.18.2Compare Source
2020-07-02
Bug Fixes
Pull Requests
v2.18.1Compare Source
2020-06-26
Bug Fixes
rollup-plugin-prefix off the plugin name when looking for the plugin export in a CLI plugin without a default export (#3647)Pull Requests
v2.18.0Compare Source
2020-06-22
Features
inlineDynamicImports,manualChunksandpreserveModulescan now be used as output options (#3645)Bug Fixes
this.getFileNamewill now always return the correct file name for chunks when multiple outputs are created (#3645)Pull Requests
v2.17.1Compare Source
2020-06-19
Bug Fixes
Pull Requests
v2.17.0Compare Source
2020-06-17
Features
Bug Fixes
Pull Requests
v2.16.1Compare Source
2020-06-13
Bug Fixes
Pull Requests
v2.16.0Compare Source
2020-06-12
Features
Pull Requests
manualChunksfor code splitting (@zlamma)Renovate configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.