Git Product home page Git Product logo

idb-kv-store's People

Contributors

arj03 avatar deje1011 avatar greenkeeper[bot] avatar xuset avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

idb-kv-store's Issues

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

Version 3.3.1 of uglify-js was just published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.3.0
Type devDependency

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

uglify-js 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.1

Β 

Commits

The new version differs by 3 commits.

  • 8701a99 v3.3.1
  • 1476c78 add html-minifier to benchmarks (#2646)
  • cb6a928 fix infinite loop during inline (#2645)

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 is breaking the build 🚨

Version 2.0.3 of karma was just published.

Branch Build failing 🚨
Dependency [karma](https://github.com/karma-runner/karma)
Current Version 2.0.2
Type devDependency

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

karma 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.3

Bug Fixes

  • BaseReporter: log message correctly with just one browser (#3045) (c1eb236)
  • browser: don't add already active socket again on reconnect (37a7958)
  • browser: filter browser logging by level (35965d9), closes #2228
  • browser: nicer "disconnect" - no more "Disconnectedundefined" (a987d63)
  • build: pin npm version in appveyor to v3, compat with node 4 (#2983) (bc1453e)
  • ci: Repaired AppVeyor for [email protected] (cbfd98c)
  • cli: override if an arg is defined multiple times (31eb2c2), closes #1192
  • cli: print UserAgent string verbatim if from an unknown browser (9d97226)
  • cli: restore shell completion in the npm package (f56b5a5), closes #2351
  • cli: Use bin field in package.json (6823926), closes #1351
  • client: add ES5 shim (14c30b7), closes #1529
  • client: add proxy support to stringify (be10116)
  • client: does not throws an error for non DOM object that has tagName property (ba55afb), closes #2139
  • client: don't crash if receive array-like results (e095411), closes #2061
  • client: dynamic protocol for socket.io (c986eef), closes #1400
  • client: Fix stringify serializing objects (0d0972a)
  • client: Revert back to old reloading detection (f1c22d6), closes #1656
  • client: serialise DOM objects (1f73be4), closes #1106
  • client: Update location detection for socket.io (7a23fa5)
  • client: Use supported shim path. (184f12e)
  • client: Wait for childwindow to load (c1bb15a)
  • client: Wait for iframe to be loaded (1631474), closes #1652
  • client.html: always open debug.html in a new browser process (d176bcf)
  • common: fix AppVeyor build (6c5e7d0)
  • common: more detailed info about error (424aacc)
  • common: Proxy function toString does not contain Proxy. (4fb3484)
  • common: stringify error on 'Cannot convert a Symbol value to a string' (#2990) (65b658a), closes #2856
  • config: #1113 Watching is not working properly on linux (c91ffbc)
  • config: add crossOriginAttribute config option (1e465b1)
  • config: Call debug log methods after setting the loglevel based upon config/cli-options. (a340dae)
  • config: Call debug log methods after setting the loglevel based upon config/cli-options. (99fd3f0)
  • config: corrects spelling in example config template (9fafc60)
  • config: Default remaining client options if any are set (632dd5e), closes #961
  • config: Error when browers option isn't array (b695460)
  • config: Log the final config just before use. (#3041) (05dd09a)
  • config: Retry install with appveyor-retry. (17d5791)
  • config: Workaround npm 5.4 windows bug (ec47d81)
  • context: Updated postMessage listener to stop validating non-Karma messages (306e565)
  • debug-runner: support asynchronous tests in the debug runner (a36f3eb), closes #2811
  • deps: freeze socket.io version (73e300d)
  • deps: Update dependencies (b9a4ce9), closes #1410
  • deps: Update log4js in package.json (#2996) (667b47e)
  • deps: update socket.io to version 2.0.3. (3b7b019), closes #2821 #2777
  • deps: Upgrade connect 3. (b490985), closes #1410
  • docs: fix stopper.stop wrong variable name. closes #2244 (0745a00)
  • docs: Remove mention of pre 1.0.0 version (#3010) (6847ca0)
  • eslint: Fix formatting for the new ESLint 1.8.0 (dc1bbab)
  • executor: ensure run_complete is emitted last (9c894f9), closes #2210
  • file_list: follow symlinks (ee26748)
  • file_list: Incorrect response after remove and add file (0dbc020)
  • file-list: always use file from first matcher (74bfdf3)
  • file-list: Ensure autowatchDelay is working (0f33268), closes #1520
  • file-list: Ensure autowatchDelay is working. (655599a), closes #1520
  • file-list: Ensure files are sorted and unique (9dc5f8b), closes #1498 #1499
  • file-list: ensure patterns are comparable (4d1bf3e), closes #2194
  • file-list: Normalize glob patterns (fb841a7), closes #1494
  • file-list: refresh resolves before 'file_list_modified' event (65f1eca), closes #1550
  • file-list: Stop polluting global environment with core-js (0988022)
  • file-list: Use correct find function (4cfaae9)
  • file-list: use lodash find() (3bd15a7), closes #1533
  • file-list: Use modified throttle instead of debounce (cb2aafb), closes #1545
  • files: Ignore included:false pattern (db42a7f), closes #1530
  • flaky-test: Add time to beforeEach() to allow plugins to load on first pass. (#3025) (31d9a08)
  • helper: Ensure browser detection is handled in the unkown case (9328f67)
  • helper: Patched replaceWinPath from choking on null values (caa4d21)
  • init: fix test-main.(js/coffee) generation (d8521ef), closes #1120 #896
  • init: Make the requirejs config template normalize paths (54dcce3), closes /github.com/karma-runner/karma/issues/513#issuecomment-48616784
  • karma: Escape quotes for file names. This fixes issue #1876. (9dff3f3)
  • launcher: Allow dynamic browser launches (2b7d703)
  • launcher: Continue with exit when SIGKILL fails (1eaccb4)
  • launcher: exclude concurrent browser on launcher restart (96f8f14), closes #2280
  • launcher: send sigkill on timeout when force killing (c615c1f)
  • launchers: Listen to the correct error event. (45a6922)
  • lint: exempt built files (#3024) (bc9acd3)
  • logging: Summarize SKIPPED tests in debug.html. (a01100f), closes #1111
  • logging: Upgrade to log4js 2.x API. (#2868) (f6f8707), closes #2858
  • middleware: Actually serve the favicon. (f12db63)
  • middleware: add file type to absolute urls (bd1f799)
  • middleware: avoid using deprecated Buffer API (018e6be), closes /nodejs.org/api/deprecations.html#deprecations_dep0005
  • middleware: change to use vanilla for loop (ac62cc0), closes #2671
  • middleware: Correct spelling of middleware logger name (9e9e7e6)
  • middleware: does not work with mootools (#2591) (2685e13)
  • middleware: ensure Range headers adhere more closely to RFC 2616 (8b1b4b1), closes #2310
  • middleware: fix WARN log when passing undefined error handler to promise.then (20b87de), closes #2227
  • middleware: Inject config.urlRoot. (569ca0e), closes #1516
  • middleware: update Buffer usage (3d94b8c)
  • package.json: sinon-chai 2.13 is not compatible with sinon 4.x (#2977) (e095b05)
  • preprocessor: Better handling of failing preprocessors (a2376b8), closes #1521
  • preprocessor: calculate sha1 on content returned from a preprocessor (6cf7955), closes #1204
  • preprocessor: Directory names with dots (4b5e094)
  • preprocessor: Improve handling of failed preprocessors (e726d1c), closes #1521
  • preprocessor: Lookup patterns once invoked (00a2781), closes #1340
  • preprocessor: renamed handeFile to readFileCallback (92a8c81)
  • preprocessor: retry if fs.readFile fails (4b60513)
  • preprocessor: Throw error if can't open file (bb4edde)
  • preprocessor: throw if retry fails (2789bf5)
  • preprocessor: treat *.gz files as binary (1b56932)
  • preprocessor: treat *.swf files as binary (62d7d38)
  • preprocessor: treat *.tgz, *.tbz2, *.txz & *.xz as binary (7b64244)
  • proxy: More useful proxyError log message (96640a7)
  • proxy: Pass protocol in target object to enable https requests (142db90)
  • proxy: Port mixup and infinite loop (05616a2), closes #1987
  • proxy: proxy to correct port (a483636)
  • reporter: Better handling of non string error (82f1c12), closes #1969 #1988
  • reporter: Disable source maps for URLs without line number (2080221), closes #1274
  • reporter: do not allow URL domains to span new lines (2c13404)
  • reporter: Enable sourcemaps for errors that without column # (086a542)
  • reporter: Ensure errors use the source map. (0407a22), closes #1495
  • reporter: Fix issue causing error stack not to be parsed correctly (ac4e1a9), closes #2930
  • reporter: inject correct config option (80bd726)
  • reporter: keep users exact formatError result (17c2c43)
  • reporter: preserve base/absolute word in error (b3798df)
  • reporter: remove console.log (b4e3694)
  • reporter: show file path correctly when urlRoot specified (34dc7d3), closes #2897
  • reporter: sourcemap not working in windows (a9516af), closes #1200
  • reporter: strip only hostname/port (fbbeccf), closes #2209
  • reporters: cannot read property map of undefined (305df2c), closes #1662
  • reporters: Fix results not being reported (6303566)
  • reporters: Revert the backwards-incompatible log priority order changes (316b944), closes #2582
  • reporters: Throwing error without loosing stack trace (8a515ae)
  • runner: Fix typo in CSS class name for .idle (fc5a7ce)
  • runner: Make process kill timeout configurable (ffaa054), closes #2447
  • runner: Make process kill timeout configurable - Fix Build (a128e5c), closes #2447
  • runner: Merge config.client.args with client.args provided by run (91de383), closes #1746
  • runner: Remove null characters from terminal output (3481500), closes #1343
  • runner: Test process kill timeout config (99a1d48), closes #2447
  • runner: Wait for file list refresh to finish before running (94cddc0)
  • server: check available port before start server (fix #1476, fix #3011) (a19b8d4)
  • server: complete acknowledgment (f4144b0)
  • server: exit with code 1 when failing due to missing browser (86e2ef2), closes #2403
  • server: Force clients disconnect on Windows (28239f4), closes #1109
  • server: Handle new socket.io internal format. (3ab78d6), closes #1782
  • server: log browser messages to the terminal (d1f924c), closes #2187
  • server: Remove Socket.IO listeners (c3f05ef), closes #2980
  • server: Start webserver and browsers after preprocessing completed (e0d2d23)
  • server: switch to sync write (6ec74ee)
  • server: Update timers for limited execution environments (9cfc1cd), closes #1519
  • socket.io: Force 0.9.16 which works with Chrome (840ee5f)
  • stringify: guard Symobl from IE (#3023) (538081c)
  • invalid characters in the headers on Node 5.6.0 (152337d)
  • test: locale in Expire header (db04cf0), closes #1741
  • test: update bundleResource test timeout (#3038) (d6060d4)
  • travis_ci: converted node versions as string (25ee6fc)
  • filter browser logging by level of LOG (89a7a1c), closes #2228
  • updater: Fix time unit on screen display from 'ms' to 'seconds'. (f39dd04)
  • a missed argument in a debug message (#3009) (af8c6e4)
  • Add crossorigin attribute to script HTML tags (5690ffe)
  • add emscripten memory image as binary suffix (f6b2b56)
  • call .resume to prevent browser output streams filling up (107cd02)
  • catch exceptions from SourceMapConsumer (5d42e64)
  • Change timing on test (0cb6204)
  • ignore jsVersion configuration property in Firefox 59+ (2694d54), closes #2957
  • make window.parent.karma available in debugged context (3e7eaeb)
  • Merge config child nodes on config.set() (65b688a), closes karma-runner/grunt-karma#165 karma-runner/grunt-karma#166
  • Remove inadvertently added dependency to mock-fs (ad5f6b5)
  • remove support of jsVersion configuration property (#3002) (2bb4e36), closes #2911
  • restore backward compatibility for [email protected] (648b357)
  • Safeguard IE against console.log (0b5ff8f), closes #1209
  • Setting default value for config in runner and stopper (414db89)
  • Switch all requires from fs to graceful-fs (1e21aaa)
  • upgrade http-proxy module for bug fixes (09c75fe)
  • Upgrade socket.io to 1.4.5 (2f51a9f)
  • UTs: Correct proxy listeners expectation (af9c84a)
  • watcher: Close file watchers on exit event (7181025)
  • watcher: handle paths on Windows (6164d86)
  • web-server: Allow karma to run in project which path contains HTML URL encoded characters. Karma fails on Jenkins when it checks out branches containing '/' as it converts it to '%2F'. Fixes errors seen on #1751, #61. (da1930f)
  • Wrap url.parse to always return an object for query property (72452e9), closes #1182
  • web-server: cache static files (eb5bd53)
  • web-server: Correctly update filesPromise on files updated (32eec8d)
  • web-server: Ensure filesPromise is always resolvable (892fa89), closes #1544
  • web-server: Restart disconnected browser in non-singleRun mode. (f6587dc)
  • web-server: Update config on every request (8ef475f), closes #1972

Code Refactoring

  • context: Future-proofed context.html and debug.html for modularity (43f6a1a), closes #1984

Features

  • Add stopper to the public API (3d4fa00)
  • add an option to run the tests by dynamically loading test scripts without iframe (aa42c41)
  • Add engine support for iojs@3. (eb1c8d2)
  • Add possibility to stop a karma server (66ae80b)
  • add support for node 6 (0b8dc2c)
  • add support for node@7 (eb407ab), closes #2559
  • adding support for before middleware (51b4206)
  • Allow custom browser names (60ba85f)
  • allow frameworks to add preprocessors (f6f5eec)
  • Allow frameworks to inject middleware (d972f3d)
  • better string representation of errors (c9e1ca9)
  • deprecate helper._ (5c6b151), closes #1812
  • Do not fail on empty test suite (8004763), closes #926
  • drop core-js and babel where possible (60dfc5c)
  • Fail on launcher-, reporter-, plugin-, or preprocessor-load errors. (fca930e), closes #855
  • serve ePub as binary files (82ed0c6)
  • api: add constants to the public api (ee10977), closes #2361
  • api: expose config.parseConfig on the public api (7d2c1ae)
  • browser: add browser_info event (09ac7d7), closes #2192
  • browser: Emit a browser error when a disconnect occurs. (e36ba6c)
  • ci: disable testing of node versions below 4 (ec92ea9)
  • cli: Add .config/karma.conf.js to the default lookup path (49bf1aa), closes #1387
  • cli: Better CLI args validation (73d31c2), closes #603
  • cli: Warn on commands with underscores. (0801a7f)
  • client: capture confirm & prompt (3a618b3), closes #694
  • client: log global error stack trace (523d608), closes #2812
  • config: Add forceJSONP option (8627d67)
  • config: Add a clearContext config to prevent clearing of context. (5fc8ee7)
  • config: Add configuration for adding javascript version. (0239c75), closes #1719
  • config: add nocache option for file patterns (6ef7e7b)
  • config: add restartOnFileChange option (1082f35)
  • config: add support for TypeScript (6445310)
  • config: allow config to be a default export (9976dce)
  • config: Allow custom context and debug files, with feature test and some specs. (225c0e5)
  • config: allow to use newer versions of CoffeeScript (c1fcf42)
  • config: mime config option support (d562383), closes #1735
  • config: Pass CLI arguments to karma.config.js. (70cf903), closes #1561
  • config: remove polling usage (b0f41c7), closes #2669
  • deps: add support for node@8 (ea32194), closes #2754
  • deps: add support for node@8 (7feaee3), closes #2754
  • deps: update socket.io to 1.7.4 to avoid issue with [email protected] (264442b), closes #2593
  • file-list: Upgrade bluebird to v.3 (f5c252f)
  • file-list: Use glob.sync for better speed (1b65cde)
  • grunt: run check_clean before starting release. (#2978) (a3ff6c8)
  • init: install coffee-script automatically (e876db6), closes #1152
  • launcher: Add concurrency limit (1741deb), closes #1465
  • launcher: Enable specification of retry-limit (cc5547c), closes #1126
  • launcher: output stderr for failing launchers (7d33398)
  • launcher: trim whitespace in browser name (334f9fb)
  • launcher: trim whitespace in browser name (871d46f)
  • logger: Add date/time stamp to log output (4a59443)
  • logger: Add date/time stamp to log output (a4b5cdd)
  • logging: Add colors and log-level options to run-command (9d4e234), closes #1067
  • logging: Add colors and log-level options to run-command (2d29165), closes #1067
  • logging: Add logging-setup function (d14bd62)
  • logging: Send color option to server (486c4f3), closes #1067
  • logging: Send color option to server (287d0db), closes #1067
  • middleware: added manual file type option (0330cd1), closes #2824
  • preprocessor: add 'mp3' and 'ogg' as binary formats to avoid media corruption in the browser. (65a0767)
  • preprocessor: Capital letters in binary files extenstions (1688689), closes #1508
  • preprocessor: Instantiate preprocessors early to avoid race conditions (8a9c8c7)
  • preprocessors: if a file matches multiple preprocessor patterns, intelligently merge the list of preprocessors, deduping and trying to preserve the order (59642a6)
  • proxy: add proxy events to config (f5d99fb)
  • proxy: Allow proxies configuration to be an object (ad94356)
  • proxy: Allow to configure changeOrigin option of http-proxy (ae05ea4), closes #1729
  • reporter: add config formatError function (98a4fbf), closes #2119
  • reporter: cache SourceMapConsumer (fe6ed7e)
  • reporter: improve source map handling and reporting. (cf0be47)
  • reporter: Replace way-too-big memoizee with a trivial solution. (58340b1)
  • reporter: Replace way-too-big memoizee with a trivial solution. (d926fe3)
  • reporters: Look for color-reporter (fd9262d)
  • runner: Buffer stdout and stderr for output when errors occur (460d423), closes karma-runner/karma#2663
  • runner: provide error code on 'ECONNREFUSED' callback (439bddb)
  • runner: serve context in JSON format for JS-only environments (189feff)
  • runner: Use favicon in static runner pages (6cded4f)
  • server: add 'listening' event with port number (82cd0df)
  • server: add listen address option so that IPv6 and loopback interfaces can be used (8e5bee6), closes #2477
  • server: Add public api to force a file list refresh. (b3c462a)
  • server: improve public api (82cbbad), closes #1037 #1482 #1467
  • static: Support media queries (94e7b50)
  • stopper: Enable programically detached server (f10fd81)
  • watcher: Allow using braces in watcher (e046379), closes #1249
  • watcher: Debounce autoWatchBatchDelay (2f8c049), closes #2331
  • web-server: add support for custom headers in files served (4301bea)
  • web-server: allow injection of custom middleware. (2e963c3), closes #1612
  • update of supported node versions (e79463b)
  • upgrade dependencies to their latest versions (08242a0)
  • web-server: allow overriding of default http module (1e7514d), closes #2424
  • web-server: Allow Range headers in web server. (a567b6f), closes #2140
  • web-server: Allow running on https (1696c78)
  • Upgrade to socket.io 1.3 (603872c), closes #1257 #1258 #1220
  • upstreamProxy config option to deal with proxies that adjust the base path, etc (55755e4)
  • web-server: Serve all files under urlRoot (1319b32)
  • web-server: Use isbinaryfile for binary file detection (f938a8e), closes #1070

Reverts

  • "Merge pull request #1791 from budde377/feature-adding-no-colors-to-run-command" (96ebdc4), closes #1894 #1895

BREAKING CHANGES

  • context: Our context.html and debug.html structures have changed to lean on context.js and debug.js.
  • server: The public api interface has changed to a constructor form. To upgrade
    change
var server = require(β€˜karma’).server
server.start(config, done)

to

var Server = require(β€˜karma’).Server
var server = new Server(config, done)
server.start()
Commits

The new version differs by 55 commits.

  • 333e7d4 chore: release v2.0.3
  • e0377d0 chore: update contributors
  • a32ba27 refactor(server): Provide file-service handlers in the root injector. (#3042)
  • c1eb236 fix(BaseReporter): log message correctly with just one browser (#3045)
  • a19b8d4 fix(server): check available port before start server (fix #1476, fix #3011)
  • 05dd09a fix(config): Log the final config just before use. (#3041)
  • 0dc8ea4 refactor: unify style of functions declarations
  • 5272aa3 refactor(web-server): refactor lib/web-server to be more ES6 (#3034)
  • f47d901 refactor(middleware): update lib/middleware/source_files to ES6
  • d6060d4 fix(test): update bundleResource test timeout (#3038)
  • 558e2f0 refactor: update lib/plugin.js to ES6 (#3036)
  • e8ca4ec refactor: update lib/runner to ES6 (#3033)
  • 011a90c refactor(server): refactor bundleResource in lib/server.js (#3029)
  • c1a9567 refactor(middleware): update middleware/common to ES6 (#3028)
  • 31d9a08 fix(flaky-test): Add time to beforeEach() to allow plugins to load on first pass. (#3025)

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 uglify-js is breaking the build 🚨

Version 3.1.7 of uglify-js was just published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.1.6
Type devDependency

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

uglify-js 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.1.7

Β 

Commits

The new version differs by 8 commits.

  • f46281e v3.1.7
  • 25a1888 tweak #2424 (#2432)
  • 5b4b07e extend function inlining safety checks (#2430)
  • a8aa28a consolidate single-use function reduction (#2427)
  • fe5a68f maintain call argument order in collapse_vars (#2426)
  • 71e6115 improve variations on call arguments for ufuzz (#2424)
  • c8b6f47 reduce this within functions (#2421)
  • a48f87a compress new function containing this (#2417)

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 uglify-js is breaking the build 🚨

Version 3.4.3 of uglify-js was just published.

Branch Build failing 🚨
Dependency uglify-js
Current Version 3.4.2
Type devDependency

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

uglify-js 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.4.3

Β 

Commits

The new version differs by 5 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 watchify is breaking the build 🚨

The devDependency watchify was updated from 3.11.0 to 3.11.1.

🚨 View failing branch.

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

watchify 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 8 commits.

  • c3fe218 3.11.1
  • e90101b Merge pull request #362 from digipost/upgrade-deps
  • d163b4f upgrade dependencies: fix errors from npm audit
  • 1917270 Merge pull request #351 from menzow/feature/update-docs
  • d232754 Merge pull request #357 from Kamil93/patch-1
  • d924e9b Update readme.markdown
  • 9ea8a65 Support for working with transforms
  • 8147bc5 Add troubleshooting information for silenced errors

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 🌴

Windows Chrome 66.0 failing tests

OSX Chrome 66.0 and Windows Chrome 65.0 pass the tests but Windows Chrome 66.0 fails some pretty trivial tests so this needs to be fixed

For now 279feb6 pins the Chrome version to 65.0 until this is sorted out.

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

Version 13.3.0 of browserify just got published.

Branch Build failing 🚨
Dependency browserify
Current Version 13.2.0
Type devDependency

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

As browserify 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 4 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 tape is breaking the build 🚨

The devDependency tape was updated from 4.9.1 to 4.9.2.

🚨 View failing branch.

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

tape 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 11 commits.

  • a1e8f7e v4.9.2
  • 4b9c951 [Dev Deps] update eslint, eclint
  • 9ced991 [Fix] notEqual and notDeepEqual show "expected" value on failure
  • 75c467e [Docs] Updated readme to make test, test.only and test.skip consistent.
  • 1225d01 Merge pull request #450 from axelpale/patch-1
  • f53e3f1 Clarify doesNotThrow parameters
  • 96de340 Adding tap-junit
  • b1df632 [readme] Change broken image to use web archive
  • 5f1c5a2 [Docs] cleanup from #439
  • 6c633d0 Merge pull request #439 from abelmokadem/master
  • 4337f58 Convert list of tap reporters to links

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 🌴

Add support for IDBKeyRange

Some methods like openCursor() and count() support passing in a key range. The user should be able to specify their key range and pass it in to these functions.

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

Version 10.0.3 of standard just got published.

Branch Build failing 🚨
Dependency standard
Current Version 10.0.2
Type devDependency

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

As standard 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 v10.0.3
  • Internal changes (incremented dependency versions)
Commits

The new version differs by 99 commits.

  • 91e80a1 10.0.3
  • 82a0d5c changelog
  • d22676e Merge pull request #963 from daper/patch-1
  • cfb84fe Remove tilde to lock down eslint-config-standard-jsx version
  • 4a6e0d0 Update dependecy of eslint-config-standard-jsx
  • ac9e09e Merge pull request #961 from igorsantos07/patch-1
  • 873bc9b Adding valid example for no-unsafe-negation
  • f00b169 more feross/standard -> standard/standard
  • 9770303 Merge pull request #954 from standard/security
  • 8cc2285 Add a security policy
  • 2fa8b0f change more feross/standard -> standard/standard
  • e79a692 Merge branch 'devjin0617-translation-kr'
  • 34490f7 Merge branch 'translation-kr' of https://github.com/devjin0617/standard into devjin0617-translation-kr
  • 6d59566 Merge pull request #953 from standard/translations
  • 3895bc6 move english readme/rules to docs/ folder

There are 99 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 run-parallel-limit is breaking the build 🚨

Version 1.0.5 of run-parallel-limit was just published.

Branch Build failing 🚨
Dependency run-parallel-limit
Current Version 1.0.4
Type devDependency

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

run-parallel-limit 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 4 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 🌴

Set can be slow

I'm storing rather large datasets in idb using this library. And I have noticed that because set broadcasts its set value even if not really used this tends to slow this quite a bit.

There doesn't seem to be a good way to disable this so I'm looking for input on how to change this behaviour.

Thanks :)

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.