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
16.02.2018 12:47:08
28,800
37d4800dc36e420a57c4692ecb8b14442258cc19
chore: don't destructure lodash require
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const { escapeRegExp } = require(\"lodash\");\n+const _ = require(\"lodash\");\nconst hostedGitInfo = require(\"hosted-git-info\");\nclass GitVersionParser {\nconstructor(versionPrefix = \"v\") {\n- this._gitUrlPattern = new RegExp(`(.+?#${escapeRegExp(v...
JavaScript
MIT License
lerna/lerna
chore: don't destructure lodash require
1
chore
null
807,849
16.02.2018 12:49:39
28,800
e49e6fc9a154e5aba72d115996dcd2392041f149
chore: fixtures do not need version interpolation
[ { "change_type": "MODIFY", "diff": "{\n- \"lerna\": \"__TEST_VERSION__\",\n\"version\": \"1.0.0\"\n}\n", "new_path": "test/fixtures/BootstrapCommand/ignored-scripts/lerna.json", "old_path": "test/fixtures/BootstrapCommand/ignored-scripts/lerna.json" }, { "change_type": "MODIFY", "diff": ...
JavaScript
MIT License
lerna/lerna
chore: fixtures do not need version interpolation
1
chore
null
807,849
16.02.2018 12:54:56
28,800
98e755d39d9b7e7747ace59394de7c9091727c02
refactor(Command): don't bother filtering logged argv
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ class Command {\nlog.heading = \"lerna\";\nthis._argv = argv;\n- log.silly(\"argv\", filterFlags(argv));\n+ log.silly(\"argv\", argv);\nthis.lernaVersion = LERNA_VERSION;\nlog.info(\"version\", this.lernaVersion);\n@@ -447,14 +447,5 @@ function cleanStac...
JavaScript
MIT License
lerna/lerna
refactor(Command): don't bother filtering logged argv
1
refactor
Command
807,849
16.02.2018 12:57:54
28,800
725d482fcf22694e4559de4409e8ed808da76443
refactor: use cached filter predicates instead of repeated _.find
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const _ = require(\"lodash\");\nconst minimatch = require(\"minimatch\");\nconst path = require(\"path\");\nconst semver = require(\"semver\");\n@@ -35,6 +34,10 @@ function getForcedPackages(forcePublish) {\n}\nfunction makeDiffSince(rootPath, execOpts, ...
JavaScript
MIT License
lerna/lerna
refactor: use cached filter predicates instead of repeated _.find
1
refactor
null
807,849
16.02.2018 12:58:57
28,800
16bad6a58dac17f069ba726a3a92aee0d39a994c
refactor: use packageGraph to locate packages instead of _.find
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const _ = require(\"lodash\");\nconst async = require(\"async\");\nconst dedent = require(\"dedent\");\nconst getPort = require(\"get-port\");\n@@ -302,10 +301,13 @@ class BootstrapCommand extends Command {\n*/\ngetDependenciesToInstall(tracker) {\n// fi...
JavaScript
MIT License
lerna/lerna
refactor: use packageGraph to locate packages instead of _.find
1
refactor
null
807,849
16.02.2018 13:00:19
28,800
2244354f9c247e5d586b0282a981fa7ce3a73bae
refactor: replace _.set with inline defaulting
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const _ = require(\"lodash\");\nconst writeJsonFile = require(\"write-json-file\");\nconst writePkg = require(\"write-pkg\");\n@@ -118,8 +117,10 @@ class InitCommand extends Command {\nif (this.exact) {\n// ensure --exact is preserved for future init com...
JavaScript
MIT License
lerna/lerna
refactor: replace _.set with inline defaulting
1
refactor
null
807,849
16.02.2018 13:00:50
28,800
e6609af95819b46459f49765bb6a35f03b669f4c
refactor: replace _.entries with Object.keys()
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const _ = require(\"lodash\");\nconst async = require(\"async\");\nconst path = require(\"path\");\nconst readPkg = require(\"read-pkg\");\n@@ -21,9 +20,9 @@ function symlinkBinary(srcPackageRef, destPackageRef, callback) {\nconst srcPackage = resolvePac...
JavaScript
MIT License
lerna/lerna
refactor: replace _.entries with Object.keys()
1
refactor
null
807,849
16.02.2018 13:40:45
28,800
cd0d1b5462fac2b582e86a5da1579d9967e1c837
refactor(lerna-add): switch to cli-runner
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const _ = require(\"lodash\");\nconst path = require(\"path\");\n-const execa = require(\"execa\");\nconst globby = require(\"globby\");\nconst loadJson = require(\"load-json-file\");\n+const pMap = require(\"p-map\");\n-const { LERNA_BIN } = require(\"....
JavaScript
MIT License
lerna/lerna
refactor(lerna-add): switch to cli-runner
1
refactor
lerna-add
807,849
16.02.2018 13:43:08
28,800
9ed7f0b5f697f0ad2bedacc5b0ad4afeb286867f
refactor: replace _.escapeRegExp with escape-string-regexp
[ { "change_type": "MODIFY", "diff": "\"conventional-changelog-core\": \"^2.0.3\",\n\"conventional-recommended-bump\": \"^2.0.4\",\n\"dedent\": \"^0.7.0\",\n+ \"escape-string-regexp\": \"^1.0.5\",\n\"execa\": \"^0.9.0\",\n\"find-up\": \"^2.1.0\",\n\"fs-extra\": \"^5.0.0\",\n", "new_path": "package.json", ...
JavaScript
MIT License
lerna/lerna
refactor: replace _.escapeRegExp with escape-string-regexp
1
refactor
null
807,849
16.02.2018 15:41:23
28,800
82498a8e2949b49f3368076c093a141e84509684
chore: remove unused integration-lifecycle fixture
[ { "change_type": "DELETE", "diff": "-{\n- \"packages\": [\n- \"package-*\"\n- ],\n- \"version\": \"1.0.0\"\n-}\n", "new_path": null, "old_path": "test/fixtures/BootstrapCommand/integration-lifecycle/lerna.json" }, { "change_type": "DELETE", "diff": "-index.js\n", "new_path": null, ...
JavaScript
MIT License
lerna/lerna
chore: remove unused integration-lifecycle fixture
1
chore
null
807,849
16.02.2018 16:37:25
28,800
f0c0ac96324e2496069ba8c01a6497e2c0d1a392
chore: test bootstrap git repo check in unit test
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,9 @@ jest.mock(\"../src/utils/npm-install\");\njest.mock(\"../src/utils/npm-run-script\");\njest.mock(\"../src/utils/create-symlink\");\n+const fs = require(\"fs-extra\");\n+const path = require(\"path\");\n+\n// mocked or stubbed modules\nconst FileSystemUtili...
JavaScript
MIT License
lerna/lerna
chore: test bootstrap git repo check in unit test
1
chore
null
807,849
16.02.2018 16:45:39
28,800
199c7524d6939072dc91c76651c164df1ee6ece3
chore: remove integration test already well-covered in units
[ { "change_type": "MODIFY", "diff": "@@ -51,16 +51,3 @@ package-3 cli2 package-2 OK\nexports[`lerna bootstrap from CLI passes remaining arguments + npmClientArgs to npm client 1`] = `install,--production,--no-optional`;\nexports[`lerna bootstrap from CLI passes remaining arguments to npm client 1`] = `instal...
JavaScript
MIT License
lerna/lerna
chore: remove integration test already well-covered in units
1
chore
null
807,849
16.02.2018 16:48:05
28,800
d0d378c2957e0d9497b175a96ab055b33362d873
chore: reduce nesting of lerna-bootstrap test cases
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`lerna bootstrap from CLI --npm-client yarn: lockfiles 1`] = `\n+exports[`lerna bootstrap --npm-client yarn: lockfiles 1`] = `\nArray [\npackage-1/yarn.lock,\npackage-2/yarn.lock,\n@@ -8,7 +8,7 @@ Array [\n]\n`;\n-expor...
JavaScript
MIT License
lerna/lerna
chore: reduce nesting of lerna-bootstrap test cases
1
chore
null
807,849
16.02.2018 17:04:14
28,800
3bb0d7ecdd5d165a550ce8155a7dd7a6e8423fb7
chore: integration tests should only snapshot verbose things
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`lerna bootstrap --npm-client yarn: lockfiles 1`] = `\n-Array [\n- package-1/yarn.lock,\n- package-2/yarn.lock,\n- package-3/yarn.lock,\n-]\n-`;\n-\nexports[`lerna bootstrap --npm-client yarn: stderr 1`] = `\nlerna info...
JavaScript
MIT License
lerna/lerna
chore: integration tests should only snapshot verbose things
1
chore
null
807,849
16.02.2018 17:14:23
28,800
8847e27a2aa15eb44d0538141a8749fe25d04989
integration: remove --onload-script=false
[ { "change_type": "MODIFY", "diff": "exports[`lerna run my-script --parallel: stderr 1`] = `\nlerna info version __TEST_VERSION__\n-lerna info run in 2 package(s): npm run my-script --silent --onload-script=false\n+lerna info run in 2 package(s): npm run my-script --silent\nlerna success run Ran npm script '...
JavaScript
MIT License
lerna/lerna
integration: remove --onload-script=false
1
integration
null
807,849
16.02.2018 17:15:08
28,800
3945eda906718a7e9fcd1b514c6b95455b8a32fa
chore: shuffle around integration test assertion helpers
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,9 @@ const path = require(\"path\");\nconst { LERNA_BIN } = require(\"../helpers/constants\");\nconst initFixture = require(\"../helpers/initFixture\");\n-const serializeTestRoot = (match, testDir, subPath) => normalizePath(path.join(\"__TEST_ROOTDIR__\", subPa...
JavaScript
MIT License
lerna/lerna
chore: shuffle around integration test assertion helpers
1
chore
null
807,849
16.02.2018 17:28:25
28,800
57e9ac2d45991524ef6b7bf609d7cdc2584889d4
chore: remove irrelevant npm scripts in integration fixtures
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"integration\",\n- \"private\": true,\n- \"scripts\": {\n- \"clean\": \"lerna clean --yes\"\n- },\n- \"devDependencies\": {\n- \"lerna\": \"__TEST_PKG_URL__\"\n- }\n+ \"private\": true\n}\n", "new_path": "test/fixtures/CleanCommand/integration/package.js...
JavaScript
MIT License
lerna/lerna
chore: remove irrelevant npm scripts in integration fixtures
1
chore
null
807,849
16.02.2018 17:29:23
28,800
c13ec55094bdda10b81761e80c03ea5644b87bf6
chore: stop interpolating unused file url to packed tarball
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ const callsBack = require(\"./helpers/callsBack\");\nconst initFixture = require(\"./helpers/initFixture\");\nconst loggingOutput = require(\"./helpers/loggingOutput\");\nconst updateLernaConfig = require(\"./helpers/updateLernaConfig\");\n-const LERNA_V...
JavaScript
MIT License
lerna/lerna
chore: stop interpolating unused file url to packed tarball
1
chore
null
807,849
16.02.2018 17:29:53
28,800
2c8b950084f4662c530e016ca4b3fc75a522218a
test: remove preintegration lifecycle script
[ { "change_type": "MODIFY", "diff": "\"scripts\": {\n\"ci\": \"npm test -- --coverage --verbose && npm run integration\",\n\"fix\": \"npm run lint -- --fix\",\n- \"preintegration\": \"npm pack\",\n\"integration\": \"cross-env LC_ALL=en-US NODE_ENV=test jest --config jest.integration.js\",\n\"lint\": \"eslint...
JavaScript
MIT License
lerna/lerna
test: remove preintegration lifecycle script
1
test
null
807,849
16.02.2018 17:30:56
28,800
62eb5e7f8b445984d37fd2afbf385cc65e0366d7
chore: remove irrelevant eslint overrides
[ { "change_type": "MODIFY", "diff": "-/* eslint node/no-unsupported-features: [\"error\", { version: 4 }] */\n-// this file is not transpiled by Jest when required in serializePlaceholders.js\n-\n\"use strict\";\nconst path = require(\"path\");\n", "new_path": "test/helpers/constants.js", "old_path":...
JavaScript
MIT License
lerna/lerna
chore: remove irrelevant eslint overrides
1
chore
null
807,849
16.02.2018 17:45:04
28,800
f0a2a6b474dad43533225a706e28fa3ca973a4e0
chore: don't use mocks in integration tests
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\nexports[`lerna publish fixed mode --conventional-commits recommends versions for each publish 1`] = `\n+Array [\nChanges:\n- package-1: 1.0.0 => 1.0.1\n- package-2: 1.0.0 => 1.0.1\n-\n+,\nChanges:\n- package-1: 1.0.1 => 1.1.0\n-...
JavaScript
MIT License
lerna/lerna
chore: don't use mocks in integration tests
1
chore
null
807,849
16.02.2018 17:46:28
28,800
9dbb9d66a7bee47eafaf632b7e0633ea351b3643
chore: add --ci to jest executions in ci lifecycle
[ { "change_type": "MODIFY", "diff": "\"src\"\n],\n\"scripts\": {\n- \"ci\": \"npm test -- --coverage --verbose && npm run integration\",\n+ \"ci\": \"npm test -- --ci --coverage --verbose && npm run integration -- --ci\",\n\"fix\": \"npm run lint -- --fix\",\n\"integration\": \"cross-env LC_ALL=en-US NODE_EN...
JavaScript
MIT License
lerna/lerna
chore: add --ci to jest executions in ci lifecycle
1
chore
null
807,849
16.02.2018 17:54:37
28,800
f0ca38f075a5b9d4061019df9dcfcc3df6d4373a
test: don't re-test conventional-recommended-bump for them
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`lerna publish fixed mode --conventional-commits recommends versions for each publish 1`] = `\n-Array [\n-\n-Changes:\n- - package-1: 1.0.0 => 1.0.1\n- - package-2: 1.0.0 => 1.0.1\n-,\n-\n-Changes:\n- - package-1: 1.0.1...
JavaScript
MIT License
lerna/lerna
test: don't re-test conventional-recommended-bump for them
1
test
null
807,849
16.02.2018 17:56:56
28,800
7f4702d2deae8972b715d2df31d277f8269666dc
chore: don't test yet another integration well-covered by units
[ { "change_type": "MODIFY", "diff": "@@ -470,14 +470,3 @@ Changes:\n- package-5: 1.0.0 => 1.1.0-alpha.SHA (private)\n`;\n-\n-exports[`lerna publish uses meta suffix from canary flag: stdout 1`] = `\n-\n-Changes:\n- - package-1: 1.0.0 => 1.1.0-beta.SHA\n- - package-2: 1.0.0 => 1.1.0-beta.SHA\n- - package-3: 1...
JavaScript
MIT License
lerna/lerna
chore: don't test yet another integration well-covered by units
1
chore
null
807,849
16.02.2018 18:19:28
28,800
ba794660e66242bff7bbd04397c5932468d6769a
chore: DRY up integration tests with cli-runner
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const execa = require(\"execa\");\n+const { LERNA_BIN } = require(\"./constants\");\n+\n+module.exports = runner;\n+\n+function runner(cwd, env) {\n+ const opts = {\n+ cwd,\n+ env: Object.assign({ CI: true }, env),\n+ };\n+\n+ return (...args) => execa(...
JavaScript
MIT License
lerna/lerna
chore: DRY up integration tests with cli-runner
1
chore
null
815,745
16.02.2018 21:05:18
-7,200
f94f4e6a0225b4a076cf38a5caffde19c1a5c7c3
fix: IE styling issues
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,7 @@ $color-selected: #f5faff;\nleft: 0;\npadding-left: 10px;\npadding-right: 50px;\n+ top: 5px;\n}\n}\n}\n@@ -112,6 +113,7 @@ $color-selected: #f5faff;\npadding-left: 3px;\n}\n.ng-placeholder {\n+ top: 5px;\npadding-bottom: 5px;\npadding-left: 3px;\n}\n", ...
TypeScript
MIT License
ng-select/ng-select
fix: IE styling issues
1
fix
null
679,913
17.02.2018 01:12:42
0
6f6e7e5be3cc7879285e0ca9703005a642f296be
feat(atom): add getIn/setIn/updateIn
[ { "change_type": "MODIFY", "diff": "import { isArray } from \"@thi.ng/checks/is-array\";\nimport { isString } from \"@thi.ng/checks/is-string\";\n+import { SwapFn } from \"./api\";\n+\nfunction compS(k, f) {\nreturn (s, v) => ({ ...s, [k]: f((s || {})[k], v) });\n}\n@@ -91,3 +93,52 @@ export function setter...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add getIn/setIn/updateIn
1
feat
atom
679,913
17.02.2018 14:28:12
0
398c32af1cac98db5db7623ba6af10767ef697b9
refactor(atom): don't mutate getter/setter path args, update updateIn
[ { "change_type": "MODIFY", "diff": "@@ -34,9 +34,9 @@ function compG(k, f) {\n*/\nexport function getter(path: PropertyKey | PropertyKey[]) {\nconst ks = isArray(path) ? path : isString(path) ? path.split(\".\") : [path];\n- const kl = ks.pop();\n+ const kl = ks[ks.length - 1];\nlet f = (s) => s ? s[kl] : u...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): don't mutate getter/setter path args, update updateIn
1
refactor
atom
679,913
17.02.2018 14:30:00
0
b5ee8e45e76c760cb2d746888fe8b248c8175350
refactor(atom): use as default History predicate
[ { "change_type": "MODIFY", "diff": "import { Predicate2, Watch } from \"@thi.ng/api/api\";\n+import { equiv } from \"@thi.ng/api/equiv\";\nimport { IAtom, SwapFn } from \"./api\";\n@@ -22,12 +23,12 @@ export class History<T> implements\n/**\n* @param state parent state\n* @param maxLen max size of undo stac...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): use @thi.ng/api/equiv as default History predicate
1
refactor
atom
679,913
17.02.2018 14:31:14
0
7d50c1ca27402c883d4a376e456f07a3c42d2cb0
refactor(examples): simplify todo atom handling
[ { "change_type": "MODIFY", "diff": "*/\nimport { IObjectOf } from \"@thi.ng/api/api\";\n-import { equiv } from \"@thi.ng/api/equiv\";\nimport * as atom from \"@thi.ng/atom\";\nimport { start } from \"@thi.ng/hiccup-dom/start\";\nimport { iterator } from \"@thi.ng/transducers/iterator\";\n@@ -25,16 +24,16 @@...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): simplify todo atom handling
1
refactor
examples
679,913
17.02.2018 22:43:18
0
fbc819edb027fa01512e19be8d54187cd69e6f14
fix(atom): empty path handling getter/setter
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,10 @@ function compG(k, f) {\nreturn (s) => s ? f(s[k]) : undefined;\n}\n+function toPath(path: PropertyKey | PropertyKey[]) {\n+ return isArray(path) ? path : isString(path) ? path.split(\".\") : [path];\n+}\n+\n/**\n* Composes a getter function for given ne...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(atom): empty path handling getter/setter
1
fix
atom
679,913
17.02.2018 22:43:53
0
b593a9b903f71095c49d76dc18e8bf2e4a5371b5
feat(atom): add deleteIn()
[ { "change_type": "MODIFY", "diff": "@@ -164,3 +164,24 @@ export function updateIn(state: any, path: PropertyKey | PropertyKey[], fn: Swap\nreturn setter(path)(state, fn.apply(null, args));\n}\n+/**\n+ * Uses `updateIn()` and returns updated state with key for given path removed.\n+ * Does not modify origina...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(atom): add deleteIn()
1
feat
atom
679,913
17.02.2018 23:02:36
0
2e34f389ac455be5f42a1cd616c3e5e872b431a7
refactor(atom): update history reset/swap, record before applying val
[ { "change_type": "MODIFY", "diff": "@@ -85,8 +85,8 @@ export class History<T> implements\n*/\nreset(val: T) {\nconst prev = this.state.deref();\n- this.state.reset(val);\nthis.changed(prev, val) && this.record(prev);\n+ this.state.reset(val);\nreturn val;\n}\n@@ -98,10 +98,7 @@ export class History<T> imple...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): update history reset/swap, record before applying val
1
refactor
atom
679,913
18.02.2018 14:23:30
0
63a4953027381266009040f69496a344430a5c2c
refactor(transducers): add/update range2d/range3d arity handling
[ { "change_type": "MODIFY", "diff": "import { range } from \"./range\";\n+export function range2d(toX: number, toY: number): IterableIterator<[number, number]>;\nexport function range2d(fromX: number, toX: number, fromY: number, toY: number): IterableIterator<[number, number]>;\nexport function range2d(fromX...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): add/update range2d/range3d arity handling
1
refactor
transducers
807,849
18.02.2018 18:04:15
28,800
e93970458d1bc75c4b14de5ec45b73a1fd985406
refactor: splitVersion -> npm-package-arg
[ { "change_type": "MODIFY", "diff": "const path = require(\"path\");\nconst dedent = require(\"dedent\");\n+const npa = require(\"npm-package-arg\");\nconst packageJson = require(\"package-json\");\nconst readPkg = require(\"read-pkg\");\nconst semver = require(\"semver\");\n@@ -9,7 +10,6 @@ const writePkg =...
JavaScript
MIT License
lerna/lerna
refactor: splitVersion -> npm-package-arg
1
refactor
null
807,849
18.02.2018 18:18:37
28,800
d2f6d1b579202c97903cafc85043bdc1ec68ad36
chore: rename src/utils camelCase -> kebab-case
[ { "change_type": "MODIFY", "diff": "@@ -9,12 +9,12 @@ const GitUtilities = require(\"./GitUtilities\");\nconst GitVersionParser = require(\"./GitVersionParser\");\nconst PackageGraph = require(\"./PackageGraph\");\nconst Repository = require(\"./Repository\");\n-const writeLogFile = require(\"./utils/writeL...
JavaScript
MIT License
lerna/lerna
chore: rename src/utils camelCase -> kebab-case
1
chore
null
679,913
18.02.2018 19:53:12
0
48f8bb857b29f19edf046756b1c73c882a7ef270
fix(transducers): update imports `step()`
[ { "change_type": "MODIFY", "diff": "import { Transducer } from \"./api\";\nimport { push } from \"./rfn/push\";\n-import { isReduced } from \"./index\";\n+import { isReduced } from \"./reduced\";\n/**\n* Single-step transducer execution wrapper.\n", "new_path": "packages/transducers/src/step.ts", "o...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(transducers): update imports `step()`
1
fix
transducers
679,913
18.02.2018 19:53:48
0
d7b1d0dfaae2af7d4c0d93eecde79cdc5f008a92
feat(transducers): add movingMedian() xform
[ { "change_type": "ADD", "diff": "+import { Comparator } from \"@thi.ng/api/api\";\n+import { compare } from \"@thi.ng/api/compare\";\n+\n+import { Transducer } from \"../api\";\n+import { comp } from \"../func/comp\";\n+import { identity } from \"../func/identity\";\n+\n+import { map } from \"./map\";\n+imp...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add movingMedian() xform
1
feat
transducers
679,913
18.02.2018 19:55:04
0
ab8a85583cadba5e7e524ad586247004044ca042
feat(transducers): add convolve2d xform & types
[ { "change_type": "MODIFY", "diff": "@@ -16,4 +16,8 @@ export interface StructField extends Array<any> {\n[2]?: Fn<any[], any>;\n}\n+export type ConvolutionKernel1D = [number, number][];\n+export type ConvolutionKernel2D = [number, [number, number]][];\n+export type ConvolutionKernel3D = [number, [number, nu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add convolve2d xform & types
1
feat
transducers
679,913
18.02.2018 19:58:48
0
d023bd5fde8c13d50f6a21dd15656dfaf1ae95df
chore(transducers): update re-exports, readme
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ Lightweight transducer implementations for ES6 / TypeScript (~24KB minified, ful\n## About\n-This library provides altogether ~85 transducers, reducers and sequence\n+This library provides altogether ~90 transducers, reducers and sequence\ngenerators (it...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(transducers): update re-exports, readme
1
chore
transducers
679,913
18.02.2018 20:08:27
0
d6d3310d404eb4bad4be7f6c830d9553318c300d
feat(examples): add cellular automata example
[ { "change_type": "ADD", "diff": "+# Cellular automata\n+\n+[Live demo](http://demo.thi.ng/umbrella/cellular-automata/)\n+\n+```\n+git clone https://github.com/thi-ng/umbrella.git\n+cd umbrella/examples/cellular-automata\n+yarn install\n+yarn dev\n+```\n+\n+Once webpack has completed building, refresh your b...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add cellular automata example
1
feat
examples
679,913
18.02.2018 20:24:22
0
5c106cfa3df7b37eea277ae32c416861e90b907a
docs(examples): add more CA config links
[ { "change_type": "MODIFY", "diff": "@@ -17,3 +17,6 @@ Once webpack has completed building, refresh your browser...\n- [Maze](http://demo.thi.ng/umbrella/cellular-automata/#000100000-001110000)\n- [Disappearing maze](http://demo.thi.ng/umbrella/cellular-automata/#000111111-000001111)\n- [Blobs](http://demo.t...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): add more CA config links
1
docs
examples
679,913
18.02.2018 20:36:18
0
ca1caae51652784ea7d8cbb8d9188405d895acf0
refactor(rstream): don't throw in unsubscribe() if no parent
[ { "change_type": "MODIFY", "diff": "@@ -81,9 +81,8 @@ export class Subscription<A, B> implements\nif (!sub) {\nif (this.parent) {\nreturn this.parent.unsubscribe(this);\n- } else {\n- throw new Error(\"subscription has no parent\");\n}\n+ return true;\n}\nif (this.subs) {\nDEBUG && console.log(this.id, \"un...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream): don't throw in unsubscribe() if no parent
1
refactor
rstream
679,913
18.02.2018 20:49:48
0
4942e2ea232878a08a3189ffd60bb38192ec109b
feat(rstream): fix support infinite StreamMerge's, update ctor BREAKING CHANGE: StreamMerge ctor now accepts an options object only (`StreamMergeOpts`).
[ { "change_type": "MODIFY", "diff": "@@ -74,11 +74,13 @@ setTimeout(()=> raf.done(), 10000);\n### Stream merging\n```typescript\n-new rs.StreamMerge([\n+new rs.StreamMerge({\n+ src: [\nrs.fromEvent(document, \"mousemove\"),\nrs.fromEvent(document, \"mousedown\"),\nrs.fromEvent(document, \"mouseup\"),\n-])\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): fix #8, support infinite StreamMerge's, update ctor BREAKING CHANGE: StreamMerge ctor now accepts an options object only (`StreamMergeOpts`).
1
feat
rstream
679,913
18.02.2018 20:56:16
0
5a728cb974552696458f70170d6137fefea9d90e
refactor(rstream-log): update Logger ctor due to changes in StreamMerge mark Logger instance as infinite stream merge (non-closing)
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export class Logger extends StreamMerge<LogEntry, LogEntry> implements\nsrc = args[1];\nlevel = args[2] !== undefined ? args[2] : level;\n}\n- super(src, id);\n+ super({ src, id, close: false });\nthis.level = level;\n}\n", "new_path": "packages/rstr...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream-log): update Logger ctor due to changes in StreamMerge - mark Logger instance as infinite stream merge (non-closing)
1
refactor
rstream-log
679,913
18.02.2018 22:51:30
0
fde83d599b8834951ed7d4dd3b23807bdba18470
build(examples): update example deps
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"^3.11.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^2.0.2\",\n- \"@thi.ng/hiccup-dom\": \"^1.0.4\",\n- \"@thi.ng/rstream\": \"^0.9.4\",\n- \"@thi.ng/transducers\": \"^1.1.0\"\n+ \"@thi.ng/api\": \"^2.0.3\",\n+ \"@thi.ng/hiccup-dom\": \"^1.0.5\",\n+ \"...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update example deps
1
build
examples
679,913
18.02.2018 23:14:12
0
df93af6d9efd39f2ad58678755b0ba35e9ff44bc
feat(examples): add randomize buttons (CA)
[ { "change_type": "MODIFY", "diff": "@@ -15,19 +15,29 @@ import { partition } from \"@thi.ng/transducers/xform/partition\";\nconst W = 128;\nconst H = 48;\n+let grid;\n+let rules;\n// 3x3 convolution kernel (Moore neighborhood)\nconst kernel = buildKernel2d([1, 1, 1, 1, 0, 1, 1, 1, 1], 3, 3);\n-// seed grid ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add randomize buttons (CA)
1
feat
examples
807,849
19.02.2018 12:20:04
28,800
c78ba56aee7ce3ab42715e50ea8d5fc317ba4006
refactor(VersionSerializer): inline parser, use npm-package-arg GitVersionParser is now just an instance method of VersionSerializer, with full coverage and more robust npm-package-arg usage.
[ { "change_type": "MODIFY", "diff": "\"glob-parent\": \"^3.1.0\",\n\"globby\": \"^7.1.1\",\n\"graceful-fs\": \"^4.1.11\",\n- \"hosted-git-info\": \"^2.5.0\",\n\"import-local\": \"^1.0.0\",\n\"inquirer\": \"^5.1.0\",\n\"is-ci\": \"^1.0.10\",\n", "new_path": "package.json", "old_path": "package.json" ...
JavaScript
MIT License
lerna/lerna
refactor(VersionSerializer): inline parser, use npm-package-arg GitVersionParser is now just an instance method of VersionSerializer, with full coverage and more robust npm-package-arg usage.
1
refactor
VersionSerializer
807,849
19.02.2018 13:04:38
28,800
6efe31b0c6e971a4959b8d17013de23e6dfa3ee8
refactor(LsCommand): use command lifecycle, instance methods
[ { "change_type": "MODIFY", "diff": "@@ -36,36 +36,59 @@ class LsCommand extends Command {\n}\ninitialize(callback) {\n- // Nothing to do...\n- callback(null, true);\n- }\n-\n- execute(callback) {\n- const formattedPackages = this.filteredPackages.map(pkg => ({\n+ this.resultList = this.filteredPackages.map(...
JavaScript
MIT License
lerna/lerna
refactor(LsCommand): use command lifecycle, instance methods
1
refactor
LsCommand
807,849
19.02.2018 13:06:49
28,800
407cae62cfbc5eddb10eca3095c112bea3b0a976
fix(LsCommand): add 'list' alias
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,9 @@ exports.handler = function handler(argv) {\nexports.command = \"ls\";\n-exports.describe = \"List all public packages\";\n+exports.aliases = [\"list\"];\n+\n+exports.describe = \"List local packages\";\nexports.builder = {\njson: {\n", "new_path": "s...
JavaScript
MIT License
lerna/lerna
fix(LsCommand): add 'list' alias
1
fix
LsCommand
679,913
19.02.2018 13:32:30
0
511c4980a38b82e86c1351132d33147f1160ef4b
feat(hiccup-dom-components): initial import
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/hiccup-dom-components/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ h...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-dom-components): initial import
1
feat
hiccup-dom-components
679,913
19.02.2018 13:34:20
0
2394396e490b41e7a99c6b19a94e3a2f16815dc8
feat(examples): add CA presets, refactor rule handling
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^2.0.3\",\n\"@thi.ng/hiccup-dom\": \"^1.0.5\",\n+ \"@thi.ng/hiccup-dom-components\": \"^0.0.1\",\n\"@thi.ng/rstream\": \"^1.0.0\",\n\"@thi.ng/transducers\": \"^1.2.0\"\n}\n", "new_path": "examples/cellular-automata/package.json"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add CA presets, refactor rule handling
1
feat
examples
679,913
19.02.2018 13:44:20
0
ac831234786db57a3e49fd19b6fccf35667ee82b
build(hiccup-dom-components): add missing deps
[ { "change_type": "MODIFY", "diff": "\"typescript\": \"^2.7.2\",\n\"webpack\": \"^3.11.0\"\n},\n- \"dependencies\": {},\n+ \"dependencies\": {\n+ \"@thi.ng/checks\": \"^1.2.1\",\n+ \"@thi.ng/hiccup\": \"^1.0.2\"\n+ },\n\"keywords\": [\n\"ES6\",\n\"typescript\"\n", "new_path": "packages/hiccup-dom-compone...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(hiccup-dom-components): add missing deps
1
build
hiccup-dom-components
679,913
19.02.2018 13:49:26
0
3627087baec94553412e112ece15c0113dd2e349
docs: add hiccup-dom-components to main readme
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ All packages are:\n| [`@thi.ng/diff`](./packages/diff) | [![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/diff.svg)](https://www.npmjs.com/package/@thi.ng/diff) | [changelog](./packages/diff/CHANGELOG.md) |\n| [`@thi.ng/hiccup`](./packages/hiccup) |...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add hiccup-dom-components to main readme
1
docs
null
679,913
19.02.2018 13:54:58
0
9c8e877ac7069da73a68307e120a30444830f523
build(examples): update CA deps
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^2.0.3\",\n\"@thi.ng/hiccup-dom\": \"^1.0.5\",\n- \"@thi.ng/hiccup-dom-components\": \"^0.0.1\",\n- \"@thi.ng/rstream\": \"^1.0.0\",\n+ \"@thi.ng/hiccup-dom-components\": \"^0.1.0\",\n\"@thi.ng/transducers\": \"^1.2.0\"\n}\n}\n\\ No...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update CA deps
1
build
examples
679,913
19.02.2018 14:04:13
0
77c95322ebeea91ff7ec56905e8d807ddd44e6ae
refactor(examples): update webgl demo re-use canvas component from hiccup-dom-components
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"^3.11.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/hiccup-dom\": \"^1.0.5\"\n+ \"@thi.ng/hiccup-dom\": \"^1.0.5\",\n+ \"@thi.ng/hiccup-dom-components\": \"^0.1.0\"\n}\n}\n\\ No newline at end of file\n", "new_path": "examples/webgl/package.json", "old_...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update webgl demo - re-use canvas component from hiccup-dom-components
1
refactor
examples
815,745
19.02.2018 14:23:03
-7,200
d0295fa94f62c08f810b236113f374998fd73055
feat(tags): support promise while creating new tag * feat(tags): support promise while creating new tag closes
[ { "change_type": "MODIFY", "diff": "@@ -119,27 +119,27 @@ map: {\n## API\n| Input | Type | Default | Required | Description |\n| ------------- | ------------- | ------------- | ------------- | ------------- |\n-| [items] | Array<NgOption> | `[]` | yes | Items array |\n-| bindLabel | string | `label` | no | ...
TypeScript
MIT License
ng-select/ng-select
feat(tags): support promise while creating new tag (#273) * feat(tags): support promise while creating new tag closes #220
1
feat
tags
679,913
19.02.2018 15:52:22
0
193058d54678f76da88ceaec88bd427f8e327b7c
feat(transducers): add lookup1d/2d/3d helpers, update re-exports
[ { "change_type": "ADD", "diff": "+/**\n+ * Returns function accepting a single index arg used to\n+ * lookup value in given array. No bounds checks are done.\n+ *\n+ * ```\n+ * [...iterator(map(lookup1d([10, 20, 30])), [2,0,1])]\n+ * // [ 30, 10, 20 ]\n+ * ```\n+ *\n+ * @param src source data\n+ */\n+export...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add lookup1d/2d/3d helpers, update re-exports
1
feat
transducers
679,913
19.02.2018 15:58:05
0
9b664d253ce2a7fc70756bcdf91e516e4e7dbbd9
refactor(examples): simplify CA transducers, update rule format/handling
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,9 @@ import { start } from \"@thi.ng/hiccup-dom\";\nimport { dropdown, DropDownOption } from \"@thi.ng/hiccup-dom-components/dropdown\";\nimport { transduce } from \"@thi.ng/transducers/transduce\";\n+import { step } from \"@thi.ng/transducers/step\";\nimport {...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): simplify CA transducers, update rule format/handling
1
refactor
examples
679,913
19.02.2018 15:59:25
0
31a4710aa72d24b152ca43c4e08ff6dd2a10a45c
build(examples): update CA deps (transducers)
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/api\": \"^2.0.3\",\n\"@thi.ng/hiccup-dom\": \"^1.0.5\",\n\"@thi.ng/hiccup-dom-components\": \"^0.1.0\",\n- \"@thi.ng/transducers\": \"^1.2.0\"\n+ \"@thi.ng/transducers\": \"^1.3.0\"\n}\n}\n\\ No newline at end of file\n", "new_path": "examples/cellular-autom...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(examples): update CA deps (transducers)
1
build
examples
807,849
19.02.2018 18:31:01
28,800
42dc70c10a1126752ca9087709c9ec59e5d88d2f
fix: move --registry option to commands that use it
[ { "change_type": "MODIFY", "diff": "@@ -61,11 +61,6 @@ const builder = {\nInclude all transitive dependencies when running a command, regardless of --scope, --since or --ignore.\n`,\n},\n- registry: {\n- describe: \"Use the specified registry for all npm client operations.\",\n- type: \"string\",\n- require...
JavaScript
MIT License
lerna/lerna
fix: move --registry option to commands that use it
1
fix
null
815,745
19.02.2018 21:38:07
-7,200
f3cfc7acd8e95eaf060e5e1423d24db9e967dba2
feat(template): expose label in ng-label-tmp closes
[ { "change_type": "MODIFY", "diff": "<ng-template\n[ngTemplateOutlet]=\"labelTemplate || defaultLabelTemplate\"\n- [ngTemplateOutletContext]=\"{ item: item.value, clear: clearItem }\">\n+ [ngTemplateOutletContext]=\"{ item: item.value, clear: clearItem, label: item.label }\">\n</ng-template>\n</div>\n", ...
TypeScript
MIT License
ng-select/ng-select
feat(template): expose label in ng-label-tmp closes #274
1
feat
template
791,690
20.02.2018 13:16:31
28,800
2796bbd98f6ba6a5a902a70c19558f11ede34717
extension: fix issue where gatheres cannot be found
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ gulp.task('browserify-lighthouse', () => {\nbundle = bundle.require(audit, {expose: audit.replace(corePath, '../')});\n});\ngatherers.forEach(gatherer => {\n- bundle = bundle.require(gatherer, {expose: gatherer.replace(driverPath, './')});\n+ bundle = ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: fix issue where gatheres cannot be found (#4592)
1
extension
null
791,690
20.02.2018 13:26:19
28,800
ee98193ee97ff81ed9142421cc468f32626b8463
docs(programmatic): add caveat about removing artifacts
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,11 @@ const chromeLauncher = require('chrome-launcher');\nfunction launchChromeAndRunLighthouse(url, opts, config = null) {\nreturn chromeLauncher.launch({chromeFlags: opts.chromeFlags}).then(chrome => {\nopts.port = chrome.port;\n- return lighthouse(url, opt...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(programmatic): add caveat about removing artifacts (#4540)
1
docs
programmatic
791,719
20.02.2018 18:00:21
28,800
860550870a3e9959d5efcbb8fac14eb93bcbda98
core(seo): link to "meta description" reference
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ class Description extends Audit {\nfailureDescription: 'Document does not have a meta description',\nhelpText: 'Meta descriptions may be included in search results to concisely summarize ' +\n'page content. ' +\n- '[Learn more](https://support.google.com...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(seo): link to "meta description" reference (#4566)
1
core
seo
791,719
21.02.2018 11:57:59
28,800
429fff796de2217f7c2b0c9a0273fd6d0ecec856
report: add docs link to bootup-time audit
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,9 @@ class BootupTime extends Audit {\nname: 'bootup-time',\ndescription: 'JavaScript boot-up time',\nfailureDescription: 'JavaScript boot-up time is too high',\n- helpText: 'Consider reducing the time spent parsing, compiling and executing JS. ' +\n- 'You ma...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add docs link to bootup-time audit (#4537)
1
report
null
791,731
21.02.2018 13:44:41
28,800
7226fcd8dd9fc2422f15180b6e83b5925a1a24d9
docs(headless-chrome): switch to prioritize headless
[ { "change_type": "MODIFY", "diff": "# Running Lighthouse using headless Chrome\n-For now, we recommend running Chrome with xvfb. See below.\n+## CLI (headless)\n+\n+Setup:\n+\n+```sh\n+# get node 6\n+curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - &&\\\n+sudo apt-get install -y nodejs\n+\n+# ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(headless-chrome): switch to prioritize headless (#4553)
1
docs
headless-chrome
807,849
21.02.2018 18:49:23
28,800
ede6f5f055bf0821ae635e52ac9d6c590f514812
refactor(BootstrapCommand): use more package graph during hoist Removes src/util/has-matching-dependency.js Adds non-matching semver local nodes to externalDependencies map
[ { "change_type": "MODIFY", "diff": "@@ -129,6 +129,9 @@ class PackageGraph extends Map {\n// a local file: specifier OR a matching semver\ncurrentNode.localDependencies.set(depName, resolved);\ndepNode.localDependents.set(currentName, currentNode);\n+ } else {\n+ // non-matching semver of a local dependency...
JavaScript
MIT License
lerna/lerna
refactor(BootstrapCommand): use more package graph during hoist - Removes src/util/has-matching-dependency.js - Adds non-matching semver local nodes to externalDependencies map
1
refactor
BootstrapCommand
807,849
21.02.2018 18:54:01
28,800
d9acaee95540240296efc62024fd6d7ddd1888ad
refactor(PackageGraph): simplify constructor signature
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,7 @@ class Command {\ntry {\nthis.packages = collectPackages({ rootPath, packageConfigs });\n- this.packageGraph = new PackageGraph(this.packages, { graphType: \"allDependencies\" });\n+ this.packageGraph = new PackageGraph(this.packages);\nthis.filteredPac...
JavaScript
MIT License
lerna/lerna
refactor(PackageGraph): simplify constructor signature
1
refactor
PackageGraph
807,849
21.02.2018 18:56:19
28,800
228979cb04c7ecb4a18316ed96c9d1c9aca0844d
refactor(PackageGraph): move satisfies() method into node
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,17 @@ class PackageGraphNode {\nthrow new Error(`unknown property \"${degreeType}\"`);\n}\n}\n+\n+ /**\n+ * Determine if the Node satisfies a resolved semver range.\n+ * @see https://github.com/npm/npm-package-arg#result-object\n+ *\n+ * @param {!Result} reso...
JavaScript
MIT License
lerna/lerna
refactor(PackageGraph): move satisfies() method into node
1
refactor
PackageGraph
807,849
21.02.2018 18:57:49
28,800
f063950336e4c5a069208326bfa470780e3a3973
refactor(Package): remove unused allDependencies getter
[ { "change_type": "MODIFY", "diff": "@@ -69,11 +69,6 @@ class Package {\nreturn pkg.peerDependencies;\n},\n},\n- allDependencies: {\n- get() {\n- return Object.assign({}, pkg.devDependencies, pkg.dependencies);\n- },\n- },\n// immutable\nbin: {\nvalue:\n", "new_path": "src/Package.js", "old_path": "s...
JavaScript
MIT License
lerna/lerna
refactor(Package): remove unused allDependencies getter
1
refactor
Package
807,849
21.02.2018 18:58:10
28,800
8122745d2ebb70f93420641bb61e401cf9a69dee
refactor(Repository): remove unused nodeModulesLocation getter
[ { "change_type": "MODIFY", "diff": "@@ -49,10 +49,6 @@ class Repository {\nreturn this.lernaJson.version;\n}\n- get nodeModulesLocation() {\n- return path.join(this.rootPath, \"node_modules\");\n- }\n-\nget packageConfigs() {\nif (this.lernaJson.useWorkspaces) {\nif (!this.packageJson.workspaces) {\n", ...
JavaScript
MIT License
lerna/lerna
refactor(Repository): remove unused nodeModulesLocation getter
1
refactor
Repository
448,043
21.02.2018 20:22:40
-46,800
9baa0bc8ce95d49fa6cbb2066d254bf1e521976c
fix: pass 'setParentNodes' when calling 'createCompilerHost'
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,8 @@ export function createCompilerHostForSynthesizedSourceFiles(\nsourceFiles: ts.SourceFile[],\ncompilerOptions: ts.CompilerOptions\n): ts.CompilerHost {\n- const wrapped = ts.createCompilerHost(compilerOptions);\n+ // FIX(#625): pass `setParentNodes` to th...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: pass 'setParentNodes' when calling 'createCompilerHost' (#625)
1
fix
null
815,745
21.02.2018 21:47:55
-7,200
8a23b710b8075b73ef838799aafddfb26a602cb9
fix: mark first item when selected is not among options fixes
[ { "change_type": "MODIFY", "diff": "@@ -123,8 +123,9 @@ export class ItemsList {\nreturn;\n}\n- if (this._lastSelectedItem) {\n- this._markedIndex = this._filteredItems.indexOf(this._lastSelectedItem);\n+ const indexOfLastSelected = this._filteredItems.indexOf(this._lastSelectedItem);\n+ if (this._lastSelec...
TypeScript
MIT License
ng-select/ng-select
fix: mark first item when selected is not among options (#281) fixes #278
1
fix
null
815,745
22.02.2018 18:47:48
-7,200
a5e2d1674f9072a0587f14ecde759fc37573ba61
feat(ng-option): support for disabled attribute closes
[ { "change_type": "MODIFY", "diff": "@@ -65,12 +65,14 @@ import { Observable } from 'rxjs/Observable';\n<p>\nIf you have simple use case, you can omit items array and bind options directly in html using <b>ng-option</b> component.\n</p>\n+ <button type=\"button\" class=\"btn btn-secondary btn-sm\" (click)=\"...
TypeScript
MIT License
ng-select/ng-select
feat(ng-option): support for disabled attribute (#280) closes #236
1
feat
ng-option
573,195
23.02.2018 10:58:20
28,800
0919f26db5d5614c0b2fa2567ac2ed43ee70b6d5
fix: send numbers or bools as payloads
[ { "change_type": "MODIFY", "diff": "@@ -295,9 +295,23 @@ function patch(Response) {\n*/\nResponse.prototype.send = function send(code, body, headers) {\nvar self = this;\n- var args = Array.prototype.slice.call(arguments);\n- args.push(true); // Append format = true to __send invocation\n- return self.__sen...
JavaScript
MIT License
restify/node-restify
fix: send numbers or bools as payloads (#1609)
1
fix
null
807,849
23.02.2018 12:50:18
28,800
0782fd75378afb242a1ce2cccc8c2052bcde1d51
refactor(UpdatedPackagesCollector): extract utils/get-forced-packages
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ const path = require(\"path\");\nconst semver = require(\"semver\");\nconst GitUtilities = require(\"./GitUtilities\");\n+const getForcedPackages = require(\"./utils/get-forced-packages\");\nclass Update {\nconstructor(pkg) {\n@@ -12,27 +13,6 @@ class Upda...
JavaScript
MIT License
lerna/lerna
refactor(UpdatedPackagesCollector): extract utils/get-forced-packages
1
refactor
UpdatedPackagesCollector
807,849
23.02.2018 12:52:51
28,800
2f759825829fe459081ce884bf1c5aa8ec6f78f3
refactor(GitUtilities): diffSinceIn() should slash() location path
[ { "change_type": "MODIFY", "diff": "@@ -134,7 +134,8 @@ function describeTag(ref, opts) {\n}\nfunction diffSinceIn(since, location, opts) {\n- const formattedLocation = path.relative(opts.cwd, location).replace(/\\\\/g, \"/\");\n+ const formattedLocation = slash(path.relative(opts.cwd, location));\n+\nlog.s...
JavaScript
MIT License
lerna/lerna
refactor(GitUtilities): diffSinceIn() should slash() location path
1
refactor
GitUtilities
807,849
23.02.2018 13:04:09
28,800
78da241a4f327b6759ad627c4e3ee235bf3cb193
refactor(UpdatedPackagesCollector): extract utils/make-diff-predicate
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const minimatch = require(\"minimatch\");\n-const path = require(\"path\");\nconst semver = require(\"semver\");\nconst GitUtilities = require(\"./GitUtilities\");\nconst getForcedPackages = require(\"./utils/get-forced-packages\");\n+const makeDiffPredi...
JavaScript
MIT License
lerna/lerna
refactor(UpdatedPackagesCollector): extract utils/make-diff-predicate
1
refactor
UpdatedPackagesCollector
807,849
23.02.2018 13:06:04
28,800
12c2976d3d033d60c1ed475dbe3bbae92ce18cd8
refactor(UpdatedPackagesCollector): extract utils/collect-dependents
[ { "change_type": "MODIFY", "diff": "const semver = require(\"semver\");\nconst GitUtilities = require(\"./GitUtilities\");\n+const collectDependents = require(\"./utils/collect-dependents\");\nconst getForcedPackages = require(\"./utils/get-forced-packages\");\nconst makeDiffPredicate = require(\"./utils/ma...
JavaScript
MIT License
lerna/lerna
refactor(UpdatedPackagesCollector): extract utils/collect-dependents
1
refactor
UpdatedPackagesCollector
807,849
23.02.2018 13:07:49
28,800
f4bc1cbead302c64cdc25999423b6e88daeee382
refactor(GitUtilities): diffSinceIn() expects a committish, not name@version
[ { "change_type": "MODIFY", "diff": "@@ -133,14 +133,14 @@ function describeTag(ref, opts) {\nreturn description;\n}\n-function diffSinceIn(since, location, opts) {\n+function diffSinceIn(committish, location, opts) {\nconst formattedLocation = slash(path.relative(opts.cwd, location));\n- log.silly(\"diffSin...
JavaScript
MIT License
lerna/lerna
refactor(GitUtilities): diffSinceIn() expects a committish, not name@version
1
refactor
GitUtilities
679,913
23.02.2018 13:34:11
0
f0fdfa10686c28e2765763cb839354b6b003982d
feat(transducers): add deepTransform & mapDeep xform
[ { "change_type": "MODIFY", "diff": "+import { IObjectOf } from \"@thi.ng/api/api\";\nimport { Reduced } from \"./reduced\";\nexport type Fn<A, B> = (x: A) => B;\n@@ -20,4 +21,9 @@ export type ConvolutionKernel1D = [number, number][];\nexport type ConvolutionKernel2D = [number, [number, number]][];\nexport t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add deepTransform & mapDeep xform
1
feat
transducers
679,913
23.02.2018 13:47:56
0
223669b1e9ec1e76c5f36b2699ae57a61892ecba
test(transducers): add tests
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ import { TransformSpec } from \"../api\";\n* // source object to be transformed\n* src = {\n* meta: {\n- * author: { name: \"Alice\", email: \"a@.b.com\" },\n+ * author: { name: \"Alice\", email: \"a@b.com\" },\n* date: 1041510896000\n* },\n* type: \"pos...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(transducers): add tests
1
test
transducers
679,913
23.02.2018 14:28:33
0
2a11ff6f19506642761876e642c2d5dcf6a25714
refactor(transducers): add TransformSubSpec, fix test, minor update docs
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,11 @@ export type ConvolutionKernel1D = [number, number][];\nexport type ConvolutionKernel2D = [number, [number, number]][];\nexport type ConvolutionKernel3D = [number, [number, number, number]][];\n+export type TransformFn = (x: any) => any;\n+export type Tr...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): add TransformSubSpec, fix test, minor update docs
1
refactor
transducers
807,849
23.02.2018 14:48:22
28,800
389a5e36f6856dfe23eafb15c8b33a4ee293f59c
refactor(UpdatedPackagesCollector): remove Update() wrapper, re-use PackageGraphNodes
[ { "change_type": "MODIFY", "diff": "@@ -276,7 +276,7 @@ class Command {\n// The UpdatedPackagesCollector requires that filteredPackages be present prior to checking for\n// updates. That's okay because it further filters based on what's already been filtered.\nif (typeof since === \"string\") {\n- const upd...
JavaScript
MIT License
lerna/lerna
refactor(UpdatedPackagesCollector): remove Update() wrapper, re-use PackageGraphNodes
1
refactor
UpdatedPackagesCollector
679,913
23.02.2018 14:51:46
0
b3891d521c1df5ba63343c6850666194b60b15eb
refactor(examples): simplify json-components
[ { "change_type": "MODIFY", "diff": "\"webpack\": \"^3.11.0\"\n},\n\"dependencies\": {\n- \"@thi.ng/checks\": \"^1.2.1\",\n- \"@thi.ng/hiccup-dom\": \"^1.0.5\"\n+ \"@thi.ng/hiccup-dom\": \"^1.0.5\",\n+ \"@thi.ng/transducers\": \"^1.4.0\"\n}\n}\n\\ No newline at end of file\n", "new_path": "examples/json-...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): simplify json-components
1
refactor
examples
807,849
23.02.2018 15:03:58
28,800
a5acaf6e52eefe9c5915ddec7fed0d46222691b3
refactor(Package): updateDependency() => updateLocalDependency()
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ function shallowCopy(json) {\nclass Package {\nconstructor(pkg, location, rootPath = location) {\n+ // npa will throw an error if the name is invalid\nconst resolved = npa.resolve(pkg.name, path.relative(rootPath, location), rootPath);\nObject.defineProp...
JavaScript
MIT License
lerna/lerna
refactor(Package): updateDependency() => updateLocalDependency()
1
refactor
Package
807,849
23.02.2018 15:39:07
28,800
08b5f60d522fa4ed384919c3408f2f9c0865465c
refactor(UpdatedPackagesCollector): rename => utils/collect-packages
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,8 @@ const GitUtilities = require(\"./GitUtilities\");\nconst PackageGraph = require(\"./PackageGraph\");\nconst Repository = require(\"./Repository\");\nconst writeLogFile = require(\"./utils/write-log-file\");\n-const UpdatedPackagesCollector = require(\"./Up...
JavaScript
MIT License
lerna/lerna
refactor(UpdatedPackagesCollector): rename => utils/collect-packages
1
refactor
UpdatedPackagesCollector
807,849
23.02.2018 15:49:47
28,800
aae27f18e90eae62b2db93220118dc2e2a886b6f
refactor(PackageGraph): remove unused (and confusing) graph properties
[ { "change_type": "MODIFY", "diff": "@@ -30,25 +30,6 @@ class PackageGraphNode {\nreturn pkg;\n},\n},\n- // graph-specific computed properties\n- indegree: {\n- get() {\n- // https://en.wikipedia.org/wiki/Directed_graph#Indegree_and_outdegree\n- return this.localDependencies.size;\n- },\n- },\n- outdegree: {...
JavaScript
MIT License
lerna/lerna
refactor(PackageGraph): remove unused (and confusing) graph properties
1
refactor
PackageGraph
679,913
23.02.2018 21:58:01
0
214fe4d060f0930f27c940ac53bd180f4a7d1a93
feat(hiccup-dom-components): add gradient, group, path SVG funcs add linearGradient/radialGradient update number[] => ArrayLike<number>
[ { "change_type": "MODIFY", "diff": "import { SVG_NS } from \"@thi.ng/hiccup/api\";\n+export interface PathSegment extends Array<any> {\n+ [0]: string;\n+ [1]?: ArrayLike<number>[];\n+}\n+\nlet PRECISION = 2;\nexport const setPrecision = (n: number) => (PRECISION = n);\n-export const svgdoc = (attribs, ...bo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-dom-components): add gradient, group, path SVG funcs - add linearGradient/radialGradient - update number[] => ArrayLike<number>
1
feat
hiccup-dom-components
679,913
24.02.2018 14:43:35
0
44f33dfc1fe30e309e460ab357bed609140caaee
feat(hiccup): add support for more SVG tags (66 total)
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ export const SVG_NS = \"http://www.w3.org/2000/svg\";\nexport const TAG_REGEXP = /^([^\\s\\.#]+)(?:#([^\\s\\.#]+))?(?:\\.([^\\s#]+))?$/;\n// tslint:disable-next-line\n-export const SVG_TAGS = \"svg circle clipPath defs ellipse g line linearGradient mask pa...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup): add support for more SVG tags (66 total)
1
feat
hiccup
679,913
26.02.2018 03:03:30
0
9824844aa2701da25003c65111c723c7f976de33
feat(transducers): add keys()/vals() iterators, refactor pairs()
[ { "change_type": "MODIFY", "diff": "@@ -106,6 +106,7 @@ export * from \"./iter/choices\";\nexport * from \"./iter/concat\";\nexport * from \"./iter/cycle\";\nexport * from \"./iter/iterate\";\n+export * from \"./iter/keys\";\nexport * from \"./iter/pairs\";\nexport * from \"./iter/range\";\nexport * from \"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add keys()/vals() iterators, refactor pairs()
1
feat
transducers
679,913
26.02.2018 03:04:04
0
45d63858b4c9a2edf5be71736eb7350ecda6ee33
refactor(hiccup): sort void tags
[ { "change_type": "MODIFY", "diff": "export const SVG_NS = \"http://www.w3.org/2000/svg\";\n+export const XLINK_NS = \"http://www.w3.org/1999/xlink\";\nexport const TAG_REGEXP = /^([^\\s\\.#]+)(?:#([^\\s\\.#]+))?(?:\\.([^\\s#]+))?$/;\n@@ -8,7 +9,7 @@ export const SVG_TAGS = \"animate animateColor animateMoti...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup): sort void tags
1
refactor
hiccup
791,690
26.02.2018 13:51:37
28,800
d0d83efd263b3265a8d28b83e31ad58477e186f2
core(render-blocking): handle amp-style stylesheets
[ { "change_type": "MODIFY", "diff": "<link rel=\"stylesheet\" href=\"./dbw_tester.css?scriptActivated&delay=200\"> <!-- PASS: initiator is script -->\n</template>\n+<!-- AMP-style stylesheet script -->\n+<!-- based on https://github.com/ampproject/amphtml/blob/38f1bdf4cc385f9a25cf2979abf215952880b876/src/fon...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(render-blocking): handle amp-style stylesheets (#4555)
1
core
render-blocking
815,745
26.02.2018 22:09:24
-7,200
a85c53f38f728040ff8b6a2fd017139d3b4efb37
fix: hide clear button on disable
[ { "change_type": "MODIFY", "diff": "@@ -1447,6 +1447,12 @@ describe('NgSelectComponent', function () {\ntickAndDetectChanges(fixture);\nexpect(fixture.componentInstance.select.isOpen).toBe(false);\n}));\n+\n+ it('clear button should not appear if select is disabled', fakeAsync(() => {\n+ fixture.componentIn...
TypeScript
MIT License
ng-select/ng-select
fix: hide clear button on disable (#295)
1
fix
null
807,849
27.02.2018 12:19:44
28,800
43fd95434c952addd1a84cdf3e00987d72ae3e07
refactor(Command): run preparations inside Promise chain
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,7 @@ class Command {\n}\nconst { rootPath, packageConfigs } = this.repository;\n- const { scope, ignore, registry, since } = this.options;\n+ const { scope, ignore } = this.options;\nif (scope) {\nlog.info(\"scope\", scope);\n@@ -280,25 +280,33 @@ class Com...
JavaScript
MIT License
lerna/lerna
refactor(Command): run preparations inside Promise chain
1
refactor
Command
679,913
27.02.2018 14:22:02
0
6e0dfa1d4d5eb64c5b9f053a04d594657791b9f4
feat(diff): update diffArray, generic types avoid nested array in DiffLogEntry, now flat 3-tuple add generics for ArrayDiff, DiffLogEntry, DiffKeyMap remove DiffLogPair minor optimization diffArray BREAKING CHANGE: update DiffLogEntry structure
[ { "change_type": "MODIFY", "diff": "-export interface DiffLogPair extends Array<any> {\n- [0]: number;\n- [1]: any;\n-}\n+import { IObjectOf } from \"@thi.ng/api/api\";\n-export interface DiffLogEntry extends Array<any> {\n+export interface DiffLogEntry<T> extends Array<any> {\n[0]: number;\n- [1]: DiffLogP...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(diff): update diffArray, generic types - avoid nested array in DiffLogEntry, now flat 3-tuple - add generics for ArrayDiff, DiffLogEntry, DiffKeyMap - remove DiffLogPair - minor optimization diffArray BREAKING CHANGE: update DiffLogEntry structure
1
feat
diff
807,849
27.02.2018 14:26:36
28,800
3b6d6a788e42916d2ff91d4f61e2345476887152
refactor(collect-packages): sync -> async
[ { "change_type": "MODIFY", "diff": "const globby = require(\"globby\");\nconst loadJsonFile = require(\"load-json-file\");\nconst path = require(\"path\");\n+const pMap = require(\"p-map\");\nconst Package = require(\"../Package\");\nconst ValidationError = require(\"./validation-error\");\n@@ -10,7 +11,6 @...
JavaScript
MIT License
lerna/lerna
refactor(collect-packages): sync -> async
1
refactor
collect-packages
679,913
27.02.2018 14:31:46
0
f5b66753d33a95d23ce894e337e046c1a5d4407b
feat(hiccup-dom): fix update normalizeTree/normalizeElement update diffArray handling extract normalize fns to own file support using arrays of hiccup elements (in child position only, never as root)
[ { "change_type": "MODIFY", "diff": "import { isArray } from \"@thi.ng/checks/is-array\";\n-import { isFunction } from \"@thi.ng/checks/is-function\";\n-import { isIterable } from \"@thi.ng/checks/is-iterable\";\nimport { isString } from \"@thi.ng/checks/is-string\";\nimport * as diff from \"@thi.ng/diff\";\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hiccup-dom): fix #11, update normalizeTree/normalizeElement - update diffArray handling - extract normalize fns to own file - support using arrays of hiccup elements (in child position only, never as root)
1
feat
hiccup-dom
679,913
27.02.2018 14:33:30
0
9b2c1606b264fc4bb9b888243e6c88dcb0afb5c9
minor(hiccup-dom): update arg types
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ export function updateValueAttrib(el: HTMLInputElement, v: any) {\nel.value = v;\n}\n-export function removeAttribs(el: Element, attribs: any[]) {\n+export function removeAttribs(el: Element, attribs: string[]) {\nfor (let i = attribs.length - 1; i >= ...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(hiccup-dom): update arg types
1
minor
hiccup-dom