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
807,849
06.03.2018 13:20:52
28,800
2b585ff75121d4674e190c67476ace393863ae3b
feat: split filter-options out of global-options
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const filterable = require(\"@lerna/filter-options\");\nconst BootstrapCommand = require(\".\");\n/**\n@@ -9,7 +10,7 @@ exports.command = \"bootstrap\";\nexports.describe = \"Link local packages together and install remaining package dependencies\";\n-ex...
JavaScript
MIT License
lerna/lerna
feat: split filter-options out of global-options
1
feat
null
679,913
06.03.2018 13:25:59
0
be46af3f77f0faaa6550cae695a24a8bb61c17b0
feat(examples): add svg viz to devcards demo
[ { "change_type": "MODIFY", "diff": "}\ndiv.card div.body {\n- padding: 0.25rem;\n+ padding: 0.5rem;\n}\ndiv.card pre {\n", "new_path": "examples/devcards/index.html", "old_path": "examples/devcards/index.html" }, { "change_type": "MODIFY", "diff": "@@ -111,14 +111,39 @@ function bmi(stat...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add svg viz to devcards demo
1
feat
examples
807,849
06.03.2018 13:28:30
28,800
bb096d7dc55d0525e18e533c7363099d0f88b8ba
refactor(commands): move .positional() above .options()
[ { "change_type": "MODIFY", "diff": "@@ -11,14 +11,15 @@ exports.describe = \"Add dependencies to matched packages\";\nexports.builder = yargs =>\nyargs\n+ .positional(\"pkgNames\", {\n+ describe: \"One or more package names to add as a dependency\",\n+ type: \"string\",\n+ })\n.options({\ndev: {\n+ group: \...
JavaScript
MIT License
lerna/lerna
refactor(commands): move .positional() above .options()
1
refactor
commands
807,849
06.03.2018 13:30:03
28,800
a7e9171da2fd636fbdeb1e04003f7dff69a227b9
refactor(commands): alphabetize command options (mostly)
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const dedent = require(\"dedent\");\nconst ImportCommand = require(\".\");\n/**\n@@ -8,22 +7,20 @@ const ImportCommand = require(\".\");\n*/\nexports.command = \"import <dir>\";\n-exports.describe = dedent`\n- Import the package in <dir> into packages/<d...
JavaScript
MIT License
lerna/lerna
refactor(commands): alphabetize command options (mostly)
1
refactor
commands
807,849
06.03.2018 13:41:03
28,800
70ec375330d3a5487df9ee11ef94fe6f9b6df872
fix(commands/add): add filter-options (previously implicit)
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+const filterable = require(\"@lerna/filter-options\");\nconst AddCommand = require(\".\");\n/**\n@@ -9,7 +10,7 @@ exports.command = \"add [pkgNames..]\";\nexports.describe = \"Add dependencies to matched packages\";\n-exports.builder = yargs =>\n+exports...
JavaScript
MIT License
lerna/lerna
fix(commands/add): add filter-options (previously implicit)
1
fix
commands/add
807,849
06.03.2018 14:45:41
28,800
ef493c6e9fe20daec127c557035f0139a0effcb4
chore(collect-updates): remove unused rootPath argument
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ const makeDiffPredicate = require(\"./lib/make-diff-predicate\");\nmodule.exports = collectUpdates;\n-function collectUpdates({ filteredPackages, packageGraph, options, rootPath, execOpts, logger }) {\n+function collectUpdates({ filteredPackages, packageGr...
JavaScript
MIT License
lerna/lerna
chore(collect-updates): remove unused rootPath argument
1
chore
collect-updates
815,745
06.03.2018 16:04:06
-7,200
25a32456a600c27b26e6342ee5149ac0e44e8d78
fix(tag): tag should be same type as items fixes
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,8 @@ export class ItemsList {\nreturn this._markedIndex;\n}\n- setItems(items: any[], simple = false) {\n- this._items = items.map((item, index) => this.mapItem(item, simple, index));\n+ setItems(items: any[]) {\n+ this._items = items.map((item, index) => thi...
TypeScript
MIT License
ng-select/ng-select
fix(tag): tag should be same type as items (#322) fixes #315
1
fix
tag
807,849
06.03.2018 17:49:25
28,800
07d080db6cb77f3d1b28abce5bde7c732523a091
feat(npm-publish): pass --non-interactive to yarn publish
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ describe(\"npm-publish\", () => {\nexpect(ChildProcessUtilities.exec).lastCalledWith(\n\"yarn\",\n- [\"publish\", \"--tag\", \"yarn-publish\", \"--new-version\", pkg.version],\n+ [\"publish\", \"--tag\", \"yarn-publish\", \"--new-version\", pkg.version, ...
JavaScript
MIT License
lerna/lerna
feat(npm-publish): pass --non-interactive to yarn publish
1
feat
npm-publish
807,849
06.03.2018 18:11:51
28,800
e022d7237c0315abe865e779ed903fa634413e79
chore(release): Update CHANGELOG for v3.0.0-beta.0
[ { "change_type": "MODIFY", "diff": "+## v3.0.0-beta.0 (2018-03-07)\n+\n+This is the first `lerna` release published by `lerna` itself. :tada:\n+\n+#### :boom: Breaking Change\n+\n+* [#1307](https://github.com/lerna/lerna/pull/1307) Convert `lerna/lerna` into a `lerna`-based monorepo. ([@evocateur](https://g...
JavaScript
MIT License
lerna/lerna
chore(release): Update CHANGELOG for v3.0.0-beta.0
1
chore
release
791,719
06.03.2018 19:02:01
28,800
11fa6afdbc46ebfdee19cd6b0c709d14a65324ee
report: update link to rel=canonical reference
[ { "change_type": "MODIFY", "diff": "@@ -64,8 +64,7 @@ class Canonical extends Audit {\ndescription: 'Document has a valid `rel=canonical`',\nfailureDescription: 'Document does not have a valid `rel=canonical`',\nhelpText: 'Canonical links suggest which URL to show in search results. ' +\n- 'Read more in [Us...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: update link to rel=canonical reference (#4701)
1
report
null
679,913
07.03.2018 04:29:03
0
e01bf733cbbdbec610ef253f1a5103f5d57d7568
feat(atom): re-add refactored EventBus & interceptor handling add new types, interfaces & consts to api.ts add EventBus class add existing interceptors (ensurePred() etc.)
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,13 @@ export type SwapFn<T> = (curr: T, ...args: any[]) => T;\nexport type ViewTransform<T> = (x: any) => T;\n+export type InterceptorFn = (state: any, e: Event) => any;\n+export type InterceptorPredicate = (state: any, e: Event) => boolean;\n+\n+export type Si...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): re-add refactored EventBus & interceptor handling - add new types, interfaces & consts to api.ts - add EventBus class - add existing interceptors (ensurePred() etc.)
1
feat
atom
679,913
07.03.2018 04:30:15
0
a0d662bbb20cb55512be8ed7afb2231a14ec4cc0
build(atom): add dep
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"^3.11.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^2.0.3\"\n+ \"@thi.ng/api\": \"^2.0.3\",\n+ \"@thi.ng/dcons\": \"0.1.13\"\n},\n\"keywords\": [\n\"cursor\",\n", "new_path": "packages/atom/package.json", "old_path": "packages/atom/package.jso...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(atom): add @thi.ng/dcons dep
1
build
atom
679,913
07.03.2018 04:33:48
0
4958606b24a58b3712750a54aee66bf12ced6071
feat(examples): add interceptors example
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/interceptor-basics/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# interceptor-basics\n+\n+[Live demo](http://demo.thi.ng/umbrella/interceptor-basics/)\n+\n+```\n+git clone ht...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add interceptors example
1
feat
examples
807,849
07.03.2018 10:56:15
28,800
1ddc927e9663d3ba23b3bf028e234627122ebd83
chore: change trailing template delimiter location and indent
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,8 @@ describe(\"ConventionalCommitUtilities\", () => {\n### Features\n- * feat: I should be placed in the CHANGELOG`\n+ * feat: I should be placed in the CHANGELOG\n+ `\n)\n);\n});\n@@ -112,7 +113,8 @@ describe(\"ConventionalCommitUtilities\", () => {\n### Fe...
JavaScript
MIT License
lerna/lerna
chore: change trailing template delimiter location and indent
1
chore
null
807,849
07.03.2018 10:56:50
28,800
6ff74aa7033ba3bac9606ceefc1dd9fbb3d75a59
refactor(conventional-commits): move unchanging content into constants
[ { "change_type": "MODIFY", "diff": "@@ -6,12 +6,21 @@ const dedent = require(\"dedent\");\nconst getStream = require(\"get-stream\");\nconst log = require(\"npmlog\");\nconst npa = require(\"npm-package-arg\");\n+const os = require(\"os\");\nconst path = require(\"path\");\nconst semver = require(\"semver\"...
JavaScript
MIT License
lerna/lerna
refactor(conventional-commits): move unchanging content into constants
1
refactor
conventional-commits
679,913
07.03.2018 12:57:04
0
1ab803aacca3f2ee055cb1acfa746cecb8aa4276
refactor(atom): update InterceptorFn, ensureXXX(), update deps, add docs pass collected sidefx obj to interceptors (as opt last arg), adv. use only make EventDef/EffectDef type decl more flexible add path extractor arg for ensureLessThan/GreaterThan() remove DCons dep (again), update priority sorting add various doc st...
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"^3.11.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^2.0.3\",\n- \"@thi.ng/dcons\": \"0.1.13\"\n+ \"@thi.ng/api\": \"^2.0.3\"\n},\n\"keywords\": [\n\"cursor\",\n", "new_path": "packages/atom/package.json", "old_path": "packages/atom/package.jso...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): update InterceptorFn, ensureXXX(), update deps, add docs - pass collected sidefx obj to interceptors (as opt last arg), adv. use only - make EventDef/EffectDef type decl more flexible - add path extractor arg for ensureLessThan/GreaterThan() - remove DCons dep (again), update priority sorting - add var...
1
refactor
atom
679,913
07.03.2018 13:18:31
0
5b21c147379bf0bea26ce9f73ff890da97a7a821
build(examples): update interceptor deps
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^2.0.3\",\n- \"@thi.ng/atom\": \"^0.8.0\",\n+ \"@thi.ng/atom\": \"^0.9.1\",\n\"@thi.ng/hdom\": \"^2.1.0\"\n}\n}\n\\ No newline at end of file\n", "new_path": "examples/interceptor-basics/package.json", "old_path": "examp...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update interceptor deps
1
build
examples
807,849
07.03.2018 13:30:14
28,800
39170cf8ef3842d2af839ff2ebb4f1b4bf33b493
feat(collect-packages): simplify signature BREAKING CHANGE: Formerly a config object, it is now two parameters, only the first of which (rootPath) is required. The second parameter is a list of package location globs, defaulting to lerna's default of `["packages/*"]`.
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,7 @@ class Command {\nlet chain = Promise.resolve();\n- chain = chain.then(() => collectPackages({ rootPath, packageConfigs }));\n+ chain = chain.then(() => collectPackages(rootPath, packageConfigs));\nchain = chain.then(packages => {\nthis.packages = packa...
JavaScript
MIT License
lerna/lerna
feat(collect-packages): simplify signature BREAKING CHANGE: Formerly a config object, it is now two parameters, only the first of which (rootPath) is required. The second parameter is a list of package location globs, defaulting to lerna's default of `["packages/*"]`.
1
feat
collect-packages
791,723
07.03.2018 14:12:26
28,800
aaa000df2e859e4e9ac4c2d354b5b17e2fdc4048
misc: drop support of Node 6
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,11 @@ branches:\nenvironment:\nfast_finish: true\nmatrix:\n- - nodejs_version: \"6\"\n+ - nodejs_version: \"8\"\nplatform: x86\n- # node 7 is skipped, as appveyor only allows 1 concurrent job\n+ # other Node versions are skipped, as appveyor only allows 1 conc...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: drop support of Node 6 (#4703)
1
misc
null
807,849
07.03.2018 17:02:54
28,800
64916d650233f939d49d34ec52c691037f89106c
fix(conventional-commits): output version bump message closer to version heading
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n<a name=\"1.0.1\"></a>\n## [1.0.1](https://github.com/lerna/conventional-commits-fixed/compare/v1.0.0...v1.0.1) (YYYY-MM-DD)\n+**Note:** Version bump only for package packa...
JavaScript
MIT License
lerna/lerna
fix(conventional-commits): output version bump message closer to version heading
1
fix
conventional-commits
815,746
07.03.2018 17:09:22
-7,200
32455b80b1887c426135c5d540f65884556c7dd5
feat: selectable group fixes
[ { "change_type": "MODIFY", "diff": "@@ -130,6 +130,7 @@ map: {\n| clearAllText | `string` | `Clear all` | no | Set custom text for clear all icon title |\n| dropdownPosition | `bottom`,`top`,`auto` | `bottom` | no | Set the dropdown position on open |\n| [groupBy] | `string` | null | no | Allow to group ite...
TypeScript
MIT License
ng-select/ng-select
feat: selectable group (#325) fixes #282
1
feat
null
807,849
07.03.2018 17:34:46
28,800
f1816d05bd0e9897712683adc69a972d79a6593c
test(helpers): extract serialize-changelog
[ { "change_type": "MODIFY", "diff": "const execa = require(\"execa\");\nconst fs = require(\"fs-extra\");\n-const normalizeNewline = require(\"normalize-newline\");\nconst path = require(\"path\");\nconst collectPackages = require(\"@lerna/collect-packages\");\n@@ -13,17 +12,7 @@ const initFixture = require(...
JavaScript
MIT License
lerna/lerna
test(helpers): extract serialize-changelog
1
test
helpers
679,913
07.03.2018 23:44:19
0
9e5239bc1a05e6ca53052edcc5368fd69bb60fae
fix(atom): add EventBus to module re-exports, minor cleanup
[ { "change_type": "MODIFY", "diff": "@@ -260,8 +260,4 @@ export class EventBus {\n}\n}\n}\n-\n- protected insertPriority(p: api.EffectPriority) {\n-\n- }\n}\n", "new_path": "packages/atom/src/event-bus.ts", "old_path": "packages/atom/src/event-bus.ts" }, { "change_type": "MODIFY", "diff":...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): add EventBus to module re-exports, minor cleanup
1
fix
atom
679,913
07.03.2018 23:45:13
0
c9794acb4199785eeb00cf054b5afec15c80f4d7
feat(examples): add async fx example
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/async-effect/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# async-effect\n+\n+[Live demo](http://demo.thi.ng/umbrella/async-effect/)\n+\n+```\n+git clone https://github.com/t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add async fx example
1
feat
examples
679,913
08.03.2018 00:06:22
0
52fff0931e42542e25db869fe2db39d569fa60cc
docs(examples): update async readme & html
[ { "change_type": "MODIFY", "diff": "git clone https://github.com/thi-ng/umbrella.git\ncd umbrella/examples/async-effect\nyarn install\n+yarn build\n```\n-Then\n-```\n-# For Mac\n-yarn dev\n+Unlike other examples, this one requires a local webserver to function, for example:\n-# For Debian, Ubuntu, Etc.\n-ya...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update async readme & html
1
docs
examples
679,913
08.03.2018 02:59:11
0
9900e991192b89fb9a6c3690936b18532db883a1
feat(checks): add isPromise() & isPromiseLike()
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,8 @@ export * from \"./is-object\";\nexport * from \"./is-odd\";\nexport * from \"./is-plain-object\";\nexport * from \"./is-positive\";\n+export * from \"./is-promise\";\n+export * from \"./is-promiselike\";\nexport * from \"./is-regexp\";\nexport * from \"....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(checks): add isPromise() & isPromiseLike()
1
feat
checks
679,913
08.03.2018 05:06:57
0
a6beda9dda2f8dd18e3279dfd5d89e12fa33079e
refactor(examples): update async & interceptor demos
[ { "change_type": "MODIFY", "diff": "-import { Atom, EventBus, setIn, FX_DISPACH_NOW, FX_STATE } from \"@thi.ng/atom\";\n+import { IObjectOf } from \"@thi.ng/api/api\";\n+import { EventDef, EffectDef } from \"@thi.ng/atom/api\";\n+import { FX_DISPATCH_ASYNC, FX_DISPATCH_NOW, FX_STATE } from \"@thi.ng/atom/ap...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update async & interceptor demos
1
refactor
examples
679,913
08.03.2018 05:26:30
0
c5d5ed56973ce67ae9d32d491a28bce9481e031c
build(examples): update all deps
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"^3.10.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^2.0.3\",\n- \"@thi.ng/atom\": \"^0.9.1\",\n- \"@thi.ng/hdom\": \"^2.1.0\"\n+ \"@thi.ng/api\": \"^2.0.4\",\n+ \"@thi.ng/atom\": \"^0.10.0\",\n+ \"@thi.ng/hdom\": \"^2.1.1\"\n}\n}\n\\ No newline at end...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update all deps
1
build
examples
807,849
08.03.2018 10:56:40
28,800
ddfb517ab9a061876378a925467b60c8abf17534
fix(publish): work around yarn "link:" intransigency refs npm/npm#15900, refs yarnpkg/yarn#4212
[ { "change_type": "ADD", "diff": "+workspaces-experimental true\n", "new_path": "commands/__fixtures__/yarn-link-spec/.yarnrc", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"version\": \"1.0.0\",\n+ \"npmClient\": \"yarn\",\n+ \"useWorkspaces\": true\n+}\n", "new_path":...
JavaScript
MIT License
lerna/lerna
fix(publish): work around yarn "link:" intransigency refs npm/npm#15900, refs yarnpkg/yarn#4212
1
fix
publish
815,745
08.03.2018 12:05:24
-7,200
6584eb135fe904c2e0e09d6a59ae803a1d9ce2a0
fix: label formatting fixes
[ { "change_type": "MODIFY", "diff": "import { NgOption } from './ng-select.types';\nimport * as searchHelper from './search-helper';\nimport { NgSelectComponent } from './ng-select.component';\n-import { isObject } from './utils';\n+import { isObject, isDefined } from './utils';\nexport class ItemsList {\n@@...
TypeScript
MIT License
ng-select/ng-select
fix: label formatting (#327) fixes #326
1
fix
null
807,849
08.03.2018 12:41:58
28,800
f4a27ef59139fc72ae9acff462467eb2a2fe162e
test(conventional-commits): pkg.toJSON() is not required with fs.writeJSON()
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,9 @@ describe(\"conventional-commits\", () => {\nconst cwd = await initFixture(\"fixed\");\nconst [pkg1] = await collectPackages(cwd);\n- await fs.writeJSON(pkg1.manifestLocation, Object.assign(pkg1.toJSON(), { changed: 1 }));\n+ // make a change in package-1...
JavaScript
MIT License
lerna/lerna
test(conventional-commits): pkg.toJSON() is not required with fs.writeJSON()
1
test
conventional-commits
807,849
08.03.2018 12:42:49
28,800
6f2903d5e78760c3062162e6aae821c3ce7dbc47
test(conventional-commits): DRY-up git helpers
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,11 @@ expect.addSnapshotSerializer(require(\"@lerna-test/serialize-changelog\"));\ndescribe(\"conventional-commits\", () => {\nconst currentDirectory = process.cwd();\n+ const gitCommitAll = (cwd, message) => execa(\"git\", [\"commit\", \"-am\", message], { c...
JavaScript
MIT License
lerna/lerna
test(conventional-commits): DRY-up git helpers
1
test
conventional-commits
791,834
08.03.2018 13:08:51
28,800
3b8d4b9c43e3cc18df37dbf61421d06a9fd66614
core: make url-shim extend native URL module; add type checking
[ { "change_type": "MODIFY", "diff": "* 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/LICENSE-2.0\n* Unless required by applicable law or agreed to in wri...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: make url-shim extend native URL module; add type checking (#4712)
1
core
null
679,913
08.03.2018 14:43:28
0
1fd43d7cb3dddda88a925a56cf7b50d06b72e4c2
feat(atom): add default handlers, add/rename event/fx const values, add checks add EV_SET_VALUE & EV_UPDATE_VALUE event handlers add prefixes to built-in event/fx ID values to avoid name clashes w/ user IDs refactor EventBus, add addBuiltIns() display warnings if overriding existing handler/effect
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,14 @@ export type EffectDef = SideEffect | [SideEffect, number];\nexport type AsyncEffectDef = [string, any, string, string];\nexport type EffectPriority = [string, number];\n-export const FX_STATE = \"state\";\n-export const FX_DISPATCH = \"dispatch\";\n-ex...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add default handlers, add/rename event/fx const values, add checks - add EV_SET_VALUE & EV_UPDATE_VALUE event handlers - add prefixes to built-in event/fx ID values to avoid name clashes w/ user IDs - refactor EventBus, add addBuiltIns() - display warnings if overriding existing handler/effect
1
feat
atom
807,849
08.03.2018 14:46:47
28,800
6674d18017daa263b8bcf54200817d11ab41ffa1
feat(filter-options): Exclude private packages with --no-private
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,12 @@ describe(\"LsCommand\", () => {\nawait lernaLs(testDir)(\"--ignore\", \"package-@(2|3|4|5)\");\nexpect(consoleOutput()).toMatchSnapshot();\n});\n+\n+ it(\"does not list private packages with --no-private\", async () => {\n+ const testDir = await initFix...
JavaScript
MIT License
lerna/lerna
feat(filter-options): Exclude private packages with --no-private
1
feat
filter-options
791,834
08.03.2018 15:21:56
28,800
ca2df18802ebecd06a2dca95ede422c57331cd85
misc(codeowners): revert brendan's leave This reverts commit
[ { "change_type": "MODIFY", "diff": "# https://help.github.com/articles/about-codeowners/\nlighthouse-cli/ @patrickhulce @paulirish\n-lighthouse-cli/test/fixtures/ @patrickhulce # @brendankenny\n-lighthouse-cli/test/smokehouse/ @patrickhulce # @brendankenny\n+lighthouse-cli/test/fixtures/ @patrickhulce @bren...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(codeowners): revert brendan's leave (#4716) This reverts commit b72dffefab4e691c528713a08088102b15dc2379.
1
misc
codeowners
807,849
08.03.2018 17:20:15
28,800
bbb3310922a6059d36c705e59303ba6eb7707b21
refactor(command): return result of execute() in promise chain
[ { "change_type": "MODIFY", "diff": "@@ -50,10 +50,10 @@ class Command {\nchain = chain.then(() => this.runCommand());\nchain.then(\n- () => {\n+ result => {\nwarnIfHanging();\n- resolve();\n+ resolve(result);\n},\nerr => {\nif (err.pkg) {\n", "new_path": "core/command/index.js", "old_path": "core/co...
JavaScript
MIT License
lerna/lerna
refactor(command): return result of execute() in promise chain
1
refactor
command
807,849
08.03.2018 17:23:33
28,800
96030553265115aad038b7f14b90c17d91043afc
test(diff): real tests, not brittle mocks
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"package-1\",\n+ \"changed\": 0,\n\"version\": \"1.0.0\"\n}\n", "new_path": "commands/diff/__tests__/__fixtures__/basic/packages/package-1/package.json", "old_path": "commands/diff/__tests__/__fixtures__/basic/packages/package-1/package.json" }, ...
JavaScript
MIT License
lerna/lerna
test(diff): real tests, not brittle mocks
1
test
diff
807,849
08.03.2018 17:24:30
28,800
c27c2e0603aaaf31b42e044065518887733e3e00
feat(diff): filter diff output with --ignore-changes
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`DiffCommand passes diff exclude globs configured with --ignored-changes 1`] = `\n+diff --git a/packages/package-1/package.json b/packages/package-1/package.json\n+index SHA..SHA 100644\n+--- a/packages/package-1/packag...
JavaScript
MIT License
lerna/lerna
feat(diff): filter diff output with --ignore-changes
1
feat
diff
807,849
08.03.2018 18:10:39
28,800
d21b66ee8ffcceccc56b4145aba3865f898f74de
fix(filter-options): require a git repo when using --since refs
[ { "change_type": "MODIFY", "diff": "@@ -462,11 +462,24 @@ describe(\"BootstrapCommand\", () => {\nit(\"does not require an initialized git repo\", async () => {\nconst testDir = await initFixture(\"zero-pkgs\");\n- fs.remove(path.join(testDir, \".git\"));\n+ await fs.remove(path.join(testDir, \".git\"));\nc...
JavaScript
MIT License
lerna/lerna
fix(filter-options): require a git repo when using --since refs #822
1
fix
filter-options
807,849
08.03.2018 18:25:24
28,800
a504d7e557bddd3f7605daeef3b43e1b23b2d4fe
fix(publish): default root manifest name when missing fixes
[ { "change_type": "ADD", "diff": "+{\n+ \"version\": \"1.0.0\"\n+}\n", "new_path": "commands/publish/__tests__/__fixtures__/lifecycle-no-root-name/lerna.json", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"version\": \"0.0.0-missing-name\",\n+ \"scripts\": {\n+ \"preversion...
JavaScript
MIT License
lerna/lerna
fix(publish): default root manifest name when missing fixes #1305
1
fix
publish
807,849
08.03.2018 18:39:02
28,800
04b256a813fc2645254c6b5795302bcff300d2b3
fix(publish): Respect pkg.publishConfig.tag fixes
[ { "change_type": "MODIFY", "diff": "@@ -186,19 +186,19 @@ exports[`PublishCommand independent mode should publish the changed packages in\nArray [\nObject {\n\"dir\": \"packages/package-1\",\n- \"tag\": \"latest\",\n+ \"tag\": undefined,\n},\nObject {\n\"dir\": \"packages/package-3\",\n- \"tag\": \"latest\"...
JavaScript
MIT License
lerna/lerna
fix(publish): Respect pkg.publishConfig.tag fixes #1311
1
fix
publish
807,849
08.03.2018 18:40:33
28,800
ce8f9310dca1c7a0179f9ee9b4cc0b6a51ef06e1
chore: dog-food respect of publishConfig.tag
[ { "change_type": "MODIFY", "diff": "\"files\": [\n\"cli.js\"\n],\n+ \"publishConfig\": {\n+ \"tag\": \"next\"\n+ },\n\"engines\": {\n\"node\": \">= 6.9.0\"\n},\n", "new_path": "core/lerna/package.json", "old_path": "core/lerna/package.json" }, { "change_type": "MODIFY", "diff": "\"allowB...
JavaScript
MIT License
lerna/lerna
chore: dog-food respect of publishConfig.tag
1
chore
null
815,746
08.03.2018 18:40:52
-7,200
1898ca44d6468bdc8bdea6f54e5d5eb1e202690f
fix: update change event to fire object
[ { "change_type": "MODIFY", "diff": "@@ -1651,18 +1651,23 @@ describe('NgSelectComponent', function () {\nconst fixture = createTestingModule(\nNgSelectEventsTestCmp,\n`<ng-select [items]=\"cities\"\n- (change)=\"onChange()\"\n- [(ngModel)]=\"selectedCity\">\n+ bindValue=\"id\"\n+ bindLabel=\"name\"\n+ (chan...
TypeScript
MIT License
ng-select/ng-select
fix: update change event to fire object (#328)
1
fix
null
815,746
08.03.2018 18:41:15
-7,200
1fa84f479cf9b784fb782c61166bc7a4b349a000
chore(release): 0.26.1
[ { "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.26.1\"></a>\n+## [0.26.1](https://github.com/ng-select/ng-select/compare/v0.26.0......
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.26.1
1
chore
release
807,849
08.03.2018 18:45:46
28,800
d8ce2531a9013a1ceb72c25d3666afaf93a27e75
fix(publish): guard against undefined tag refs
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,14 @@ describe(\"npm-publish\", () => {\n});\n});\n+ it(\"does not pass --tag when none present (npm default)\", async () => {\n+ await npmPublish(pkg, undefined, { npmClient: \"npm\" });\n+\n+ expect(ChildProcessUtilities.exec).lastCalledWith(\"npm\", [\"pub...
JavaScript
MIT License
lerna/lerna
fix(publish): guard against undefined tag refs #1311
1
fix
publish
807,849
08.03.2018 18:55:49
28,800
3c3492b9e378b613feaf6b22ff22c5abe62973e4
chore: remove spurious 'closes' in changelog [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -16,8 +16,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n* **publish:** default root manifest name when missing ([a504d7e](https://github.com/lerna/lerna/commit/a504d7e)), closes [#1305](https://github.com/lerna/lerna/issues/1305...
JavaScript
MIT License
lerna/lerna
chore: remove spurious 'closes' in changelog [skip ci]
1
chore
null
679,913
08.03.2018 21:52:21
0
443875c853cb93a3b363228fb62ff92e87e99b11
refactor(atom): update InterceptorFn handling remove InterceptorContext arg from InterceptorFn add EventBus.context() to obtain current InterceptorContext (rarely needed) update docs
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export type SwapFn<T> = (curr: T, ...args: any[]) => T;\nexport type ViewTransform<T> = (x: any) => T;\n-export type InterceptorFn = (state: any, e: Event, fx?: InterceptorContext, bus?: IDispatch) => InterceptorContext | void;\n+export type InterceptorFn ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): update InterceptorFn handling - remove InterceptorContext arg from InterceptorFn - add EventBus.context() to obtain current InterceptorContext (rarely needed) - update docs
1
refactor
atom
679,913
08.03.2018 21:53:12
0
359c4f5ab1f38a0acabb9877da27185e6744d065
feat(atom): add valueSetter/Updater() interceptors
[ { "change_type": "MODIFY", "diff": "-import { Event, InterceptorFn, InterceptorPredicate, FX_CANCEL, Path } from \"./api\";\n-import { getIn } from \"./path\";\n+import { FX_CANCEL, FX_STATE, Event, InterceptorFn, InterceptorPredicate, Path } from \"./api\";\n+import { getIn, setIn, updateIn } from \"./path...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add valueSetter/Updater() interceptors
1
feat
atom
679,913
08.03.2018 21:53:34
0
fb9b19c4f8d73eb4353781dbf40c42abc57b0d55
docs(atom): minor update View docs
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { getter, toPath } from \"./path\";\nexport class View<T> implements\nIView<T> {\n- static NEXT_ID = 0;\n+ protected static NEXT_ID = 0;\nreadonly id: string;\n@@ -55,9 +55,9 @@ export class View<T> implements\n* value change, returns result of this...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): minor update View docs
1
docs
atom
679,913
08.03.2018 21:54:07
0
4d7613d8c37e1356f5ec6ab11402d956cbb200dc
refactor(examples): update interceptor-basics
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api/api\";\n-import { EffectDef, EventDef, FX_DISPATCH_NOW, FX_STATE, IDispatch, Path } from \"@thi.ng/atom/api\";\n+import { EffectDef, EventDef, IDispatch, Path } from \"@thi.ng/atom/api\";\n+import { EV_SET_VALUE, EV_UPDATE_VALUE, FX...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update interceptor-basics
1
refactor
examples
679,913
08.03.2018 21:54:32
0
a48b776297c5fa322e573c859ee277445f1be5b9
refactor(examples): update async-effect
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api/api\";\nimport { EventDef, EffectDef } from \"@thi.ng/atom/api\";\n-import { FX_DISPATCH_ASYNC, FX_DISPATCH_NOW, FX_STATE } from \"@thi.ng/atom/api\";\n+import { FX_DISPATCH_ASYNC, FX_DISPATCH_NOW } from \"@thi.ng/atom/api\";\nimpor...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update async-effect
1
refactor
examples
815,746
09.03.2018 09:24:56
-7,200
2f633f0af6d8d0305cfb839bef8792404faf34c9
fix: remove nodejs import fixes
[ { "change_type": "MODIFY", "diff": "import { NgOption } from './ng-select.types';\nimport * as searchHelper from './search-helper';\nimport { NgSelectComponent } from './ng-select.component';\n-import { isObject, isDefined } from './utils';\n+import { isObject, isDefined } from './value-utils';\nexport clas...
TypeScript
MIT License
ng-select/ng-select
fix: remove nodejs import (#334) fixes #333, #331
1
fix
null
815,746
09.03.2018 09:25:30
-7,200
fd8254b1c4cbc46e2685836529160a54f2244d5d
chore(release): 0.26.2
[ { "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.26.2\"></a>\n+## [0.26.2](https://github.com/ng-select/ng-select/compare/v0.26.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 0.26.2
1
chore
release
807,849
09.03.2018 10:47:22
28,800
c09ccbdb028dcdbda642451e19fc0d683acc25d3
fix: Move into bootstrap/lib
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ const npmInstall = require(\"@lerna/npm-install\");\nconst runLifecycle = require(\"@lerna/run-lifecycle\");\nconst batchPackages = require(\"@lerna/batch-packages\");\nconst runParallelBatches = require(\"@lerna/run-parallel-batches\");\n-const hasDepen...
JavaScript
MIT License
lerna/lerna
fix: Move @lerna/has-dependency-installed into bootstrap/lib
1
fix
null
807,849
09.03.2018 11:17:11
28,800
9c35a8622d20c449909cc9249d0cc4d4400ad4da
feat: Replace dependency with fs-extra
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst dedent = require(\"dedent\");\n+const fs = require(\"fs-extra\");\nconst path = require(\"path\");\nconst pMapSeries = require(\"p-map-series\");\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/com...
JavaScript
MIT License
lerna/lerna
feat: Replace @lerna/fs-utils dependency with fs-extra
1
feat
null
730,424
09.03.2018 12:05:29
18,000
b5fafc4d6306b2551dad0d015a735bfcaed211e0
fix(widget-message): Incorrect events payload
[ { "change_type": "MODIFY", "diff": "@@ -120,20 +120,15 @@ Array [\n},\n],\n},\n- \"tags\": Array [],\n- },\n- },\n- \"type\": \"conversation/CREATE_CONVERSATION\",\n- },\n- Object {\n- \"payload\": Object {\n- \"conversationState\": Object {\n+ \"status\": Object {\n\"isLocked\": false,\n\"isModerator\": fa...
JavaScript
MIT License
webex/react-widgets
fix(widget-message): Incorrect events payload
1
fix
widget-message
730,424
09.03.2018 12:05:59
18,000
62133696634a5c12a38fdb9daf1c1056eda1e19e
fix(react-container-message-composer): Proptypes error from mention lib
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ export class MessageComposer extends Component {\n// Only show mentions if this is not a one on one convo\nconst showMentions = props.showMentions && !conversation.getIn(['status', 'isOneOnOne']);\n-\n+ const getData = showMentions ? this.searchForMent...
JavaScript
MIT License
webex/react-widgets
fix(react-container-message-composer): Proptypes error from mention lib
1
fix
react-container-message-composer
807,849
09.03.2018 12:29:14
28,800
55aff64a204509367cb10b3bb6d762b3fdb5f332
chore: remove unused fs-utils exports
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-jest.mock(\"fs-extra\");\njest.mock(\"path-exists\");\njest.mock(\"@lerna/child-process\");\nconst path = require(\"path\");\n// mocked modules\n-const fs = require(\"fs-extra\");\nconst pathExists = require(\"path-exists\");\nconst ChildProcessUtilities...
JavaScript
MIT License
lerna/lerna
chore: remove unused fs-utils exports
1
chore
null
807,849
09.03.2018 13:15:07
28,800
30451edb709740e64ea7dbf789daa8a862c6ac65
feat: Rename =>
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n+jest.mock(\"@lerna/rimraf-dir\");\njest.mock(\"@lerna/npm-install\");\njest.mock(\"@lerna/run-lifecycle\");\njest.mock(\"@lerna/create-symlink\");\n@@ -8,7 +9,7 @@ const fs = require(\"fs-extra\");\nconst path = require(\"path\");\n// mocked or stubbed m...
JavaScript
MIT License
lerna/lerna
feat: Rename @lerna/fs-utils => @lerna/rimraf-dir
1
feat
null
217,922
09.03.2018 14:10:14
-3,600
1a06d08329907ef2d526319031c9765f1e7c7af1
chore: add conventional commits badge
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,9 @@ Discord for support, bugs discussion and contributors: https://discord.gg/r6qxt6\n## Development\n+[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n+\n+\n### Prepare your envi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add conventional commits badge
1
chore
null
679,913
09.03.2018 14:11:38
0
e96cc991ed99e4319d5b7ad32292bac8621bdf43
refactor(atom): minor update event bus, add/update docs
[ { "change_type": "MODIFY", "diff": "@@ -6,24 +6,45 @@ import { isPromise } from \"@thi.ng/checks/is-promise\";\nimport * as api from \"./api\";\nimport { setIn, updateIn } from \"./path\";\n+const FX_CANCEL = api.FX_CANCEL;\n+const FX_DISPATCH_NOW = api.FX_DISPATCH_NOW;\n+const FX_STATE = api.FX_STATE;\n+\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): minor update event bus, add/update docs
1
refactor
atom
217,922
09.03.2018 14:12:28
-3,600
27ce9f0405962186245b206d85130b2034048167
build: fix for deployment
[ { "change_type": "MODIFY", "diff": "@@ -7,11 +7,8 @@ before_install:\n- export DISPLAY=:99.0\n- sh -e /etc/init.d/xvfb start\n-before_script:\n- - npm install -g @angular/cli\n-\nscript:\n- - if [ \"$TRAVIS_BRANCH\" = \"beta\" ]; then npm run build:beta; else npm run build:prod; fi\n+ - if [ $TRAVIS_BRANCH ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
build: fix for deployment
1
build
null
217,922
09.03.2018 14:13:52
-3,600
27b787b5c0663684b2c0087bcbc90b34f224a713
build: fix for deployment of beta version
[ { "change_type": "MODIFY", "diff": "@@ -19,8 +19,9 @@ deploy:\nsecure: m+OWcJipxF84Awq3rW3GZ+kH5WMOYYvYjn5Pj82Y+k9MRSA6MPqsk6bviOTcHK6R3hgif907ANnoqnDWLlF+AGh5F+eMfv4B/BFbqpKHkUUNz2FMgYRK+enSdovvvJQvm4EExOsrUA5jdZt0rPwXf5G3I3x3ZkFZb6c77UYjN7Kr/MoLNidGiDI7egkymRIkHSgfh8MWkZ4+QFAbHZER+DxRkQrMwvlVEbBSpY5OqPdaC...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
build: fix for deployment of beta version
1
build
null
679,913
09.03.2018 14:25:15
0
3bf9fbaa5d66e2f8aeda2f7f5da26611e8d80322
docs(atom): update all doc strings
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,8 @@ import { setIn, updateIn } from \"./path\";\nimport { View } from \"./view\";\n/**\n- * Mutable wrapper for an (usually) immutable value.\n- * Support for watches.\n+ * Mutable wrapper for an (usually) immutable value. Support for\n+ * watches.\n*/\n@IWatc...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update all doc strings
1
docs
atom
217,922
09.03.2018 14:28:26
-3,600
9a473492fad80d72721b5df5138eb8a6c44f9a5c
build: typo in beta project configuration
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ deploy:\nsecure: m+OWcJipxF84Awq3rW3GZ+kH5WMOYYvYjn5Pj82Y+k9MRSA6MPqsk6bviOTcHK6R3hgif907ANnoqnDWLlF+AGh5F+eMfv4B/BFbqpKHkUUNz2FMgYRK+enSdovvvJQvm4EExOsrUA5jdZt0rPwXf5G3I3x3ZkFZb6c77UYjN7Kr/MoLNidGiDI7egkymRIkHSgfh8MWkZ4+QFAbHZER+DxRkQrMwvlVEbBSpY5OqPdaC...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
build: typo in beta project configuration
1
build
null
217,922
09.03.2018 14:30:45
-3,600
b8c29dfee35cc03b691a171127d387d7907d5f4b
chore(release): 3.4.0-beta.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=\"3.4.0-beta.0\"></a>\n+# [3.4.0-beta.0](https://github.com/Supamiu/ffxiv-teamcraft/com...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 3.4.0-beta.0
1
chore
release
679,913
09.03.2018 14:45:02
0
9b3d91e5f7812a6b30bce002eb8fc04f99963bd9
feat(atom): add IRelease impls add IRelease to ReadonlyAtom implement IRelease for Atom, Cursor, History, View
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ export const FX_CANCEL = \"--cancel\";\nexport interface ReadonlyAtom<T> extends\napi.IDeref<T>,\n+ api.IRelease,\napi.IWatch<T>,\nIViewable {\n}\n", "new_path": "packages/atom/src/api.ts", "old_path": "packages/atom/src/api.ts" }, { "cha...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add IRelease impls - add IRelease to ReadonlyAtom - implement IRelease for Atom, Cursor, History, View
1
feat
atom
679,913
09.03.2018 14:45:59
0
667691ce890e0ef15f11f2224f75c3e3502337b4
feat(atom): update EventBus ctor, add deref()
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api/api\";\n+import { IObjectOf, IDeref } from \"@thi.ng/api/api\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isPromise } from \"@thi.ng/checks/is-promis...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): update EventBus ctor, add deref()
1
feat
atom
730,429
09.03.2018 15:54:38
18,000
c7bc756cf2f1d804afeb2fba6160cf451c8013e4
feat(demo-widget): add to user id support
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ import TokenInput from '../token-input';\nimport styles from './styles.css';\n+const MODE_ONE_ON_ONE_ID = 'MODE_ONE_ON_ONE_ID';\nconst MODE_ONE_ON_ONE = 'MODE_ONE_ON_ONE';\nconst MODE_SPACE = 'MODE_SPACE';\n@@ -24,22 +25,14 @@ class DemoWidget extends Co...
JavaScript
MIT License
webex/react-widgets
feat(demo-widget): add to user id support
1
feat
demo-widget
730,429
09.03.2018 15:55:50
18,000
9afaa4c2b0ad3b1aa313b9506dd4ff065795b94a
fix(redux-module-conversation): set conversation error message
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,7 @@ Array [\nObject {\n\"payload\": Object {\n\"conversationState\": Object {\n- \"error\": [Error: failed. hard.],\n+ \"error\": \"failed. hard.\",\n},\n},\n\"type\": \"conversation/UPDATE_CONVERSATION_STATE\",\n@@ -207,7 +207,7 @@ Array [\nObject {\n\"pa...
JavaScript
MIT License
webex/react-widgets
fix(redux-module-conversation): set conversation error message
1
fix
redux-module-conversation
679,913
09.03.2018 16:25:16
0
3fae2496493a4eafb0e3638dfaa9367690b7f842
feat(atom): add/extract StatelessEventBus
[ { "change_type": "MODIFY", "diff": "@@ -20,26 +20,40 @@ const FX_STATE = api.FX_STATE;\n* and can be any data.\n*\n* Events are processed by registered handlers which transform each\n- * event into a number of side effects to be executed later. This\n- * separation ensures event handlers themselves are pure...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add/extract StatelessEventBus
1
feat
atom
730,429
09.03.2018 16:33:51
18,000
741b522b9b9786f6accf3f2f0ccb294f98bc2045
feat(redux-module-conversation): add hydra id support to create and get The sdk doesn't currently support hydra ids, so we need to convert to uuid.
[ { "change_type": "MODIFY", "diff": "@@ -133,6 +133,55 @@ Array [\n]\n`;\n+exports[`redux-module-conversation actions #createConversation can create a conversation with hydra ids 1`] = `\n+Array [\n+ Array [\n+ Object {\n+ \"participants\": Array [\n+ \"a1bae992-11b5-49ab-8c0b-e8e8716e1eb0\",\n+ ],\n+ },\n+ ...
JavaScript
MIT License
webex/react-widgets
feat(redux-module-conversation): add hydra id support to create and get The sdk doesn't currently support hydra ids, so we need to convert to uuid.
1
feat
redux-module-conversation
807,849
09.03.2018 17:50:52
28,800
da235ed2dada0fbc279493886c9e3fc3e549e746
refactor(bootstrap): use for-of loops in validatePackageNames()
[ { "change_type": "MODIFY", "diff": "@@ -470,25 +470,26 @@ class BootstrapCommand extends Command {\n}\nvalidatePackageNames() {\n- const foundPackages = new Map();\n+ const seen = new Map();\n- this.filteredPackages.forEach(({ name, location }) => {\n- if (foundPackages.has(name)) {\n- foundPackages.get(nam...
JavaScript
MIT License
lerna/lerna
refactor(bootstrap): use for-of loops in validatePackageNames()
1
refactor
bootstrap
807,849
09.03.2018 18:05:15
28,800
423f82cd52d833c0909b8ec4c6103556dbf7a610
feat: Replace with multimatch
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,32 @@ exports.builder = yargs => {\ngroup: \"Command Options:\",\ndescribe: \"Install external dependencies matching [glob] to the repo root\",\ndefaultDescription: \"'**'\",\n- coerce: arg =>\n+ coerce: arg => {\n// `--hoist` is equivalent to `--hoist=**`.\...
JavaScript
MIT License
lerna/lerna
feat: Replace @lerna/match-package-name with multimatch
1
feat
null
807,849
09.03.2018 18:16:25
28,800
47e1c86a10020dfdcb62e13da4460eb1e4db6b29
feat(filter-packages): Simplify method signature BREAKING CHANGE: The parameters to `filterPackages()` have changed: * Two lists (include, exclude) have replaced the destructured config object
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ class Command {\nchain = chain.then(packages => {\nthis.packages = packages;\nthis.packageGraph = new PackageGraph(packages);\n- this.filteredPackages = filterPackages(packages, { include, exclude }, this.options.private);\n+ this.filteredPackages = fi...
JavaScript
MIT License
lerna/lerna
feat(filter-packages): Simplify method signature BREAKING CHANGE: The parameters to `filterPackages()` have changed: * Two lists (include, exclude) have replaced the destructured config object
1
feat
filter-packages
217,922
09.03.2018 18:16:41
-3,600
e9c7ba5f14b0385500e5c8936e394da56b97c50a
chore: implement patreon email availability check
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,17 @@ export class UserService extends FirebaseStorage<AppUser> {\nthis.reloader.next(null);\n}\n+ /**\n+ * Checks if a given email is available for patreon account linking.\n+ * @param {string} email\n+ * @returns {Observable<boolean>}\n+ */\n+ checkPatreonE...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: implement patreon email availability check
1
chore
null
807,849
09.03.2018 18:36:29
28,800
ecc1efb5979be74a1da2a700e972d4bef1922ddd
chore: fix changelog again :P [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -9,21 +9,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n### Bug Fixes\n-* Move [@lerna](https://github.com/lerna)/has-dependency-installed into bootstrap/lib ([c09ccbd](https://github.com/lerna/lerna/commit/c09ccbd))\n-\n+* Move...
JavaScript
MIT License
lerna/lerna
chore: fix changelog again :P [skip ci]
1
chore
null
807,849
09.03.2018 18:49:31
28,800
092746c6b4604539c4b095461a0dcbed40710dc3
chore: fix leaf changelogs [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -9,13 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n### Bug Fixes\n-* Move [@lerna](https://github.com/lerna)/has-dependency-installed into bootstrap/lib ([c09ccbd](https://github.com/lerna/lerna/commit/c09ccbd))\n+* Move @l...
JavaScript
MIT License
lerna/lerna
chore: fix leaf changelogs [skip ci]
1
chore
null
679,913
10.03.2018 05:45:15
0
51b02e2b01ae4c40e18879947d985109d9d934ac
feat(examples): add router-basics demo
[ { "change_type": "ADD", "diff": "+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/router-basics/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# router-basics\n+\n+[Live demo](http://demo.thi.ng/umbrella/router-basics/)\n+\n+```\n+git clone https://github.co...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add router-basics demo
1
feat
examples
679,913
10.03.2018 05:48:13
0
d8b8d9783fee4f9df0c2885db2d8ef001e2460aa
docs: add router package links to main readme
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ All packages are:\n| [`@thi.ng/hiccup-css`](./packages/hiccup-css) | [![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/hiccup-css.svg)](https://www.npmjs.com/package/@thi.ng/hiccup-css) | [changelog](./packages/hiccup-css/CHANGELOG.md) |\n| [`@thi.ng...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add router package links to main readme
1
docs
null
217,886
10.03.2018 18:27:14
-3,600
694ce88f7c8035dcd0ac2426487e7ab770b2a92f
chore: remove checkbox from issue_template checkboxes look nice, but they introduce a progress-bar in the issue listing, not very helpful in this case
[ { "change_type": "MODIFY", "diff": "## I'm submitting a...\n-- [ ] Bug report *- please add **bug:** before the title*\n-- [ ] Feature request *- please add **feat:** before the title*\n-- [ ] Support request *- please come on [our discord](https://discord.gg/r6qxt6P) instead*\n+* [_] Bug report *- please a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: remove checkbox from issue_template checkboxes look nice, but they introduce a progress-bar in the issue listing, not very helpful in this case
1
chore
null
217,886
10.03.2018 18:47:37
-3,600
ace61f546982b087b799661977df47945c84b76c
chore: issue_template checkbox fix - take 2 last change still resulted in checkboxes, so we're taking the sledgehammer approach.
[ { "change_type": "MODIFY", "diff": "## I'm submitting a...\n-* [_] Bug report *- please add **bug:** before the title*\n-* [_] Feature request *- please add **feat:** before the title*\n-* [_] Support request *- please come on [our discord](https://discord.gg/r6qxt6P) instead*\n+* (_) Bug report *- please a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: issue_template checkbox fix - take 2 last change still resulted in checkboxes, so we're taking the sledgehammer approach.
1
chore
null
679,913
11.03.2018 00:10:36
0
eac0e96f2e580eedf213cc5bc8350cc3cee24e2e
docs(router): update readme & package
[ { "change_type": "MODIFY", "diff": "## About\n+Generic router for browser & non-browser based applications with support for:\n+- Declarative route definitions\n+- Parametric routes, each param with optional value coercion & validation\n+- Route authentication handler to enable/disable routes based on other ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(router): update readme & package
1
docs
router
679,913
11.03.2018 02:59:25
0
0ca0bf3ef1f67f0e6f85effc481a9e60b69fc7ce
fix(atom): ignore side fx with null values
[ { "change_type": "MODIFY", "diff": "@@ -375,6 +375,9 @@ export class StatelessEventBus implements\n* { [FX_DISPATCH]: [ [\"foo\", \"bar\"], [\"baz\", \"beep\"] ]}\n* ```\n*\n+ * Any `null` / `undefined` values directly assigned to a side effect\n+ * are ignored and will not trigger the effect.\n+ *\n* @para...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): ignore side fx with null values
1
fix
atom
679,913
11.03.2018 03:19:32
0
10ea19f5b393182f6e66cf0f03bc54a74c2a95dd
docs(atom): update readme & doc strings
[ { "change_type": "MODIFY", "diff": "@@ -395,10 +395,18 @@ a.u === b.u; // true\n### Event bus, interceptors, side effects\n-Description forthcoming, please check fully commented examples for now:\n+Description forthcoming. Please check the detailed commented source code and examples for now:\n-- [/examples/...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update readme & doc strings
1
docs
atom
679,913
11.03.2018 03:23:24
0
eb73ae93b9a3b6941c2632d16998fc4c656fa1ce
refactor(examples): update router demo
[ { "change_type": "MODIFY", "diff": "git clone https://github.com/thi-ng/umbrella.git\ncd umbrella/examples/router-basics\nyarn install\n+yarn build\n```\n-Then\n-```\n-# For Mac\n-yarn dev\n+Unlike other examples, this one requires a local webserver to function, for example:\n-# For Debian, Ubuntu, Etc.\n-y...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update router demo
1
refactor
examples
679,913
11.03.2018 21:19:39
0
777b1b05ef5f33edb656a53bea3ab2a65fe5c84a
refactor(examples): more stateless components, add docs
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,22 @@ import { HTMLRouterConfig, RouteMatch } from \"@thi.ng/router/api\";\nimport { App } from \"./app\";\n+// general types defined for the base app\n+\n+/**\n+ * Function signature for main app components.\n+ * I.e. components representing different app sta...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): more stateless components, add docs
1
refactor
examples
679,913
12.03.2018 02:26:53
0
fc61aae6cd0bae4f114a5c5e557b41b561c5cf5e
minor(examples): add filesize info
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ export function home(_: App, ui: any) {\n[\"a\", { ...ui.bodyLink, href: \"http://tachyons.io/\" }, \"Tachyons CSS\"]],\n]],\n[\"p\",\n- \"Please see the related blog post and the commented source code for more details.\"]\n+ \"Please see the related blo...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(examples): add filesize info
1
minor
examples
679,913
12.03.2018 02:27:10
0
8eb0a610df3771101489a5c0b21ad037fd4ce196
docs(examples): add README for example dir
[ { "change_type": "ADD", "diff": "+# @thi.ng/umbrella examples\n+\n+This directory contains a growing number of standalone example projects, including live online versions, build instructions and commented source code.\n+\n+If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch using...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add README for example dir
1
docs
examples
679,913
12.03.2018 03:52:29
0
c5cee48351ebdc6b4a692fae665aa78e3c6264d9
minor(examples): readme
[ { "change_type": "MODIFY", "diff": "This directory contains a growing number of standalone example projects, including live online versions, build instructions and commented source code.\n-If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch using issue tracker, email or twitter!\...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(examples): readme
1
minor
examples
815,746
12.03.2018 09:53:47
-7,200
f6d94fad284b4486aba649df95eae18f79949576
feat: expose api for custom templates fixes
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,16 @@ import { DataService } from '../shared/data.service';\n<p>\nSelected people: {{selectedPeople}}\n</p>\n+ <hr />\n+\n+ <label>Custom search</label>\n+ ---html,true\n+ <ng-select [items]=\"cities\" [(ngModel)]=\"selectedCity\" bindLabel=\"name\" bindValue...
TypeScript
MIT License
ng-select/ng-select
feat: expose api for custom templates (#342) fixes #339
1
feat
null
815,746
12.03.2018 09:55:19
-7,200
531fd1b49d8ceb0ce23b55e736656cf407ae433e
fix: wrong method for api unselect
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\nclose: this.close.bind(this),\nfilter: this.filter.bind(this),\nselect: this.select.bind(this),\n- unselect: this.select.bind(this)\n+ unselect: this.unselect.bind(this)\...
TypeScript
MIT License
ng-select/ng-select
fix: wrong method for api unselect
1
fix
null
815,746
12.03.2018 11:52:51
-7,200
68b12f53dc4ebf61dcc84d45da68b11d13c26906
fix: remove uneeded api field
[ { "change_type": "MODIFY", "diff": "@@ -92,8 +92,8 @@ import { DataService } from '../shared/data.service';\n<label>Custom search</label>\n---html,true\n- <ng-select [items]=\"cities\" [(ngModel)]=\"selectedCity\" bindLabel=\"name\" bindValue=\"name\">\n- <ng-template ng-header-tmp let-api=\"api\">\n+ <ng-s...
TypeScript
MIT License
ng-select/ng-select
fix: remove uneeded api field
1
fix
null
791,723
12.03.2018 12:40:51
25,200
17a8bcc9445f936956d831d2299927a706ff375c
tests(closure): fix BSD sed calls within compile-devtools
[ { "change_type": "MODIFY", "diff": "@@ -49,10 +49,9 @@ yarn devtools \"$frontend_path/front_end/\"\n#\naudit2_modulejson_path=\"$frontend_path/front_end/audits2/module.json\"\n# remove existing renderer file mentions\n-sed -i 's/.*\\/renderer\\/.*//' $audit2_modulejson_path\n-# remove existing renderer file...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(closure): fix BSD sed calls within compile-devtools (#4736)
1
tests
closure
791,723
12.03.2018 13:13:22
25,200
ca07b99549be7b9019e686c51db76766977a4925
tests(closure): avoid failing closure compilation
[ { "change_type": "MODIFY", "diff": "@@ -181,17 +181,6 @@ if (typeof module !== 'undefined' && module.exports) {\nself.ReportRenderer = ReportRenderer;\n}\n-/**\n- * @typedef {{\n- * id: string,\n- * score: number,\n- * weight: number,\n- * group: (string|undefined),\n- * result: (ReportRenderer.AuditResultJ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(closure): avoid failing closure compilation (#4737)
1
tests
closure
807,849
12.03.2018 13:24:27
25,200
06c0cadc0fb2719b9f2438b7ff112b7db06f5929
refactor(helpers): extract find-fixture
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const findUp = require(\"find-up\");\n+const findFixture = require(\"@lerna-test/find-fixture\");\nconst fs = require(\"fs-extra\");\n-const path = require(\"path\");\nmodule.exports = copyFixture;\nfunction copyFixture(targetDir, fixtureName, cwd) {\n- ...
JavaScript
MIT License
lerna/lerna
refactor(helpers): extract find-fixture
1
refactor
helpers
807,849
12.03.2018 14:24:54
25,200
baf9cf1bcf196ab921f4759148eb053927e1dd5f
refactor(helpers): extract serialize-git-sha
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ const gitTag = require(\"@lerna-test/git-tag\");\n// file under test\nconst lernaDiff = require(\"@lerna-test/command-runner\")(require(\"../command\"));\n-// stabilize diff commit SHA and datestamp\n-expect.addSnapshotSerializer(require(\"@lerna-test/se...
JavaScript
MIT License
lerna/lerna
refactor(helpers): extract serialize-git-sha
1
refactor
helpers
807,849
12.03.2018 14:26:03
25,200
5bce46c97687cc0eb0275561048e827901ec8e12
test(helpers): Add clone-fixture This helper wraps initFixture and creates a bare repo that is used as the fixture remote, better simulating an actual git clone.
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const execa = require(\"execa\");\n+const fileUrl = require(\"file-url\");\n+const tempy = require(\"tempy\");\n+const gitInit = require(\"@lerna-test/git-init\");\n+const initFactory = require(\"@lerna-test/init-fixture\");\n+\n+module.exports = cloneF...
JavaScript
MIT License
lerna/lerna
test(helpers): Add clone-fixture This helper wraps initFixture and creates a bare repo that is used as the fixture remote, better simulating an actual git clone.
1
test
helpers
807,849
12.03.2018 14:54:03
25,200
68d08859a9cb61e790f4215ead31781212fce66c
test(serialize-changelog): fix commit URL regex
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ module.exports = {\nprint(val) {\nreturn serializeGitSHA\n.print(normalizeNewline(val))\n- .replace(/\\(http.*\\/commits\\/SHA\\)/g, \"(COMMIT_URL)\")\n+ .replace(/(\\[.*?\\])\\(.*\\/commits\\/SHA\\)/g, \"$1(COMMIT_URL)\")\n.replace(/\\(\\d{4}-\\d{2}-\\d{2...
JavaScript
MIT License
lerna/lerna
test(serialize-changelog): fix commit URL regex
1
test
serialize-changelog