Changeset e29cc2e for trip-planner-front/node_modules/karma
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/karma
- Files:
-
- 54 added
- 1 deleted
- 12 edited
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/karma/CHANGELOG.md
r59329aa re29cc2e 1 ## [6.3.9](https://github.com/karma-runner/karma/compare/v6.3.8...v6.3.9) (2021-11-16) 2 3 4 ### Bug Fixes 5 6 * restartOnFileChange option not restarting the test run ([92ffe60](https://github.com/karma-runner/karma/commit/92ffe6018451f6144e8bc7726d304057b5ac9d0a)), closes [#27](https://github.com/karma-runner/karma/issues/27) [#3724](https://github.com/karma-runner/karma/issues/3724) 7 8 ## [6.3.8](https://github.com/karma-runner/karma/compare/v6.3.7...v6.3.8) (2021-11-07) 9 10 11 ### Bug Fixes 12 13 * **reporter:** warning if stack trace contains generated code invocation ([4f23b14](https://github.com/karma-runner/karma/commit/4f23b14d3e774c0401f2c9eecb188b37aed020eb)) 14 15 ## [6.3.7](https://github.com/karma-runner/karma/compare/v6.3.6...v6.3.7) (2021-11-01) 16 17 18 ### Bug Fixes 19 20 * **middleware:** replace %X_UA_COMPATIBLE% marker anywhere in the file ([f1aeaec](https://github.com/karma-runner/karma/commit/f1aeaec09e49856747b8f650d06b4dcc61eb637e)), closes [#3711](https://github.com/karma-runner/karma/issues/3711) 21 22 ## [6.3.6](https://github.com/karma-runner/karma/compare/v6.3.5...v6.3.6) (2021-10-25) 23 24 25 ### Bug Fixes 26 27 * bump vulnerable ua-parser-js version ([6f2b2ec](https://github.com/karma-runner/karma/commit/6f2b2ec6ed0218980eabf2cbf44e0c8f16fee661)), closes [#3713](https://github.com/karma-runner/karma/issues/3713) 28 29 ## [6.3.5](https://github.com/karma-runner/karma/compare/v6.3.4...v6.3.5) (2021-10-20) 30 31 32 ### Bug Fixes 33 34 * **client:** prevent socket.io from hanging due to mocked clocks ([#3695](https://github.com/karma-runner/karma/issues/3695)) ([105da90](https://github.com/karma-runner/karma/commit/105da90a9975c1050f96cda966bd30a3c677494e)) 35 1 36 ## [6.3.4](https://github.com/karma-runner/karma/compare/v6.3.3...v6.3.4) (2021-06-14) 2 37 -
trip-planner-front/node_modules/karma/README.md
r59329aa re29cc2e 2 2 [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/karma-runner/karma) [![npm version](https://img.shields.io/npm/v/karma.svg?style=flat-square)](https://www.npmjs.com/package/karma) [![npm downloads](https://img.shields.io/npm/dm/karma.svg?style=flat-square)](https://npmcharts.com/compare/karma?minimal=true) 3 3 4 [![Build Status](https://img.shields.io/travis/karma-runner/karma/master.svg?style=flat-square)](https://travis-ci.org/karma-runner/karma) [![Build Status](https://img.shields.io/appveyor/ci/dignifiedquire/karma/master.svg?style=flat-square)](https://ci.appveyor.com/project/dignifiedquire/karma)[![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)4 [![Code Climate](https://img.shields.io/codeclimate/github/karma-runner/karma.svg?style=flat-square)](https://codeclimate.com/github/karma-runner/karma) [![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com/) [![Dependency Status](https://img.shields.io/david/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma) [![devDependency Status](https://img.shields.io/david/dev/karma-runner/karma.svg?style=flat-square)](https://david-dm.org/karma-runner/karma#info=devDependencies) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) 5 5 6 6 A simple tool that allows you to execute JavaScript code in multiple -
trip-planner-front/node_modules/karma/commitlint.config.js
r59329aa re29cc2e 1 module.exports = { extends: ['@commitlint/config- conventional'] }1 module.exports = { extends: ['@commitlint/config-angular'] } -
trip-planner-front/node_modules/karma/lib/launchers/capture_timeout.js
r59329aa re29cc2e 18 18 } 19 19 20 log.warn(`${this.name} ha venot captured in ${captureTimeout} ms, killing.`)20 log.warn(`${this.name} has not captured in ${captureTimeout} ms, killing.`) 21 21 this.error = 'timeout' 22 22 this.kill() -
trip-planner-front/node_modules/karma/lib/middleware/karma.js
r59329aa re29cc2e 46 46 const query = getQuery(url) 47 47 if (query['x-ua-compatible']) { 48 return ` \n<meta http-equiv="X-UA-Compatible" content="${query['x-ua-compatible']}"/>`48 return `<meta http-equiv="X-UA-Compatible" content="${query['x-ua-compatible']}"/>` 49 49 } 50 50 return '' … … 108 108 return serveStaticFile('/client.html', requestedRangeHeader, response, (data) => 109 109 data 110 .replace(' \n%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url))110 .replace('%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url)) 111 111 .replace('%X_UA_COMPATIBLE_URL%', getXUACompatibleUrl(request.url))) 112 112 } … … 227 227 .replace('%SCRIPT_URL_ARRAY%', () => 'window.__karma__.scriptUrls = ' + JSON.stringify(scriptUrls) + ';\n') 228 228 .replace('%MAPPINGS%', () => 'window.__karma__.files = {\n' + mappings.join(',\n') + '\n};\n') 229 .replace(' \n%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url))229 .replace('%X_UA_COMPATIBLE%', getXUACompatibleMetaElement(request.url)) 230 230 }) 231 231 }) -
trip-planner-front/node_modules/karma/lib/reporter.js
r59329aa re29cc2e 49 49 } 50 50 51 let msg = input.replace(URL_REGEXP, function ( _, prefix, path, __, ___, line, ____, column) {51 let msg = input.replace(URL_REGEXP, function (stackTracePath, prefix, path, __, ___, line, ____, column) { 52 52 const normalizedPath = prefix === 'base/' ? `${basePath}/${path}` : path 53 53 const file = lastServedFiles.find((file) => file.path === normalizedPath) … … 65 65 const original = getSourceMapConsumer(file.sourceMap).originalPositionFor({ line, column: zeroBasedColumn, bias }) 66 66 67 // If there is no original position/source for the current stack trace path, then 68 // we return early with the formatted generated position. This handles the case of 69 // generated code which does not map to anything, see Case 1 of the source-map spec. 70 // https://sourcemaps.info/spec.html. 71 if (original.source === null) { 72 return PathUtils.formatPathMapping(path, line, column) 73 } 74 67 75 // Source maps often only have a local file name, resolve to turn into a full path if 68 76 // the path is not absolute yet. … … 70 78 return `${PathUtils.formatPathMapping(resolve(path, original.source), original.line, oneBasedOriginalColumn)} <- ${PathUtils.formatPathMapping(path, line, column)}` 71 79 } catch (e) { 72 log.warn(`SourceMap position not found for trace: ${input}`) 80 log.warn(`An unexpected error occurred while resolving the original position for: ${stackTracePath}`) 81 log.warn(e) 73 82 } 74 83 } -
trip-planner-front/node_modules/karma/local.log
r59329aa re29cc2e 5 5 (Not all processes could be identified, non-owned process info 6 6 will not be shown, you would have to be root to see it all.) 7 Mon Jun 14 2021 04:14:40 GMT+0000 (Coordinated Universal Time) -- [INFO] Started the BrowserStack Binary server on 45691, PID: 8868 8 Mon Jun 14 2021 04:14:40GMT+0000 (Coordinated Universal Time) -- [SUCCESS] You can now access your local server(s) in our remote browser7 Tue Nov 16 2021 21:36:27 GMT+0000 (Coordinated Universal Time) -- [INFO] Started the BrowserStack Binary server on 45691, PID: 5326 8 Tue Nov 16 2021 21:36:27 GMT+0000 (Coordinated Universal Time) -- [SUCCESS] You can now access your local server(s) in our remote browser 9 9 10 Mon Jun 14 2021 04:14:41GMT+0000 (Coordinated Universal Time) -- Press Ctrl-C to exit10 Tue Nov 16 2021 21:36:28 GMT+0000 (Coordinated Universal Time) -- Press Ctrl-C to exit 11 11 12 12 -
trip-planner-front/node_modules/karma/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "karma@6.3.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "karma@6.3.4", 10 "_id": "karma@6.3.4", 2 "_from": "karma@6.3.9", 3 "_id": "karma@6.3.9", 11 4 "_inBundle": false, 12 "_integrity": "sha512- hbhRogUYIulfkBTZT7xoPrCYhRBnBoqbbL4fszWD0ReFGUxU+LYBr3dwKdAluaDQ/ynT9/7C+Lf7pPNW4gSx4Q==",5 "_integrity": "sha512-E/MqdLM9uVIhfuyVnrhlGBu4miafBdXEAEqCmwdEMh3n17C7UWC/8Kvm3AYKr91gc7scutekZ0xv6rxRaUCtnw==", 13 6 "_location": "/karma", 14 7 "_phantomChildren": { 15 "cliui": "7.0.4",16 8 "escalade": "3.1.1", 17 9 "get-caller-file": "2.0.5", … … 19 11 "rimraf": "3.0.2", 20 12 "string-width": "4.2.3", 21 "y18n": "5.0.8", 22 "yargs-parser": "20.2.9" 13 "strip-ansi": "6.0.1" 23 14 }, 24 15 "_requested": { 25 16 "type": "version", 26 17 "registry": true, 27 "raw": "karma@6.3. 4",18 "raw": "karma@6.3.9", 28 19 "name": "karma", 29 20 "escapedName": "karma", 30 "rawSpec": "6.3. 4",21 "rawSpec": "6.3.9", 31 22 "saveSpec": null, 32 "fetchSpec": "6.3. 4"23 "fetchSpec": "6.3.9" 33 24 }, 34 25 "_requiredBy": [ 35 "#DEV:/" 26 "#DEV:/", 27 "#USER" 36 28 ], 37 "_resolved": "https://registry.npmjs.org/karma/-/karma-6.3.4.tgz", 38 "_spec": "6.3.4", 29 "_resolved": "https://registry.npmjs.org/karma/-/karma-6.3.9.tgz", 30 "_shasum": "cc309607f0fcdb58a88643184f3e4ba8bff26751", 31 "_spec": "karma@6.3.9", 39 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 40 33 "author": { … … 48 41 "url": "https://github.com/karma-runner/karma/issues" 49 42 }, 43 "bundleDependencies": false, 50 44 "contributors": [ 51 45 { … … 128 122 "name": "Christian Budde Christensen", 129 123 "email": "christi@n-bud.de" 124 }, 125 { 126 "name": "Jonathan Ginsburg", 127 "email": "jon@than.ml" 130 128 }, 131 129 { … … 347 345 }, 348 346 { 349 "name": "Jonathan Ginsburg",350 "email": "jon@than.ml"351 },352 {353 347 "name": "Josh", 354 348 "email": "joshhunt180@gmail.com" … … 401 395 "name": "PatrickJS", 402 396 "email": "github@gdi2290.com" 397 }, 398 { 399 "name": "Paul Gschwendtner", 400 "email": "paulgschwendtner@gmail.com" 403 401 }, 404 402 { … … 800 798 }, 801 799 { 800 "name": "Evgeniy Chekan", 801 "email": "hom3chuk@gmail.com" 802 }, 803 { 802 804 "name": "Fabian Beuke", 803 805 "email": "mail@beuke.org" … … 1096 1098 }, 1097 1099 { 1100 "name": "Michael Vartan", 1101 "email": "michael.wayne.vartan@gmail.com" 1102 }, 1103 { 1098 1104 "name": "Michał Siwek", 1099 1105 "email": "mike21@aol.pl" … … 1210 1216 "name": "Patrik Henningsson", 1211 1217 "email": "patrik.henningsson@gmail.com" 1212 },1213 {1214 "name": "Paul Gschwendtner",1215 "email": "paulgschwendtner@gmail.com"1216 1218 }, 1217 1219 { … … 1383 1385 "name": "Sophie Cooper", 1384 1386 "email": "scooper91@users.noreply.github.com" 1387 }, 1388 { 1389 "name": "Stefan Becking", 1390 "email": "sb@web-computing.de" 1385 1391 }, 1386 1392 { … … 1638 1644 "range-parser": "^1.2.1", 1639 1645 "rimraf": "^3.0.2", 1640 "socket.io": "^ 3.1.0",1646 "socket.io": "^4.2.0", 1641 1647 "source-map": "^0.6.1", 1642 1648 "tmp": "^0.2.1", 1643 "ua-parser-js": "^0.7. 28",1649 "ua-parser-js": "^0.7.30", 1644 1650 "yargs": "^16.1.1" 1645 1651 }, 1652 "deprecated": false, 1646 1653 "description": "Spectacular Test Runner for JavaScript.", 1647 1654 "devDependencies": { 1648 "@commitlint/cli": "^8.3.4", 1649 "@commitlint/config-conventional": "^8.3.4", 1650 "@commitlint/travis-cli": "^8.3.5", 1651 "@semantic-release/changelog": "^3.0.6", 1652 "@semantic-release/git": "^7.0.18", 1655 "@commitlint/cli": "^12.1.4", 1656 "@commitlint/config-angular": "^12.1.4", 1657 "@semantic-release/changelog": "^5.0.1", 1658 "@semantic-release/git": "^9.0.1", 1653 1659 "browserify": "^16.2.3", 1654 1660 "chai": "^4.2.0", … … 1663 1669 "eslint-plugin-standard": "^4.0.1", 1664 1670 "http2": "^3.3.6", 1665 "husky": "^4.2.5",1666 1671 "jasmine-core": "^3.6.0", 1667 1672 "karma": ".", … … 1681 1686 "proxyquire": "^2.1.3", 1682 1687 "puppeteer": "^1.20.0", 1683 "semantic-release": "^1 5.14.0",1688 "semantic-release": "^17.4.7", 1684 1689 "sinon": "7.3.2", 1685 1690 "sinon-chai": "^3.5.0", … … 1693 1698 }, 1694 1699 "homepage": "https://karma-runner.github.io/", 1695 "husky": {1696 "hooks": {1697 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",1698 "pre-commit": "npm run lint"1699 }1700 },1701 1700 "keywords": [ 1702 1701 "karma", … … 1722 1721 "build:check": "node scripts/client.js check", 1723 1722 "build:watch": "node scripts/client.js watch", 1723 "commit:check": "commitlint --from HEAD~1", 1724 "commitlint": "commitlint", 1724 1725 "lint": "eslint . --ext js --ignore-pattern *.tpl.js", 1725 1726 "lint:fix": "eslint . --ext js --ignore-pattern *.tpl.js --fix", … … 1731 1732 "test:unit": "mocha \"test/unit/**/*.spec.js\"" 1732 1733 }, 1733 "version": "6.3. 4"1734 "version": "6.3.9" 1734 1735 } -
trip-planner-front/node_modules/karma/release.config.js
r59329aa re29cc2e 2 2 // Add logging for releases until we are fully confident of the release solution. 3 3 debug: true, 4 branch : 'master',4 branches: 'master', 5 5 verifyConditions: [ 6 6 '@semantic-release/changelog', … … 21 21 '@semantic-release/github', 22 22 './tools/update-docs' 23 ] 23 ], 24 25 // The release rules determine what kind of release should be triggered 26 // based on the information included in the commit message. The default 27 // rules used by semantic-release are the same, but they are set explicitly 28 // for better visibility. 29 // See https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-rules.js 30 releaseRules: [ 31 { breaking: true, release: 'major' }, 32 { revert: true, release: 'patch' }, 33 { type: 'feat', release: 'minor' }, 34 { type: 'fix', release: 'patch' }, 35 { type: 'perf', release: 'patch' } 36 ], 37 38 // The preset determines which commits are included in the changelog and how 39 // the changelog is formatted. The default value used by semantic-release is 40 // the same, but it is set explicitly for visibility. 41 // See https://semantic-release.gitbook.io/semantic-release/#commit-message-format 42 // See https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular 43 preset: 'angular' 24 44 } -
trip-planner-front/node_modules/karma/static/client.html
r59329aa re29cc2e 6 6 <html> 7 7 <head> 8 %X_UA_COMPATIBLE%8 %X_UA_COMPATIBLE% 9 9 <title>Karma</title> 10 10 <link href="favicon.ico" rel="icon" type="image/x-icon"> -
trip-planner-front/node_modules/karma/static/debug.html
r59329aa re29cc2e 7 7 <html> 8 8 <head> 9 %X_UA_COMPATIBLE%9 %X_UA_COMPATIBLE% 10 10 <title>Karma DEBUG RUNNER</title> 11 11 <link href="favicon.ico" rel="icon" type="image/x-icon" /> -
trip-planner-front/node_modules/karma/static/karma.js
r59329aa re29cc2e 243 243 } 244 244 245 // A test could have incorrectly issued a navigate. Wait one turn 246 // to ensure the error from an incorrect navigate is processed. 247 var config = this.config 248 setTimeout(function () { 249 socket.emit('complete', result || {}) 250 if (config.clearContext) { 251 navigateContextTo('about:blank') 252 } else { 253 self.updater.updateTestStatus('complete') 254 } 255 if (returnUrl) { 256 location.href = returnUrl 257 } 258 }) 245 socket.emit('complete', result || {}) 246 if (this.config.clearContext) { 247 navigateContextTo('about:blank') 248 } else { 249 self.updater.updateTestStatus('complete') 250 } 251 if (returnUrl) { 252 location.href = returnUrl 253 } 259 254 } 260 255 … … 339 334 timeout: BROWSER_SOCKET_TIMEOUT, 340 335 path: KARMA_PROXY_PATH + KARMA_URL_ROOT.substr(1) + 'socket.io', 341 'sync disconnect on unload': true 336 'sync disconnect on unload': true, 337 useNativeTimers: true 342 338 }) 343 339
Note:
See TracChangeset
for help on using the changeset viewer.