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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
151,430 | 13.10.2019 22:28:12 | 25,200 | 18f035292f9bd30f8105eaed9bbb7289fa94409e | docs: add blurb about crazyegg | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,10 @@ description: Using the CrazyEgg plugin\nIntegration with [crazy egg](https://www.crazyegg.com/) for [analytics](https://www.npmjs.com/package/analytics)\n+Crazy egg adds heat mapping, A/B testing, and session recording functionality to websites and applic... | JavaScript | MIT License | davidwells/analytics | docs: add blurb about crazyegg | 1 | docs | null |
151,430 | 13.10.2019 22:28:22 | 25,200 | 826b98bf1b3e9fcba3333e4a57b552ad26c7dc79 | docs: add blurb about fullstory | [
{
"change_type": "MODIFY",
"diff": "<!--\ntitle: FullStory\n-subTitle: Using the FullStory plugin\n+subTitle: Using the FullStory analytics plugin\ndescription: Integrate FullStory visitor tracking with the open source analytics module\n-->\n@@ -8,6 +8,10 @@ description: Integrate FullStory visitor tracking... | JavaScript | MIT License | davidwells/analytics | docs: add blurb about fullstory | 1 | docs | null |
151,430 | 13.10.2019 22:29:09 | 25,200 | be2f14ff2c9375ff38118149c8f22b7da08d8310 | docs: add blurb about hubspot | [
{
"change_type": "MODIFY",
"diff": "<!--\ntitle: HubSpot\n-description: Using the HubSpot plugin\n+description: Using the HubSpot analytics plugin\n-->\n# HubSpot plugin for `analytics`\nIntegration with HubSpot for [analytics](https://www.npmjs.com/package/analytics)\n+This analytics plugin will load HubSp... | JavaScript | MIT License | davidwells/analytics | docs: add blurb about hubspot | 1 | docs | null |
151,430 | 13.10.2019 22:29:36 | 25,200 | 31bd1fb13dc141e39f9637c93a950772f4b0bb11 | docs: update doc intros | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ pageTitle: Google Analytics\nThis library exports the `google-analytics` plugin for the [`analytics`](https://www.npmjs.com/package/analytics) package & standalone methods for any project to use to make it easier to interact with [Google Analytics](https:/... | JavaScript | MIT License | davidwells/analytics | docs: update doc intros | 1 | docs | null |
151,430 | 13.10.2019 22:30:15 | 25,200 | d7d449e48308c92cf754895842917885dbfc5df1 | docs: sync docs site | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,10 @@ description: Using the CrazyEgg plugin\nIntegration with [crazy egg](https://www.crazyegg.com/) for [analytics](https://www.npmjs.com/package/analytics)\n+Crazy egg adds heat mapping, A/B testing, and session recording functionality to websites and applic... | JavaScript | MIT License | davidwells/analytics | docs: sync docs site | 1 | docs | null |
151,430 | 13.10.2019 22:41:04 | 25,200 | e65be1aaf94b973e1ec879c60fcb4096f7a4e787 | test: add plugin data flow tests | [
{
"change_type": "ADD",
"diff": "+import test from 'ava'\n+import sinon from 'sinon'\n+import delay from './utils/delay'\n+import Analytics from '../src'\n+\n+test.beforeEach((t) => {\n+ t.context.sandbox = sinon.createSandbox()\n+})\n+\n+test('Plugin with [x]Start should enrich [x]Start payloads', async (t... | JavaScript | MIT License | davidwells/analytics | test: add plugin data flow tests | 1 | test | null |
151,430 | 13.10.2019 22:43:24 | 25,200 | 767cbd70ed8618e766a9ba96ff41427125a32763 | docs: update demo app | [
{
"change_type": "MODIFY",
"diff": "\"@analytics/cookie-utils\": \"file:../../packages/analytics-util-cookie\",\n\"@analytics/storage-utils\": \"file:../../packages/analytics-util-storage\",\n\"@analytics/fullstory\": \"file:../../packages/analytics-plugin-fullstory\",\n- \"@analytics/google-analytics\": \"... | JavaScript | MIT License | davidwells/analytics | docs: update demo app | 1 | docs | null |
151,430 | 13.10.2019 22:43:53 | 25,200 | e5ac7430e59aa4cadb6f8f6aba0300dbc0291559 | chore: update iife build | [
{
"change_type": "MODIFY",
"diff": "@@ -137,10 +137,21 @@ Build these formats\n\"name\": \"_analytics\" <-- name of global\n},\n*/\n+\n+function getGlobalName(pkg) {\n+ if (pkg.projectMeta && pkg.projectMeta.windowGlobal) {\n+ return pkg.projectMeta.windowGlobal\n+ }\n+ if (typeof pkg.globalName === 'object... | JavaScript | MIT License | davidwells/analytics | chore: update iife build | 1 | chore | null |
67,479 | 13.10.2019 23:52:22 | -39,600 | a270f82b08781d3825a9821e798591c2cdd6ea8a | fix(ref): remove bind optimization | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ export class RefBinding implements IBinding {\nthis.sourceExpression.bind(flags, scope, this);\n}\n- this.sourceExpression.assign!(flags | LifecycleFlags.alwaysNotify, this.$scope, this.locator, this.target, part);\n+ this.sourceExpression.assign!(flags,... | TypeScript | MIT License | aurelia/aurelia | fix(ref): remove bind optimization | 1 | fix | ref |
67,516 | 14.10.2019 00:21:35 | -7,200 | 6945d913c60e9795bac646d66dd0e140fcb9bef4 | chore(tests): primitive tests on dirty checker | [
{
"change_type": "MODIFY",
"diff": "<read-only-text id=\"nonVolatile\" value.to-view=\"user.roleNonVolatile\"></read-only-text>\n<read-only-text id=\"volatile\" value.to-view=\"user.locationVolatile\"></read-only-text>\n+\n+<read-only-text id=\"indeterminate\" value.to-view=\"user.arr.indeterminate\"></read... | TypeScript | MIT License | aurelia/aurelia | chore(tests): primitive tests on dirty checker | 1 | chore | tests |
503,945 | 14.10.2019 10:05:31 | 14,400 | 8b6b90bf00b2acc84a3a8d4115bd765181f6f96f | chore(package): Bump versions to 2.35.0 | [
{
"change_type": "MODIFY",
"diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.34.1\",\n+ \"@patternfly/patternfly\": \"2.35.0\",\n\"@patternfly/react-styles\": \"^3.5.30\",\n\"@patternfly/react-tokens\": \"^2.6.33\",\... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.35.0 (#3130) | 1 | chore | package |
791,704 | 14.10.2019 12:13:16 | 25,200 | 8cfd64b82211ec548267696190ac240017b83b0c | core(driver): fix error handling for Runtime.evaluate | [
{
"change_type": "MODIFY",
"diff": "@@ -528,8 +528,12 @@ class Driver {\nthis.setNextProtocolTimeout(timeout);\nconst response = await this.sendCommand('Runtime.evaluate', evaluationParams);\nif (response.exceptionDetails) {\n- // An error occurred before we could even create a Promise, should be *very* rar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): fix error handling for Runtime.evaluate (#9831) | 1 | core | driver |
273,683 | 14.10.2019 12:13:26 | -7,200 | caea7125d795206598e817b1126e04e2b86e06da | refactor(graphql): keep extensions in directives list | [
{
"change_type": "MODIFY",
"diff": "@@ -119,18 +119,18 @@ test('merge node fields', () => {\n})\ntest('camelcase fieldNames', () => {\n- const fields = createFieldDefinitions([{\n+ const { field_name, an_object } = createFieldDefinitions([{\nfield_name: true,\nan_object: {\nsub_field: true\n}\n}], { camelCa... | JavaScript | MIT License | gridsome/gridsome | refactor(graphql): keep extensions in directives list | 1 | refactor | graphql |
791,704 | 14.10.2019 12:17:15 | 25,200 | da4e851bddee55a6f4e8b25e3517c8c0e0678877 | clients(lr): don't include html report assets in bundle | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,8 @@ const locales = fs.readdirSync(__dirname + '/../lighthouse-core/lib/i18n/locales\nconst isDevtools = file => path.basename(file).includes('devtools');\n/** @param {string} file */\nconst isExtension = file => path.basename(file).includes('extension');\n+... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(lr): don't include html report assets in bundle (#9828) | 1 | clients | lr |
531,793 | 14.10.2019 12:28:54 | -3,600 | b6b9567e24a27537e985f2e69450c946078134d4 | fix(ci): use fixed date for storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -2,9 +2,14 @@ import { configure, getStorybook, setAddon } from \"@storybook/react\";\nimport createPercyAddon from \"@percy-io/percy-storybook\";\n+import { advanceTo } from \"jest-date-mock\";\n+\nconst { percyAddon, serializeStories } = createPercyAddon();\nsetAddon... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): use fixed date for storybook | 1 | fix | ci |
791,664 | 14.10.2019 13:01:00 | 25,200 | 185f60fa655b4958ef324420a75910aa4bb79057 | build: adding benchmarking script | [
{
"change_type": "ADD",
"diff": "+# benchwrapper\n+\n+benchwrapper is a lightweight gRPC server that wraps the pubsub library for\n+bencharmking purposes.\n+\n+## Running\n+\n+```\n+cd nodejs-pubsub\n+npm install\n+export PUBSUB_EMULATOR_HOST=localhost:8080\n+npm run benchwrapper -- --port 50051\n+```\n",
... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | build: adding benchmarking script (#778) | 1 | build | null |
471,527 | 14.10.2019 13:03:21 | -7,200 | 00265647fe58b64d8edb67f5f0e68313901f9569 | fix(building-rollup): use unscoped rollup-plugin-index-html; format | [
{
"change_type": "MODIFY",
"diff": "# Rollup\n-[//]: # (AUTO INSERT HEADER PREPUBLISH)\n+[//]: # 'AUTO INSERT HEADER PREPUBLISH'\n## Configuration\n+\nRollup configuration to help you get started building modern web applications. You write modern javascript using the latest browser features, rollup will opt... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): use unscoped rollup-plugin-index-html; format | 1 | fix | building-rollup |
815,590 | 14.10.2019 13:12:49 | -28,800 | 98c0c2149200f805f869049ed5ae7e4a3479b245 | refactor: support run integration tests concurrently | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ matrix:\n- name: PR Integration\nif: 'tag IS NOT present AND branch != develop AND branch !~ /^rc\\// AND (type = pull_request OR repo != nervosnetwork/ckb)'\nos: linux\n- script: make CKB_TEST_ARGS=\"--max-time 1200\" integration\n+ script: make CKB_TES... | Rust | MIT License | nervosnetwork/ckb | refactor: support run integration tests concurrently | 1 | refactor | null |
447,447 | 14.10.2019 13:13:18 | 14,400 | ea76caa8e97989c7375ab8a83e40a74afe0a010d | test: add unit test on DatePicker component | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import DatePicker from '..';\n+\n+describe('<DatePicker/>', () => {\n+ it('should be focusable', () => {\n+ const component = mount(<DatePicker label=\"DatePicker Label\" />);\n+ expect(component).toBeFocusable(... | JavaScript | MIT License | nexxtway/react-rainbow | test: add unit test on DatePicker component (#1089) | 1 | test | null |
866,415 | 14.10.2019 13:13:50 | 14,400 | 111d8d72cf045c0d272f7d4d5a20c979d7ab803a | feat(locale): getLocale service standup | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.592.tgz differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.592.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(locale): getLocale service standup | 1 | feat | locale |
447,440 | 14.10.2019 13:19:01 | 18,000 | 900189e03007e2910d6a824831a571ba6d38d9b3 | styles: fix MapMarker icon styles | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport AssistiveText from './../AssistiveText';\n+import StyledIconContainer from './styled/iconContainer';\nimport MarkerIcon from './markerIcon';\nimport StyledIcon from './styled/icon';\n@@ -8,7 +9,7 @@ c... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix MapMarker icon styles (#1091) | 1 | styles | null |
503,945 | 14.10.2019 13:28:12 | 14,400 | 1b594b6b38c72a1357693132f29de30bf9700503 | chore(package): Bump versions to 2.35.1 | [
{
"change_type": "MODIFY",
"diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.35.0\",\n+ \"@patternfly/patternfly\": \"2.35.1\",\n\"@patternfly/react-styles\": \"^3.5.31\",\n\"@patternfly/react-tokens\": \"^2.6.34\",\... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.35.1 (#3137) | 1 | chore | package |
815,601 | 14.10.2019 13:33:40 | -28,800 | 5f9d34c50bc0da75500eb2914bacfe744ee63133 | feat: enable ansi support for windows | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,14 @@ dependencies = [\n\"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n+[[package]]\n+name = \"ansi_term\"\n+version = \"0.12.1\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+dependencies = [\n+ \"winap... | Rust | MIT License | nervosnetwork/ckb | feat: enable ansi support for windows | 1 | feat | null |
807,849 | 14.10.2019 13:44:17 | 25,200 | 5e60213e93e3ee229a9341a14e420ed2401001dd | feat: Upgrade to yargs@14 | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,9 @@ exports.builder = yargs => {\n\"$0 bootstrap -- --no-optional\",\n\"# execute `npm install --no-optional` in bootstrapped packages\"\n)\n+ .parserConfiguration({\n+ \"populate--\": true,\n+ })\n.options({\nhoist: {\ngroup: \"Command Options:\",\n",
"... | JavaScript | MIT License | lerna/lerna | feat: Upgrade to yargs@14 | 1 | feat | null |
807,849 | 14.10.2019 13:45:07 | 25,200 | 9697b17ef83e316bcd40c733d04a894deaab2c9a | chore: Turn off eslint's max-len in favor of prettier's printWidth | [
{
"change_type": "MODIFY",
"diff": "@@ -19,10 +19,7 @@ rules:\ncurly:\n- error\n- all\n- max-len:\n- - error\n- - 110 # keep in sync with .prettierrc.yaml printWidth\n- - 2\n+ max-len: \"off\" # managed by .prettierrc.yaml printWidth\nno-param-reassign:\n- error\n- props: true\n",
"new_path": ".eslintrc... | JavaScript | MIT License | lerna/lerna | chore: Turn off eslint's max-len in favor of prettier's printWidth | 1 | chore | null |
401,147 | 14.10.2019 14:06:08 | -19,080 | fd864b9eb103bc042086c51236f10222cfc57367 | feat(core): add capability to change option in Single select through arrow keys
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ PopoverWrapper.defaultProps = {\n};\nPopoverWrapper.Style = PopoverWrapperStyled;\n-export const Popover: React.SFC<PopoverProps> & WithStyle = props => <PopoverStyled {...props} />;\n+export const Popover: React.SFC<PopoverProps> & WithStyle = React.for... | TypeScript | MIT License | medly/medly-components | feat(core): add capability to change option in Single select through arrow keys
affects: @medly-components/core, @medly-components/utils | 1 | feat | core |
807,849 | 14.10.2019 14:19:09 | 25,200 | 276682bf3650df04718986a357b3fbf0085124a1 | chore: Add options argument to run-lifecycle mock | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\nconst mockRunLifecycle = jest.fn(pkg => Promise.resolve(pkg));\n-const mockCreateRunner = jest.fn(() => (pkg, stage) => {\n+const mockCreateRunner = jest.fn(opts => (pkg, stage) => {\n// no longer the actual API, but approximates inner logic of default ex... | JavaScript | MIT License | lerna/lerna | chore: Add options argument to run-lifecycle mock | 1 | chore | null |
866,415 | 14.10.2019 14:22:11 | 14,400 | ec4d91bd82442ac1e9816adab1bc0e10deda16eb | fix(locale): get list from retrieved locale and default to usen | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const _proxy = process.env.CORS_PROXY || '';\n* @type {string}\n* @private\n*/\n-const _endpoint = `${_host}/common/v18/js/data/jsononly/locale`;\n+const _endpoint = `${_proxy}${_host}/common/v18/js/data/jsononly/locale`;\n/**\n* Locale API class with me... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(locale): get list from retrieved locale and default to usen | 1 | fix | locale |
807,849 | 14.10.2019 14:36:42 | 25,200 | f73e6ed8966b06c25de973f2c7f90eea2d4f2d3a | fix(options): Explicit `--conventional-graduate` | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,10 @@ exports.builder = (yargs, composed) => {\ndescribe: \"Use conventional-changelog to determine version bump and generate CHANGELOG.\",\ntype: \"boolean\",\n},\n+ \"conventional-graduate\": {\n+ describe: \"Version currently prereleased packages to a non-... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--conventional-graduate` | 1 | fix | options |
807,849 | 14.10.2019 14:37:16 | 25,200 | 343a751739eda514c047037cc3b3a4ebc40932ba | fix(options): Explicit `--force-publish` | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,10 @@ exports.builder = (yargs, composed) => {\ndescribe: \"Specify cross-dependency version numbers exactly rather than with a caret (^).\",\ntype: \"boolean\",\n},\n+ \"force-publish\": {\n+ describe: \"Always include targeted packages in versioning operati... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--force-publish` | 1 | fix | options |
807,849 | 14.10.2019 14:37:41 | 25,200 | 1d9552c431ea78184ff51dc66f01de3314edb42e | fix(options): Explicit `--pre-dist-tag` | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,11 @@ exports.builder = yargs => {\ntype: \"string\",\nrequiresArg: true,\n},\n+ \"pre-dist-tag\": {\n+ describe: \"Publish prerelease packages with the specified npm dist-tag\",\n+ type: \"string\",\n+ requiresArg: true,\n+ },\n\"git-head\": {\ndescribe:\n\"... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--pre-dist-tag` | 1 | fix | options |
807,849 | 14.10.2019 14:38:09 | 25,200 | 6948a11dbc2f845db78a2c666d0ea8160612e41e | fix(options): Explicit `--force-local` | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,11 @@ exports.builder = yargs => {\ndescribe: \"Don't allow warnings when hoisting as it causes longer bootstrap times and other issues.\",\ntype: \"boolean\",\n},\n+ \"force-local\": {\n+ group: \"Command Options:\",\n+ describe: \"Force local sibling links ... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--force-local` | 1 | fix | options |
807,849 | 14.10.2019 14:38:25 | 25,200 | ac8385d77e931397b68b068ded7ac83dd1a19d68 | fix(options): Explicit `--use-workspaces` | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,11 @@ exports.builder = yargs => {\ndescribe: \"Don't allow warnings when hoisting as it causes longer bootstrap times and other issues.\",\ntype: \"boolean\",\n},\n+ \"use-workspaces\": {\n+ group: \"Command Options:\",\n+ describe: \"Enable integration with... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--use-workspaces` | 1 | fix | options |
807,849 | 14.10.2019 14:48:37 | 25,200 | f2c8ab3d3aea86cf84deee1d5433b9c827bc3c3f | test: Add prepublish to lifecycle leaf | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"1.0.0\",\n\"dependencies\": {\n\"package-1\": \"^1.0.0\"\n+ },\n+ \"scripts\": {\n+ \"prepublish\": \"echo prepublish-package-2\"\n}\n}\n",
"new_path": "__fixtures__/lifecycle/packages/package-2/package.json",
"old_path": "__fixtures__/lifecycle/pac... | JavaScript | MIT License | lerna/lerna | test: Add prepublish to lifecycle leaf | 1 | test | null |
807,849 | 14.10.2019 14:49:58 | 25,200 | fa217231c95d306bfdd3ffaf348c936a3232c998 | fix(options): Explicit `--ignore-prepublish` | [
{
"change_type": "MODIFY",
"diff": "@@ -119,4 +119,21 @@ Map {\n// (they are all run by pack-directory and npm-publish)\n]);\n});\n+\n+ it(\"respects --ignore-prepublish\", async () => {\n+ const cwd = await initFixture(\"lifecycle\");\n+\n+ await lernaPublish(cwd)(\"--ignore-prepublish\");\n+\n+ expect(pac... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--ignore-prepublish` | 1 | fix | options |
807,849 | 14.10.2019 14:50:15 | 25,200 | efcb3bd2a9591f5380abb349a09ae1f1b802de29 | fix(options): Explicit `--ignore-scripts` | [
{
"change_type": "MODIFY",
"diff": "@@ -136,4 +136,27 @@ Map {\n// runLifecycle() is _called_ with \"prepublish\" for root,\n// but it does not actually execute, and is tested elsewhere\n});\n+\n+ it(\"respects --ignore-scripts\", async () => {\n+ const cwd = await initFixture(\"lifecycle\");\n+\n+ await le... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--ignore-scripts` | 1 | fix | options |
807,849 | 14.10.2019 14:51:13 | 25,200 | f3581aede1d8c7613c0549fbe1bfbb2dfddf46f4 | fix(options): Explicit `--conventional-prerelease` | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,10 @@ exports.builder = (yargs, composed) => {\ndescribe: \"Version currently prereleased packages to a non-prerelease version.\",\n// type must remain ambiguous because it is overloaded (boolean _or_ string _or_ array)\n},\n+ \"conventional-prerelease\": {\n... | JavaScript | MIT License | lerna/lerna | fix(options): Explicit `--conventional-prerelease` | 1 | fix | options |
808,030 | 14.10.2019 14:53:52 | 25,200 | b822060a47173c99dd6f0f6a7e72ffed934bebf6 | docs: Add `command.publish.registry` example
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,8 @@ Run `lerna --help` to see all available commands and options.\n\"command\": {\n\"publish\": {\n\"ignoreChanges\": [\"ignored-file\", \"*.md\"],\n- \"message\": \"chore(release): publish\"\n+ \"message\": \"chore(release): publish\",\n+ \"registry\": \"... | JavaScript | MIT License | lerna/lerna | docs: Add `command.publish.registry` example (#2300)
[skip ci] | 1 | docs | null |
401,147 | 14.10.2019 14:54:30 | -19,080 | e0937a370b57f445de05f771d60bcd7aab055aea | feat(core): scroll option in view in select component on moving to that option
affects: | [
{
"change_type": "MODIFY",
"diff": "import '@testing-library/jest-dom/extend-expect';\nimport 'jest-styled-components';\n+\n+window.HTMLElement.prototype.scrollIntoView = function() {};\n",
"new_path": "jest.setupAfterEnv.js",
"old_path": "jest.setupAfterEnv.js"
},
{
"change_type": "MODIFY",... | TypeScript | MIT License | medly/medly-components | feat(core): scroll option in view in select component on moving to that option
affects: @medly-components/core | 1 | feat | core |
503,945 | 14.10.2019 14:59:48 | 14,400 | 0f0a6224c97a8e75d1abdb6f60826c60ae7c8515 | chore(package): Bump versions to 2.36.0 | [
{
"change_type": "MODIFY",
"diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.35.1\",\n+ \"@patternfly/patternfly\": \"2.36.0\",\n\"@patternfly/react-styles\": \"^3.5.32\",\n\"@patternfly/react-tokens\": \"^2.6.35\",\... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.36.0 (#3139) | 1 | chore | package |
273,683 | 14.10.2019 15:01:43 | -7,200 | 878e9477e01a7ec003fdda24a8f35d2eaa4707a7 | fix(graphql): prevent overriding built-in directives | [
{
"change_type": "MODIFY",
"diff": "const crypto = require('crypto')\nconst { pick } = require('lodash')\n+const { specifiedDirectives } = require('graphql')\nconst PluginStore = require('../store/PluginStore')\nconst { deprecate } = require('../utils/deprecate')\n@@ -145,6 +146,8 @@ function createSchemaAc... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): prevent overriding built-in directives | 1 | fix | graphql |
711,597 | 14.10.2019 16:14:32 | -7,200 | 78a713c379a1ea4aa6f400fdb9f07f5aa5da8fdf | feat(admin-ui): Create cross-browser datetime picker component
This implements the basic datetime picker. Currently does not support disabled date ranges or seconds selection.
Relates to | [
{
"change_type": "MODIFY",
"diff": "\"apollo-upload-client\": \"^11.0.0\",\n\"chokidar\": \"^3.0.2\",\n\"core-js\": \"^3.1.3\",\n+ \"dayjs\": \"^1.8.16\",\n\"fs-extra\": \"^8.1.0\",\n\"graphql\": \"^14.3.1\",\n\"graphql-tag\": \"^2.10.1\",\n",
"new_path": "packages/admin-ui/package.json",
"old_path"... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Create cross-browser datetime picker component
This implements the basic datetime picker. Currently does not support disabled date ranges or seconds selection.
Relates to #181 | 1 | feat | admin-ui |
730,429 | 14.10.2019 16:30:02 | 14,400 | 7e4ea1420e4f130bb577e41b6ae7a229032cad12 | refactor(token-input): convert to functional component | [
{
"change_type": "MODIFY",
"diff": "-import React, {Component} from 'react';\n+import React, {useState} from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n-import {autobind} from 'core-decorators';\nimport {Button, Input, Radio, RadioGroup} from '@momentum-ui/react';\n... | JavaScript | MIT License | webex/react-widgets | refactor(token-input): convert to functional component | 1 | refactor | token-input |
866,415 | 14.10.2019 16:37:07 | 14,400 | 28044415eb83eec385e3194635331e85db70f4ba | chore(comment): edit comment | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ class LocaleAPI {\nconst cc = await geolocation();\n/**\n* get language preference from browser\n- * returns in en-US format so will need to extract language only\n+ * can return in either 'en-US' format or 'en' so will need to extract language only\n*/\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(comment): edit comment | 1 | chore | comment |
866,415 | 14.10.2019 16:44:34 | 14,400 | 75ab1eaeae4d4a33251a2bebf3acacd1d1e9f85f | chore(package): update utilities version for services | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.592.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.592.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alp... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(package): update utilities version for services | 1 | chore | package |
71,267 | 14.10.2019 16:45:53 | 25,200 | 492a916c72ae7f94b1fa48a63cd71dd7d8618481 | chore: update jsii to v0.19.0 | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"jsii-diff\": {\n- \"version\": \"0.18.0\",\n- \"resolved\": \"https://registry.npmjs.org/jsii-diff/-/jsii-diff-0.18.0.tgz\",\n- \"integrity\": \"sha512-3PpKxy4qMiUUJ5oICm+CAxgQJ+h1U7BSgVr0FEDZ2t29UuuUYqohw7Y07HNh+IogkaRZXhFmQFudbcMBxu8RCQ==\",\n+ \"ve... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update jsii to v0.19.0 (#4500) | 1 | chore | null |
730,429 | 14.10.2019 17:02:54 | 14,400 | 70f2ea28fc5b06a1d988bfabb08b98dde0d650fa | feat(demo): add control for generating sdk instance | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ import TokenInput from '@webex/private-react-component-token-input';\nimport SpaceDestination, {constants as destinationConstants} from '@webex/private-react-component-space-destination';\nimport ExampleCode from '@webex/private-react-component-example-c... | JavaScript | MIT License | webex/react-widgets | feat(demo): add control for generating sdk instance | 1 | feat | demo |
791,704 | 14.10.2019 17:14:30 | 25,200 | 5cc3990d468f9ee80c30732f463a9167b5269911 | core: rename Element to LHElement | [
{
"change_type": "MODIFY",
"diff": "const NetworkRecorder = require('../lib/network-recorder.js');\nconst emulation = require('../lib/emulation.js');\n-const Element = require('../lib/element.js');\n+const LHElement = require('../lib/lh-element.js');\nconst LHError = require('../lib/lh-error.js');\nconst Ne... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: rename Element to LHElement (#9832) | 1 | core | null |
730,429 | 14.10.2019 17:44:53 | 14,400 | 079354a54e77d2b08f62f54b826369bc786f0a3c | feat(r-r-spark): get status from instance | [
{
"change_type": "MODIFY",
"diff": "+import {getStatusFromInstance} from './helpers';\n+\nexport const REGISTER_DEVICE_FAILURE = 'spark/REGISTER_DEVICE_FAILURE';\nexport const STORE_SPARK_INSTANCE = 'spark/STORE_SPARK_INSTANCE';\nexport const UPDATE_SPARK_STATUS = 'spark/UPDATE_SPARK_STATUS';\n@@ -25,6 +27,... | JavaScript | MIT License | webex/react-widgets | feat(r-r-spark): get status from instance | 1 | feat | r-r-spark |
730,428 | 14.10.2019 17:55:04 | 0 | 09593c71168dbb5f391870047514c8b3da41e7a4 | chore(release): 0.2.49 [skip ci] | [
{
"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+### [0.2.49](https://github.com/webex/react-widgets/compare/v0.2.48...v0.2.49) (2019-10-14)\n+\... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.2.49 [skip ci] | 1 | chore | release |
699,189 | 14.10.2019 17:57:59 | 18,000 | b8928661558d6ec26dc76598aa479c9e35c9e890 | fix: allow 'auto' for marginLeft and marginRight | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,9 @@ type Spacing = ResponsiveValue<keyof ThemeShape['space']>;\nexport interface MarginProps {\nmargin?: Spacing;\nmarginTop?: Spacing;\n- marginRight?: Spacing;\n+ marginRight?: Spacing | 'auto';\nmarginBottom?: Spacing;\n- marginLeft?: Spacing;\n+ marginLeft... | TypeScript | MIT License | twilio-labs/paste | fix: allow 'auto' for marginLeft and marginRight (#134) | 1 | fix | null |
699,191 | 14.10.2019 18:10:47 | 25,200 | e637eb4ceb452c883719c3306478824abd226a93 | fix(website): change breadcrumb slash from aside to span | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import styled from '@emotion/styled';\nimport {themeGet} from 'styled-system';\nimport {Link} from 'gatsby';\n-const CrumbSlashStyled = styled.aside(props => ({\n+const CrumbSlashStyled = styled.span(props => ({\npadding: `0 ${themeGet('space.space20')(pro... | TypeScript | MIT License | twilio-labs/paste | fix(website): change breadcrumb slash from aside to span (#128) | 1 | fix | website |
67,476 | 14.10.2019 19:00:20 | -7,200 | b5f4802e34de574f227f609d102c939802071d7f | chore(render-context): fix type | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ export class RenderContext implements IRenderContext {\nreturn this.container.getResolver(key, autoRegister);\n}\n- public getFactory<T extends Constructable>(key: T): IFactory<T> {\n+ public getFactory<T extends Constructable>(key: T): IFactory<T> | n... | TypeScript | MIT License | aurelia/aurelia | chore(render-context): fix type | 1 | chore | render-context |
67,476 | 14.10.2019 19:00:56 | -7,200 | 4edf542d983e76fb482c39fab66151ac950bc2f8 | refactor(di): use metadata instead of static properties | [
{
"change_type": "MODIFY",
"diff": "import { Class, Constructable } from './interfaces';\nimport { PLATFORM } from './platform';\nimport { Reporter } from './reporter';\n-import { IResourceType } from './resource';\n+import { IResourceType, Protocol } from './resource';\n+import { Metadata } from './metadat... | TypeScript | MIT License | aurelia/aurelia | refactor(di): use metadata instead of static properties | 1 | refactor | di |
67,476 | 14.10.2019 19:01:37 | -7,200 | d0dadcd384e0680ceacc1f9afb354e4b3c7166f4 | refactor(metadata): expose internal slot for debugging purposes, make polyfill non-enumerable | [
{
"change_type": "MODIFY",
"diff": "@@ -833,6 +833,17 @@ const Metadata = {\ndelete: $delete,\n};\n+function def(obj: object, key: string, value: unknown): void {\n+ Reflect.defineProperty(obj, key, {\n+ writable: true,\n+ enumerable: false,\n+ configurable: true,\n+ value,\n+ });\n+}\n+\n+def(Metadata, '$I... | TypeScript | MIT License | aurelia/aurelia | refactor(metadata): expose internal slot for debugging purposes, make polyfill non-enumerable | 1 | refactor | metadata |
67,476 | 14.10.2019 19:02:04 | -7,200 | b5d647ec6802136451246bf38a3bd7c1901e98ef | fix(renderer): copy metadata to decorated target | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nKey,\nRegistration,\nReporter,\n+ Metadata,\n} from '@aurelia/kernel';\nimport { AnyBindingExpression } from './ast';\nimport { CallBinding } from './binding/call-binding';\n@@ -75,9 +76,13 @@ export function instructionRenderer<TType extends str... | TypeScript | MIT License | aurelia/aurelia | fix(renderer): copy metadata to decorated target | 1 | fix | renderer |
67,476 | 14.10.2019 19:02:39 | -7,200 | d782323d6b5266c9142ecf4c937838bb38c79c5d | test(di): comment out irrelevant tests, fix things etc | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,8 @@ import {\nPLATFORM,\nRegistration,\nsingleton,\n- transient\n+ transient,\n+ Metadata\n} from '@aurelia/kernel';\nimport { _, assert, createSpy, ISpy } from '@aurelia/testing';\n@@ -35,29 +36,29 @@ describe(`The DI object`, function () {\n});\n});\n- // de... | TypeScript | MIT License | aurelia/aurelia | test(di): comment out irrelevant tests, fix things etc | 1 | test | di |
67,482 | 14.10.2019 20:52:25 | 25,200 | f9ed282dbb4b7f369466ea3d973b552fbc835a1e | docs(readme): fixing up some links | [
{
"change_type": "MODIFY",
"diff": "@@ -23,8 +23,6 @@ This is the Aurelia 2 monorepo, containing core and plugin packages, examples, b\n## Introduction\n-*Please keep in mind that Aurelia 2 is still in pre-alpha.* Many core features and use cases around the public API are still untested and there will be se... | TypeScript | MIT License | aurelia/aurelia | docs(readme): fixing up some links | 1 | docs | readme |
531,793 | 14.10.2019 21:10:45 | -3,600 | 1606948c336a556ba417e68ccce1da8cb4df77ea | fix(ui): use consistent margin on filter elements | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,7 @@ const FilterInputLabel = observer(\n{filter.isValid ? (\nfilter.applied ? (\nshowCounter ? (\n- <span className=\"badge badge-light badge-pill mr-1\">\n+ <span className=\"badge badge-light badge-pill\">\n{filter.hits}\n</span>\n) : null\n@@ -90,7 +90,7 ... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): use consistent margin on filter elements | 1 | fix | ui |
531,793 | 14.10.2019 21:33:26 | -3,600 | 540d6c426403539986841a70abe4895650662e0c | chore(ui): fade grid placeholder on first render | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,15 @@ import React from \"react\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faMugHot } from \"@fortawesome/free-solid-svg-icons/faMugHot\";\n+import { MountFade } from \"Components/Animations/MountFade\";\n+\nimport \"./in... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): fade grid placeholder on first render | 1 | chore | ui |
67,476 | 14.10.2019 22:23:43 | -7,200 | dd7c2381da37adc43b389be7adcf0fbf4d91a688 | refactor(resources): prepend with au: | [
{
"change_type": "MODIFY",
"diff": "// }\n// public binding(this: IViewModel & this): void {\n-// this.child = this.$context.get<IViewModel>('custom-element:foo');\n+// this.child = this.$context.get<IViewModel>('au:custom-element:foo');\n// this.child.$hydrate(LF.none, this.$context, this.node);\n// this.c... | TypeScript | MIT License | aurelia/aurelia | refactor(resources): prepend with au: | 1 | refactor | resources |
67,479 | 15.10.2019 00:14:07 | -39,600 | b958d5782ea833796831ba9eddfa71091135cde2 | feat(dom): add prependTo api to nodesequences | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ function wrap(inner: string, tag: string): string {\nreturn `<${tag}>${inner}</${tag}>`;\n}\n-function verifyThrows(call: () => void): void {\n+function verifyThrows(call: () => targetChanged): targetChanged {\nlet err;\ntry {\ncall();\n@@ -19,7 +19,7 @@ f... | TypeScript | MIT License | aurelia/aurelia | feat(dom): add prependTo api to nodesequences | 1 | feat | dom |
67,479 | 15.10.2019 00:14:27 | -39,600 | 8602dd0b7d0d7837b175f200f130a289c4063b46 | feat(portal): add portal attribute | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import { SelfBindingBehavior } from './resources/binding-behaviors/self';\nimport { UpdateTriggerBindingBehavior } from './resources/binding-behaviors/update-trigger';\nimport { Blur } from './resources/custom-attributes/blur';\nimport { Focus } from './... | TypeScript | MIT License | aurelia/aurelia | feat(portal): add portal attribute | 1 | feat | portal |
273,683 | 15.10.2019 01:05:02 | -7,200 | 99e577a05a5adabdea8f40f281efd502a6d90438 | fix(vue-remark): don't use g-link for mailto links | [
{
"change_type": "MODIFY",
"diff": "@@ -182,6 +182,30 @@ test('image inside external link', async () => {\nexpect(res).toMatchSnapshot()\n})\n+test('don\\'t use g-link for mailto links', async () => {\n+ const plugin = await createPlugin()\n+ const res = await plugin.parse('[mailto](mailto:email@example.com... | JavaScript | MIT License | gridsome/gridsome | fix(vue-remark): don't use g-link for mailto links (#740) | 1 | fix | vue-remark |
71,267 | 15.10.2019 02:00:37 | 25,200 | 7c73bfb826cf966c906c2e897ecc25f1369c0d6c | chore: update bump script to use lerna flag --exact
Follow-up to - specifying this flag to specify cross-dependency
version numbers exactly rather than with a caret(^).
Minor fix to display the expected version when we're checking
that dependencies use point versions. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ export NODE_OPTIONS=\"--max-old-space-size=4096 ${NODE_OPTIONS:-}\"\n/bin/bash ./install.sh\n-npx lerna version ${version} --force-publish=* --no-git-tag-version --no-push\n+npx lerna version ${version} --exact --force-publish=* --no-git-tag-version --no... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update bump script to use lerna flag --exact (#4510)
Follow-up to #4470 - specifying this flag to specify cross-dependency
version numbers exactly rather than with a caret(^).
Minor fix to display the expected version when we're checking
that dependencies use point versions. | 1 | chore | null |
273,683 | 15.10.2019 02:10:23 | -7,200 | 2c2317354af9dff44e49a9ca42039c8aae8430c2 | refactor(graphql): ensure processed type is a composer | [
{
"change_type": "MODIFY",
"diff": "@@ -267,7 +267,8 @@ function processTypes (schemaComposer, extensions) {\nconst seen = new Set()\nfor (const typeComposer of schemaComposer.values()) {\n- if (seen.has(typeComposer.getTypeName())) continue\n+ if (typeof typeComposer.getTypeName !== 'function') continue\n+... | JavaScript | MIT License | gridsome/gridsome | refactor(graphql): ensure processed type is a composer | 1 | refactor | graphql |
304,893 | 15.10.2019 10:16:44 | 14,400 | a46c855e961c4cb8722d361eaf665fb81901fc1b | fix(stdlib): validate url for sql.from/sql.to/socket.from | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ vendor\n.vscode\n.vs\n.tern-project\n+.idea\n/coverage.txt\n/internal/rust/*/target/\n/internal/rust/parser/pkg\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,6 @@ import (\n\"gi... | Go | MIT License | influxdata/flux | fix(stdlib): validate url for sql.from/sql.to/socket.from (#1962) | 1 | fix | stdlib |
71,267 | 15.10.2019 10:26:57 | 25,200 | f4a20a66e060c19613d002463e3f3c494ba2b44e | fix(cli): fix bootstrap so that it has a default for tags on the stack.
The bootstrap command was enhanced to support tags in
However, the default is undefined which doesn't work when tags are not supplied.
Updated default and the integ test so both scenarios are being tested.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ async function parseCommandLineArguments() {\n.command('bootstrap [ENVIRONMENTS..]', 'Deploys the CDK toolkit stack into an AWS environment', yargs => yargs\n.option('bootstrap-bucket-name', { type: 'string', alias: ['b', 'toolkit-bucket-name'], desc: 'T... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cli): fix bootstrap so that it has a default for tags on the stack. (#4519)
The bootstrap command was enhanced to support tags in #4320
However, the default is undefined which doesn't work when tags are not supplied.
Updated default and the integ test so both scenarios are being tested.
Fixes #4518 | 1 | fix | cli |
304,893 | 15.10.2019 10:27:41 | 14,400 | fc79ed88483037e6a736dbef1f1a73c491dac13a | fix(stdlib): remove mock allocator. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ import (\n\"github.com/influxdata/flux/execute\"\n\"github.com/influxdata/flux/execute/executetest\"\n\"github.com/influxdata/flux/interpreter\"\n- \"github.com/influxdata/flux/memory\"\n+ \"github.com/influxdata/flux/mock\"\n\"github.com/influxdata/flux... | Go | MIT License | influxdata/flux | fix(stdlib): remove mock allocator. (#1988) | 1 | fix | stdlib |
67,482 | 15.10.2019 10:34:57 | 25,200 | 8d3822353e6bf3c536a1f1b9222a97e33214905d | docs(readme): filling out a few more docs links | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ To get started with a new Aurelia 2 project, with Node.js installed, simply run\n## Documentation\n-You can read the documentation on Aurelia 2 [here](https://docs.aurelia.io/). During the pre-Alpha phase, the most complete documentation is available in ... | TypeScript | MIT License | aurelia/aurelia | docs(readme): filling out a few more docs links | 1 | docs | readme |
67,482 | 15.10.2019 10:36:05 | 25,200 | ae7432a1a21c1f1def2688b21e09a7c54dfbb314 | docs(readme): fix incorrect link | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ To get started with a new Aurelia 2 project, with Node.js installed, simply run\n## Documentation\n-You can read the documentation on Aurelia 2 [here](https://docs.aurelia.io/). Our new docs are currently a work-in-progress, so the most complete document... | TypeScript | MIT License | aurelia/aurelia | docs(readme): fix incorrect link | 1 | docs | readme |
730,429 | 15.10.2019 10:49:22 | 14,400 | e6b2680a4b264ec749e413210ea0589d8613a734 | docs(spark-widget-base): add sdkInstance usage guide | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,26 @@ class MyApp extends Component {\nThe widgets also support guest tokens in the form of JWT. To provide a guest token to authenticate, use the `guestToken` prop.\n+### SDK Instance\n+\n+In addition to `accessToken` or `guestToken`, the widgets can accept ... | JavaScript | MIT License | webex/react-widgets | docs(spark-widget-base): add sdkInstance usage guide | 1 | docs | spark-widget-base |
730,429 | 15.10.2019 10:49:45 | 14,400 | 0de5387374e312474d76cd4bb6eb4dbe58a869d3 | docs(widget-recents): add sdkInstance usage | [
{
"change_type": "MODIFY",
"diff": "@@ -137,6 +137,7 @@ When loading the widgets there are some configuration options you can provide:\n|:--|:-------|---|\n| `accessToken` | `data-access-token` | Access token for the user account initiating the messaging session. <br>For testing purposes you can use a devel... | JavaScript | MIT License | webex/react-widgets | docs(widget-recents): add sdkInstance usage | 1 | docs | widget-recents |
730,429 | 15.10.2019 10:50:04 | 14,400 | 30200d601fc2e7e072b3c50d18561dba677b318b | docs(widget-space): add sdkInstance usage | [
{
"change_type": "MODIFY",
"diff": "@@ -170,6 +170,7 @@ When loading the widgets there are some configuration options you can provide:\n|:--|:-------|---|\n| `accessToken` | `data-access-token` | Access token for the user account initiating the messaging session. <br>For testing purposes you can use a devel... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add sdkInstance usage | 1 | docs | widget-space |
306,413 | 15.10.2019 11:10:17 | -7,200 | 8e4360220bdc2b0a17c4d8eaa500e4a343246004 | feat(switch): component to toggle a property on or off | [
{
"change_type": "ADD",
"diff": "+# Switch\n+\n+[//]: # 'AUTO INSERT HEADER PREPUBLISH'\n+\n+`lion-input-switch` is a component that is used to toggle a property or feature on or off.\n+\n+## Features\n+\n+- Get or set the checked state (boolean) - `choiceChecked()`\n+- Get or set the value of the choice - ... | JavaScript | MIT License | ing-bank/lion | feat(switch): component to toggle a property on or off | 1 | feat | switch |
503,965 | 15.10.2019 11:22:23 | 14,400 | 329146c76b0b2db7fb879f56e752e8babf6bd691 | fix(switch): revert defaultChecked to checked | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ export const DataListCheck: React.FunctionComponent<DataListCheckProps> = ({\nonChange={event => onChange(event.currentTarget.checked, event)}\naria-invalid={!isValid}\ndisabled={isDisabled}\n- defaultChecked={isChecked || checked}\n+ checked={isChecked ... | TypeScript | MIT License | patternfly/patternfly-react | fix(switch): revert defaultChecked to checked (#3037) | 1 | fix | switch |
807,849 | 15.10.2019 11:56:22 | 25,200 | 31ad11e2ca1663ca80115a30e31097200026cbc1 | chore: Upgrade eslint + plugins
The `-c .eslintrc.yaml --no-eslintrc` is necessary to avoid attempting to parse various explicit `node_modules` fixtures that contain _intentionally_ broken package.json files. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ rules:\n- defaultOptions\n- otherCommandConfigs\n- requiresGit\n- consistent-return: off\n+ consistent-return: \"off\"\ncurly:\n- error\n- all\n@@ -39,11 +39,12 @@ rules:\n- error\n- functions: false\nclasses: false\n- strict: off\n+ prefer-object-spread... | JavaScript | MIT License | lerna/lerna | chore: Upgrade eslint + plugins
The `-c .eslintrc.yaml --no-eslintrc` is necessary to avoid attempting to parse various explicit `node_modules` fixtures that contain _intentionally_ broken package.json files. | 1 | chore | null |
531,793 | 15.10.2019 11:58:22 | -3,600 | b76e90d289407630999b23b8e6c66a0f9ee54dbb | fix(build): fix source path in the Makefile | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ PORT := 8080\n# based on http://blog.jgc.org/2011/07/gnu-make-recursive-wildcard-function.html\nrwildcard = $(foreach d, $(wildcard $1*), $(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))\n-SOURCES := $(wildcard *.go) $(call rwildcard, internal, *)\... | TypeScript | Apache License 2.0 | prymitive/karma | fix(build): fix source path in the Makefile | 1 | fix | build |
531,793 | 15.10.2019 11:59:16 | -3,600 | 6d892b7f43c8cb2f1e4996ce4e138cfb452bae01 | fix(backend): don't export endpoint paths in metrics
/metrics currently exposes all paths, which causes high cardinality. Switch to exporting only handler names | [
{
"change_type": "ADD",
"diff": "+package main\n+\n+// stripped down version of https://github.com/chenjiandongx/ginprom\n+\n+import (\n+ \"fmt\"\n+ \"net/http\"\n+ \"time\"\n+\n+ \"github.com/gin-gonic/gin\"\n+ \"github.com/prometheus/client_golang/prometheus\"\n+)\n+\n+var (\n+ labels = []string{\"status\... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): don't export endpoint paths in metrics
/metrics currently exposes all paths, which causes high cardinality. Switch to exporting only handler names | 1 | fix | backend |
104,827 | 15.10.2019 12:04:03 | 18,000 | b1b52fd7430cbb2819a0f0e46b0dba51c2aa35d2 | fix(table): pass tableId down to build DOM ID | [
{
"change_type": "MODIFY",
"diff": "@@ -390,7 +390,7 @@ const Table = props => {\n/>\n) : visibleData && visibleData.length ? (\n<TableBody\n- id={id}\n+ tableId={id}\nrows={visibleData}\nrowActionsState={view.table.rowActions}\nexpandedRows={expandedData}\n",
"new_path": "src/components/Table/Table.jsx... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): pass tableId down to build DOM ID | 1 | fix | table |
471,481 | 15.10.2019 12:09:58 | -10,800 | 5e15a87c04bc5e6c8fe587feaec45bdd339a2484 | chore(testing-karma): remove unused dependencies | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@open-wc/karma-esm\": \"^2.7.2\",\n\"axe-core\": \"^3.3.1\",\n- \"istanbul-instrumenter-loader\": \"^3.0.0\",\n\"karma\": \"^4.0.0\",\n\"karma-chrome-launcher\": \"^2.0.0\",\n\"karma-coverage-istanbul-reporter\": \"^2.0.0\",\n\"karma-mocha-snapshot\... | JavaScript | MIT License | open-wc/open-wc | chore(testing-karma): remove unused dependencies (#862) | 1 | chore | testing-karma |
807,849 | 15.10.2019 12:10:30 | 25,200 | d4912c976b99e4ecfd4918c6dc8df9fb9d9f25e8 | refactor(package-graph): Split classes into separate files | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\nconst npa = require(\"npm-package-arg\");\n-const semver = require(\"semver\");\n-const log = require(\"npmlog\");\n-\nconst ValidationError = require(\"@lerna/validation-error\");\n-const prereleaseIdFromVersion = require(\"@lerna/prerelease-id-from-vers... | JavaScript | MIT License | lerna/lerna | refactor(package-graph): Split classes into separate files | 1 | refactor | package-graph |
807,849 | 15.10.2019 12:28:48 | 25,200 | ccf32e1d745e0ab2d633d8b72613d3c19ccdc0c7 | feat(package-graph): Deprecate method `pruneCycleNodes()` | [
{
"change_type": "MODIFY",
"diff": "@@ -259,6 +259,9 @@ class PackageGraph extends Map {\n/**\n* Remove cycle nodes.\n+ *\n+ * @deprecated Spread set into prune() instead.\n+ *\n* @param {Set<PackageGraphNode>} cycleNodes\n*/\npruneCycleNodes(cycleNodes) {\n",
"new_path": "core/package-graph/index.js",
... | JavaScript | MIT License | lerna/lerna | feat(package-graph): Deprecate method `pruneCycleNodes()` | 1 | feat | package-graph |
304,882 | 15.10.2019 13:23:19 | 25,200 | 658d60b64d27b25f3f87546d128f3cd9ee6b31a6 | feat(rust/semantic): Define initial Flux data types
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ export CARGO=cargo\n# List any directories that have their own Makefile here\n# Each sub Makefile must have the all, clean, and test targets\n-SUBDIRS = ast scanner parser\n+SUBDIRS = ast scanner parser semantic\n# Default target\n# Does nothing as this us... | Go | MIT License | influxdata/flux | feat(rust/semantic): Define initial Flux data types (#1986)
Closes #1951. | 1 | feat | rust/semantic |
306,385 | 15.10.2019 13:24:08 | -7,200 | d19ca7cc5c7e41c9b4ac6170540ad43a9e7face2 | fix(button): fix form integration, fires only once, submit preventable | [
{
"change_type": "MODIFY",
"diff": "@@ -28,15 +28,38 @@ import '@lion/button/lion-button.js';\n<lion-button>Button Text</lion-button>\n```\n-- Don't use a button when you want a user to navigate. Use a link instead.\n-- Not all color and font size combinations are available because some do not meet accessib... | JavaScript | MIT License | ing-bank/lion | fix(button): fix form integration, fires only once, submit preventable
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com> | 1 | fix | button |
807,976 | 15.10.2019 13:35:01 | 10,800 | a706023b585846c8e43771657d65ba8797125504 | feat(filter-options): Allow command to continue if no packages are matched | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,20 @@ test.each`\nexpect.hasAssertions();\n});\n+test.each`\n+ argv\n+ ${[\"--scope\", \"not-a-package\", \"--continue-if-no-match\"]}\n+ ${[\"--ignore\", \"package-*\", \"--continue-if-no-match\"]}\n+ ${[\"--scope\", \"package-@(1|2)\", \"--ignore\", \"packa... | JavaScript | MIT License | lerna/lerna | feat(filter-options): Allow command to continue if no packages are matched (#2280) | 1 | feat | filter-options |
791,690 | 15.10.2019 14:36:37 | 18,000 | 2a3cc4ceefa3824d71c1814038aa8607b43fc23c | misc(errors-in-console): warn on use of unrecognized audit options | [
{
"change_type": "MODIFY",
"diff": "* This is done by collecting Chrome console log messages and filtering out the non-error ones.\n*/\n+const log = require('lighthouse-logger');\nconst Audit = require('./audit.js');\nconst i18n = require('../lib/i18n/i18n.js');\n@@ -57,7 +58,9 @@ class ErrorLogs extends Au... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(errors-in-console): warn on use of unrecognized audit options (#9829) | 1 | misc | errors-in-console |
531,793 | 15.10.2019 15:37:13 | -3,600 | 20adc69bbb6d73282c9c2657737ca2865aab2c73 | chore(tests): move benchmarks to a dedicated make target | [
{
"change_type": "MODIFY",
"diff": "@@ -138,10 +138,13 @@ lint-docs: .build/deps-build-node.ok\n.PHONY: lint\nlint: lint-go lint-js lint-docs\n+.PHONY: benchmark-go\n+benchmark-go:\n+ GO111MODULE=on go test -run=NONE -bench=. -benchmem ./...\n+\n.PHONY: test-go\ntest-go:\nGO111MODULE=on go test -v \\\n- -be... | TypeScript | Apache License 2.0 | prymitive/karma | chore(tests): move benchmarks to a dedicated make target | 1 | chore | tests |
807,849 | 15.10.2019 15:46:54 | 25,200 | f6b114016ce45c761dbd950341f0f485e3f5d9b4 | test(publish): Simplify `--no-git-reset` test | [
{
"change_type": "DELETE",
"diff": "-\"use strict\";\n-\n-// we're actually testing integration with git\n-jest.unmock(\"@lerna/collect-updates\");\n-\n-// local modules _must_ be explicitly mocked\n-jest.mock(\"../lib/get-packages-without-license\");\n-jest.mock(\"../lib/verify-npm-package-access\");\n-jes... | JavaScript | MIT License | lerna/lerna | test(publish): Simplify `--no-git-reset` test | 1 | test | publish |
722,106 | 15.10.2019 15:47:24 | -7,200 | 5ad2d0e642983648880ac4527750dd6b8ba066e9 | doc(examples): Nuxt example used wrong styleguide config path in package json | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"nuxt build\",\n\"start\": \"nuxt start\",\n\"generate\": \"nuxt generate\",\n- \"styleguide\": \"vue-styleguidist server --config styleguide/styleguide.config.js\",\n- \"styleguide:build\": \"vue-styleguidist build --config styleguide/styleguide.config.js\"\n... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | doc(examples): Nuxt example used wrong styleguide config path in package json (#604) | 1 | doc | examples |
447,460 | 15.10.2019 16:04:49 | 14,400 | 909689d19dd8e9844ba11731f51d67515c5239e3 | fix: fix am/pm not changing when value is selected | [
{
"change_type": "MODIFY",
"diff": "@@ -30,11 +30,9 @@ function DateTimePickerModal(props) {\nconst [modalTitle, setModalTitle] = useState(title);\nuseEffect(() => {\n- if (isOpen) {\nsetDate(value);\nsetTime(!value ? '' : extractTime(value));\n- }\n- }, [isOpen, value]);\n+ }, [value]);\nuseEffect(() => {\... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix am/pm not changing when value is selected (#1102) | 1 | fix | null |
447,447 | 15.10.2019 16:11:29 | 14,400 | 2285cbda80c03bd560a46e6d78084c672a2cdd13 | fix: console error on Calendar, DatePicker and DateTimePicker | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,5 @@ export default function formatDate(date, formatStyle = 'medium') {\nreturn '';\n}\n}\n- console.error('Invalid date value passed to Calendar');\nreturn '';\n}\n",
"new_path": "src/components/Calendar/helpers/formatDate.js",
"old_path": "src/compo... | JavaScript | MIT License | nexxtway/react-rainbow | fix: console error on Calendar, DatePicker and DateTimePicker (#1099) | 1 | fix | null |
865,921 | 15.10.2019 16:13:07 | -7,200 | 86860a050f9774718691dae6e8e04fd622bb4327 | docs(project): update PATCH_RELEASE_CHECKLIST | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ __Hint:__ Create a release issue and copy the template below into it.\n* [ ] semantic release (`npm run release`), cf. [release schema](https://github.com/bpmn-io/internal-docs/tree/master/release-schema)\n* [ ] wait for [Travis](https://travis-ci.org/ca... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): update PATCH_RELEASE_CHECKLIST | 1 | docs | project |
71,267 | 15.10.2019 16:18:07 | 25,200 | 67b07263fe84ff1b73d66c1efaf1961b62f68b15 | fix: fix CHANGELOG header | [
{
"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-### [1.13.1](https://github.com/aws/aws-cdk/compare/v1.13.0...v1.13.1) (2019-10-15)\n+## [1.13.... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix: fix CHANGELOG header (#4525) | 1 | fix | null |
471,458 | 15.10.2019 16:31:49 | -7,200 | 94cf36e8b349991dd2e149cd35a25530df9e1b27 | chore(demoing-storybook): export withA11y decorator | [
{
"change_type": "MODIFY",
"diff": "export { html } from 'lit-html';\n-export { storiesOf, addParameters } from '@storybook/polymer';\n+export { storiesOf, addParameters, addDecorator } from '@storybook/polymer';\nexport { action } from '@storybook/addon-actions';\n+export { withA11y } from '@storybook/addo... | JavaScript | MIT License | open-wc/open-wc | chore(demoing-storybook): export withA11y decorator | 1 | chore | demoing-storybook |
807,849 | 15.10.2019 16:39:49 | 25,200 | 5a1d22902cf8d306a804543b568eef701f600fc5 | fix(npm-dist-tag): Port upstream npm/cli#235 | [
{
"change_type": "MODIFY",
"diff": "@@ -83,6 +83,7 @@ function remove(spec, tag, _opts, otpCache) {\nconst uri = `/-/package/${opts.spec.escapedName}/dist-tags/${encodeURIComponent(tag)}`;\nconst payload = opts.concat({\nmethod: \"DELETE\",\n+ spec: opts.spec,\n});\n// the delete properly returns a 204, so ... | JavaScript | MIT License | lerna/lerna | fix(npm-dist-tag): Port upstream npm/cli#235 | 1 | fix | npm-dist-tag |
807,849 | 15.10.2019 16:40:55 | 25,200 | 1fd5e181edc898187ff1e1be4fd715fa87d43bf0 | fix(npm-dist-tag): Respect `npm_config_dry_run` env var | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ exports.list = list;\nconst DistTagConfig = figgyPudding(\n{\n+ \"dry-run\": { default: false },\n+ dryRun: \"dry-run\",\nlog: { default: log },\nspec: {},\ntag: {},\n@@ -35,6 +37,12 @@ function add(spec, tag, _opts, otpCache) {\nopts.log.verbose(\"dist-... | JavaScript | MIT License | lerna/lerna | fix(npm-dist-tag): Respect `npm_config_dry_run` env var | 1 | fix | npm-dist-tag |
807,849 | 15.10.2019 16:52:25 | 25,200 | 79e70380ed840e543d6f1e04bee9a0127871a821 | chore(release): v3.18.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.18.1](https://github.com/lerna/lerna/compare/v3.18.0...v3.18.1) (2019-10-15)\n+\n+\n+### Bug Fixes\n+\n+* **npm... | JavaScript | MIT License | lerna/lerna | chore(release): v3.18.1 | 1 | chore | release |
866,395 | 15.10.2019 16:57:32 | 14,400 | 8ffb21bc0565d9b5bafc2f1da5f5535019718338 | feat(component): adds LinkWithIcon component; fixes | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Copyright IBM Corp. 2016, 2018\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import React from 'react';\n+import PropTypes from 'prop-types';\n+import { setti... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(component): adds LinkWithIcon component; fixes #163 | 1 | feat | component |
866,395 | 15.10.2019 17:12:32 | 14,400 | eb9c36cce7bffa14dff36d7ae4b4de5c27479239 | fix(lint): fix jsdoc linting errors | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,7 @@ const { prefix } = settings;\n/**\n* LinkWithIcon component\n*\n- * @param {Array} children User content\n- * @param {string} href destination url\n+ * @param {object} props react proptypes\n* @returns {*} LinkWithIcon component\n*/\nconst LinkWithIcon =... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(lint): fix jsdoc linting errors | 1 | fix | lint |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.