Bump rollup and karma-rollup-preprocessor
Created by: dependabot-preview[bot]
Bumps rollup and karma-rollup-preprocessor. These dependencies needed to be updated together.
Updates rollup
from 0.68.2 to 1.1.2
Release notes
Sourced from rollup's releases.
v1.1.2
2019-01-21
Bug Fixes
- Tree-shaken dynamic imports no longer leave behind
undefined
entries in the bundle information (#2663)- Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)
Pull Requests
- #2663: Do not include tree-shaken dynamic imports in bundle information (lukastaegert)
- #2664: Properly handle dynamic imports declared in dynamically imported files (everdimension)
v1.1.1
2019-01-19
Bug Fixes
- Make sure object prototype methods are not considered to be falsy when tree-shaking (#2652)
Pull Requests
- #2652: Make sure object prototype methods are not considered to be falsy (lukastaegert)
- #2654: Use correct signature for
this.setAssetSource
in docs (everdimension)- #2656: Swap descriptions for
[extname]
and[ext]
in docs (tivac)v1.1.0
2019-01-09
Features
- Make
this.meta
available from theoptions
plugin hook (#2642)- Add a new
writeBundle
plugin hook that is called after all files have been written (#2643)Bug Fixes
- Make sure the
acorn
import of the bundled non-ESM acorn plugins is correctly translated to ESM (#2636)- Make sure input options are actually passed to the
buildStart
hook (#2642)Pull Requests
- #2636: Improve how acorn is imported, update dependencies (lukastaegert)
- #2642: Make this.meta available in options hook, pass input options to buildStart (lukastaegert)
- #2643: Implement writeBundle hook (lukastaegert)
v1.0.2
2019-01-05
Bug Fixes
- Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
- Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
- Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)
Pull Requests
... (truncated)
- #2633: Document
this.addWatchFile
and make sure it also declares transform dependencies (lukastaegert)- #2635: Make sure
code
is optional in warning type (lukastaegert)- #2638: Do not fail when generating hashes for tree-shaken dynamic imports (lukastaegert)
Changelog
Sourced from rollup's changelog.
1.1.2
2019-01-21
Bug Fixes
- Tree-shaken dynamic imports no longer leave behind
undefined
entries in the bundle information (#2663)- Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)
Pull Requests
- #2663: Do not include tree-shaken dynamic imports in bundle information (lukastaegert)
- #2664: Properly handle dynamic imports declared in dynamically imported files (everdimension)
1.1.1
2019-01-19
Bug Fixes
- Make sure object prototype methods are not considered to be falsy when tree-shaking (#2652)
Pull Requests
- #2652: Make sure object prototype methods are not considered to be falsy (lukastaegert)
- #2654: Use correct signature for
this.setAssetSource
in docs (everdimension)- #2656: Swap descriptions for
[extname]
and[ext]
in docs (tivac)1.1.0
2019-01-09
Features
- Make
this.meta
available from theoptions
plugin hook (#2642)- Add a new
writeBundle
plugin hook that is called after all files have been written (#2643)Bug Fixes
- Make sure the
acorn
import of the bundled non-ESM acorn plugins is correctly translated to ESM (#2636)- Make sure input options are actually passed to the
buildStart
hook (#2642)Pull Requests
- #2636: Improve how acorn is imported, update dependencies (lukastaegert)
- #2642: Make this.meta available in options hook, pass input options to buildStart (lukastaegert)
- #2643: Implement writeBundle hook (lukastaegert)
1.0.2
2019-01-05
Bug Fixes
- Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
- Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
- Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)
Pull Requests
... (truncated)
- #2633: Document
this.addWatchFile
and make sure it also declares transform dependencies (lukastaegert)- #2635: Make sure
code
is optional in warning type (lukastaegert)- #2638: Do not fail when generating hashes for tree-shaken dynamic imports (lukastaegert)
Commits
-
38f3ca6
1.1.2 -
384e35d
Update changelog -
296035e
Do not include tree-shaken dynamic imports in bundle information (#2663) -
a7eb784
Properly handle dynamic imports declared in dynamically imported files (#2664) -
de89274
1.1.1 -
3b7ad99
Update docs -
cb3829b
Make sure object prototype methods are not considered to be falsy (#2652) -
1633675
Update docs (#2654) -
c1feb63
docs: swap descriptions for [extname] and [ext] (#2656) -
00d7521
1.1.0 - Additional commits viewable in compare view
Updates karma-rollup-preprocessor
from 6.1.2 to 7.0.0
Changelog
Sourced from karma-rollup-preprocessor's changelog.
[7.0.0] - 2019-02-06
Added
- Support for Rollup
1.0.0
#42Changed
- Breaking: Dropped support for Rollup
< 1.0.0
- Breaking: Dropped support for Node
< 8.0.0
- Watcher no longer relies on Karma’s
run_start
event. #41- Upgraded dependencies.
Fixed
- Watcher only rebundles changed files and their dependents. #28
- Bundle cache now properly maps each entry to its bundle cache.
Commits
-
6411b1e
Release 7.0.0 -
cc9ad10
Validate Karma config before starting watcher -
7ef7ea0
Refactor dependency injection -
7438470
Upgrade dependencies -
2921c42
Prerelease 7.0.0-rc.2 -
ff63827
Ignore file paths containing null bytes -
49ff25c
Prerelease 7.0.0-rc.1 -
636a5e9
Upgrade dependencies -
cd8e793
Enable strict mode within Watcher module -
3d9058b
Implement custom file watcher - Additional commits viewable in compare view
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
.
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:
- 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.