Coder Social home page Coder Social logo

chrisguttandin / audio-context-timers Goto Github PK

View Code? Open in Web Editor NEW
15.0 3.0 2.0 13.39 MB

A replacement for setInterval() and setTimeout() which works in unfocused windows.

License: MIT License

JavaScript 77.31% TypeScript 20.94% Shell 1.75%
clearinterval cleartimeout interval setinterval settimeout web-audio window-timers

audio-context-timers's Introduction

audio-context-timers

A replacement for setInterval() and setTimeout() which works in unfocused windows.

version

Motivation

For scripts that rely on WindowTimers like setInterval() or setTimeout() things get confusing when the site which the script is running on loses focus. Chrome, Firefox and maybe others throttle the frequency at which they invoke those timers to a maximum of once per second in such a situation. However it is possible to schedule AudioBufferSourceNodes and listen for their onended event to achieve a similar result. This makes it possible to avoid the throttling.

Getting Started

audio-context-timers is available as a package on npm. Run the following command to install it:

npm install audio-context-timers

You can then import the exported functions in your code like this:

import { clearInterval, clearTimeout, setInterval, setTimeout } from 'audio-context-timers';

The usage is exactly the same as with the corresponding functions on the global scope.

var intervalId = setInterval(() => {
    // do something many times
}, 100);

clearInterval(intervalId);

var timeoutId = setTimeout(() => {
    // do something once
}, 100);

clearTimeout(timeoutId);

However there are some subtle differences between audio-context-timers and WindowTimers which are the same those of the worker-timers package.

audio-context-timers's People

Contributors

chrisguttandin avatar greenkeeper[bot] avatar greenkeeperio-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

audio-context-timers's Issues

An in-range update of eslint is breaking the build 🚨

Version 4.18.0 of eslint was just published.

Branch Build failing 🚨
Dependency eslint
Current Version 4.17.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 14 commits.

  • 883a2a2 4.18.0
  • 89d55ca Build: changelog update for 4.18.0
  • 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944)
  • 0e4ae22 Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951)
  • 47ac478 Update: add named imports and exports for object-curly-newline (#9876)
  • e8efdd0 Fix: support Rest/Spread Properties (fixes #9885) (#9943)
  • f012b8c Fix: support Async iteration (fixes #9891) (#9957)
  • 74fa253 Docs: Clarify no-mixed-operators options (fixes #9962) (#9964)
  • 426868f Docs: clean up key-spacing docs (fixes #9900) (#9963)
  • 4a6f22e Update: support eslint-disable-* block comments (fixes #8781) (#9745)
  • 777283b Docs: Propose fix typo for function (#9965)
  • bf3d494 Docs: Fix typo in max-len ignorePattern example. (#9956)
  • d64fbb4 Docs: fix typo in prefer-destructuring.md example (#9930)
  • f8d343f Chore: Fix default issue template (#9946)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.3.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v4.3.0

Features

  • add support for [contenthash] placeholder

Bugfixes

  • browser field is used for target electron-renderer
  • set devtoolNamespace default correctly when passing an object to output.library
Commits

The new version differs by 24 commits.

  • 54ceb3c 4.3.0
  • d762a2b Merge pull request #6875 from mohsen1/patch-2
  • 3691224 Merge pull request #6872 from boneskull/patch-1
  • df2b3c2 Prettier
  • 165a2ed Remove extraneous argument from setOptions call sites in OptionsDefaulter
  • a31bf26 fix capitalization of project name in README.md
  • fc2feaf Merge pull request #6844 from swederik/issue-6843
  • eba38f1 Merge pull request #6861 from Legends/master
  • 41a0482 Merge pull request #6839 from webpack/feature/contenthash
  • b018bc7 more tests and fixes for webworker
  • 4861d2c Merge pull request #6832 from webpack/reflect
  • 68a11fd Extract setup infos from Contributing.md into separate setup.md for visiblity reasons
  • 06e9a57 get rid of webpackJsonp global leak
  • d7a0fc3 fix bug without async chunks, add more tests
  • c328c65 use destructing for more readable code

There are 24 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 11.7.0 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.6.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 20 commits.

  • 77e3860 11.7.0
  • c6e1ab3 fix(package): update webpack to version 4.3.0
  • 725ee47 fix(package): update rxjs to version 5.5.8
  • 2abce42 fix(package): update core-js to version 2.5.4
  • 3c7051c fix(package): update async-array-buffer to version 1.1.33
  • 47a6536 fix: update types for TypeScript v2.8
  • cf9488e fix(package): update typescript to version 2.8.1
  • 134d97a fix(package): update tslint-config-holy-grail to version 23.0.4
  • 83cd0a6 fix: correct typo in comment
  • 496bca6 test: update expectation tests for Opera v52
  • fc569e7 fix: align AudioBufferSourceNode & ConstantSourceNode implementations
  • 5d8b395 feat: cache OfflineAudioContext used to create AudioBuffers
  • 2a2e18c test: fix typo in test description
  • 85cfef6 style: reformat test data arrays
  • 853ce3d feat: implement BiquadFilterOptions

There are 20 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

Version 4.16.0 of eslint was just published.

Branch Build failing 🚨
Dependency eslint
Current Version 4.15.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.16.0
  • e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #7567) (#9796) (Michael Ficarra)
  • af043eb Update: Add NewExpression support to comma-style (#9591) (Frazer McLean)
  • 4f898c7 Build: Fix JSDoc syntax errors (#9813) (Matija Marohnić)
  • 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#9852) (Kevin Partington)
  • b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #9526) (#9855) (PiIsFour)
  • 8ccbdda Docs: Clarify that -c configs merge with .eslintrc.* (fixes #9535) (#9847) (Kevin Partington)
  • 978574f Docs: Fix examples for no-useless-escape (#9853) (Toru Kobayashi)
  • cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#9815) (Kevin Partington)
  • 2e87ddd Docs: Sync messageId examples' style with other examples (#9816) (Kevin Partington)
  • 1d61930 Update: use doctrine range information in valid-jsdoc (#9831) (Teddy Katz)
  • 133336e Update: fix indent behavior on template literal arguments (fixes #9061) (#9820) (Teddy Katz)
  • ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #9373) (#9819) (Teddy Katz)
  • add1e70 Update: fix indent bug on comments in ternary expressions (fixes #9729) (#9818) (Teddy Katz)
  • 6a5cd32 Fix: prefer-destructuring error with computed properties (fixes #9784) (#9817) (Teddy Katz)
  • 601f851 Docs: Minor modification to code comments for clarity (#9821) (rgovind92)
  • b9da067 Docs: fix misleading info about RuleTester column numbers (#9830) (Teddy Katz)
  • 2cf4522 Update: Rename and deprecate object-property-newline option (#9570) (Jonathan Pool)
  • acde640 Docs: Add ES 2018 to Configuring ESLint (#9829) (Kai Cataldo)
  • ccfce15 Docs: Minor tweaks to working with rules page (#9824) (Kevin Partington)
  • 54b329a Docs: fix substitution of {{ name }} (#9822) (Andres Kalle)
Commits

The new version differs by 22 commits.

  • 33ca1ea 4.16.0
  • 1a9ddee Build: changelog update for 4.16.0
  • e26a25f Update: allow continue instead of if wrap in guard-for-in (fixes #7567) (#9796)
  • af043eb Update: Add NewExpression support to comma-style (#9591)
  • 4f898c7 Build: Fix JSDoc syntax errors (#9813)
  • 13bcf3c Fix: Removing curly quotes in no-eq-null report message (#9852)
  • b96fb31 Docs: configuration hierarchy for CLIEngine options (fixes #9526) (#9855)
  • 8ccbdda Docs: Clarify that -c configs merge with .eslintrc.* (fixes #9535) (#9847)
  • 978574f Docs: Fix examples for no-useless-escape (#9853)
  • cd5681d Chore: Deactivate consistent-docs-url in internal rules folder (#9815)
  • 2e87ddd Docs: Sync messageId examples' style with other examples (#9816)
  • 1d61930 Update: use doctrine range information in valid-jsdoc (#9831)
  • 133336e Update: fix indent behavior on template literal arguments (fixes #9061) (#9820)
  • ea1b15d Fix: avoid crashing on malformed configuration comments (fixes #9373) (#9819)
  • add1e70 Update: fix indent bug on comments in ternary expressions (fixes #9729) (#9818)

There are 22 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of chai is breaking the build 🚨

Version 4.0.2 of chai just got published.

Branch Build failing 🚨
Dependency chai
Current Version 4.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As chai is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes 4.0.2 / 2017-06-05

We have another bugfix release, addressing some issues for WebPack 1 users.

Bug Fixes

  • Revert getting version information from package.json, some bundler tools like Webpack do not come default with json loaders despite Node being able to handle this. This change moves back to hardcoding the version number in the codebase. (#985, #986)
Commits

The new version differs by 1 commits.

  • 616cf8b Revert get version package json (#986)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of typescript is breaking the build 🚨

Version 2.1.5 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.1.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As typescript is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 252 commits .

  • 2dbc531 Update LKG
  • c26f402 Merge pull request #13277 from Microsoft/fix13276
  • f412e10 Fix the emit when jsx attribute expression is empty
  • 32cec58 Update LKG
  • f330a7e Merge pull request #13220 from Microsoft/mergeMaster1229
  • cc306f6 Aggregate flags for ExpressionWithTypeArguments
  • bf7c51c Do not report helper module errors in ambient contexts for Rest helper
  • 708f9e5 Fix UMD header to work with r.js
  • 3eabf97 Updated baselines
  • b155b68 Improve SourceMap emit for down-level async functions
  • 150463e tsserver should use newline provided by the host (#13185) (#13186)
  • dde8411 Update LKG
  • 5f720c2 Merge pull request #13138 from Microsoft/mergeMaster1222
  • 50288d9 Check trace enabled befoe tracing
  • 2cf9979 Merge pull request #13105 from Microsoft/Fix12921

There are 250 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 5.0.1 of standardized-audio-context just got published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 5.0.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As standardized-audio-context is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of babel-preset-es2015 is breaking the build 🚨

Version 6.22.0 of babel-preset-es2015 just got published.

Branch Build failing 🚨
Dependency babel-preset-es2015
Current Version 6.18.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-preset-es2015 is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.4.7 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 4.4.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • e060fe9 Update docs/changelog.md and set new release id in docs/_config.yml
  • e9fce06 Add release documentation for v4.4.7
  • f047838 4.4.7
  • cc91fe6 Update History.md and AUTHORS for new release
  • 9fb8577 Emojify the support message :heart:
  • a87ef85 Use existing mini-lib for coloring
  • 1f33fe5 Reduce noisy NPM output from postinstall script

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of grunt-contrib-clean is breaking the build 🚨

Version 1.1.0 of grunt-contrib-clean just got published.

Branch Build failing 🚨
Dependency grunt-contrib-clean
Current Version 1.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As grunt-contrib-clean is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 7 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 2.3.0 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sinon is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes Feature: stub accessors in sandbox
  • Allow stubbing of accessors with and without sandbox (#1416)
  • add throwsArg(index) to stubs (#1319)
  • Fix: forEach() requires 'this' argument (#1356)
  • Only reset history when calling resetHistory()
Commits

The new version differs by 34 commits.

  • 64d51be Update docs/changelog.md and set new release id in docs/_config.yml
  • d4b30b0 Add release documentation for v2.3.0
  • 8d64248 2.3.0
  • e137139 Update Changelog.txt and AUTHORS for new release
  • 55dc491 Merge pull request #1416 from lucasfcosta/refactor-sandbox-stub
  • fb514cf Merge pull request #1415 from mroderick/style-improvements
  • 06bf652 Merge pull request #1414 from mroderick/add-related-libraries-to-how-to-page
  • 746de3f Force fenced code blocks to use smaller font
  • 1602e00 Improve styling of h4
  • 46fd81b Remove deprecation warning from tests for old API
  • 454e0fd Add missing final dot to sandbox docs
  • 0ea3e17 Add docs for stub.value
  • c89fb21 Deprecate stubbing sandbox value in favor of value behavior
  • dbefd45 Name restore function on stubNonFunctionProperty
  • fe3b9ac Add related libraries section to How To page

There are 34 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

Version 2.6.1 of webpack just got published.

Branch Build failing 🚨
Dependency webpack
Current Version 2.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As webpack is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v2.6.1

Bugfixes:

  • Promise is now only needed when loading chunk, not in initialization
  • variable injection in require.ensure is now working again
  • better comment message when no export found (output.pathinfo)
Commits

The new version differs by 7 commits.

  • 7cfd2c4 2.6.1
  • 5ec15f8 Merge pull request #4927 from webpack/bugfix/require-ensure-var-inject
  • da08b89 fix variable injection in require.ensure
  • 0dd0830 Merge pull request #4923 from webpack/bugfix/promise-later
  • 09d9533 Use Promise only when chunk load is triggered
  • ae389b0 Merge pull request #4918 from marzelin/master
  • 08615a2 change description when no static exports found

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 11.6.1 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.6.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • 7c17c39 11.6.1
  • cffd24b build(config): update Travis configuration
  • f142d8a fix: remove obsolete check
  • 49a68e0 feat: implement AudioWorkletNode's onprocessorerror
  • 49ae34b fix(package): update tsconfig-holy-grail to version 4.0.2
  • e5d9627 build(config): update Travis configuration
  • 0b21920 fix(package): update mocha to version 5.0.5

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

Version 4.10.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.9.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v4.10.0

Features

  • Export and import name strings in them wasm are mangled
  • Unused exports in wasm are removed (Tree Shaking)
    • Don't expect size improvements yet since there is not minimizer for WASM yet which does the Dead Code Elimination, which is the second part for this optimization
  • Direct WASM dependencies are enforced for:
    • functions imports with i64 parameters or return values
    • memory and table imports
  • generate shorter wasm runtime code

Bugfixes

  • generate correct initializer for imported globals in wasm
  • side-effect-free modules referenced by export * from are no longer including in the bundle
  • the side-effects optimization is now possible in incremental compilation
Commits

The new version differs by 34 commits.

  • ba70340 4.10.0
  • 023d4ca add more test cases
  • 7708471 Merge branch 'master' into bugfix/namespace-object
  • 1f2584e Merge pull request #7408 from webpack/bugfix/side-effects-caching
  • 29cbf98 Merge pull request #7275 from webpack/feature/wasm-mangling
  • 3ac1d02 Merge pull request #7416 from xtuc/fix-rewritten-global-type
  • fd4e84b fix(wasm): correct initializer type for rewritten globals
  • ae8d674 fix bug with incorrectly emitted modules
  • 7ebe12d throw error when unexpected state has been found
  • 115a72c SideEffectsPlugin don't modify cache entries
  • cc57b12 Merge pull request #7396 from xtuc/chore-bump-webassemblyjs7
  • d0ce47d chore: bump webassemblyjs 1.5.7
  • d46e35e Merge branch 'master' into feature/wasm-mangling
  • ec0369d Merge pull request #7364 from xtuc/chore-bump-webassemblyjs6
  • 586469a chore: correct version

There are 34 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-webpack is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.10 of karma-webpack was just published.

Branch Build failing 🚨
Dependency karma-webpack
Current Version 2.0.9
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

karma-webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint-config-holy-grail is breaking the build 🚨

Version 22.0.6 of tslint-config-holy-grail was just published.

Branch Build failing 🚨
Dependency tslint-config-holy-grail
Current Version 22.0.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tslint-config-holy-grail is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 5 commits.

  • d7121b3 22.0.6
  • 3ef5100 fix(package): update @angular/{common,compiler,core,platform-browser,platform-browser-dynamic} to version 5.2.6
  • d2d8902 fix(package): update eslint to version 4.18.1
  • 57976ba fix(package): update eslint to version 4.18.0
  • e0a7556 fix(package): install typescript as dev dependency

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint-config-holy-grail is breaking the build 🚨

Version 22.0.5 of tslint-config-holy-grail was just published.

Branch Build failing 🚨
Dependency tslint-config-holy-grail
Current Version 22.0.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tslint-config-holy-grail is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits.

  • 4451003 22.0.5
  • 96c1e40 fix(package): update typescript to version 2.7.2

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tsconfig-holy-grail is breaking the build 🚨

Version 4.0.18 of tsconfig-holy-grail was just published.

Branch Build failing 🚨
Dependency tsconfig-holy-grail
Current Version 4.0.17
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tsconfig-holy-grail is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • 6ef0975 4.0.18
  • e3829b2 docs: add license file
  • 8756e56 fix(package): update commitizen to version 2.10.1
  • 1c94537 fix(package): update commitizen to version 2.10.0
  • 77f581b fix(package): update greenkeeper-lockfile to version 1.15.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 4.0.3 of standardized-audio-context just got published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 4.0.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As standardized-audio-context is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 8 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of grunt-contrib-uglify is breaking the build 🚨

Version 2.3.0 of grunt-contrib-uglify just got published.

Branch Build failing 🚨
Dependency grunt-contrib-uglify
Current Version 2.2.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As grunt-contrib-uglify is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 2 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of fast-unique-numbers is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.1.5 of fast-unique-numbers was just published.

Branch Build failing 🚨
Dependency fast-unique-numbers
Current Version 1.1.4
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

fast-unique-numbers is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 15 commits.

  • 42c3c58 1.1.5
  • fa96507 fix(package): update typescript to version 2.8.1
  • 83d0b87 build(config): update Travis configuration
  • 310b81c fix(package): update webpack to version 4.3.0
  • 5f9561b fix(package): update tslint-config-holy-grail to version 23.0.4
  • 83a0a8d fix(package): update sinon to version 4.4.9
  • 4bbe517 build(config): update Travis configuration
  • 76a16dc build(config): update Travis configuration
  • e28cb88 fix(package): update tsconfig-holy-grail to version 4.0.2
  • 7a18ed4 fix(package): update mocha to version 5.0.5
  • e11efa7 fix(package): update eslint to version 4.19.1
  • 768fdfc fix(package): update webpack to version 4.2.0
  • 890df13 fix(package): update sinon to version 4.4.8
  • c0bfcc8 chore(package): update lockfile
  • bb60a49 chore(package): update karma-webpack to version 3.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-config-holy-grail is breaking the build 🚨

Version 27.0.2 of eslint-config-holy-grail was just published.

Branch Build failing 🚨
Dependency eslint-config-holy-grail
Current Version 27.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

eslint-config-holy-grail is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 11 commits.

  • b23c00f 27.0.2
  • c027f68 docs: add license file
  • 3ede340 fix(package): update commitizen to version 2.10.1
  • 0792983 fix(package): update commitizen to version 2.10.0
  • 263a85a fix(package): update greenkeeper-lockfile to version 1.15.1
  • 8336602 fix(package): update mocha to version 5.2.0
  • 00a5b80 fix(package): update lockfile
  • f9e45be fix(package): update greenkeeper-lockfile to version 1.15.0
  • 0b0544a fix(package): update @commitlint/cli to version 6.2.0
  • b034066 Merge pull request #9 from chrisguttandin/greenkeeper/update-to-node-10
  • 256e395 Update to node 10 in .travis.yml

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 8.0.14 of standardized-audio-context just got published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 8.0.13
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 17 commits.

  • f17e033 8.0.14
  • cce7371 update expectation tests for Chrome v59
  • 24255b7 partially reintroduce decodeAudioData() patches for Chrome v61
  • a56d1ab chore(package): update greenkeeper-lockfile to version 1.5.0
  • db78093 chore(package): update zone.js to version 0.8.2
  • 2e38fe0 chore(package): update greenkeeper-lockfile to version 1.4.0
  • 9709d3f chore(package): update chai to version 4.0.2
  • c5aa3a3 update package-lock.json
  • 6d8d7a1 chore: update travis configuration
  • 0399220 chore(package): install greenkeeper-lockfile
  • 582f4c4 Merge branch 'greenkeeper/rollup-0.42.0'
  • 05cc976 update package-lock.json
  • 7bf2eb0 chore(package): update rollup to version 0.42.0
  • ec5d753 update Travis configuration
  • 74d0d79 apply linting rules

There are 17 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 11.0.12 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.0.11
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 4 commits.

  • 6afd04f 11.0.12
  • 5500121 fix(package): update tslib to version 1.9.0
  • 015942b fix(package): update mocha to version 5.0.0
  • 433f8f8 fix(package): update tslint-config-holy-grail to version 21.0.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 4.2.0 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 4.1.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 9 commits.

  • 5063c33 Update docs/changelog.md and set new release id in docs/_config.yml
  • 28aee6f Add release documentation for v4.2.0
  • 3cc6ac2 4.2.0
  • 6444c67 Update History.md and AUTHORS for new release
  • 3eaf042 Update package-lock.json
  • f2d5902 Fix tests for IE11
  • c5dfaae Add match.every and match.some (#1624) (#1661)
  • 781429d Use "stale" as label for stale issues (#1658)
  • acebab9 Documentation: async calls (#1286) (#1655)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 11.8.0 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.7.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 10 commits.

  • b1bb274 11.8.0
  • 2f7dd38 test: reenable Edge tests on Travis again
  • 4e9c4b1 fix: blur EventTarget definition to support TypeScript v2.6
  • 983f4ae feat: implement AnalyserNode for OfflineAudioContext
  • c8392cb feat: implement buffer singulartiy
  • f5b6c5a refactor: rename wrappers and testers
  • 132b4cf test: rephrase comment
  • 8eabfc2 refactor: rename local variables
  • 09dd6e6 feat: implement OscillatorNode for OfflineAudioContext
  • 251116b fix(package): update sinon to version 4.4.10

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.2.0 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.1.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.2.0

Features

  • add splitChunks.automaticNameDelimiter to configure the name separator for automatic names
  • stats.excludeModules now also accept booleans
  • webpack throws an error when trying to run in twice at a time
  • performance is disabled by default in non-web targets
  • AMD parser plugins can now be extended by inheriting

Bugfixes

  • Fix a race condition when writing events.json in ProfilingPlugin
  • HMR runtime code is reverted to ES5 style
  • script timeout is not correctly in seconds
  • reexporting JSON exports works correctly now
  • fix a bug when combining ProfilingPlugin with SourceMapDevToolPlugin
  • add a missing semicolon to the runtime code
Commits

The new version differs by 74 commits.

  • d668a23 4.2.0
  • 04d8188 Merge pull request #6754 from byzyk/fix/6742
  • 0d3063e Merge pull request #6810 from howdy39/add-end-of-statement-semicolon
  • d628f90 Add end of statement semicolon
  • 3024078 Merge pull request #6788 from byzyk/fix/6779
  • c6b9b9e Merge pull request #6806 from webpack/bugfix/json-reexport
  • cda226a handle reexporting json default export correctly
  • d061aba fix ProfilingPlugin
  • f82beb3 Merge pull request #6789 from EugeneHlushko/issue/5964
  • c4678e3 fix(bug) #5964 convert MS into S for scripts timeout attr: update expected bytes values
  • a534dfd add test
  • 422236f fix(bug) #5964 convert MS into S for scripts timeout attr
  • f99f96d rename variable, use includes instead of indexOf
  • ae18a5a fix: default chunks to context when no context passed
  • 4428efe Merge pull request #6674 from chuckdumont/work

There are 74 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

Version 4.12.1 of webpack was just published.

Branch Build failing 🚨
Dependency [webpack](https://github.com/webpack/webpack)
Current Version 4.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.12.1

Bugfixes

  • fix problem causing a stack overflow when reexporting circular
  • fix a bug causing missing modules in bundles when using splitChunks
  • run modules in correct order when using import with sideEffects: false
    • added order to DependencyReference
  • add missing support for [chunkhash] in target: "webworker"
  • fix bug causing incomplete profile (race condition) with the ProfilingPlugin

Internal changes

  • Added more types
  • lint files on commit with lint-staged
Commits

The new version differs by 55 commits.

  • 8a7597a 4.12.1
  • bb38c5d Merge pull request #7586 from samccone/sjs/fix_webpack_profiling_race
  • 735f99c Fix race condition in profiling plugin.
  • 3fb49de Merge pull request #7581 from TimHambourger/master
  • 6dd4d76 Merge pull request #7582 from arkadyt/bugfix/remove-dead-links-from-examples-doc
  • 2bc5437 Merge pull request #7532 from Legends/CommentCompilationWarning
  • 1e7b4e9 Remove dead links from /examples README.md.
  • 2fb9a6c remove typedef Position import
  • 4fc03e1 Merge pull request #7531 from Legends/APP
  • 1ef1241 Implement all path variables for webworker dynamic imports
  • afdbf71 removing typedef exports
  • 7969a5a Importing typedef from Dependency.js ??? Please review.
  • b03804e added Compiler, @returns void
  • 4de3ce0 Merge pull request #7554 from greysteil/add-semver-badge
  • 5aafb83 update to lastest version badge

There are 55 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of grunt-contrib-uglify is breaking the build 🚨

Version 2.2.0 of grunt-contrib-uglify just got published.

Branch Build failing 🚨
Dependency grunt-contrib-uglify
Current Version 2.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As grunt-contrib-uglify is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 5 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 11.1.1 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.1.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of fast-unique-numbers is breaking the build 🚨

Version 2.0.1 of fast-unique-numbers was just published.

Branch Build failing 🚨
Dependency fast-unique-numbers
Current Version 2.0.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

fast-unique-numbers is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 55 commits.

  • bcbf3d9 2.0.1
  • 1c4e3db fix(package): update tslib to version 1.9.1
  • 3c299f6 fix(package): update tsconfig-holy-grail to version 4.0.14
  • 2f108fd fix(package): update rollup to version 0.59.0
  • 8193fe0 fix(package): update webpack to version 4.8.3
  • d897155 fix(package): update tslint-config-holy-grail to version 26.0.0
  • 35a8202 fix(package): update webpack to version 4.8.2
  • 49c97cd fix(package): update tsconfig-holy-grail to version 4.0.13
  • 34724af fix(package): update babel-preset-env to version 1.7.0
  • 2dfe355 fix(package): update tsconfig-holy-grail to version 4.0.12
  • 9a3286f fix(package): update tsconfig-holy-grail to version 4.0.11
  • e5960b9 fix(package): update webpack to version 4.8.1
  • 169adda fix(package): update ts-loader to version 4.3.0
  • 364b125 fix(package): update sinon to version 5.0.7
  • b10491e fix(package): update greenkeeper-lockfile to version 1.15.0

There are 55 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ts-loader is breaking the build 🚨

Version 3.3.0 of ts-loader was just published.

Branch Build failing 🚨
Dependency ts-loader
Current Version 3.2.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ts-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.3.0
Commits

The new version differs by 42 commits.

  • 6444fa4 Fix up tests
  • e8a4bb0 Merge pull request #688 from christiantinauer/master
  • c6354c1 Merge branch 'master' into master
  • 3d41633 Fix reportFile tests
  • ea8dfd7 Merge pull request #701 from freeman/reportFiles
  • 92a73e2 Merge in watch fixes
  • 27469c2 Add missing comma
  • 64914e0 Merge branch 'master' into reportFiles
  • 6d55769 Fixed believed issue with watch implementation cc @sheetalkamat
  • 4a6b0da Fix tests and place watchApi usage behind experimentalWatchApi option
  • 7add160 Merge pull request #685 from sheetalkamat/builderApi
  • 3015608 Merge pull request #714 from TypeStrong/feature/create_2_7_test_pack
  • 72b1648 upgrade CI to run with 2.7 rc
  • 9a63c78 include emit changes for 2.7 in test pack
  • 44fa12b create 2.7 test output

There are 42 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 5.0.6 of standardized-audio-context just got published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 5.0.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As standardized-audio-context is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 7 commits .

  • 634bafa 5.0.6
  • 6c096e1 update dependencies
  • 33f2a11 Merge pull request #167 from chrisguttandin/greenkeeper/@angular/compiler-4.0.0
  • 9455690 Merge pull request #166 from chrisguttandin/greenkeeper/@angular/core-4.0.0
  • 6eef00d chore(package): update @angular/compiler to version 4.0.0
  • 44f62ce fix(package): update @angular/core to version 4.0.0
  • 7dce204 deactive Chrome Canary tests

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.4.0 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 4.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 6 commits.

  • 78b2192 Update docs/changelog.md and set new release id in docs/_config.yml
  • 1f3b7dc Add release documentation for v4.4.0
  • a50f759 4.4.0
  • 9f0615e Update History.md and AUTHORS for new release
  • b81d20f Change return value of yield and callArg
  • 2c2bc0d Added comma, for clarity

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 4.3.0 of sinon was just published.

Branch Build failing 🚨
Dependency sinon
Current Version 4.2.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 9 commits.

  • f7139e7 Update docs/changelog.md and set new release id in docs/_config.yml
  • 0b75f10 Add release documentation for v4.3.0
  • 66603e7 4.3.0
  • 2bee64e Update History.md and AUTHORS for new release
  • c45032e Update package-lock.json
  • c27e714 add docs
  • 5459212 add calledOnceWith
  • beea2f6 simplify nested if statements
  • 3e7edca add calledOnceWithExactly assertion

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 11.1.14 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.1.13
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 15 commits.

  • da65ba2 11.1.14
  • 0f7b760 fix(package): update rollup to version 0.56.3
  • 20b34bd fix(package): update karma-webpack to version 2.0.11
  • fa270b5 fix(package): update async-array-buffer to version 1.1.29
  • d93c58f Merge branch 'greenkeeper/webpack-4.0.0'
  • e03dfee build(config): update config for webpack v4
  • 2ded157 fix(package): update ts-loader to version 4.0.0
  • 8dc3880 Merge branch 'master' into greenkeeper/webpack-4.0.0
  • 7445702 fix(package): update sinon to version 4.4.2
  • 1ee1936 chore(package): update lockfile
  • 64f712b chore(package): update webpack to version 4.0.0
  • 2a963de fix(package): update sinon to version 4.4.1
  • 0d3d169 fix(package): update sinon to version 4.4.0
  • 9ae9405 fix(package): update @commitlint/config-angular to version 6.1.2
  • 1733c20 fix(package): update @commitlint/cli to version 6.1.2

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of greenkeeper-lockfile is breaking the build 🚨

Version 1.13.2 of greenkeeper-lockfile was just published.

Branch Build failing 🚨
Dependency greenkeeper-lockfile
Current Version 1.13.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

greenkeeper-lockfile is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 1 commits.

  • 96f6303 fix(ci-test): fix env test for bitrise

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 11.1.3 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.1.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 5 commits.

  • 0718d30 11.1.3
  • 40ae268 fix(package): update tslint-config-holy-grail to version 22.0.1
  • 9cc8b9f fix(package): update @angular/core to version 5.2.2
  • f5cddee fix(package): update greenkeeper-lockfile to version 1.13.1
  • d62fefa fix(package): update sinon to version 4.2.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of karma-webpack is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 2.0.13 of karma-webpack was just published.

Branch Build failing 🚨
Dependency karma-webpack
Current Version 2.0.12
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

karma-webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v2.0.13

2018-02-27

Bug Fixes

  • package: use babel-runtime is a dependency (dependencies) (#312) (c45cdf3)
Commits

The new version differs by 2 commits.

  • 316c6f2 chore(release): 2.0.13
  • c45cdf3 fix(package): use babel-runtime is a dependency (dependencies) (#312)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 8.0.6 of standardized-audio-context just got published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 8.0.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits0.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of webpack is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.1.1 of webpack was just published.

Branch Build failing 🚨
Dependency webpack
Current Version 4.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.1.1

Features

  • Stats now displays the number of assets of a module

Bugfixes

  • sourceMap option of the default UglifyJsPlugin now defaults to true when the SourceMapDevToolPlugin is used
  • module.assets is now working again in the Stats
  • chunk ids are not stringified on target node
  • devtoolNamespace default works now also for arrays passed to output.library
  • Format date with 2 digits in Stats for Build At
  • fix a bug renaming classes incorrectly
  • fix a bug where modules ignore the chunks option of optimization.splitChunks
Commits

The new version differs by 27 commits.

  • 41bb63a 4.1.1
  • 37f7681 Merge pull request #6697 from webpack/bugfix/split-chunks
  • 4d68350 fix bug where modules are put into the wrong chunk
  • 8a59ef7 Merge pull request #6689 from webpack/bugfix/issue-6688
  • edbb6f6 Merge pull request #6670 from SimenB/patch-1
  • 800e7f9 fix #6688
  • c54df36 Merge pull request #6609 from marcalexiei/configuration-version-error
  • 4f39932 Merge pull request #6641 from tmilloff/master
  • 6879ab7 Merge pull request #6685 from webpack/bugfix/node_chunks
  • 71eff5d Merge pull request #6686 from webpack/bugfix/ccp-readme
  • 9eb4daa Remove CCP link
  • f9e7a17 Escape module names
  • 1181c0e Remove accidental filename setting which wasn't needed and was breaking test
  • 57c6c43 Add requested changes from PR comments
  • ae2ae4e Merge pull request #6640 from clarkdo/module-assets

There are 27 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of rollup-plugin-commonjs is breaking the build 🚨

Version 6.0.1 of rollup-plugin-commonjs just got published.

Branch Build failing 🚨
Dependency rollup-plugin-commonjs
Current Version 6.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As rollup-plugin-commonjs is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 3 commits .

  • 16c4a9c -> v6.0.1
  • d8274cf Merge pull request #152 from rollup/gh-127
  • 3acc5d6 dont overwrite globals (#127)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of rollup is breaking the build 🚨

Version 0.59.3 of rollup was just published.

Branch Build failing 🚨
Dependency rollup
Current Version 0.59.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of fast-unique-numbers is breaking the build 🚨

Version 2.0.2 of fast-unique-numbers was just published.

Branch Build failing 🚨
Dependency fast-unique-numbers
Current Version 2.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

fast-unique-numbers is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 23 commits.

  • afc3ed9 2.0.2
  • 15c8724 fix(package): update webpack to version 4.9.1
  • 0e35a8b fix(package): update tsconfig-holy-grail to version 4.0.18
  • 754dba9 fix(package): update eslint-config-holy-grail to version 27.0.2
  • d60579c docs: add license file
  • cadb0e4 fix(package): update tslint-config-holy-grail to version 28.0.1
  • 21fe52a fix(package): update commitizen to version 2.10.1
  • ad4fbd2 fix(package): update sinon to version 5.0.10
  • fd9e6af fix(package): update rollup to version 0.59.3
  • e863872 fix(package): update commitizen to version 2.10.0
  • 662a4f5 fix(package): update sinon to version 5.0.9
  • ba74f8b fix(package): update tslint-config-holy-grail to version 27.0.3
  • 2d0cacf fix(package): update sinon-chai to version 3.1.0
  • a4a0d18 fix(package): update rollup to version 0.59.2
  • c6fc720 fix(package): update greenkeeper-lockfile to version 1.15.1

There are 23 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tslint-config-holy-grail is breaking the build 🚨

Version 9.0.2 of tslint-config-holy-grail just got published.

Branch Build failing 🚨
Dependency tslint-config-holy-grail
Current Version 9.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tslint-config-holy-grail is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 13 commits.

  • aaf1b5c 9.0.2
  • a9583d8 chore(package): update zone.js to version 0.8.12
  • 9c6c29f chore(package): update tslint to version 5.4.3
  • b07a703 chore(package): update greenkeeper-lockfile to version 1.5.0
  • fc4954f chore(package): update chai to version 4.0.2
  • 4c73bea chore: update travis configuration
  • a034322 chore(package): install greenkeeper-lockfile
  • df3602a Merge pull request #34 from chrisguttandin/greenkeeper/initial
  • af4e19d remove Greenkeeper badge
  • 2dd964b docs(readme): add Greenkeeper badge
  • 5c44318 Merge pull request #33 from chrisguttandin/greenkeeper/initial
  • ef3f44b remove Greenkeeper badge
  • b21de09 docs(readme): add Greenkeeper badge

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of tslint-config-holy-grail is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 23.0.4 of tslint-config-holy-grail was just published.

Branch Build failing 🚨
Dependency tslint-config-holy-grail
Current Version 23.0.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tslint-config-holy-grail is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 7 commits.

  • 0b13d8d 23.0.4
  • 16dc881 fix(package): update rxjs to version 5.5.8
  • 29c0bee build(config): update Travis configuration
  • 1338eed build(config): update Travis configuration
  • 120e3e6 fix(package): update mocha to version 5.0.5
  • 9a7387f fix(package): update eslint to version 4.19.1
  • 1508289 fix(package): update eslint to version 4.19.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tsconfig-holy-grail is breaking the build 🚨

Version 4.0.22 of tsconfig-holy-grail was just published.

Branch Build failing 🚨
Dependency tsconfig-holy-grail
Current Version 4.0.21
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

tsconfig-holy-grail is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 7 commits.

  • bd1548d 4.0.22
  • ed99b75 fix(package): update @types/node to version 10.3.1
  • 2e17c76 fix(package): update grunt to version 1.0.3
  • f486892 fix(package): update @commitlint/config-angular to version 7.0.1
  • b3751ac fix(package): update @commitlint/config-angular to version 7.0.0
  • c3c551b fix(package): update @commitlint/cli to version 7.0.0
  • a4cb786 fix(package): update lockfile

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of greenkeeper-lockfile is breaking the build 🚨

Version 1.13.0 of greenkeeper-lockfile was just published.

Branch Build failing 🚨
Dependency greenkeeper-lockfile
Current Version 1.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

greenkeeper-lockfile is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v1.13.0

1.13.0 (2018-01-19)

Features

  • add basic Codeship CI Integration (258e9c0)
Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

Version 2.3.3 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.3.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sinon is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes Make stubbing of static function properties possible
  • Fix #1450, make stubbing of static function properties possible
Commits

The new version differs by 24 commits.

  • bade318 Update docs/changelog.md and set new release id in docs/_config.yml
  • 65d4e88 Add release documentation for v2.3.3
  • 2204e72 2.3.3
  • 64034ee Update Changelog.txt and AUTHORS for new release
  • 1ece07c Merge pull request #1450 from raulmatei/fix-1445-sandbox-stubbing-static-function-property-throws-error
  • 452981c Fix 1445: make stubbing of static function properties possible
  • 25f3eeb Update sandbox configuration docs. (#1443)
  • c76fa2e Merge pull request #1444 from piperchester/patch-1
  • 6539d94 Update README.md
  • c6d01d8 Add missing function name (#1440)
  • 5f989a8 Remove confusing .withArgs from spy documentation (#1438)
  • 9ca272e Remove superfluous calls in example (#1437)
  • 9e3eac3 Merge pull request #1436 from sinonjs/feature-detect-name-property
  • 65d3d7b Feature detect function name property in issue 950
  • e0c75bd Add test for #950, show that it has been fixed (#1435)

There are 24 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of standardized-audio-context is breaking the build 🚨

Version 11.1.4 of standardized-audio-context was just published.

Branch Build failing 🚨
Dependency standardized-audio-context
Current Version 11.1.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

standardized-audio-context is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 13 commits.

  • 9de711d 11.1.4
  • 2b6a5e0 fix(package): update tslint-config-holy-grail to version 22.0.2
  • 0359922 fix(package): update rollup to version 0.55.2
  • 89b1ff2 fix(package): update typescript to version 2.7.1
  • 34fb9ec fix(package): update async-array-buffer to version 1.1.23
  • f032a13 fix(package): update @commitlint/config-angular to version 6.0.4
  • fe5ed75 fix(package): update @commitlint/cli to version 6.0.5
  • e00f2e6 fix(package): update @angular/core to version 5.2.3
  • cc2d376 fix(package): update ts-loader to version 3.4.0
  • 6157532 fix(package): update tsconfig-holy-grail to version 3.0.18
  • 061c38e fix(package): update sinon to version 4.2.2
  • 1856e34 fix(package): update greenkeeper-lockfile to version 1.13.2
  • f1873e6 fix(package): update rollup to version 0.55.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.