Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency karma to v0.13.22 - autoclosed #86

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 19, 2020

This PR contains the following updates:

Package Type Update Change
karma (source) devDependencies minor 0.12.32 -> 0.13.22

Release Notes

karma-runner/karma

v0.13.22

Compare Source

0.13.22 (2016-03-08)

v0.13.21

Compare Source

Reverts

v0.13.20

Compare Source

Bug Fixes
  • runner: Remove null characters from terminal output (3481500), closes #​1343
  • invalid characters in the headers on Node 5.6.0 (152337d)
  • Remove inadvertently added dependency to mock-fs (ad5f6b5)
  • Switch all requires from fs to graceful-fs (1e21aaa)
  • Upgrade socket.io to 1.4.5 (2f51a9f)
Features
  • Allow custom browser names (60ba85f)
  • Do not fail on empty test suite (8004763), closes #​926
  • config: Add forceJSONP option (8627d67)
  • launcher: Enable specification of retry-limit (cc5547c), closes #​1126
  • logging: Add colors and log-level options to run-command (2d29165)
  • logging: Send color option to server (486c4f3)
  • web-server: Use isbinaryfile for binary file detection (f938a8e), closes #​1070

v0.13.19

Compare Source

Bug Fixes

v0.13.18

Compare Source

Bug Fixes
  • preprocessor: Improve handling of failed preprocessors (e726d1c), closes #​1521
Features
  • cli: Add .config/karma.conf.js to the default lookup path (49bf1aa), closes #​1387
  • config: Add a clearContext config to prevent clearing of context. (5fc8ee7)
  • config: mime config option support (d562383), closes #​1735

v0.13.17

Compare Source

0.13.17 (2016-01-04)

v0.13.16

Compare Source

Bug Fixes
  • config: corrects spelling in example config template (9fafc60)
  • middleware: Correct spelling of middleware logger name (9e9e7e6)
  • preprocessor: Directory names with dots (4b5e094)
  • test: locale in Expire header (db04cf0), closes #​1741
Features
  • proxy: Allow proxies configuration to be an object (ad94356)
  • proxy: Allow to configure changeOrigin option of http-proxy (ae05ea4), closes #​1729

v0.13.15

Compare Source

Bug Fixes
  • eslint: Fix formatting for the new ESLint 1.8.0 (dc1bbab)

v0.13.14

Compare Source

Bug Fixes
  • client: Revert back to old reloading detection (f1c22d6)
  • client: Wait for childwindow to load (c1bb15a)

v0.13.13

Compare Source

Bug Fixes

v0.13.12

Compare Source

Bug Fixes
  • proxy: Pass protocol in target object to enable https requests (142db90)
Features

v0.13.11

Compare Source

Bug Fixes
  • reporter: preserve base/absolute word in error (b3798df)
Features
  • config: add restartOnFileChange option (1082f35)
  • reporter: Replace way-too-big memoizee with a trivial solution. (d926fe3)
  • web-server: add support for custom headers in files served (4301bea)
  • web-server: allow injection of custom middleware. (2e963c3), closes #​1612

v0.13.10

Compare Source

Bug Fixes
  • config: Error when browers option isn't array (b695460)
Features
  • config: Pass CLI arguments to karma.config.js. (70cf903), closes #​1561

v0.13.9

Compare Source

Bug Fixes
  • file-list: refresh resolves before 'file_list_modified' event (65f1eca), closes #​1550
  • reporter: Enable sourcemaps for errors that without column # (086a542)

v0.13.8

Compare Source

Bug Fixes
Features
  • static: Support media queries (94e7b50)
  • Add engine support for iojs@3. (eb1c8d2)

v0.13.7

Compare Source

Bug Fixes
  • file-list: Use modified throttle instead of debounce (cb2aafb), closes #​1545

v0.13.6

Compare Source

Bug Fixes
  • client: Use supported shim path. (184f12e)
  • web-server: Ensure filesPromise is always resolvable (892fa89), closes #​1544

v0.13.5

Compare Source

Bug Fixes
Features
  • web-server: Allow running on https (1696c78)

v0.13.4

Compare Source

Bug Fixes
  • client: add ES5 shim (14c30b7), closes #​1529
  • reporter: Ensure errors use the source map. (0407a22), closes #​1495
  • runner: Wait for file list refresh to finish before running (94cddc0)
  • server: Update timers for limited execution environments (9cfc1cd), closes #​1519
0.13.3 (2015-07-22)
Bug Fixes
  • restore backward compatibility for karma@0.13 (648b357a)
Features
  • preprocessor: Capital letters in binary files extenstions (1688689d, closes #​1508)
0.13.2 (2015-07-17)
Features
  • cli: Better CLI args validation (73d31c2c)
  • preprocessor: Instantiate preprocessors early to avoid race conditions (8a9c8c73)
  • server: Add public api to force a file list refresh. (b3c462a5)
0.13.1 (2015-07-16)
Bug Fixes

v0.13.3

Compare Source

Bug Fixes
  • restore backward compatibility for karma@0.13 (648b357a)
Features
  • preprocessor: Capital letters in binary files extenstions (1688689d, closes #​1508)

v0.13.2

Compare Source

0.13.22 (2016-03-08)

v0.13.1

Compare Source

Bug Fixes

v0.13.0

Compare Source

Bug Fixes
  • upgrade http-proxy module for bug fixes (09c75fe1)
  • cli: print UserAgent string verbatim if from an unknown browser (9d972263)
  • client:
  • deps: Upgrade connect 3. (b490985c)
  • file-list: Use correct find function (4cfaae96)
  • helper: Ensure browser detection is handled in the unkown case (9328f67e)
  • launchers: Listen to the correct error event. (45a69221)
  • web-server: Correctly update filesPromise on files updated (32eec8d7)
Features
  • Upgrade to socket.io 1.3 (603872c9, closes #​1220)
  • allow frameworks to add preprocessors This changes the order in which things are (f6f5eec3)
  • config: add nocache option for file patterns (6ef7e7b1)
  • file-list: Use glob.sync for better speed (1b65cde4)
  • logger:
    • Add date/time stamp to log output (a4b5cdde)
  • reporter: cache SourceMapConsumer (fe6ed7e5)
  • runner:
    • serve context in JSON format for JS-only environments (189feffd)
    • provide error code on 'ECONNREFUSED' callback (439bddb1)
  • server: improve public api (82cbbadd, closes #​1037, #​1482, #​1467)
  • watcher: Allow using braces in watcher (e046379b, closes #​1249)
  • web-server: Serve all files under urlRoot (1319b32d)
Breaking Changes
  • 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()

    Closes #​1037, #​1482, #​1467
    (82cbbadd)

0.12.37 (2015-06-24)
Bug Fixes
  • file_list: follow symlinks (ee267483)
  • init: Make the requirejs config template normalize paths (54dcce31)
  • middleware: Actually serve the favicon. (f12db639)
0.12.36 (2015-06-04)
Bug Fixes
  • launcher: Continue with exit when SIGKILL fails (1eaccb4c)
  • preprocessor: Lookup patterns once invoked (00a27813, closes #​1340)
0.12.35 (2015-05-29)
Bug Fixes
  • server: Start webserver and browsers after preprocessing completed (e0d2d239)
0.12.34 (2015-05-29)
Bug Fixes
Features
  • runner: Use favicon in static runner pages (6cded4f8)
0.12.33 (2015-05-26)
Bug Fixes
0.12.31 (2015-01-02)
Bug Fixes
  • client: Fix stringify serializing objects (0d0972a5)
0.12.30 (2014-12-30)
Bug Fixes
  • socket.io: Force 0.9.16 which works with Chrome (840ee5f7)
0.12.29 (2014-12-30)
Bug Fixes
  • proxy: proxy to correct port (a483636e)
  • watcher: Close file watchers on exit event (71810257)
0.12.28 (2014-11-25)
Bug Fixes
  • server: complete acknowledgment (f4144b0d)
0.12.27 (2014-11-25)
Bug Fixes
  • browser: don't add already active socket again on reconnect (37a7958a)
  • reporter: sourcemap not working in windows (a9516af2)
0.12.26 (2014-11-25)
Bug Fixes
0.12.25 (2014-11-14)
Bug Fixes
  • add emscripten memory image as binary suffix (f6b2b561)
  • Wrap url.parse to always return an object for query property (72452e9f, closes #​1182)
  • client.html: always open debug.html in a new browser process (d176bcf4)
  • preprocessor: calculate sha1 on content returned from a preprocessor (6cf79557, closes #​1204)
  • runner: Fix typo in CSS class name for .idle (fc5a7ce0)
v0.12.24 (2014-09-30)
Bug Fixes
  • Wrap url.parse to always return an object for query property (72452e9f, closes #​1182)
0.12.23 (2014-08-28)
Bug Fixes
  • file_list: Incorrect response after remove and add file (0dbc0201)
  • preprocessor: Throw error if can't open file (bb4edde9)
Features
0.12.22 (2014-08-19)
Bug Fixes
  • preprocessor: treat _.tgz, _.tbz2, _.txz & _.xz as binary (7b642449)
0.12.21 (2014-08-05)
Bug Fixes
  • web-server: cache static files (eb5bd53f)
0.12.20 (2014-08-05)
Bug Fixes
0.12.19 (2014-07-26)
Bug Fixes
  • proxy: More useful proxyError log message (96640a75)
0.12.18 (2014-07-25)
Bug Fixes
  • watcher: handle paths on Windows (6164d869)
0.12.17 (2014-07-11)
Bug Fixes
  • logging: Summarize SKIPPED tests in debug.html. Before: hundreds of SKIPPING lines in con (a01100f5, closes #​1111)
  • server: Force clients disconnect on Windows (28239f42, closes #​1109)
  • travis_ci: converted node versions as string (25ee6fc9)
Features
  • serve ePub as binary files (82ed0c6e)
  • preprocessor: add 'mp3' and 'ogg' as binary formats to avoid media corruption in the browser. (65a0767e)
v0.12.16 (2014-05-10)
Bug Fixes
  • launcher: cancel kill timeout when process exits cleanly (bd662744, closes #​946)
v0.12.15 (2014-05-08)
Bug Fixes
  • server: don't wait for socket.io store expiration timeout (cd30a422)
v0.12.14 (2014-04-27)
Bug Fixes
  • debug.html: Added whitespace after 'SKIPPED' (218ee859)
v0.12.13 (2014-04-27)
Bug Fixes
  • preprocessor: serve NaCl binaries (1cc6a1e3)
v0.12.12 (2014-04-25)
Bug Fixes
  • server: properly close flash transport (de89cd33)
v0.12.11 (2014-04-25)
Bug Fixes
  • preprocessor: remove ts from binary extensions (82698523)
v0.12.10 (2014-04-23)
Bug Fixes
  • server: clear web server close timeout on clean close (34123fed)
v0.12.9 (2014-04-14)
Bug Fixes
  • web-server: strip scheme, host and port (06a0da09)
v0.12.8 (2014-04-14)
Bug Fixes
  • web-server: inline the config, when serving debug.html (1eb36430)
v0.12.7 (2014-04-14)
Bug Fixes
  • don't crash/terminate upon errors within chokidar (2c389311)
  • preprocessor: consider SVG files as text files, not binary files (ff288036, closes #​1026)
v0.12.6 (2014-04-09)
v0.12.5 (2014-04-08)
Bug Fixes
v0.12.4 (2014-04-06)
Bug Fixes
v0.12.3 (2014-04-01)
Bug Fixes
  • web-server: implement a timeout on webServer.close() (fe3dca78, closes #​952)
Features
v0.12.2 (2014-03-30)
v0.12.1 (2014-03-16)
Features
  • preprocessor: Adding the dat file extension as a recognised binary. (be923571)

v0.12.37

Compare Source

Bug Fixes
  • file_list: follow symlinks (ee267483)
  • init: Make the requirejs config template normalize paths (54dcce31)
  • middleware: Actually serve the favicon. (f12db639)

v0.12.36

Compare Source

Bug Fixes
  • launcher: Continue with exit when SIGKILL fails (1eaccb4c)
  • preprocessor: Lookup patterns once invoked (00a27813, closes #​1340)

v0.12.35

Compare Source

Bug Fixes
  • server: Start webserver and browsers after preprocessing completed (e0d2d239)

v0.12.34

Compare Source

Bug Fixes
Features
  • runner: Use favicon in static runner pages (6cded4f8)

v0.12.33

Compare Source

Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency karma to v0.13.22 chore(deps): update dependency karma to v0.13.22 - autoclosed Aug 19, 2020
@renovate renovate bot closed this Aug 19, 2020
@renovate renovate bot deleted the renovate/karma-0.x branch August 19, 2020 12:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant