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
679,913
17.07.2019 02:09:32
-3,600
2de12dad169dac5b596e04787ee64b3ce0fbc898
refactor(examples): further simplification rotating-voronoi example
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,4 @@ Please refer to the [example build instructions](https://github.com/thi-ng/umbre\n## License\n-© 2019 Karsten Schmidt // Apache Software License 2.0\n+© 2019 Alberto Massa // Apache Software License 2.0\n", "new_path": "examples/rotating-vo...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): further simplification rotating-voronoi example
1
refactor
examples
679,913
17.07.2019 02:10:10
-3,600
00390a7eedef43f330f647a02e17869b460abbb7
refctor(examples): update download fns in various examples
[ { "change_type": "MODIFY", "diff": "+import { createElement } from \"@thi.ng/hdom\";\n+\n/**\n* Helper function to trigger download of given `src` string as local\n* file with filename `name` and mime `type`. Wraps `src` as blob and\n*/\nexport function download(\nname: string,\n- src: string,\n+ src: strin...
TypeScript
Apache License 2.0
thi-ng/umbrella
refctor(examples): update download fns in various examples
1
refctor
examples
269,619
17.07.2019 06:08:46
-32,400
ce9b2c96d0a7ede934bbac1580e3b1b94b75f70c
fix: breaking: use artifact.Name for the blob key instead of artifact.Path
[ { "change_type": "MODIFY", "diff": "@@ -79,10 +79,11 @@ func (b Bucket) Upload(ctx *context.Context, conf config.Blob, folder string) er\ng.Go(func() error {\nlog.WithFields(log.Fields{\n\"provider\": bucketURL,\n+ \"folder\": folder,\n\"artifact\": artifact.Name,\n}).Info(\"uploading\")\n- w, err := conn.N...
Go
MIT License
goreleaser/goreleaser
fix: breaking: use artifact.Name for the blob key instead of artifact.Path (#1082)
1
fix
null
503,945
17.07.2019 08:46:45
14,400
54d0c8c3cb526527ad36282f0af77fa8c009aec1
chore(package): Bump versions to 2.21.2
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.20.0\",\n+ \"@patternfly/patternfly\": \"2.21.2\",\n\"@patternfly/react-icons\": \"^3.10.11\",\n\"@patternfly/r...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.21.2 (#2526)
1
chore
package
722,013
17.07.2019 09:35:07
18,000
5b5012b4248056ffedcb3cf25be3b48d5888c123
perf: avoid loading pragma without jsx
[ { "change_type": "MODIFY", "diff": "@@ -147,12 +147,19 @@ if (module.hot) {\nvar requireMap = ${generate(toAst(allModulesCode))};\nvar requireInRuntimeBase = require(${JSON.stringify(REQUIRE_IN_RUNTIME_PATH)});\nvar requireInRuntime = requireInRuntimeBase.bind(null, requireMap);\n+var evalInContextBase = re...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
perf: avoid loading pragma without jsx
1
perf
null
722,013
17.07.2019 10:11:59
18,000
b630eb2a0f7ef48801ba85bd5d061899c0006cf6
test: unskip two tests
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import path from 'path'\nimport identity from 'lodash/identity'\nimport getComponents from '../getComponents'\n-describe.skip('getComponents', () => {\n+describe('getComponents', () => {\nit('should return an object for components', () => {\nconst result =...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: unskip two tests
1
test
null
932,458
17.07.2019 10:41:59
14,400
bd7011597997341ccc3788ecd3af47b16f24b62e
docs: include registry in publish command for safety
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ the result of consensus between many web engineers inside Spotify, and the defau\nwritten by Spotify employees. _We may reject PRs to the ESLint config if we don't agree that the rule\nmakes sense as part of our baseline, for example._ Use it if it align...
TypeScript
Apache License 2.0
spotify/web-scripts
docs: include registry in publish command for safety
1
docs
null
815,573
17.07.2019 10:42:09
-28,800
a2329583f988134dabf766008d0c7e657b25f626
feat: Add StringMessageProtocol
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,12 @@ use crate::peer_store::{\ntypes::{BannedAddress, PeerAddr},\nPeerStore, Status,\n};\n-use crate::protocols::feeler::Feeler;\nuse crate::protocols::{\ndiscovery::{DiscoveryProtocol, DiscoveryService},\n+ feeler::Feeler,\nidentify::IdentifyCallback,\nping:...
Rust
MIT License
nervosnetwork/ckb
feat: Add StringMessageProtocol
1
feat
null
815,573
17.07.2019 11:52:14
-28,800
bce9acbdd462e533ae8b19a123fb6e7dd4f8138c
feat: Send a message to remote peer when disconnect
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ impl NetworkState {\n{\ninfo!(\"peer {:?} banned\", peer_id);\nif let Some(session_id) = self.peer_registry.read().get_key_by_peer_id(peer_id) {\n- if let Err(err) = p2p_control.disconnect(session_id) {\n+ if let Err(err) = disconnect(p2p_control, sess...
Rust
MIT License
nervosnetwork/ckb
feat: Send a message to remote peer when disconnect
1
feat
null
306,484
17.07.2019 11:56:46
-7,200
5d85710df7f9542b36089d24394ad70ef8cf2232
chore(fieldset): add missing import in tests
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import {\n} from '@open-wc/testing';\nimport sinon from 'sinon';\nimport { localizeTearDown } from '@lion/localize/test-helpers.js';\n+import '@lion/input/lion-input.js';\nimport '../lion-fieldset.js';\nconst tagString = 'lion-fieldset';\n", "new_path"...
JavaScript
MIT License
ing-bank/lion
chore(fieldset): add missing import in tests
1
chore
fieldset
807,849
17.07.2019 12:10:36
25,200
e015a742a005511f34fa97c73631b560e15bd010
feat(run-lifecycle): Upgrade `npm-lifecycle@^3.1.0`
[ { "change_type": "MODIFY", "diff": "\"requires\": {\n\"@lerna/npm-conf\": \"file:utils/npm-conf\",\n\"figgy-pudding\": \"^3.5.1\",\n- \"npm-lifecycle\": \"^2.1.1\",\n+ \"npm-lifecycle\": \"^3.1.0\",\n\"npmlog\": \"^4.1.2\"\n}\n},\n\"once\": \"^1.4.0\"\n}\n},\n+ \"env-paths\": {\n+ \"version\": \"1.0.0\",\n+...
JavaScript
MIT License
lerna/lerna
feat(run-lifecycle): Upgrade `npm-lifecycle@^3.1.0`
1
feat
run-lifecycle
306,484
17.07.2019 12:27:11
-7,200
6321777ec7eb7f95f1b60d4d48e51a62d85eaf15
chore(localize): remove side effects between tests
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,8 @@ import { localize } from './src/localize.js';\nexport const localizeTearDown = () => {\n// makes sure that between tests the localization is reset to default state\n+ localize._teardownHtmlLangAttributeObserver();\ndocument.documentElement.lang = 'en-GB';\...
JavaScript
MIT License
ing-bank/lion
chore(localize): remove side effects between tests
1
chore
localize
67,482
17.07.2019 12:54:08
25,200
5b86b19fdcf04654241a213d4def0a4c612d0894
docs(user-docs): update doc plan and reorg
[ { "change_type": "MODIFY", "diff": "-# User Documentation\n+# User Docs\n-This folder contains documentation targeted at people who are using Aurelia to create applications, component libraries, and plugins. For documentation on how to build or work on Aurelia itself, see our [engineering notes](../engineer...
TypeScript
MIT License
aurelia/aurelia
docs(user-docs): update doc plan and reorg
1
docs
user-docs
807,849
17.07.2019 13:04:00
25,200
c0aa2427428c930e7097c71e341720ca5101f997
chore(helpers): remove unused read-pkg dependency
[ { "change_type": "MODIFY", "diff": "\"license\": \"MIT\",\n\"dependencies\": {\n\"@lerna/package\": \"file:../../core/package\",\n- \"read-pkg\": \"^3.0.0\",\n\"semver\": \"^5.5.0\"\n}\n}\n", "new_path": "helpers/pkg-matchers/package.json", "old_path": "helpers/pkg-matchers/package.json" }, { ...
JavaScript
MIT License
lerna/lerna
chore(helpers): remove unused read-pkg dependency
1
chore
helpers
815,573
17.07.2019 13:04:24
-28,800
55b5135ca1e6362b4376fd5f6bef553010f6dd63
fix: Skiplist test use gen_range the wrong way
[ { "change_type": "MODIFY", "diff": "@@ -1245,7 +1245,7 @@ mod tests {\n};\nfor _ in 0..100 {\nlet from: u64 = rng.gen_range(0, SKIPLIST_LENGTH);\n- let to: u64 = rng.gen_range(0, from);\n+ let to: u64 = rng.gen_range(0, from + 1);\nlet view_from = &header_map[&hashes[&from]];\nlet view_to = &header_map[&has...
Rust
MIT License
nervosnetwork/ckb
fix: Skiplist test use gen_range the wrong way
1
fix
null
815,573
17.07.2019 13:06:00
-28,800
41353ee8b3d44884838b3f8d060b545bb479e240
fix: Rename pause_send to send_paused
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,6 @@ pub struct NetworkConfig {\n#[serde(default)]\npub bootnode_mode: bool,\n// Max send buffer size\n- #[serde(default)]\npub max_send_buffer: Option<usize>,\n}\n", "new_path": "network/src/config.rs", "old_path": "network/src/config.rs" }, { ...
Rust
MIT License
nervosnetwork/ckb
fix: Rename pause_send to send_paused
1
fix
null
807,849
17.07.2019 13:07:27
25,200
2cc68521c35e03ed72e131bdffbafc83b1549c68
chore(helpers): Remove unused
[ { "change_type": "DELETE", "diff": "-\"use strict\";\n-\n-const concat = require(\"concat-stream\");\n-const log = require(\"npmlog\");\n-\n-module.exports = sawmill;\n-\n-function sawmill() {\n- // https://en.wikipedia.org/wiki/Log_flume\n- const flume = new Promise((finish, fouled) => {\n- // overrides de...
JavaScript
MIT License
lerna/lerna
chore(helpers): Remove unused @lerna-test/sawmill
1
chore
helpers
711,597
17.07.2019 13:08:37
-7,200
b6a365f237c549a4ca087f2b6d3e0473a82060b6
fix(core): Fix filtering PaginatedList results
[ { "change_type": "MODIFY", "diff": "@@ -126,28 +126,3 @@ Object {\n],\n}\n`;\n-\n-exports[`Product resolver products list query sorts by name 1`] = `\n-Array [\n- \"Bonsai Tree\",\n- \"Boxing Gloves\",\n- \"Camera Lens\",\n- \"Clacky Keyboard\",\n- \"Cruiser Skateboard\",\n- \"Curvy Monitor\",\n- \"Football...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix filtering PaginatedList results
1
fix
core
711,597
17.07.2019 13:17:29
-7,200
27abcff19668a102e78e132fa0fcba17ed031baa
feat(core): Check for name conflict in custom fields, test sort/filter Relates to
[ { "change_type": "MODIFY", "diff": "@@ -378,4 +378,41 @@ describe('Custom fields', () => {\nexpect(product.customFields.public).toBe('ho!');\n});\n});\n+\n+ describe('sort & filter', () => {\n+\n+ it('can sort by custom fields', async () => {\n+ const { products } = await adminClient.query(gql`\n+ query {\n...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Check for name conflict in custom fields, test sort/filter Relates to #85
1
feat
core
807,849
17.07.2019 13:39:02
25,200
bedd6af3a00f35b3c46eedc21308673327d0d648
feat(deps): `slash@^2.0.0`
[ { "change_type": "MODIFY", "diff": "\"p-reduce\": \"^1.0.0\",\n\"pify\": \"^3.0.0\",\n\"semver\": \"^5.5.0\",\n- \"slash\": \"^1.0.0\",\n+ \"slash\": \"^2.0.0\",\n\"validate-npm-package-license\": \"^3.0.3\",\n\"validate-npm-package-name\": \"^3.0.0\",\n\"whatwg-url\": \"^7.0.0\"\n", "new_path": "comman...
JavaScript
MIT License
lerna/lerna
feat(deps): `slash@^2.0.0`
1
feat
deps
807,849
17.07.2019 13:41:56
25,200
d9aa249caf1a398ea084a6f673593f22eef2e844
feat(deps): `globby@^9.2.0`
[ { "change_type": "MODIFY", "diff": "\"camelcase\": \"^5.0.0\",\n\"dedent\": \"^0.7.0\",\n\"fs-extra\": \"^7.0.0\",\n- \"globby\": \"^8.0.1\",\n+ \"globby\": \"^9.2.0\",\n\"init-package-json\": \"^1.10.3\",\n\"npm-package-arg\": \"^6.1.0\",\n\"p-reduce\": \"^1.0.0\",\n", "new_path": "commands/create/pack...
JavaScript
MIT License
lerna/lerna
feat(deps): `globby@^9.2.0`
1
feat
deps
807,849
17.07.2019 13:44:16
25,200
f8ee7e6b6e420d04a5a922baa588ee593551098c
feat(deps): `pify@^4.0.1`
[ { "change_type": "MODIFY", "diff": "\"init-package-json\": \"^1.10.3\",\n\"npm-package-arg\": \"^6.1.0\",\n\"p-reduce\": \"^1.0.0\",\n- \"pify\": \"^3.0.0\",\n+ \"pify\": \"^4.0.1\",\n\"semver\": \"^5.5.0\",\n\"slash\": \"^2.0.0\",\n\"validate-npm-package-license\": \"^3.0.3\",\n", "new_path": "commands...
JavaScript
MIT License
lerna/lerna
feat(deps): `pify@^4.0.1`
1
feat
deps
807,849
17.07.2019 13:51:26
25,200
4fa7deaa15ba5be26a3b64377c82c5e0f8ce81ab
feat(deps): `write-json-file@^3.2.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/command\": \"file:../../core/command\",\n\"fs-extra\": \"^7.0.0\",\n\"p-map\": \"^1.2.0\",\n- \"write-json-file\": \"^2.3.0\"\n+ \"write-json-file\": \"^3.2.0\"\n}\n}\n", "new_path": "commands/init/package.json", "old_path": "commands/init/package.json" ...
JavaScript
MIT License
lerna/lerna
feat(deps): `write-json-file@^3.2.0`
1
feat
deps
807,849
17.07.2019 13:54:11
25,200
3718cc9e3953b305b98767c3aaa4f54f91659990
feat(deps): `load-json-file@^5.3.0`
[ { "change_type": "MODIFY", "diff": "\"test\": \"echo \\\"Run tests from root\\\" && exit 1\"\n},\n\"dependencies\": {\n- \"load-json-file\": \"^4.0.0\",\n+ \"load-json-file\": \"^5.3.0\",\n\"npm-package-arg\": \"^6.1.0\",\n\"write-pkg\": \"^3.1.0\"\n}\n", "new_path": "core/package/package.json", "ol...
JavaScript
MIT License
lerna/lerna
feat(deps): `load-json-file@^5.3.0`
1
feat
deps
807,849
17.07.2019 13:56:29
25,200
9e5839484f3d6cb43984d66ee571c24a62763417
feat(deps): `p-map@^2.1.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/validation-error\": \"file:../../core/validation-error\",\n\"dedent\": \"^0.7.0\",\n\"npm-package-arg\": \"^6.1.0\",\n- \"p-map\": \"^1.2.0\",\n+ \"p-map\": \"^2.1.0\",\n\"semver\": \"^5.5.0\"\n}\n}\n", "new_path": "commands/add/package.json", "old_path":...
JavaScript
MIT License
lerna/lerna
feat(deps): `p-map@^2.1.0`
1
feat
deps
103,580
17.07.2019 14:10:56
-7,200
16fe177e2aba5a8d666bbbd40356e66eac330c31
refactor: specify the font from theme in chip
[ { "change_type": "MODIFY", "diff": "@@ -279,6 +279,7 @@ class Chip extends React.Component<Props, State> {\nstyle={[\nstyles.text,\n{\n+ ...theme.fonts.regular,\ncolor: textColor,\nmarginRight: onClose ? 4 : 8,\nmarginLeft: avatar || icon || selected ? 4 : 8,\n", "new_path": "src/components/Chip.tsx", ...
TypeScript
MIT License
callstack/react-native-paper
refactor: specify the font from theme in chip
1
refactor
null
103,580
17.07.2019 14:12:22
-7,200
e034b69ba526e2354d0a41ad175113048e207244
fix: wrap modal children in SafeAreaView
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,9 @@ import {\nStyleProp,\nStyleSheet,\nTouchableWithoutFeedback,\n- View,\nViewStyle,\n} from 'react-native';\n+import SafeAreaView from 'react-native-safe-area-view';\nimport Surface from './Surface';\nimport { withTheme } from '../core/theming';\nimport { Th...
TypeScript
MIT License
callstack/react-native-paper
fix: wrap modal children in SafeAreaView
1
fix
null
103,580
17.07.2019 14:17:37
-7,200
2769edcac82b3614b0fa7169380adfe05a42f10f
feat: add character counter to text input example
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,8 @@ import {\n} from 'react-native';\nimport { TextInput, HelperText, withTheme, Theme } from 'react-native-paper';\n+const MAX_LENGTH = 20;\n+\ntype Props = {\ntheme: Theme;\n};\n@@ -26,6 +28,7 @@ type State = {\nflatTextArea: string;\noutlinedMultiline: stri...
TypeScript
MIT License
callstack/react-native-paper
feat: add character counter to text input example
1
feat
null
807,849
17.07.2019 14:19:11
25,200
d8016d947e2816aba46f4e3a5c1a4980338d004b
feat(deps): `semver@^6.2.0`
[ { "change_type": "MODIFY", "diff": "\"dedent\": \"^0.7.0\",\n\"npm-package-arg\": \"^6.1.0\",\n\"p-map\": \"^2.1.0\",\n- \"semver\": \"^5.5.0\"\n+ \"semver\": \"^6.2.0\"\n}\n}\n", "new_path": "commands/add/package.json", "old_path": "commands/add/package.json" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
lerna/lerna
feat(deps): `semver@^6.2.0`
1
feat
deps
127,975
17.07.2019 14:20:11
-10,800
ad1dbefba7e49850e089e6a26977ba70a1b07b14
refactor: make accordion accessible
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,12 @@ export class MyBetAccordion extends React.Component<Props, State> {\nreturn (\n<Wrapper>\n- <Header open={open} onClick={this.toggle}>\n+ <Header\n+ tabIndex={0}\n+ open={open}\n+ onClick={this.toggle}\n+ onKeyDown={this.toggle}\n+ >\n{header}\n<IconC...
TypeScript
MIT License
coingaming/moon-design
refactor: make accordion accessible
1
refactor
null
807,849
17.07.2019 14:22:10
25,200
968b0d761a627a80ad6773508a71b294a62c87a5
feat(deps): `multimatch@^3.0.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/validation-error\": \"file:../../core/validation-error\",\n\"dedent\": \"^0.7.0\",\n\"get-port\": \"^3.2.0\",\n- \"multimatch\": \"^2.1.0\",\n+ \"multimatch\": \"^3.0.0\",\n\"npm-package-arg\": \"^6.1.0\",\n\"npmlog\": \"^4.1.2\",\n\"p-finally\": \"^1.0.0\",\n", ...
JavaScript
MIT License
lerna/lerna
feat(deps): `multimatch@^3.0.0`
1
feat
deps
807,849
17.07.2019 14:23:54
25,200
ab2ad83716d7ae66485d9cdfc51f29a091885a42
feat(deps): `is-ci@^2.0.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/write-log-file\": \"file:../../utils/write-log-file\",\n\"dedent\": \"^0.7.0\",\n\"execa\": \"^1.0.0\",\n- \"is-ci\": \"^1.0.10\",\n+ \"is-ci\": \"^2.0.0\",\n\"lodash\": \"^4.17.14\",\n\"npmlog\": \"^4.1.2\"\n}\n", "new_path": "core/command/package.json", ...
JavaScript
MIT License
lerna/lerna
feat(deps): `is-ci@^2.0.0`
1
feat
deps
807,849
17.07.2019 14:25:40
25,200
14d2c666819a2df836ca488752bccd8aa274f9bd
feat(deps): `import-local@^2.0.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/publish\": \"file:../../commands/publish\",\n\"@lerna/run\": \"file:../../commands/run\",\n\"@lerna/version\": \"file:../../commands/version\",\n- \"import-local\": \"^1.0.0\",\n+ \"import-local\": \"^2.0.0\",\n\"npmlog\": \"^4.1.2\"\n}\n}\n", "new_path": "co...
JavaScript
MIT License
lerna/lerna
feat(deps): `import-local@^2.0.0`
1
feat
deps
103,512
17.07.2019 14:28:38
-7,200
3adc5493994f4940381a12a7069fb4a45dff3056
fix: iconButton scaling
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,14 @@ class ButtonExample extends React.Component<Props, State> {\ncolor={Colors.green500}\nonPress={() => {}}\n/>\n+ <IconButton icon=\"add-a-photo\" size={36} onPress={() => {}} />\n+ <IconButton\n+ icon=\"add-shopping-cart\"\n+ size={36}\n+ onPress={() => ...
TypeScript
MIT License
callstack/react-native-paper
fix: iconButton scaling
1
fix
null
807,849
17.07.2019 14:31:56
25,200
c6bc2180a4c1eb9e9640b3300230cb140b40e6bf
feat(deps): `glob-parent@^5.0.0`
[ { "change_type": "MODIFY", "diff": "\"cosmiconfig\": \"^5.1.0\",\n\"dedent\": \"^0.7.0\",\n\"dot-prop\": \"^4.2.0\",\n- \"glob-parent\": \"^3.1.0\",\n+ \"glob-parent\": \"^5.0.0\",\n\"globby\": \"^9.2.0\",\n\"load-json-file\": \"^5.3.0\",\n\"npmlog\": \"^4.1.2\",\n", "new_path": "core/project/package.js...
JavaScript
MIT License
lerna/lerna
feat(deps): `glob-parent@^5.0.0`
1
feat
deps
807,849
17.07.2019 14:33:02
25,200
778ae6a1d96a4ce0e55810818443ad01212d4bb2
feat(deps): `get-port@^4.2.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/symlink-dependencies\": \"file:../../utils/symlink-dependencies\",\n\"@lerna/validation-error\": \"file:../../core/validation-error\",\n\"dedent\": \"^0.7.0\",\n- \"get-port\": \"^3.2.0\",\n+ \"get-port\": \"^4.2.0\",\n\"multimatch\": \"^3.0.0\",\n\"npm-package-a...
JavaScript
MIT License
lerna/lerna
feat(deps): `get-port@^4.2.0`
1
feat
deps
807,849
17.07.2019 14:36:11
25,200
2a0ed6055ab6d37300330bf83433aac7d37575f9
feat(deps): `conventional-recommended-bump@^5.0.0`
[ { "change_type": "MODIFY", "diff": "\"@lerna/validation-error\": \"file:../validation-error\",\n\"conventional-changelog-angular\": \"^5.0.3\",\n\"conventional-changelog-core\": \"^3.1.6\",\n- \"conventional-recommended-bump\": \"^4.0.4\",\n+ \"conventional-recommended-bump\": \"^5.0.0\",\n\"fs-extra\": \"^...
JavaScript
MIT License
lerna/lerna
feat(deps): `conventional-recommended-bump@^5.0.0`
1
feat
deps
807,849
17.07.2019 14:39:41
25,200
ed51ddd25d2abdd1744411c42b136f1603a1f182
feat(deps): `byte-size@^5.0.1`
[ { "change_type": "MODIFY", "diff": "\"@lerna/log-packed\": {\n\"version\": \"file:utils/log-packed\",\n\"requires\": {\n- \"byte-size\": \"^4.0.3\",\n+ \"byte-size\": \"^5.0.1\",\n\"columnify\": \"^1.5.4\",\n\"has-unicode\": \"^2.0.1\",\n\"npmlog\": \"^4.1.2\"\n\"integrity\": \"sha1-dBxSFkaOrcRXsDQQEYrXfejB...
JavaScript
MIT License
lerna/lerna
feat(deps): `byte-size@^5.0.1`
1
feat
deps
791,760
17.07.2019 14:42:14
25,200
65a3f7e3d10c99e98f0dd03da1c2f5ce6b3142bd
tests(i18n): throw when no ICU replacement value is given
[ { "change_type": "MODIFY", "diff": "@@ -127,9 +127,7 @@ function lookupLocale(locale) {\n* @param {string} icuMessage\n* @param {Record<string, *>} [values]\n*/\n-function _preprocessMessageValues(icuMessage, values) {\n- if (!values) return;\n-\n+function _preprocessMessageValues(icuMessage, values = {}) {...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(i18n): throw when no ICU replacement value is given (#9384)
1
tests
i18n
807,849
17.07.2019 14:44:12
25,200
74a3890333cb02414a264ca6edd559b18ed450e2
feat(deps): `@octokit/plugin-enterprise-rest@^3.6.1`
[ { "change_type": "MODIFY", "diff": "\"version\": \"file:utils/github-client\",\n\"requires\": {\n\"@lerna/child-process\": \"file:core/child-process\",\n- \"@octokit/plugin-enterprise-rest\": \"^2.1.1\",\n+ \"@octokit/plugin-enterprise-rest\": \"^3.6.1\",\n\"@octokit/rest\": \"^16.16.0\",\n\"git-url-parse\"...
JavaScript
MIT License
lerna/lerna
feat(deps): `@octokit/plugin-enterprise-rest@^3.6.1`
1
feat
deps
807,849
17.07.2019 14:46:43
25,200
5f09f50efffe5b89d0cce59b6eef173848a8e93c
feat(deps): `@octokit/rest@^16.28.4`
[ { "change_type": "MODIFY", "diff": "\"requires\": {\n\"@lerna/child-process\": \"file:core/child-process\",\n\"@octokit/plugin-enterprise-rest\": \"^3.6.1\",\n- \"@octokit/rest\": \"^16.16.0\",\n+ \"@octokit/rest\": \"^16.28.4\",\n\"git-url-parse\": \"^11.1.2\",\n\"npmlog\": \"^4.1.2\"\n}\n", "new_path"...
JavaScript
MIT License
lerna/lerna
feat(deps): `@octokit/rest@^16.28.4`
1
feat
deps
807,849
17.07.2019 14:53:22
25,200
03e4797ffbce877d72a2b4af66150c1f311841ff
fix(deps): Bump `@evocateur/pacote`
[ { "change_type": "MODIFY", "diff": "\"test\": \"echo \\\"Run tests from root\\\" && exit 1\"\n},\n\"dependencies\": {\n- \"@evocateur/pacote\": \"^9.6.2\",\n+ \"@evocateur/pacote\": \"^9.6.3\",\n\"@lerna/bootstrap\": \"file:../bootstrap\",\n\"@lerna/command\": \"file:../../core/command\",\n\"@lerna/filter-o...
JavaScript
MIT License
lerna/lerna
fix(deps): Bump `@evocateur/pacote`
1
fix
deps
127,975
17.07.2019 15:06:35
-10,800
148fce26f9853721ba434ae2e1cc5939f1180557
refactor: leverage reacts hooks
[ { "change_type": "MODIFY", "diff": "-import * as React from 'react';\n+import React, { ReactNode, useState } from 'react';\nimport styled from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\nimport { mq, spacing } from '@heathmont/sportsbet-utils';\n@@ -10,17 +10,9 @@ import { USER_PORTAL_C...
TypeScript
MIT License
coingaming/moon-design
refactor: leverage reacts hooks
1
refactor
null
679,913
17.07.2019 15:10:58
-3,600
6d7c04b4baaf99693d5bfbfc0c76e20df9dc2295
docs(examples): update readmes, add links
[ { "change_type": "MODIFY", "diff": "@@ -46,25 +46,26 @@ in touch via PR, issue tracker, email or twitter!\n| 35 | [package-stats](./package-stats) | CLI util to visualize umbrella pkg stats | hiccup-svg, transducers | intermediate |\n| 36 | [pointfree-svg](./pointfree-svg) | Generate SVG using pointfree DSL...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(examples): update readmes, add links
1
docs
examples
67,482
17.07.2019 15:48:33
25,200
a20ad021f17338ab952bc4f17b65b8fc13024dda
docs(all): organizing in preparation for writing
[ { "change_type": "RENAME", "diff": "", "new_path": "docs/engineering-notes/specs.md", "old_path": "SPECS.md" }, { "change_type": "ADD", "diff": "+# Introduction\n+\n+So, you've been scouring the interwebs and have managed to find yourself here, of all places. Now you're wondering, what i...
TypeScript
MIT License
aurelia/aurelia
docs(all): organizing in preparation for writing
1
docs
all
711,597
17.07.2019 16:44:34
-7,200
fbeecef495775b14a16c8441f092e0a57bd092fb
fix(core): Fix graphQL schema errors with latest nestjs/graphql Fixes Also locked Nest versions to be exact to avoid similar issues in future.
[ { "change_type": "MODIFY", "diff": "\"dist/**/*\"\n],\n\"dependencies\": {\n- \"@nestjs/common\": \"^6.3.1\",\n- \"@nestjs/core\": \"^6.3.1\",\n- \"@nestjs/graphql\": \"^6.2.4\",\n- \"@nestjs/microservices\": \"^6.3.1\",\n- \"@nestjs/platform-express\": \"^6.3.1\",\n- \"@nestjs/testing\": \"^6.3.1\",\n- \"@...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix graphQL schema errors with latest nestjs/graphql Fixes #129. Also locked Nest versions to be exact to avoid similar issues in future.
1
fix
core
438,921
17.07.2019 17:34:05
-32,400
26c1fa5ae5cd4d53a6eb90968941b27e3d59c121
docs(types): Fix on erroneous types Make sure function types to be wrapped with the parenthesis. [skip ci] Fix
[ { "change_type": "MODIFY", "diff": "@@ -286,7 +286,7 @@ export interface ChartOptions {\n/**\n* Set the max bubble radius value\n*/\n- maxR?: (d: {}) => number | number;\n+ maxR?: ((d: {}) => number) | number;\n};\nradar?: {\n@@ -370,7 +370,7 @@ export interface ChartOptions {\n/**\n* Set ratio of labels po...
TypeScript
MIT License
naver/billboard.js
docs(types): Fix on erroneous types Make sure function types to be wrapped with the parenthesis. [skip ci] Fix #979
1
docs
types
815,577
17.07.2019 17:50:07
-28,800
50209798b9e67bc57ed802f86bb6278b27080b9d
test: unitest for whitelist
[ { "change_type": "MODIFY", "diff": "@@ -1123,18 +1123,24 @@ mod tests {\nstate_1.headers_sync_timeout = Some(0);\nlet mut state_2 = PeerState::default();\n+ state_2.peer_flags.is_whitelist = true;\nstate_2.peer_flags.is_outbound = true;\n- state_2.headers_sync_timeout = Some(MAX_TIP_AGE * 2);\n+ state_2.hea...
Rust
MIT License
nervosnetwork/ckb
test: unitest for whitelist
1
test
null
711,597
17.07.2019 18:11:11
-7,200
67dba60734f374a86837a4ce62c4d034a1058e45
chore: Update lint-staged & husky
[ { "change_type": "ADD", "diff": "+{\n+ \"admin-ui/**/*.ts\": [\n+ \"yarn lint:admin-ui\",\n+ \"yarn format\",\n+ \"git add\"\n+ ],\n+ \"admin-ui/**/*.html\": [\n+ \"yarn format\",\n+ \"git add\"\n+ ],\n+ \"packages/**/*.ts\": [\n+ \"yarn lint:packages\",\n+ \"yarn format\",\n+ \"git add\"\n+ ]\n+}\n", "...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Update lint-staged & husky
1
chore
null
815,595
17.07.2019 18:16:48
-28,800
c7d3136a8decae912df2a75d7671ad916ab3ded9
chore: Make BlockStatus more readable
[ { "change_type": "MODIFY", "diff": "@@ -4,12 +4,12 @@ bitflags! {\npub struct BlockStatus: u32 {\nconst UNKNOWN = 0;\n- const HEADER_VALID = 0b0000_0000_0000_0001;\n- const BLOCK_RECEIVED = Self::HEADER_VALID.bits | 0b0000_0000_0000_0010;\n- const BLOCK_STORED = Self::HEADER_VALID.bits | Self::BLOCK_RECEIVE...
Rust
MIT License
nervosnetwork/ckb
chore: Make BlockStatus more readable
1
chore
null
815,595
17.07.2019 18:18:13
-28,800
2cfd8df3729889562ae42b19918022ed2c1b22f3
perf: Check whether a block is verified
[ { "change_type": "MODIFY", "diff": "+use crate::block_status::BlockStatus;\nuse crate::synchronizer::Synchronizer;\nuse crate::MAX_BLOCKS_IN_TRANSIT_PER_PEER;\nuse ckb_logger::{debug, warn};\n@@ -43,10 +44,10 @@ where\nlet block_hash = fbs_h256.try_into()?;\ndebug!(\"get_blocks {:x} from peer {:?}\", block_...
Rust
MIT License
nervosnetwork/ckb
perf: Check whether a block is verified
1
perf
null
722,013
17.07.2019 18:28:19
18,000
9685ba2731795d142e1988edaa848928347dbed0
fix: slot scoped parsing
[ { "change_type": "MODIFY", "diff": "@@ -52,13 +52,24 @@ export function traverse(\noptions: TemplateParserOptions\n) {\nconst traverseAstChildren = (templateAst: ASTElement) => {\n- if (templateAst.children) {\n- for (const childNode of templateAst.children) {\n+ const children = templateAst.children\n+ if ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: slot scoped parsing
1
fix
null
217,922
17.07.2019 19:58:07
-7,200
289e86be46b25f71a79064d754c9feadc236b471
fix(search): fixed broken filters
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { HttpClient, HttpParams } from '@angular/common/http';\n-import { Observable, of } from 'rxjs';\n+import { BehaviorSubject, Observable, of, Subject } from 'rxjs';\nimport { TranslateService } from '@ngx-translate/core';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): fixed broken filters
1
fix
search
217,922
17.07.2019 20:38:06
-7,200
8050761b17759730c22b768975a52a69fa8bd140
fix(auth): fixed an issue with account not being created properly
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { Actions, Effect, ofType } from '@ngrx/effects';\nimport { AuthState } from './auth.reducer';\nimport {\ncatchError,\n- debounceTime,\n+ debounceTime, delay,\ndistinctUntilChanged,\nfilter,\nmap,\n@@ -80,7 +80,7 @@ export class AuthEffects {\nuser....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed an issue with account not being created properly
1
fix
auth
217,922
17.07.2019 21:05:37
-7,200
d5f6c69fd6ca281c17ce8f47284844ae717cc0f7
chore(release): 5.6.17
[ { "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=\"5.6.17\"></a>\n+## [5.6.17](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.6.17
1
chore
release
722,013
17.07.2019 21:15:04
18,000
ba38941418444f7b38675f79aa346e2882038e04
test(docgen): make sure scoped slot work
[ { "change_type": "ADD", "diff": "+<template>\n+ <List :items=\"listItems\">\n+ <div slot-scope=\"row\" class=\"list-item1\">\n+ {{row.item.text}}\n+ <!-- @slot Modal footer here -->\n+ <slot name=\"test\" />\n+ </div>\n+ </List>\n+</template>\n+\n+<script>\n+import List from './List.vue'\n+export default {\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test(docgen): make sure scoped slot work
1
test
docgen
151,430
17.07.2019 21:32:23
25,200
0fe0e47ceb0754edcfb8df6872002d3e114e5e51
docs: add a bunch o docs!
[ { "change_type": "MODIFY", "diff": "@@ -13,12 +13,14 @@ module.exports = {\nsidebarCategories: {\nnull: [\n'index',\n- 'intro/installation',\n+ 'tutorial/getting-started',\n],\nDocs: [\n'api',\n- 'using-plugins',\n+ 'plugins/index',\n'using-listeners',\n+ 'debugging',\n+ 'plugins/writing-plugins',\n],\nPlug...
JavaScript
MIT License
davidwells/analytics
docs: add a bunch o docs!
1
docs
null
151,430
17.07.2019 21:33:09
25,200
e7ffdf3d5052c16c942e4588b0fe6ee9e5270c49
docs: update docs site design
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ export default function LogoTitle(props) {\nrender={data => (\n<Container className={props.className}>\n<Logo height={25} width={25} />\n- <span style={{display: 'inline-block', marginLeft: 10}}>\n+ <span style={{display: 'inline-block', marginLeft: 10, ...
JavaScript
MIT License
davidwells/analytics
docs: update docs site design
1
docs
null
217,922
17.07.2019 21:57:04
-7,200
35bb82355044417598d145773b8b61dfbdd376ff
chore: small fix for rotations page search mode
[ { "change_type": "MODIFY", "diff": "@@ -155,7 +155,6 @@ export class AuthEffects {\nwatchNoLinkedCharacter$ = this.actions$.pipe(\nofType<UserFetched>(AuthActionTypes.UserFetched),\ndistinctUntilChanged((a, b) => {\n- console.log(a, b);\nreturn a.user.notFound !== b.user.notFound\n&& JSON.stringify(a.user.l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for rotations page search mode
1
chore
null
217,922
17.07.2019 22:39:51
-7,200
b24634cd4826292909ddec91da541e14b22a2589
fix(db): fixed action cost display
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"details-block\" *ngIf=\"costType[action.PrimaryCostType] || action.ID > 99999\">\n<div class=\"detail-name\">{{'DB.ACTION.Cost' | translate}}</div>\n- <div\n- class=\"detail-value\">{{action.PrimaryCost}}\n+ <div class=\"detail-value\">\n+ <span *ngIf...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed action cost display
1
fix
db
269,479
17.07.2019 22:59:07
-7,200
f6e5c4eed57b4ee058aa1ec4d65ac2400b9f1f76
fix: ldflags need to be a single string to apply fixes a case where ldflags are set as array in config yaml, this causes only last one to apply
[ { "change_type": "MODIFY", "diff": "@@ -86,11 +86,15 @@ func (*Builder) Build(ctx *context.Context, build config.Build, options api.Opti\n}\ncmd = append(cmd, gcflags...)\n- ldflags, err := processFlags(ctx, env, build.Ldflags, \"-ldflags=\")\n+ // flag prefix is skipped because ldflags need to output a sin...
Go
MIT License
goreleaser/goreleaser
fix: ldflags need to be a single string to apply (#1086) - fixes a case where ldflags are set as array in config yaml, this causes only last one to apply
1
fix
null
217,922
17.07.2019 23:16:22
-7,200
a976290eb06452a38a17f0bf86f5959ff8ba5b99
chore: fixed SSR errors with icons loading
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,9 @@ import {\nShareAltOutline,\nShoppingOutline,\nSolutionOutline,\n- UsergroupAddOutline\n+ UsergroupAddOutline,\n+ CodeOutline,\n+ FileTextOutline\n} from '@ant-design/icons-angular/icons';\nimport { UniversalInterceptor } from './universal-interceptor';\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed SSR errors with icons loading
1
chore
null
217,922
17.07.2019 23:19:28
-7,200
4e63e167863aec6046d493eba7e0c85e57d2fa17
chore: fixed SSR errors logging
[ { "change_type": "MODIFY", "diff": "@@ -174,6 +174,7 @@ const indexAllowedPages = ['/search', '/community-rotations', '/levequests', '/a\n// All regular routes use the Universal engine\napp.get('*', (req, res) => {\n+ try {\nconst noSEO = req.headers.host.indexOf('beta.') > -1 || req.headers.host.indexOf('p...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixed SSR errors logging
1
chore
null
838,025
17.07.2019 23:55:09
-10,800
bfb81aa6ecf23e578eb67cc634c3a38946c3ece8
test: board methods
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ func (vk *VK) BoardGetCommentsExtended(params map[string]string) (response Board\ntype BoardGetTopicsResponse struct {\nCount int `json:\"count\"`\nItems []object.BoardTopic `json:\"items\"`\n- DefaultOrder int `json:\"default_order\"`\n+ DefaultOrder ...
Go
MIT License
severecloud/vksdk
test: board methods
1
test
null
791,684
18.07.2019 00:39:38
-7,200
5bc1b6e221837cbf7c0886b4d1c2186d5156a2ad
misc(network-server-latency): fix serverResponseTime typo
[ { "change_type": "MODIFY", "diff": "@@ -45,22 +45,22 @@ class NetworkServerLatency extends Audit {\n/** @type {number} */\nlet maxLatency = 0;\n- /** @type {Array<{origin: string, serverReponseTime: number}>} */\n+ /** @type {Array<{origin: string, serverResponseTime: number}>} */\nconst results = [];\n- fo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(network-server-latency): fix serverResponseTime typo (#9388)
1
misc
network-server-latency
838,025
18.07.2019 00:58:36
-10,800
7a263f293a5e3371deb5bc7a9c6359941dfc5a1e
style: old golint fix
[ { "change_type": "MODIFY", "diff": "@@ -117,6 +117,7 @@ func (vk *VK) RequestUnmarshal(method string, params map[string]string, obj inte\n}\n}\n+// NewError return new Error\nfunc NewError(code int, message, method string, params map[string]string) (vkErr Error) {\nvkErr.Code = code\nvkErr.Message = message...
Go
MIT License
severecloud/vksdk
style: old golint fix
1
style
null
67,494
18.07.2019 01:18:19
-7,200
15ac438209225f458290518eecfd7a0f734dd4e1
feat(router): hide viewport header
[ { "change_type": "MODIFY", "diff": "@@ -150,4 +150,4 @@ export class ViewportCustomElement {\n}\n}\n// tslint:disable-next-line:no-invalid-template-strings\n-CustomElement.define({ name: 'au-viewport', template: '<template><div class=\"viewport-header\"> Viewport: <b>${name}</b> ${scope ? \"[new scope]\" : ...
TypeScript
MIT License
aurelia/aurelia
feat(router): hide viewport header
1
feat
router
71,381
18.07.2019 02:31:29
-36,000
184b93f552b2db5e22f57b97a10ed8307bf0d12e
feat(ec2): add new EC2 instance types fixes
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,26 @@ export enum InstanceClass {\n*/\nM5 = 'm5',\n+ /**\n+ * Standard instances with local NVME drive, 5th generation\n+ */\n+ STANDARD5_NVME_DRIVE = 'm5d',\n+\n+ /**\n+ * Standard instances with local NVME drive, 5th generation\n+ */\n+ M5D = 'm5d',\n+\n+ /...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add new EC2 instance types #3308 (#3309) fixes #3308
1
feat
ec2
67,494
18.07.2019 03:35:25
-7,200
08295579231e9be685bb7ddb7f35a16c6a8ceade
chore(router): fix more rebase issues
[ { "change_type": "ADD", "diff": "+import { inject } from '@aurelia/kernel';\n+import { customElement, ICustomElementType } from '@aurelia/runtime';\n+import { Router } from '@aurelia/router';\n+import { State } from '../state';\n+\n+@customElement({\n+ name: 'login-special', template: `\n+<div class=\"login...
TypeScript
MIT License
aurelia/aurelia
chore(router): fix more rebase issues
1
chore
router
807,910
18.07.2019 08:10:08
-28,800
428a316f8021b32cda52708c398b9f8ca47a872e
docs(add): Highlight single-argument limitation
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` C\n$ lerna add <package>[@version] [--dev] [--exact]\n```\n-Add local or remote `package` as dependency to packages in the current Lerna repo.\n+Add local or remote `package` ...
JavaScript
MIT License
lerna/lerna
docs(add): Highlight single-argument limitation (#2174)
1
docs
add
865,921
18.07.2019 08:49:05
-7,200
1b1b3789467e46629b6c80a93d94f5b8783eb9c1
chore(client): revert dmn-js version bump This is due to regressions found in the 7.0.0 release.
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"dmn-js\": {\n- \"version\": \"7.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/dmn-js/-/dmn-js-7.0.0.tgz\",\n- \"integrity\": \"sha512-OVal2q9epSfxDPDXFPOIQD3r3RCMkTpgwjFHbPR0/EjXHrtqVq0b0WyhfH8KmtQyKNCJhso0DEIY5wVk54fhPg==\",\n+ \"version\": \"...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): revert dmn-js version bump This is due to regressions found in the 7.0.0 release.
1
chore
client
865,921
18.07.2019 08:49:40
-7,200
66f03f2796143d8ee3a369557bac3755ff3ef9e3
chore(client): bump lodash dependency
[ { "change_type": "MODIFY", "diff": "}\n},\n\"lodash\": {\n- \"version\": \"4.17.11\",\n- \"resolved\": \"https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz\",\n- \"integrity\": \"sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==\"\n+ \"version\": \"4.17.14\"...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bump lodash dependency
1
chore
client
807,982
18.07.2019 09:08:59
-32,400
d93510847a7ee37c56b196c0a5f32c746319b542
docs(version): remove unnecessary [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ To authenticate with GitHub, the following environment variables can be defined.\n- `GH_TOKEN` (required) - Your GitHub authentication token (under Settings > Developer settings > Personal access tokens).\n- `GHE_API_URL` - When using GitHub Enterprise...
JavaScript
MIT License
lerna/lerna
docs(version): remove unnecessary - (#2164) [skip ci]
1
docs
version
306,484
18.07.2019 09:58:06
-7,200
b925fff44f2a5fa30ca54db3ec6539b27ffffe07
chore(overlays): make positioning tests consistent on all environments
[ { "change_type": "MODIFY", "diff": "@@ -198,13 +198,11 @@ describe('LocalOverlayController', () => {\ndescribe('positioning', () => {\nit('creates a popper instance on the controller when shown, keeps it when hidden', async () => {\nconst controller = new LocalOverlayController({\n- contentTemplate: () =>\n...
JavaScript
MIT License
ing-bank/lion
chore(overlays): make positioning tests consistent on all environments
1
chore
overlays
791,704
18.07.2019 10:27:29
25,200
13dc309460a5f35a4a7e89108ed4e30e56c77ed6
misc: fix yarn.lock and translations master drift
[ { "change_type": "MODIFY", "diff": "@@ -4280,6 +4280,11 @@ is-windows@^1.0.2:\nresolved \"https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d\"\nintegrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==\n+is-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: fix yarn.lock and translations master drift (#9404)
1
misc
null
438,921
18.07.2019 11:20:39
-32,400
6debb5564a79f0911f7a7f9a4d2c3f1833707220
fix(text): Correct text vertical align Fix multiline vertical position. Fix
[ { "change_type": "MODIFY", "diff": "@@ -575,6 +575,52 @@ describe(\"SHAPE ARC\", () => {\n});\n});\n+ describe(\"check for multiline text position\", () => {\n+ let chart;\n+ let args = {\n+ data: {\n+ columns: [\n+ [\"data1\", 50],\n+ [\"data2\", 50]\n+ ],\n+ type: \"donut\"\n+ },\n+ donut: {\n+ title: \"T...
TypeScript
MIT License
naver/billboard.js
fix(text): Correct text vertical align Fix multiline vertical position. Fix #982
1
fix
text
815,577
18.07.2019 11:44:23
-28,800
15e56e1de6fe212615a6810b3b576e4fd5a7b1a8
chore: Upgrade rustc to 1.36.0
[ { "change_type": "MODIFY", "diff": "language: rust\n-rust: 1.34.2\n+rust: 1.36.0\ndist: xenial\nsudo: true\ncache:\n@@ -126,7 +126,7 @@ matrix:\nif: 'tag IS present AND env(GITHUB_TOKEN) IS present'\nlanguage: ruby\naddons: { apt: { packages: [] } }\n- env: REL_PKG=x86_64-unknown-linux-gnu.tar.gz BUILDER_IM...
Rust
MIT License
nervosnetwork/ckb
chore: Upgrade rustc to 1.36.0
1
chore
null
815,609
18.07.2019 12:02:59
-28,800
a2e7c569d82aa7ff2900855a114387d49b7a7785
fix: there is an incorrect deserialization in indexer
[ { "change_type": "MODIFY", "diff": "@@ -516,10 +516,10 @@ impl IndexerStoreBatch {\ndb.read(COLUMN_LOCK_HASH_LIVE_CELL, &lock_hash_index.to_vec())\n.expect(\"indexer db read should be ok\")\n.map(|value| deserialize(&value).expect(\"deserialize CellOutput should be ok\"))\n- .map(|cell_output| LockHashCellO...
Rust
MIT License
nervosnetwork/ckb
fix: there is an incorrect deserialization in indexer
1
fix
null
791,834
18.07.2019 12:07:29
25,200
474c22e6cd5aaed34511f302ad250eb775d062c2
tests(i18n): update canonical locale test for node 12.6
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ branches:\nmatrix:\ninclude:\n- node_js: \"10\"\n- - node_js: \"11\"\n+ - node_js: \"12\"\nif: head_branch IS blank AND branch = master\ndist: trusty\ncache:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODI...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(i18n): update canonical locale test for node 12.6 (#9396)
1
tests
i18n
815,593
18.07.2019 12:10:21
-32,400
03e08f4b9807400f5da2c212d57836b65f3bc9aa
test: fix invalid_block integration test
[ { "change_type": "MODIFY", "diff": "@@ -36,8 +36,8 @@ impl Spec for ChainContainsInvalidBlock {\n// Start good_node and let it synchronize from bad_node\ngood_node.generate_block();\nfresh_node.connect(&good_node);\n- good_node.connect(&bad_node);\n- fresh_node.connect(&bad_node);\n+ good_node.connect_and_w...
Rust
MIT License
nervosnetwork/ckb
test: fix invalid_block integration test
1
test
null
815,601
18.07.2019 13:04:03
-28,800
11a4c4286c6e3c80e8b35868a3c7a9d954a39e5c
feat: uncle descendant limit
[ { "change_type": "MODIFY", "diff": "@@ -1104,7 +1104,6 @@ dependencies = [\n\"ckb-test-chain-utils 0.17.0-pre\",\n\"ckb-traits 0.17.0-pre\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lru-cache 0.1...
Rust
MIT License
nervosnetwork/ckb
feat: uncle descendant limit
1
feat
null
722,013
18.07.2019 13:23:36
18,000
be86d8e51e2b7bc6979cf158c711e81a4930615a
test: split jsx integration tests
[ { "change_type": "MODIFY", "diff": "-import Vue from 'vue'\n-import { transform } from 'buble'\n-import { shallowMount, mount } from '@vue/test-utils'\n-import adaptCreateElement, { CreateElementFunction, concatenate } from '../adaptCreateElement'\n+import adaptCreateElement, { CreateElementFunction } from ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: split jsx integration tests
1
test
null
815,573
18.07.2019 13:25:02
-28,800
178adc775ef54fcf29bec87bd36cd4b888b626c4
chore: Rename StringMessageProtocol to DisconnectMessageProtocol
[ { "change_type": "MODIFY", "diff": "@@ -6,11 +6,11 @@ use crate::peer_store::{\nPeerStore, Status,\n};\nuse crate::protocols::{\n+ disconnect_message::DisconnectMessageProtocol,\ndiscovery::{DiscoveryProtocol, DiscoveryService},\nfeeler::Feeler,\nidentify::IdentifyCallback,\nping::PingService,\n- string_mes...
Rust
MIT License
nervosnetwork/ckb
chore: Rename StringMessageProtocol to DisconnectMessageProtocol
1
chore
null
104,927
18.07.2019 13:35:30
-3,600
012e1597d24486c989c81d1c079b124b4095b477
chore: release 2.12.0.rc-2
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.12.0-rc.1\",\n+ \"version\": \"2.12.0-rc.2\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n", "...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: release 2.12.0.rc-2 - @carbon/vue@2.12.0-rc.2 - storybook@2.12.0-rc.2
1
chore
null
722,013
18.07.2019 13:56:10
18,000
d8acf854bd372f4a23693d475ca804f53fcd9ed4
perf: create new simpler parser
[ { "change_type": "ADD", "diff": "+import parseComponent from '../parseComponent'\n+\n+describe('parseComponent', () => {\n+ it('should detect templates', () => {\n+ const comp = parseComponent(`\n+ <template>\n+ <template>\n+ <div>hello</div>\n+ </template>\n+ hello world\n+ </template>`)\n+ expect(comp.tem...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
perf: create new simpler parser
1
perf
null
807,849
18.07.2019 13:59:15
25,200
6703a8ecc5a8aa1568e744b0e974e12344328d53
test(integration): Reduce flakiness of error message test
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,7 @@ test(\"lerna publish sets correct exit code when libnpmpublish fails\", async () =\ntry {\nawait cliRunner(cwd)(\"publish\", \"patch\", \"--yes\", \"--no-verify-access\", \"--loglevel\", \"error\");\n} catch (err) {\n- expect(err.stderr).toMatchInlineSn...
JavaScript
MIT License
lerna/lerna
test(integration): Reduce flakiness of error message test
1
test
integration
807,900
18.07.2019 13:59:29
21,600
91437b57b3aa0131ecc44ea636ae216343c51885
feat(bootstrap): Add `--strict` option to enable throwing when `--hoist` warns
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,14 @@ For background on `--hoist`, see the [hoist documentation](https://github.com/le\nNote: If packages depend on different _versions_ of an external dependency,\nthe most commonly used version will be hoisted, and a warning will be emitted.\n+### --strict\...
JavaScript
MIT License
lerna/lerna
feat(bootstrap): Add `--strict` option to enable throwing when `--hoist` warns (#2140)
1
feat
bootstrap
722,013
18.07.2019 14:18:01
18,000
15ec422b7db6b2c967ae531c2a9c2b86a9608ae0
test: repair JSX tests
[ { "change_type": "MODIFY", "diff": "+import Vue from 'vue'\n+import { transform } from 'buble'\n+import { shallowMount, mount } from '@vue/test-utils'\n+import adaptCreateElement, { concatenate } from '../adaptCreateElement'\n+\ndescribe('integration', () => {\ndescribe('from JSX', () => {\nconst getCompone...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: repair JSX tests
1
test
null
815,595
18.07.2019 14:26:52
-28,800
9e0999de96fb1c9c503ce2fd5465bd7cb5406f8c
chore: Disable whitelist-only mode by default
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ use std::path::PathBuf;\n#[derive(Clone, Debug, Serialize, Deserialize, Default)]\npub struct NetworkConfig {\n+ #[serde(default)]\npub whitelist_only: bool,\npub max_peers: u32,\npub max_outbound_peers: u32,\n@@ -29,8 +30,10 @@ pub struct NetworkConfig ...
Rust
MIT License
nervosnetwork/ckb
chore: Disable whitelist-only mode by default
1
chore
null
722,013
18.07.2019 14:45:34
18,000
385b0187f470fbb394d51a4d2fdbc27e3b5dfda0
perf: use the new parser
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"acorn\": \"^6.1.1\",\n\"acorn-jsx\": \"^5.0.1\",\n- \"babel-plugin-transform-vue-jsx\": \"^3.7.0\",\n\"buble\": \"^0.19.7\",\n\"camelcase\": \"^5.3.1\",\n- \"vue-template-compiler\": \"^2.6.10\",\n\"walkes\": \"^0.2.1\"\n},\n\"devDependencies\": {\n...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
perf: use the new parser
1
perf
null
807,849
18.07.2019 14:54:07
25,200
d410a58e3039ea7db0ad6f6d50f33b2024cda709
fix(publish): Propagate root license into custom publish directories Fixes
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,34 @@ describe(\"createTempLicenses\", () => {\nexpect(licenseWritten).toBe(true);\n});\n+ it(\"copies root license into package contents\", async () => {\n+ const cwd = await initFixture(\"licenses\");\n+ const project = new Project(cwd);\n+ const [pkg] = aw...
JavaScript
MIT License
lerna/lerna
fix(publish): Propagate root license into custom publish directories Fixes #2157
1
fix
publish
711,597
18.07.2019 15:03:50
-7,200
d09dbb528eb6831a9bfd010e4c469a2253bcbb70
chore: Publish v0.1.2-beta.8
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.8 (2019-07-18)</small>\n+\n+\n+#### Fixes\n+\n+* **core** Fix filtering PaginatedList results ([b6a365f](https://github.com/vendure-ecommerce/vendure/commit/b6a365f))\n+* **core** Fix graphQL schema errors with latest nestjs/graphql ([fbeecef](https:...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.8
1
chore
null
104,839
18.07.2019 15:04:21
10,800
fb8b56eda25e641fa66ce168d7dd745c2d375242
fix(imagecard): restrict sizes
[ { "change_type": "MODIFY", "diff": "\"react-dnd-html5-backend\": \"2.5.1\",\n\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-grid-layout\": \"^0.16.6\",\n- \"react-image-hotspots\": \"^1.0.6\",\n+ \"react-image-hotspots\": \"^1.1.0\",\n\"react-resizable\": \"^1.8.0\",\n\"react-sizeme\": \"^2.6.3\",\n\"reac...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): restrict sizes
1
fix
imagecard
722,013
18.07.2019 15:09:12
18,000
438930e473d06b03aa59ea327a03e216884f1a56
test: test optimisation
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ test/cypress/videos/\n/examples/**/dist/build\n/examples/**/dist/css/*.css\n/examples/**/dist/index.html\n+/examples/**/dist/report.html\n# packages resulting of plugin tests\n/test/cli-packages/\n", "new_path": ".gitignore", "old_path": ".gitign...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: test optimisation
1
test
null
401,147
18.07.2019 15:41:18
-19,080
9a30da564c7108856345c203fc62e4ea6e379f3c
fix: fixed issue of props not changing in the table component affects:
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,16 @@ import { ColumnConfig, Props, SortOrder } from './types';\nconst Table: React.SFC<Props> & WithStyle = props => {\nconst [sortedColumnField, setSortedColumnField] = useState('');\n+ const [data, setData] = useState(props.data);\nconst [columnConfigs, se...
TypeScript
MIT License
medly/medly-components
fix: fixed issue of props not changing in the table component affects: @medly-components/core
1
fix
null
791,704
18.07.2019 16:10:31
25,200
f968ee94ed539da4046c4e26e65fe3d2990a5554
tests(font-size): add test for attributing styles to node
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,7 @@ async function fetchSourceRule(driver, node) {\n/**\n* @param {Driver} driver\n- * @param {LH.Artifacts.FontSize.DomNodeWithParent} textNode text node\n+ * @param {LH.Artifacts.FontSize.DomNodeWithParent} textNode\n* @returns {Promise<?NodeFontData>}\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(font-size): add test for attributing styles to node (#9400)
1
tests
font-size
807,849
18.07.2019 16:20:31
25,200
9457a21b860c106399f1af87c9f4c618f6c5f46b
feat(listable): Output JSON adjacency list with `--graph` Credit: Original PR:
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ package-2\n- [`-l`, `--long`](https://github.com/lerna/lerna/tree/master/commands/list#--long)\n- [`-p`, `--parseable`](https://github.com/lerna/lerna/tree/master/commands/list#--parseable)\n- [`--toposort`](https://github.com/lerna/lerna/tree/master/com...
JavaScript
MIT License
lerna/lerna
feat(listable): Output JSON adjacency list with `--graph` Credit: @yacineb Original PR: #1970
1
feat
listable
401,147
18.07.2019 17:01:44
-19,080
fba9df82a743db336bd657e695823b03ee5aeb42
fix: fixed warning issues affects:
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ const Pagination: React.SFC<PaginationProps> = React.memo(props => {\nfor (let i = pagesConfig.startPage; i <= pagesConfig.endPage; i++) {\nlinks.push(\n- <Button onClick={onClickHandler(i)} variant={i === pagesConfig.currentPage ? 'solid' : 'outlined'}>...
TypeScript
MIT License
medly/medly-components
fix: fixed warning issues affects: @medly-components/core, @medly-components/layout
1
fix
null
711,597
18.07.2019 17:45:39
-7,200
ac6e14ec839f0e4552080462b634d9f1e2062de9
refactor(core): Replace graphql-request lib with own implementation It does not offer the ability to set query parameters on the url, which will be needed to properly test the language handling.
[ { "change_type": "MODIFY", "diff": "/// <reference types=\"../typings\" />\nimport { SUPER_ADMIN_USER_IDENTIFIER, SUPER_ADMIN_USER_PASSWORD } from '@vendure/common/lib/shared-constants';\nimport { DocumentNode } from 'graphql';\n-import { GraphQLClient } from 'graphql-request';\nimport gql from 'graphql-tag...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Replace graphql-request lib with own implementation It does not offer the ability to set query parameters on the url, which will be needed to properly test the language handling.
1
refactor
core
401,147
18.07.2019 18:09:05
-19,080
5fe6b00560c35411427277dc86d5e076045f8052
fix: exporting Avatar component form core affects:
[ { "change_type": "MODIFY", "diff": "+import Avatar from './Avatar';\nimport Button from './Button';\nimport Card from './Card';\nimport Checkbox from './Checkbox';\n@@ -18,6 +19,7 @@ import Table from './Table';\nimport Text from './Text';\nexport {\n+ Avatar,\nButton,\nCard,\nCheckbox,\n", "new_path": ...
TypeScript
MIT License
medly/medly-components
fix: exporting Avatar component form core affects: @medly-components/core
1
fix
null