author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9 values | license stringclasses 2 values | repo stringclasses 119 values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129 values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
808,027 | 14.08.2018 18:23:52 | -7,200 | fc771d97bfce5fd72373b79ce4498d75a9a48a77 | fix(publish): Get tagged packages from merge commit | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ function getTaggedPackages(packageGraph, rootPath, opts) {\n// @see https://stackoverflow.com/a/424142/5707\n// FIXME: --root is only necessary for tests :P\nreturn childProcess\n- .exec(\"git\", [\"diff-tree\", \"--name-only\", \"--no-commit-id\", \"--r... | JavaScript | MIT License | lerna/lerna | fix(publish): Get tagged packages from merge commit (#1567) | 1 | fix | publish |
730,412 | 14.08.2018 19:10:38 | 0 | 676e7e32a28e7acbbffeea17c4d602be3b00984e | chore(release): 0.1.339 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.339\"></a>\n+## [0.1.339](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.339 | 1 | chore | release |
76,605 | 14.08.2018 20:12:51 | -7,200 | 0450eb73f049b0e94ff8fd5e5973786e9d99009c | test: Setting jest maxworkers due to problems with TravisCI | [
{
"change_type": "MODIFY",
"diff": "\"commit\": \"git-cz\",\n\"lint\": \"eslint .\",\n\"lintfix\": \"eslint --fix lib/**\",\n- \"test\": \"eslint lib/** && jest --coverage\"\n+ \"test\": \"eslint lib/** && jest --coverage --maxWorkers=4\"\n},\n\"author\": {\n\"email\": \"jesus.seijas@axa-groupsolutions.com\... | JavaScript | MIT License | axa-group/nlp.js | test: Setting jest maxworkers due to problems with TravisCI | 1 | test | null |
730,412 | 15.08.2018 00:53:30 | 0 | 9ab60fb10fe1376933249c436348c27564a8d07a | chore(release): 0.1.340 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.340\"></a>\n+## [0.1.340](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.340 | 1 | chore | release |
730,412 | 15.08.2018 01:54:39 | 0 | 48badd9955dbe19885cea4ab820513e806d55f69 | chore(release): 0.1.341 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.341\"></a>\n+## [0.1.341](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.341 | 1 | chore | release |
730,412 | 15.08.2018 02:53:00 | 0 | e9fef256fc9d4e0ed218890fe7ca5a74696623bc | chore(release): 0.1.342 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.342\"></a>\n+## [0.1.342](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.342 | 1 | chore | release |
807,849 | 15.08.2018 09:03:49 | 25,200 | 3cbeeabcb443d9415bb86c4539652b85cd7b4025 | chore(helpers): Pass explicit diff prefixes to avoid localized variation in snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,20 @@ module.exports = showCommit;\nfunction showCommit(cwd, ...args) {\nreturn execa\n- .stdout(\"git\", [\"show\", \"--unified=0\", \"--ignore-space-at-eol\", \"--pretty=%B%+D\", ...args], { cwd })\n+ .stdout(\n+ \"git\",\n+ [\n+ \"show\",\n+ \"--unified=0\",... | JavaScript | MIT License | lerna/lerna | chore(helpers): Pass explicit diff prefixes to avoid localized variation in snapshots | 1 | chore | helpers |
807,849 | 15.08.2018 09:43:53 | 25,200 | 8701b79b7db364fd3f902e534c163fe414e2b589 | fix(create): Use whatwg-url instead of node 8.x-dependent URL class | [
{
"change_type": "MODIFY",
"diff": "const fs = require(\"fs-extra\");\nconst path = require(\"path\");\nconst os = require(\"os\");\n-const { URL } = require(\"url\");\n+const { URL } = require(\"whatwg-url\");\nconst camelCase = require(\"camelcase\");\nconst dedent = require(\"dedent\");\nconst initPackag... | JavaScript | MIT License | lerna/lerna | fix(create): Use whatwg-url instead of node 8.x-dependent URL class | 1 | fix | create |
807,849 | 15.08.2018 13:36:27 | 25,200 | 12b428024c4b2c61c24643e487af800076d2c9e2 | fix(command): Silence goalpost logging when running a composed command | [
{
"change_type": "MODIFY",
"diff": "@@ -189,7 +189,9 @@ class VersionCommand extends Command {\n}\nreturn pWaterfall(tasks).then(() => {\n+ if (!this.options.composed) {\nthis.logger.success(\"version\", \"finished\");\n+ }\nreturn {\nupdates: this.updates,\n",
"new_path": "commands/version/index.js",
... | JavaScript | MIT License | lerna/lerna | fix(command): Silence goalpost logging when running a composed command | 1 | fix | command |
807,849 | 15.08.2018 13:37:18 | 25,200 | 89e31d208e5f94b9660017c0cc8eab3d3dd10828 | fix(init): Consume lernaVersion from options, not instance property | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ class InitCommand extends Command {\ninitialize() {\nthis.exact = this.options.exact;\n+ this.lernaVersion = this.options.lernaVersion;\nif (!this.gitInitialized()) {\nthis.logger.info(\"\", \"Initializing Git repository\");\n",
"new_path": "commands... | JavaScript | MIT License | lerna/lerna | fix(init): Consume lernaVersion from options, not instance property | 1 | fix | init |
807,849 | 15.08.2018 13:43:21 | 25,200 | c027246cfea42f6e5f9ee2d4ff9b5fa1fc9fdb4a | fix(npm-publish): Tip-toe around logging when emitting chunk to stdout | [
{
"change_type": "MODIFY",
"diff": "@@ -103,7 +103,9 @@ function npmPack(rootManifest, packages, opts = makePackOptions(rootManifest)) {\njsonBegan = true;\n} else {\n// maybe write non-json chunk to stdout\n+ log.pause();\noutput(chunk);\n+ log.resume();\n}\n});\n",
"new_path": "utils/npm-publish/npm-p... | JavaScript | MIT License | lerna/lerna | fix(npm-publish): Tip-toe around logging when emitting chunk to stdout | 1 | fix | npm-publish |
815,745 | 15.08.2018 13:54:27 | -10,800 | 056f34fcd3a6127c6c3c57787f6fde1809eabb62 | fix: set input width to 0 when not searchable
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import { DataService } from '../shared/data.service';\n[items]=\"people$1 | async\"\n[multiple]=\"true\"\n[closeOnSelect]=\"false\"\n+ [searchable]=\"false\"\nbindLabel=\"name\"\nplaceholder=\"Select people\"\n[(ngModel)]=\"selectedPeople1\">\n",
"ne... | TypeScript | MIT License | ng-select/ng-select | fix: set input width to 0 when not searchable
closes #651 | 1 | fix | null |
815,745 | 15.08.2018 13:54:47 | -10,800 | 7ec425a15d771071a569bc52b8222f65c6459590 | chore(release): 2.4.3 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.4.3\"></a>\n+## [2.4.3](https://github.com/ng-select/ng-select/compare/v2.4.2...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.4.3 | 1 | chore | release |
791,723 | 15.08.2018 14:04:34 | 25,200 | adde651e9982565988418024b0f7c25356627074 | core: all ByteEfficiency audits require a trace | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ class EfficientAnimatedContent extends ByteEfficiencyAudit {\ntitle: str_(UIStrings.title),\ndescription: str_(UIStrings.description),\nscoreDisplayMode: ByteEfficiencyAudit.SCORING_MODES.NUMERIC,\n- requiredArtifacts: ['devtoolsLogs'],\n+ requiredArtifa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: all ByteEfficiency audits require a trace (#5840) | 1 | core | null |
791,690 | 15.08.2018 16:22:24 | 25,200 | df8a80bc26dc17f62ed552fa22a981f58b9de424 | core(trace-processor): use new toplevel task event name | [
{
"change_type": "MODIFY",
"diff": "// The ideal input response latency, the time between the input task and the\n// first frame of the response.\nconst BASE_RESPONSE_LATENCY = 16;\n+// m65 and earlier\nconst SCHEDULABLE_TASK_TITLE = 'TaskQueueManager::ProcessTaskFromWorkQueue';\n-const SCHEDULABLE_TASK_TIT... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(trace-processor): use new toplevel task event name (#5841) | 1 | core | trace-processor |
807,849 | 15.08.2018 17:11:34 | 25,200 | 23a30a021b4dfb5277e299d148eb39f2564c52de | fix(version): Pass --preid to selection prompt
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -442,23 +442,23 @@ Array [\n\"value\": \"2.0.0\",\n},\nObject {\n- \"name\": \"Prepatch (1.0.1-0)\",\n- \"value\": \"1.0.1-0\",\n+ \"name\": \"Prepatch (1.0.1-alpha.0)\",\n+ \"value\": \"1.0.1-alpha.0\",\n},\nObject {\n- \"name\": \"Preminor (1.1.0-0)\",\n- \"value\": ... | JavaScript | MIT License | lerna/lerna | fix(version): Pass --preid to selection prompt
Fixes #1214 | 1 | fix | version |
807,998 | 15.08.2018 18:05:20 | -7,200 | f2c470a7d33e20be3087c0b0e5e052a601863b82 | fix(version): Prioritize `--preid` over existing prerelease ID | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const showCommit = require(\"@lerna-test/show-commit\");\nconst gitAdd = require(\"@lerna-test/git-add\");\nconst gitTag = require(\"@lerna-test/git-tag\");\nconst gitCommit = require(\"@lerna-test/git-commit\");\n+const getCommitMessage = require(\"@ler... | JavaScript | MIT License | lerna/lerna | fix(version): Prioritize `--preid` over existing prerelease ID (#1568) | 1 | fix | version |
724,050 | 16.08.2018 01:15:28 | 25,200 | f592acc7182d1143214af7ac860ef5e50ae3352a | docs: add propsData to Mounting Options | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,10 @@ Options for `mount` and `shallowMount`. The options object can contain both Vue\n- [`mocks`](#mocks)\n- [`localVue`](#localvue)\n- [`attachToDocument`](#attachtodocument)\n+- [`propsData`](#propsdata)\n- [`attrs`](#attrs)\n- [`listeners`](#listeners)\n-- ... | JavaScript | MIT License | vuejs/vue-test-utils | docs: add propsData to Mounting Options (#926) | 1 | docs | null |
807,849 | 16.08.2018 10:20:57 | 25,200 | 1e51b3991c1e675e4bcc0b4239d525e89899c7d7 | fix(command): Detect composed commands more accurately | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ exports.describe = \"List local packages that have changed since the last tagged\nexports.builder = yargs => {\nlistable.options(yargs);\n- return versionOptions(yargs, true);\n+ return versionOptions(yargs, \"changed\");\n};\nexports.handler = function ... | JavaScript | MIT License | lerna/lerna | fix(command): Detect composed commands more accurately | 1 | fix | command |
76,605 | 16.08.2018 12:45:27 | -7,200 | b530bd54159996a8ec07f91011d564a8dd95ba73 | feat: Adding Microsoft Bot Framework routing overriding. | [
{
"change_type": "MODIFY",
"diff": "@@ -138,6 +138,69 @@ class Recognizer {\n}\nreturn cb(null, result);\n}\n+\n+ /**\n+ * Route to a default route of the bot. First the route is calculated as the\n+ * best route based on the results and the dialog stack. If no best route exists\n+ * then is routed to the a... | JavaScript | MIT License | axa-group/nlp.js | feat: Adding Microsoft Bot Framework routing overriding. | 1 | feat | null |
791,719 | 16.08.2018 15:26:59 | 25,200 | c062cf385a6c916d1c6a34ec13a23c2a1bef013b | docs: link FCP audit description to lighthouse docs | [
{
"change_type": "MODIFY",
"diff": "@@ -12,8 +12,8 @@ const UIStrings = {\n/** The name of the metric that marks the time at which the first text or image is painted by the browser. Shown to users as the label for the numeric metric value. Ideally fits within a ~40 character limit. */\ntitle: 'First Content... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: link FCP audit description to lighthouse docs (#5850) | 1 | docs | null |
791,834 | 16.08.2018 17:59:54 | 25,200 | 4308d6666e6f3912c9a87e36dfbeb377cf54d2bc | cli(tsc): make LH.Flags type correct and consistent | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,6 @@ const getFlags = require('./cli-flags.js').getFlags;\nconst runLighthouse = require('./run').runLighthouse;\nconst log = require('lighthouse-logger');\n-// @ts-ignore\nconst pkg = require('../package.json');\nconst Sentry = require('../lighthouse-core/li... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli(tsc): make LH.Flags type correct and consistent (#5849) | 1 | cli | tsc |
821,196 | 16.08.2018 18:13:01 | 25,200 | 5cc3f54e73071ba44ab29a2fc9d97604ed8bbb05 | fix: add circleci,appveyor,codecov to examples | [
{
"change_type": "MODIFY",
"diff": "@@ -26,8 +26,8 @@ module.exports = (_, options) => {\nconst [, type, format] = example.split('-')\nconst options = format === 'ts' ?\n- '--options=yarn,typescript,mocha,semantic-release' :\n- '--options=yarn,mocha,semantic-release'\n+ '--options=yarn,typescript,mocha,sema... | TypeScript | MIT License | oclif/oclif | fix: add circleci,appveyor,codecov to examples | 1 | fix | null |
821,196 | 16.08.2018 18:13:48 | 25,200 | 151af6f1de188a7673158a05a14f264d200d0d6a | fix: always use --save with npm
this forces saving to package.json even if save=false is set in npmrc | [
{
"change_type": "MODIFY",
"diff": "@@ -480,9 +480,10 @@ class App extends Generator {\nif (process.env.YARN_MUTEX) yarnOpts.mutex = process.env.YARN_MUTEX\nconst install = (deps: string[], opts: object) => this.yarn ? this.yarnInstall(deps, opts) : this.npmInstall(deps, opts)\nconst dev = this.yarn ? {dev:... | TypeScript | MIT License | oclif/oclif | fix: always use --save with npm (#149)
this forces saving to package.json even if save=false is set in npmrc | 1 | fix | null |
821,196 | 16.08.2018 18:22:46 | 25,200 | 185ef6c0b3d3cb7fd7a98f7fbe31b2df4c66a2ec | fix: generate readme | [
{
"change_type": "MODIFY",
"diff": "@@ -481,15 +481,17 @@ class App extends Generator {\nconst install = (deps: string[], opts: object) => this.yarn ? this.yarnInstall(deps, opts) : this.npmInstall(deps, opts)\nconst dev = this.yarn ? {dev: true} : {'save-dev': true}\nconst save = this.yarn ? {} : {save: tr... | TypeScript | MIT License | oclif/oclif | fix: generate readme | 1 | fix | null |
821,196 | 16.08.2018 18:25:56 | 25,200 | 5281952ce215564b0c2298c90701406432265f7b | fix: newlines in readme | [
{
"change_type": "MODIFY",
"diff": "[](https://oclif.io)\n[](https://npmjs.org/package/<%= pjson.name %>)\n-<% if (circleci) { %>\n+<%_ if (circleci) { _%>\n[ => Promise.resolve());\n+\n+module.exports = mockCheckWorkingTree;\n",
"new_path": "commands/__mocks__/@lerna/check-working-tree.js",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# `@l... | JavaScript | MIT License | lerna/lerna | feat: Create `@lerna/check-working-tree` | 1 | feat | null |
821,196 | 16.08.2018 18:33:34 | 25,200 | 408705b01ce7a889f18c02d53212df770e057974 | fix: regenerate readme when adding command | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,10 @@ class CommandGenerator extends Generator {\n}\n// this.fs.writeJSON(this.destinationPath('./package.json'), this.pjson)\n}\n+\n+ end() {\n+ this.spawnCommandSync(path.join('.', 'node_modules/.bin/oclif-dev'), ['readme'])\n+ }\n}\nexport = CommandGenerat... | TypeScript | MIT License | oclif/oclif | fix: regenerate readme when adding command | 1 | fix | null |
821,196 | 16.08.2018 18:49:09 | 25,200 | edd7fd8884c6610ef0b95edf2c6d0e274725d8f6 | fix: updated oclif | [
{
"change_type": "MODIFY",
"diff": "\"bin\": \"./bin/run\",\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/command\": \"^1.4.36\",\n- \"@oclif/config\": \"^1.6.33\",\n+ \"@oclif/command\": \"^1.5.0\",\n+ \"@oclif/config\": \"^1.7.0\",\n\"@oclif/errors\": \"^1.1.2\",\n... | TypeScript | MIT License | oclif/oclif | fix: updated oclif | 1 | fix | null |
821,196 | 16.08.2018 18:51:00 | 25,200 | 9c58896a733467474917293ec996a21ff5e14c37 | feat: typescript 3 and ts-node 7 | [
{
"change_type": "MODIFY",
"diff": "@@ -460,8 +460,8 @@ class App extends Generator {\n'@types/chai@^4',\n'@types/mocha@^5',\n'@types/node@^10',\n- 'typescript@^2.9',\n- 'ts-node@^6',\n+ 'typescript@^3.0',\n+ 'ts-node@^7',\n)\nif (this.tslint) {\ndevDependencies.push(\n",
"new_path": "src/generators/app... | TypeScript | MIT License | oclif/oclif | feat: typescript 3 and ts-node 7 | 1 | feat | null |
807,849 | 16.08.2018 18:54:47 | 25,200 | 082d876997638803d002ec59183f0ee482f2be5f | fix(collect-updates): Report no changes when on a release commit
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"file:utils/collect-updates\",\n\"requires\": {\n\"@lerna/child-process\": \"file:core/child-process\",\n+ \"@lerna/describe-ref\": \"file:utils/describe-ref\",\n\"minimatch\": \"^3.0.4\",\n\"npmlog\": \"^4.1.2\",\n\"slash\": \"^1.0.0\"\n",
"new_path": "... | JavaScript | MIT License | lerna/lerna | fix(collect-updates): Report no changes when on a release commit
Fixes #1548 | 1 | fix | collect-updates |
807,849 | 16.08.2018 19:01:15 | 25,200 | c72993b0df20e6be6488be3abc7e3cea001e4818 | refactor(publish): Use utils/describe-ref for canary versioning | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ const pReduce = require(\"p-reduce\");\nconst semver = require(\"semver\");\nconst Command = require(\"@lerna/command\");\n-const childProcess = require(\"@lerna/child-process\");\n+const describeRef = require(\"@lerna/describe-ref\");\nconst PromptUtiliti... | JavaScript | MIT License | lerna/lerna | refactor(publish): Use utils/describe-ref for canary versioning | 1 | refactor | publish |
807,849 | 16.08.2018 19:02:51 | 25,200 | 5da0e42e70dd700d8eaf515e827498cb506b0111 | fix(publish): Throw errors if --canary attempted on unclean tree or tagged release | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ const semver = require(\"semver\");\nconst Command = require(\"@lerna/command\");\nconst describeRef = require(\"@lerna/describe-ref\");\n+const checkWorkingTree = require(\"@lerna/check-working-tree\");\nconst PromptUtilities = require(\"@lerna/prompt\");... | JavaScript | MIT License | lerna/lerna | fix(publish): Throw errors if --canary attempted on unclean tree or tagged release | 1 | fix | publish |
807,849 | 16.08.2018 19:03:50 | 25,200 | 1f96aa1fef7533e5f982efeddaefbd6dcbcfa1ab | refactor(version): Extract breaking change management into chained instance method | [
{
"change_type": "MODIFY",
"diff": "@@ -138,35 +138,13 @@ class VersionCommand extends Command {\nthis.runPackageLifecycle = createRunner(this.options);\n- return pWaterfall([\n+ const tasks = [\n() => this.getVersionsForUpdates(),\n- versions => {\n- if (this.project.isIndependent() || versions.size === th... | JavaScript | MIT License | lerna/lerna | refactor(version): Extract breaking change management into chained instance method | 1 | refactor | version |
807,849 | 16.08.2018 19:05:16 | 25,200 | d8ee1cf180c331afa439dceefad71b5d0afaeef1 | fix(version): Throw errors if tree is unclean or duplicating tagged release | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ const semver = require(\"semver\");\nconst Command = require(\"@lerna/command\");\nconst ConventionalCommitUtilities = require(\"@lerna/conventional-commits\");\n+const checkWorkingTree = require(\"@lerna/check-working-tree\");\nconst PromptUtilities = r... | JavaScript | MIT License | lerna/lerna | fix(version): Throw errors if tree is unclean or duplicating tagged release | 1 | fix | version |
807,849 | 16.08.2018 19:23:27 | 25,200 | 67494e714644a4f3e59824479ee8d7e55baf7d4b | fix(command): Log lerna CLI version with less ambiguity
It was previously hard to distinguish from the fixed version, or misleading when versioning independently. | [
{
"change_type": "MODIFY",
"diff": "@@ -39,8 +39,8 @@ describe(\"PublishCommand\", () => {\nawait lernaPublish(cwd)();\n- const [logMessage] = loggingOutput(\"success\");\n- expect(logMessage).toBe(\"No changed packages to publish\");\n+ const logMessages = loggingOutput(\"success\");\n+ expect(logMessages)... | JavaScript | MIT License | lerna/lerna | fix(command): Log lerna CLI version with less ambiguity
It was previously hard to distinguish from the fixed version, or misleading when versioning independently. | 1 | fix | command |
821,196 | 16.08.2018 19:53:53 | 25,200 | e2adf70f3a0a58aa79aa30a9eddf9ceb5c3aa15f | fix: updated oclif and dev-cli | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@oclif/command\": \"^1.5.0\",\n\"@oclif/config\": \"^1.7.0\",\n- \"@oclif/errors\": \"^1.1.2\",\n- \"@oclif/plugin-help\": \"^2.0.5\",\n- \"@oclif/plugin-not-found\": \"^1.1.4\",\n- \"@oclif/plugin-warn-if-update-available\": \"^1.3.9\",\n+ \"@oclif... | TypeScript | MIT License | oclif/oclif | fix: updated oclif and dev-cli | 1 | fix | null |
821,219 | 17.08.2018 01:56:03 | -3,600 | 30c6aff059d6056679214bb3a322c23896d1936c | feat: make codecov optional | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ class App extends Generator {\ndefaults?: boolean\nmocha: boolean\ncircleci: boolean\n+ codecov: boolean\n'semantic-release': boolean\ntypescript: boolean\ntslint: boolean\n@@ -65,6 +66,7 @@ class App extends Generator {\noptions: {\nmocha: boolean\ncirc... | TypeScript | MIT License | oclif/oclif | feat: make codecov optional (#139) | 1 | feat | null |
821,219 | 17.08.2018 01:58:22 | -3,600 | 74d17c1d20350f740a534f0ca6b4303927450171 | feat: make appveyor optional | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ class App extends Generator {\ndefaults?: boolean\nmocha: boolean\ncircleci: boolean\n+ appveyor: boolean\ncodecov: boolean\n'semantic-release': boolean\ntypescript: boolean\n@@ -66,6 +67,7 @@ class App extends Generator {\noptions: {\nmocha: boolean\nci... | TypeScript | MIT License | oclif/oclif | feat: make appveyor optional (#138) | 1 | feat | null |
791,834 | 17.08.2018 10:47:16 | 25,200 | 52826e5536517453c154e8870ce2868f9222a991 | cli: enableErrorReporting must be undefined by default | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,9 @@ if (cliFlags.extraHeaders) {\nfunction run() {\nreturn Promise.resolve()\n.then(_ => {\n+ // By default, cliFlags.enableErrorReporting is undefined so the user is\n+ // prompted. This can be overriden with an explicit flag or by the cached\n+ // answer r... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: enableErrorReporting must be undefined by default (#5854) | 1 | cli | null |
791,834 | 17.08.2018 10:47:51 | 25,200 | dee74113eaa5d12767573a9c134934d80cf4a391 | core(tsc): NetworkRequest.RESOURCE_TYPES type fix | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,7 @@ class CacheHeaders extends Audit {\nstatic isCacheableAsset(record) {\nconst CACHEABLE_STATUS_CODES = new Set([200, 203, 206]);\n+ /** @type {Set<LH.Crdp.Page.ResourceType>} */\nconst STATIC_RESOURCE_TYPES = new Set([\nNetworkRequest.TYPES.Font,\nNetwo... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): NetworkRequest.RESOURCE_TYPES type fix (#5851) | 1 | core | tsc |
76,605 | 17.08.2018 11:50:15 | -7,200 | c28cdedc837328b794a266390361676a3f50a8d7 | feat: Templating for answers
The answers can now be templated with handlebars
The dialogId is added to the context so can be used to take a decission in the NLG | [
{
"change_type": "MODIFY",
"diff": "*/\nconst fs = require('fs');\n+const Handlebars = require('handlebars');\nconst { Language } = require('../language');\nconst NerManager = require('./ner-manager');\nconst NamedEntity = require('./named-entity');\n@@ -366,7 +367,8 @@ class NlpManager {\nresult.sentiment ... | JavaScript | MIT License | axa-group/nlp.js | feat: Templating for answers
- The answers can now be templated with handlebars
- The dialogId is added to the context so can be used to take a decission in the NLG | 1 | feat | null |
807,849 | 17.08.2018 12:09:29 | 25,200 | f98190a05ca6adcd9204b4e6e90132b423d25b97 | test(integration): inline snapshots with serializer that doesn't recurse infinitely | [
{
"change_type": "DELETE",
"diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`lerna exec --ignore <pkg> exec-test -- -1 1`] = `\n---> in \"package-2\" with extra args \"-1\"\n-file-2.js\n-package.json\n-`;\n-\n-exports[`lerna exec echo $LERNA_PACKAGE_NAME 1`] = `\n-package-1\n-package-2\n-`;... | JavaScript | MIT License | lerna/lerna | test(integration): inline snapshots with serializer that doesn't recurse infinitely | 1 | test | integration |
807,849 | 17.08.2018 13:13:35 | 25,200 | 0449a8ea6799f82a5312f6ceee85f8d8abfa4595 | refactor(check-working-tree): Move validators into named exports for partial validation | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\nconst mockCheckWorkingTree = jest.fn(() => Promise.resolve());\n+const mockThrowIfReleased = jest.fn(() => Promise.resolve());\n+const mockThrowIfUncommitted = jest.fn(() => Promise.resolve());\nmodule.exports = mockCheckWorkingTree;\n+module.exports.thro... | JavaScript | MIT License | lerna/lerna | refactor(check-working-tree): Move validators into named exports for partial validation | 1 | refactor | check-working-tree |
807,849 | 17.08.2018 14:02:52 | 25,200 | f5e83321762954a0eb3b3763c7f884501d6c2ecf | refactor(describe-ref): Coerce boolean isDirty | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ describe(\"check-working-tree\", () => {\n});\nit(\"rejects when working tree has uncommitted changes\", async () => {\n- describeRef.mockResolvedValueOnce({ isDirty: \"-dirty\" });\n+ describeRef.mockResolvedValueOnce({ isDirty: true });\ntry {\nawait c... | JavaScript | MIT License | lerna/lerna | refactor(describe-ref): Coerce boolean isDirty | 1 | refactor | describe-ref |
807,849 | 17.08.2018 14:04:31 | 25,200 | 3488385caf6a8f68445b49372a4ea73fb95b6335 | chore(describe-ref): Add logging | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/describe-ref\": {\n\"version\": \"file:utils/describe-ref\",\n\"requires\": {\n- \"@lerna/child-process\": \"file:core/child-process\"\n+ \"@lerna/child-process\": \"file:core/child-process\",\n+ \"npmlog\": \"^4.1.2\"\n}\n},\n\"@lerna/diff\": {\n",
"new_path... | JavaScript | MIT License | lerna/lerna | chore(describe-ref): Add logging | 1 | chore | describe-ref |
807,849 | 17.08.2018 14:10:12 | 25,200 | 86ba7a03fe8aa86733d4dd1de8136ee918fe698b | refactor(describe-ref): lastTag -> lastTagName | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ function collectUpdates(filteredPackages, packageGraph, execOpts, commandOptions\nif (hasTags(execOpts)) {\n// describe the last annotated tag in the current branch\n- const { sha, refCount, lastTag } = describeRef.sync(execOpts);\n+ const { sha, refCoun... | JavaScript | MIT License | lerna/lerna | refactor(describe-ref): lastTag -> lastTagName | 1 | refactor | describe-ref |
791,834 | 17.08.2018 14:35:54 | 25,200 | d1031575f3f79d7bedbe0f8d5e45a51e16189853 | extension: access core through module instead of Runner | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,8 @@ const log = require('lighthouse-logger');\nconst ChromeProtocol = require('./gather/connections/cri.js');\nconst Config = require('./config/config');\n+/** @typedef {import('./gather/connections/connection.js')} Connection */\n+\n/*\n* The relationship b... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension: access core through module instead of Runner (#5855) | 1 | extension | null |
807,849 | 17.08.2018 15:02:57 | 25,200 | 3c534eb664dd2a6e34e75966559c1826ffd05f39 | fix(add): Compose bootstrap to avoid extra logs | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,10 @@ describe(\"AddCommand\", () => {\nexpect(bootstrap).lastCalledWith(\nexpect.objectContaining({\n+ args: [],\n+ cwd: testDir,\nscope: [\"@test/package-2\", \"package-3\", \"package-4\"],\n+ composed: \"add\",\n})\n);\n});\n",
"new_path": "commands/... | JavaScript | MIT License | lerna/lerna | fix(add): Compose bootstrap to avoid extra logs | 1 | fix | add |
815,745 | 17.08.2018 15:45:47 | -10,800 | 22e02980b9b8043deaae28ff9005f8656b1247a8 | feat: addTag custom template
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,10 @@ import { Component, ChangeDetectionStrategy } from '@angular/core';\nbindLabel=\"name\"\n[loading]=\"loading\"\n[(ngModel)]=\"selectedCompanyCustomPromise\">\n+\n+ <ng-template ng-tag-tmp let-search=\"searchTerm\">\n+ <b>create new</b>: {{search}}\n+ </... | TypeScript | MIT License | ng-select/ng-select | feat: addTag custom template
closes #421 | 1 | feat | null |
815,745 | 17.08.2018 16:01:10 | -10,800 | 7a9105571bef4fb3cb15efa7446f52326c2e46f3 | chore(release): 2.5.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.5.0\"></a>\n+# [2.5.0](https://github.com/ng-select/ng-select/compare/v2.4.3...v2.5... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.5.0 | 1 | chore | release |
821,196 | 17.08.2018 16:13:04 | 25,200 | 1e99237e6ce70e815b018ccb987aaa8f02b5e074 | fix: use greenkeeper-lockfile@2 | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ if [[ ! -z \"$GIT_EMAIL\" ]] & [[ ! -z \"$GIT_USERNAME\" ]]; then\nfi\nif [[ ! -x \"$(command -v greenkeeper-lockfile-update)\" ]]; then\n- yarn global add greenkeeper-lockfile@1\n+ yarn global add greenkeeper-lockfile@2\nfi\ngreenkeeper-lockfile-update\... | TypeScript | MIT License | oclif/oclif | fix: use greenkeeper-lockfile@2 | 1 | fix | null |
807,849 | 17.08.2018 16:22:49 | 25,200 | a0fbf4646deaff8ea0ca4318da3def67308b0ad7 | fix(add): Use `pacote` to resolve third-party registry authentication woes
`package-json` did not play well with third-party registries due to authentication issues.
`pacote.manifest()` combined with `@lerna/npm-conf` uses the actual machinery behind the npm CLI, and should be more robust.
Fixes
Fixes | [
{
"change_type": "MODIFY",
"diff": "const dedent = require(\"dedent\");\nconst npa = require(\"npm-package-arg\");\n-const packageJson = require(\"package-json\");\nconst pMap = require(\"p-map\");\nconst path = require(\"path\");\n+const pacote = require(\"pacote\");\nconst semver = require(\"semver\");\nc... | JavaScript | MIT License | lerna/lerna | fix(add): Use `pacote` to resolve third-party registry authentication woes
`package-json` did not play well with third-party registries due to authentication issues.
`pacote.manifest()` combined with `@lerna/npm-conf` uses the actual machinery behind the npm CLI, and should be more robust.
Fixes #1572
Fixes #1539 | 1 | fix | add |
730,429 | 17.08.2018 16:49:38 | 14,400 | 80b26d7faf1d09f35335e4860f2e192d80e8a19a | feat(r-m-activity): add smart newline handling | [
{
"change_type": "DELETE",
"diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`redux-module-activity: helpers #createMessageObject should convert markdown properly 1`] = `\"<a href=\\\\\"http://mylink.site\\\\\">url</a> Check this <strong>out</strong>!\"`;\n-\n-exports[`redux-module-activity:... | JavaScript | MIT License | webex/react-widgets | feat(r-m-activity): add smart newline handling | 1 | feat | r-m-activity |
730,429 | 17.08.2018 16:50:17 | 14,400 | c39a56df4b3c20b6a7f8d30bf259b1259c4a44a9 | feat(activity-list): remove new line stripping | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,7 @@ export function filterActivity(activityObject) {\nh4: [],\nh5: [],\nh6: []\n- }, [], outputActivity.content)\n- .replace(/\\n/g, '');\n+ }, [], outputActivity.content);\n}\nreturn outputActivity;\n}\n",
"new_path": "packages/node_modules/@ciscospark/... | JavaScript | MIT License | webex/react-widgets | feat(activity-list): remove new line stripping | 1 | feat | activity-list |
807,849 | 17.08.2018 16:50:25 | 25,200 | 2760306a68183fcaffa4a0e4d786ce4e46956f62 | chore(release): publish v3.1.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+<a name=\"3.1.1\"></a>\n+## [3.1.1](https://github.com/lerna/lerna/compare/v3.1.0...v3.1.1) (2018-08-17)\n+\n+\n+### ... | JavaScript | MIT License | lerna/lerna | chore(release): publish v3.1.1 | 1 | chore | release |
76,605 | 17.08.2018 16:59:39 | -7,200 | 3666c2db891de84be809ef65b5ff690e7ca3968a | bug: When the NLP process is called with an unknown locale, it must also guess the locale
Version 1.2.3 | [
{
"change_type": "MODIFY",
"diff": "@@ -307,6 +307,10 @@ class NlpManager {\nlocale = this.guessLanguage(utterance);\nlanguageGuessed = true;\n}\n+ if (!this.languages.includes(NlpUtil.getTruncatedLocale(locale))) {\n+ locale = this.guessLanguage(utterance);\n+ languageGuessed = true;\n+ }\nconst truncated ... | JavaScript | MIT License | axa-group/nlp.js | bug: When the NLP process is called with an unknown locale, it must also guess the locale
Version 1.2.3 | 1 | bug | null |
724,191 | 17.08.2018 23:22:37 | -28,800 | 236ab92e2fa74a3390194ada1e60a15ae484aee4 | docs: add an example about using 'provide' option. | [
{
"change_type": "MODIFY",
"diff": "@@ -262,6 +262,25 @@ expect(wrapper.vm.$parent.name).toBe('foo')\nPass properties for components to use in injection. See [provide/inject](https://vuejs.org/v2/api/#provide-inject).\n+Example:\n+\n+```js\n+const Component = {\n+ inject: ['foo'],\n+ template: '<div>{{this.... | JavaScript | MIT License | vuejs/vue-test-utils | docs: add an example about using 'provide' option. (#928) | 1 | docs | null |
76,605 | 19.08.2018 23:15:51 | -7,200 | 1df8e3091cee0657308173350333520f95bfb27a | refactor: Reestructure the code so Named Entity Recognition has its own folder. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,13 +26,12 @@ const { Language } = require('./language');\nconst { Mathops, Vector, Matrix } = require('./math');\nconst { NlgManager } = require('./nlg');\nconst {\n- NerManager,\nNlpClassifier,\nNlpManager,\nNlpUtil,\n- NamedEntity,\nNlpExcelReader,\n} = require('... | JavaScript | MIT License | axa-group/nlp.js | refactor: Reestructure the code so Named Entity Recognition has its own folder. | 1 | refactor | null |
791,690 | 20.08.2018 10:18:33 | 25,200 | 8e18e75c2fef5c9c1a3ee7dc8d945aa0d8acc7b3 | core: enhanced noopener output | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ module.exports = [\n},\n'external-anchors-use-rel-noopener': {\nscore: 0,\n- warnings: [/Unable to determine/],\n+ warnings: [/Unable to determine.*<a target=\"_blank\">/],\ndetails: {\nitems: {\nlength: 3,\n",
"new_path": "lighthouse-cli/test/smokeh... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: enhanced noopener output (#5857) | 1 | core | null |
730,424 | 20.08.2018 10:35:34 | 14,400 | 87228fd870559e92c73d52dbe401177b491c72fb | feat(widget-meet): enable pstn calling | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,8 @@ const injectedPropTypes = {\nexport const ownPropTypes = {\ncall: PropTypes.object,\ndestination: PropTypes.shape({\n- // Email or Hydra ID\nid: PropTypes.string.isRequired,\n- type: PropTypes.oneOf(['email', 'spaceId', 'userId', 'sip'])\n+ type: PropTyp... | JavaScript | MIT License | webex/react-widgets | feat(widget-meet): enable pstn calling | 1 | feat | widget-meet |
730,424 | 20.08.2018 10:36:04 | 14,400 | f30e40c43552d65abb26939c6fd5bfeb71576814 | feat(widget-space): enable pstn calling | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,12 @@ export function getSpaceDetails({\n}) {\nreturn (dispatch) => {\n// We cannot fetch space details for 1:1's here, it will be handled in conversation store\n- if ([destinationTypes.EMAIL, destinationTypes.USERID, destinationTypes.SIP].includes(destinat... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): enable pstn calling | 1 | feat | widget-space |
791,834 | 20.08.2018 10:42:33 | 25,200 | 9d3285c5392afac1843c82e08ebfb8bc311d59eb | core(tsc): type check config files | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,8 @@ const UIStrings = {\nconst str_ = i18n.createMessageInstanceIdFn(__filename, UIStrings);\n-module.exports = {\n+/** @type {LH.Config.Json} */\n+const defaultConfig = {\nsettings: constants.defaultSettings,\npasses: [{\npassName: 'defaultPass',\n@@ -445,3... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): type check config files (#5858) | 1 | core | tsc |
807,849 | 20.08.2018 11:03:01 | 25,200 | e61aa671dbfe5fdedb204819796ac90459bccf03 | fix(publish): Allow composed version command to decide when to verify working tree | [
{
"change_type": "MODIFY",
"diff": "@@ -146,8 +146,6 @@ class PublishCommand extends Command {\nfindVersionedUpdates() {\nlet chain = Promise.resolve();\n- chain = chain.then(() => this.verifyWorkingTreeClean());\n-\nif (this.options.bump === \"from-git\") {\nchain = chain.then(() => this.detectFromGit());\... | JavaScript | MIT License | lerna/lerna | fix(publish): Allow composed version command to decide when to verify working tree | 1 | fix | publish |
791,834 | 20.08.2018 11:53:25 | 25,200 | 020333031f66684c4c153d080fc42b29c384f732 | core(tsc): add explicit index signature in mainthread-work-breakdown | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,8 @@ const UIStrings = {\nconst str_ = i18n.createMessageInstanceIdFn(__filename, UIStrings);\n+/** @typedef {import('../lib/task-groups.js').TaskGroupIds} TaskGroupIds */\n+\nclass MainThreadWorkBreakdown extends Audit {\n/**\n* @return {LH.Audit.Meta}\n@@ -... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): add explicit index signature in mainthread-work-breakdown (#5859) | 1 | core | tsc |
135,552 | 20.08.2018 12:35:42 | -7,200 | 542f50ec2fd7bc66a3ec84d1b959549484016e9c | feat: add max line length to body/footer | [
{
"change_type": "MODIFY",
"diff": "import ensureCase from './case';\nimport ensureEnum from './enum';\nimport maxLength from './max-length';\n+import maxLineLength from './max-line-length';\nimport minLength from './min-length';\nimport notEmpty from './not-empty';\nexport {ensureCase as case};\nexport {en... | TypeScript | MIT License | conventional-changelog/commitlint | feat: add max line length to body/footer | 1 | feat | null |
807,853 | 20.08.2018 12:48:18 | 18,000 | 9f26d08bd2b7004c1e42d6c0a3eef8d4628e4058 | docs: Update links to commands in FAQ [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -22,8 +22,8 @@ into your Lerna repository; this command will preserve the commit history.\n[`lerna import <package>`][import] takes a local path rather than a URL. In this\ncase you will need to have the repo you wish to link to on your file system.\n-[bootstrap]: http... | JavaScript | MIT License | lerna/lerna | docs: Update links to commands in FAQ (#1579) [skip ci] | 1 | docs | null |
807,849 | 20.08.2018 13:50:29 | 25,200 | e863c28e324333394c78777fcd87c9bbc7d801a8 | fix(filter-options): Move filterPackages logic into named export | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+// we're actually testing integration with git\n+jest.unmock(\"@lerna/collect-updates\");\n+\n+const path = require(\"path\");\n+const execa = require(\"execa\");\n+const touch = require(\"touch\");\n+const yargs = require(\"yargs/yargs\");\n+\n+const i... | JavaScript | MIT License | lerna/lerna | fix(filter-options): Move filterPackages logic into named export | 1 | fix | filter-options |
807,849 | 20.08.2018 13:57:00 | 25,200 | 32357f855e0b37e23b0ecac7daf5f119dcecc5ef | fix: Setup instance.filteredPackages explicitly | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ const Command = require(\"@lerna/command\");\nconst npmConf = require(\"@lerna/npm-conf\");\nconst bootstrap = require(\"@lerna/bootstrap\");\nconst ValidationError = require(\"@lerna/validation-error\");\n+const { getFilteredPackages } = require(\"@lern... | JavaScript | MIT License | lerna/lerna | fix: Setup instance.filteredPackages explicitly | 1 | fix | null |
807,849 | 20.08.2018 14:00:34 | 25,200 | 2e2abdc2701ffb6e1aef3a75cfb3c27d2f114cb3 | fix: Use packageGraph.rawPackageList instead of misleading instance.filteredPackages
Also fixes mismatched filteredPackages.size (it's not a Set) in major version validation. | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,12 @@ class ChangedCommand extends Command {\n}\ninitialize() {\n- const updates = collectUpdates(this.filteredPackages, this.packageGraph, this.execOpts, this.options);\n+ const updates = collectUpdates(\n+ this.packageGraph.rawPackageList,\n+ this.packageGr... | JavaScript | MIT License | lerna/lerna | fix: Use packageGraph.rawPackageList instead of misleading instance.filteredPackages
Also fixes mismatched filteredPackages.size (it's not a Set) in major version validation. | 1 | fix | null |
807,849 | 20.08.2018 14:38:26 | 25,200 | e0a361f78eea8e800416c1cc1881b5b8083c9110 | fix(command): Remove redundant filteredPackages calculation | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-// we're actually testing integration with git\n-jest.unmock(\"@lerna/collect-updates\");\n-\nconst fs = require(\"fs-extra\");\n-const execa = require(\"execa\");\nconst log = require(\"npmlog\");\nconst path = require(\"path\");\nconst tempy = require(... | JavaScript | MIT License | lerna/lerna | fix(command): Remove redundant filteredPackages calculation | 1 | fix | command |
807,849 | 20.08.2018 14:40:10 | 25,200 | 387df2bb74b6b41cb92a4520e6437ce7a8588844 | fix(package-graph): Throw errors when package names are not unique | [
{
"change_type": "MODIFY",
"diff": "const npa = require(\"npm-package-arg\");\nconst semver = require(\"semver\");\n+const ValidationError = require(\"@lerna/validation-error\");\n/**\n* Represents a node in a PackageGraph.\n@@ -66,6 +67,28 @@ class PackageGraph extends Map {\nconstructor(packages, graphTyp... | JavaScript | MIT License | lerna/lerna | fix(package-graph): Throw errors when package names are not unique | 1 | fix | package-graph |
807,849 | 20.08.2018 14:40:40 | 25,200 | c2405a1d30e053684654dc3a7e2669caca846fd1 | fix(bootstrap): Remove redundant duplicate name check | [
{
"change_type": "MODIFY",
"diff": "@@ -87,8 +87,6 @@ class BootstrapCommand extends Command {\nthis.filteredPackages = filteredPackages;\n});\n- chain = chain.then(() => this.validatePackageNames());\n-\nchain = chain.then(() => {\nthis.batchedPackages = this.toposort\n? batchPackages(this.filteredPackages... | JavaScript | MIT License | lerna/lerna | fix(bootstrap): Remove redundant duplicate name check | 1 | fix | bootstrap |
791,834 | 20.08.2018 17:42:45 | 25,200 | 5043a08402db6a42384a44691d54eb4bed6bdd80 | report(psi): reset template styles on every call of prepareLabData | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,9 @@ function prepareLabData(LHResultJsonString, document) {\nconst lhResult = /** @type {LH.Result} */ JSON.parse(LHResultJsonString);\nconst dom = new DOM(document);\n+ // Assume fresh styles needed on every call, so mark all template styles as unused.\n+ d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(psi): reset template styles on every call of prepareLabData (#5877) | 1 | report | psi |
807,849 | 21.08.2018 08:49:22 | 25,200 | ad649bf965a6452d5f4aad8026f4ed62a548cada | fix(add): Avoid passing bad scope to pacote
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -205,7 +205,7 @@ describe(\"AddCommand\", () => {\nit(\"should only bootstrap scoped packages\", async () => {\nconst testDir = await initFixture(\"basic\");\n- await lernaAdd(testDir)(\"@test/package-1\", \"--scope\", \"@test/package-2\", \"--scope\", \"package-3\");\... | JavaScript | MIT License | lerna/lerna | fix(add): Avoid passing bad scope to pacote
Fixes #1592 | 1 | fix | add |
807,849 | 21.08.2018 09:50:25 | 25,200 | 6d8e405e87126236dc3d6c3eeb14dd538f6900af | fix(global-options): Move env defaults to command superclass
`--ci`, `--progress`, and `--loglevel` are now fully-configurable from `lerna.json`, instead of silently ignored.
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -199,6 +199,28 @@ describe(\"BootstrapCommand\", () => {\nmutex: undefined,\n});\n});\n+\n+ it(\"respects config file { ci: false }\", async () => {\n+ const testDir = await initFixture(\"ci\");\n+\n+ await updateLernaConfig(testDir, {\n+ command: {\n+ bootstrap: {\n+ ... | JavaScript | MIT License | lerna/lerna | fix(global-options): Move env defaults to command superclass
`--ci`, `--progress`, and `--loglevel` are now fully-configurable from `lerna.json`, instead of silently ignored.
refs #1449 | 1 | fix | global-options |
791,723 | 21.08.2018 09:58:19 | 25,200 | 65be62ac404c2841d213445fcc8237511a0a383d | core(i18n): add 'ln' locale which maps to 'fr' | [
{
"change_type": "MODIFY",
"diff": "*/\n'use strict';\n+/** @fileoverview\n+ * Define message file to be used for a given locale. A few aliases are defined below.\n+ *\n+ * Google locale inheritance rules: https://goto.google.com/ccssm\n+ * CLDR language aliases: https://www.unicode.org/cldr/charts/latest/s... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(i18n): add 'ln' locale which maps to 'fr' (#5879) | 1 | core | i18n |
791,834 | 21.08.2018 10:00:18 | 25,200 | 6a0d22ebe620dae1758910196c62c8f7e42310ef | core(tsc): remove more reliance on implicit index signatures | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,7 @@ function run() {\n}\n})\n.then(_ => {\n+ // @ts-ignore TODO(bckenny): Sentry type checking\nSentry.init({\nurl,\nflags: cliFlags,\n",
"new_path": "lighthouse-cli/bin.js",
"old_path": "lighthouse-cli/bin.js"
},
{
"change_type": "MODIFY",... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): remove more reliance on implicit index signatures (#5874) | 1 | core | tsc |
807,849 | 21.08.2018 10:08:18 | 25,200 | 9ad60975a3409e240191fe7f4f6e90decc02f518 | chore(command): tweak coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,7 @@ class Command {\n// proxy \"Promise\" methods to \"private\" instance\nthis.then = (onResolved, onRejected) => runner.then(onResolved, onRejected);\n+ /* istanbul ignore next */\nthis.catch = onRejected => runner.catch(onRejected);\n}\n@@ -111,6 +112,7 @... | JavaScript | MIT License | lerna/lerna | chore(command): tweak coverage | 1 | chore | command |
807,849 | 21.08.2018 11:04:37 | 25,200 | 26d1b72e7df5640f7400804bde4c16566d3d628f | fix(symlink-binary): Avoid instanceof across nested module boundaries
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -8,8 +8,11 @@ const semver = require(\"semver\");\nconst Package = require(\"@lerna/package\");\n-const toPackage = ref =>\n- ref instanceof Package ? ref : new Package(readPkg.sync(ref, { normalize: false }), ref);\n+const toPackage = pkgRef =>\n+ // don't use instanc... | JavaScript | MIT License | lerna/lerna | fix(symlink-binary): Avoid instanceof across nested module boundaries
Fixes #1525 | 1 | fix | symlink-binary |
807,849 | 21.08.2018 11:14:14 | 25,200 | 37ef5f2ebd4fd207ee74a4fe8838323acb882435 | chore(release): publish v3.1.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+<a name=\"3.1.4\"></a>\n+## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)\n+\n+\n+### ... | JavaScript | MIT License | lerna/lerna | chore(release): publish v3.1.4 | 1 | chore | release |
791,690 | 21.08.2018 15:25:40 | 25,200 | bac76ec404a6104764b1e7907981b95868961ef5 | core(tracing-processor): throw on no top level events | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst ComputedArtifact = require('../computed-artifact');\n+const TracingProcessor = require('../../../lib/traces/tracing-processor');\n/**\n* @fileOverview Encapsulates logic for choosing the correct metric computation method based on the\n@@ -58,6 +59,8 @... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tracing-processor): throw on no top level events (#5878) | 1 | core | tracing-processor |
791,834 | 21.08.2018 16:06:53 | 25,200 | 79a9a5f7381fcb1fd5017d8e1426f414e28456a3 | core: fix defaultConfig UIStrings and exit code for test | [
{
"change_type": "MODIFY",
"diff": "@@ -441,10 +441,10 @@ const defaultConfig = {\n},\n};\n+module.exports = defaultConfig;\n+\n// Use `defineProperty` so that the strings are accesible from original but ignored when we copy it\nObject.defineProperty(module.exports, 'UIStrings', {\nenumerable: false,\nget: ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: fix defaultConfig UIStrings and exit code for test (#5884) | 1 | core | null |
807,849 | 21.08.2018 17:14:04 | 25,200 | 7200fd010a67cdea6b541117e68a0a3c6694e720 | feat(cli): Configure commands in root package, all other bits in cli package
This moves a step closer to the ideal of enabling third-party commands in the git manner.
Refs | [
{
"change_type": "MODIFY",
"diff": "@@ -5,27 +5,11 @@ const log = require(\"npmlog\");\nconst yargs = require(\"yargs/yargs\");\nconst globalOptions = require(\"@lerna/global-options\");\n-const addCmd = require(\"@lerna/add/command\");\n-const bootstrapCmd = require(\"@lerna/bootstrap/command\");\n-const c... | JavaScript | MIT License | lerna/lerna | feat(cli): Configure commands in root package, all other bits in cli package
This moves a step closer to the ideal of enabling third-party commands in the git manner.
Refs #1584 | 1 | feat | cli |
791,690 | 21.08.2018 17:48:06 | 25,200 | 673eedf374712f3a4902a6b167af34dd111b6c11 | core: remove last debugString references | [
{
"change_type": "MODIFY",
"diff": "@@ -104,14 +104,13 @@ class WebappInstallBanner extends MultiCheckAudit {\nif (!hasOfflineStartUrl) {\nfailures.push('Service worker does not successfully serve the manifest\\'s start_url');\n- // TODO(phulce): align gatherer `debugString` with `explanation`\n- if (artifa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: remove last debugString references (#5856) | 1 | core | null |
821,196 | 21.08.2018 18:06:04 | 25,200 | deea5254cbdeae23eb0a6d736f1f8797ec04efb6 | fix: updated yeoman and update warning | [
{
"change_type": "MODIFY",
"diff": "\"@oclif/errors\": \"^1.2.0\",\n\"@oclif/plugin-help\": \"^2.1.0\",\n\"@oclif/plugin-not-found\": \"^1.2.0\",\n- \"@oclif/plugin-warn-if-update-available\": \"^1.4.0\",\n+ \"@oclif/plugin-warn-if-update-available\": \"^1.5.1\",\n\"debug\": \"^3.1.0\",\n\"fixpack\": \"^2.3... | TypeScript | MIT License | oclif/oclif | fix: updated yeoman and update warning | 1 | fix | null |
791,690 | 21.08.2018 22:25:12 | 25,200 | a513c51c5706867510eac9ed2041bb7701720e77 | core(lr): add LR presets for desktop and mobile | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license Copyright 2018 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lr): add LR presets for desktop and mobile (#5886) | 1 | core | lr |
791,676 | 22.08.2018 01:23:07 | -7,200 | 1bd8b5e075dee1a4450dedf4998323ce354b32f3 | extension(popup): keep feedback class | [
{
"change_type": "MODIFY",
"diff": "@@ -154,11 +154,14 @@ async function onGenerateReportButtonClick(background, settings) {\n}\nisRunning = true;\n+ // resetting status message\n+ const statusMsg = find('.status__msg');\n+ statusMsg.textContent = 'Starting...';\n+\nshowRunningSubpage();\nconst feedbackEl =... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension(popup): keep feedback class (#5872) | 1 | extension | popup |
730,413 | 22.08.2018 14:21:03 | 14,400 | 98d66aaacaac032effbec677a3d63fe62a48cfc8 | fix(widget-space): cannot place call with direct room id | [
{
"change_type": "MODIFY",
"diff": "}\n.avatarLetter {\n- font-size: 14px;\nfont-weight: 300;\nline-height: 185%; /* Not 200 because CiscoSans font */\ncolor: #fff;\n",
"new_path": "packages/node_modules/@ciscospark/react-component-avatar/src/styles.css",
"old_path": "packages/node_modules/@ciscospa... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): cannot place call with direct room id | 1 | fix | widget-space |
791,834 | 22.08.2018 16:09:21 | 25,200 | 846bb1ceb34e18c79f47287c0b3110acb6386823 | core(tsc): don't use index signature in LHErrors | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,8 @@ const strings = require('./strings');\nclass LighthouseError extends Error {\n/**\n- * @param {!LighthouseErrorDefinition} errorDefinition\n- * @param {!Object=} properties\n+ * @param {LighthouseErrorDefinition} errorDefinition\n+ * @param {Record<strin... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): don't use index signature in LHErrors (#5896) | 1 | core | tsc |
791,834 | 22.08.2018 16:38:15 | 25,200 | 23eca9d864d85538bd2b7eadab0649b9d3d4b44c | core(tsc): don't use index signature in simulator.js | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ class LoadSimulatorArtifact extends ComputedArtifact {\nconst {throttlingMethod, throttling} = data.settings;\nconst networkAnalysis = await artifacts.requestNetworkAnalysis(data.devtoolsLog);\n+ /** @type {LH.Gatherer.Simulation.Options} */\nconst optio... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): don't use index signature in simulator.js (#5897) | 1 | core | tsc |
791,690 | 22.08.2018 17:00:01 | 25,200 | 1d825972aedd4b3be23133e528564ab690d5c7e2 | core(lhr): expose environment info | [
{
"change_type": "MODIFY",
"diff": "@@ -374,7 +374,9 @@ class GatherRunner {\nreturn {\nfetchTime: (new Date()).toJSON(),\nLighthouseRunWarnings: [],\n- UserAgent: await options.driver.getUserAgent(),\n+ HostUserAgent: await options.driver.getUserAgent(),\n+ NetworkUserAgent: '', // updated later\n+ Benchma... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lhr): expose environment info (#5871) | 1 | core | lhr |
730,412 | 22.08.2018 20:05:34 | 0 | 6fc35625d382f5e108bb34ca749e87dcec73c3af | chore(release): 0.1.343 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.343\"></a>\n+## [0.1.343](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.343 | 1 | chore | release |
730,414 | 22.08.2018 20:31:31 | 14,400 | c982bb57e192da676a3d8dd8f09a82ee096336d1 | fix(tap): update aria label to fix tap test | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ export const elements = {\nsaveTokenButton: 'button[aria-label=\"Save Token\"]',\nclearTokenButton: 'button[aria-label=\"Clear Token\"]',\ntoSpaceRadioButton: 'input[aria-label=\"To Space\"]',\n- toPersonRadioButton: 'input[aria-label=\"To Person\"]',\n+ t... | JavaScript | MIT License | webex/react-widgets | fix(tap): update aria label to fix tap test | 1 | fix | tap |
724,068 | 22.08.2018 21:55:26 | -7,200 | 22b909e87c985ec9be70d23f526db929fb181de9 | docs: Improve axios mock on async testing | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,7 @@ The implementation of the `axios` mock looks like this:\n``` js\nexport default {\n- get: () => new Promise(resolve => {\n- resolve({ data: 'value' })\n- })\n+ get: () => Promise.resolve({ data: 'value' })\n}\n```\n",
"new_path": "docs/guides/testing-a... | JavaScript | MIT License | vuejs/vue-test-utils | docs: Improve axios mock on async testing (#940) | 1 | docs | null |
679,913 | 22.08.2018 23:22:35 | -3,600 | 9d83255a6be245260da58fdcfcfd95e8fd00cb05 | perf(transducers): add IReducible, update reduce()
add IReducible interface for custom/optimized iteration
and source value provision for reduce()
add array-like check to reduce() and switch to version without
forcing array iterator (`for..of..`) | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,10 @@ export interface Reducer<A, B> extends Array<any> {\n[2]: ReductionFn<A, B>;\n};\n+export interface IReducible<A, B> {\n+ $reduce(rfn: ReductionFn<A, B>, acc: A): A | Reduced<A>;\n+}\n+\nexport type TransformFn = (x: any) => any;\nexport type TransformS... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(transducers): add IReducible, update reduce()
- add IReducible interface for custom/optimized iteration
and source value provision for reduce()
- add array-like check to reduce() and switch to version without
forcing array iterator (`for..of..`) | 1 | perf | transducers |
679,913 | 22.08.2018 23:24:06 | -3,600 | f14f7ce564a0a380f8a1fcfe0391967e814e8573 | feat(associative): add IReducible impls for SortedMap & SortedSet | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,8 @@ import { isArray } from \"@thi.ng/checks/is-array\";\nimport { compare } from \"@thi.ng/compare\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport { illegalArgs } from \"@thi.ng/errors/illegal-arguments\";\n+import { IReducible, ReductionFn } from \"@t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): add IReducible impls for SortedMap & SortedSet | 1 | feat | associative |
679,913 | 22.08.2018 23:27:42 | -3,600 | 1280cfd51daf9ed174d32f024f12d46febdd27e7 | feat(dcons): add IReducible impl, update deps & imports | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/checks\": \"^1.5.7\",\n\"@thi.ng/compare\": \"^0.1.6\",\n\"@thi.ng/equiv\": \"^0.1.7\",\n- \"@thi.ng/errors\": \"^0.1.6\"\n+ \"@thi.ng/errors\": \"^0.1.6\",\n+ \"@thi.ng/transducers\": \"^1.16.0\"\n},\n\"keywords\": [\n\"datastructure\",\n",
"new_path": "pac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dcons): add IReducible impl, update deps & imports | 1 | feat | dcons |
679,913 | 23.08.2018 00:04:15 | -3,600 | c716e4ac317cafd896ddab2ef59d958f4fc37f5b | add(transducers): add IReducible support for transduce() & run() | [
{
"change_type": "MODIFY",
"diff": "-import { Transducer } from \"./api\";\n+import { IReducible, Transducer } from \"./api\";\nimport { transduce } from \"./transduce\";\nconst nop = () => { };\n@@ -14,8 +14,10 @@ const nop = () => { };\n* @param fx\n* @param xs\n*/\n-export function run<A, B>(tx: Transduc... | TypeScript | Apache License 2.0 | thi-ng/umbrella | add(transducers): add IReducible support for transduce() & run() | 1 | add | transducers |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.