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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
688,524 | 16.02.2022 13:01:50 | -3,600 | 67c6d803e5db2349c21e279a105b4bdd326bae0e | feat(RichText): add new component | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+### RichText\n+\n+New component that accepts AST and renders Picasso components. AST needs to be in [HAST format](https://github.com/syntax-tree/hast)\n",
"new_path": ".changeset/four-jokes-breathe.md",
"old_path": null
},... | TypeScript | MIT License | toptal/picasso | feat(RichText): add new component (#2419) | 1 | feat | RichText |
826,708 | 16.02.2022 13:05:13 | -3,600 | d18d4a57307add3eec80d8f544b0d06d160481a5 | fix: all projects are oas3 now | [
{
"change_type": "MODIFY",
"diff": "@@ -198,9 +198,6 @@ golang () {\nmkdir -p \"${dir}\"\n(cd \"${dir}\"; rm go.mod go.sum || true; go mod init \"github.com/ory/${PROJECT}-client-go\")\n- if [ $project != \"kratos\" ] && [ $project != \"client\" ] && [ $project != \"oathkeeper\" ]; then\n- swagger generate ... | C# | Apache License 2.0 | ory/sdk | fix: all projects are oas3 now | 1 | fix | null |
276,964 | 16.02.2022 13:18:33 | 10,800 | 303589aeddd213617f3e7d64a7abf8e36e3076bb | fix(progress): adjust label component from 'text.tiny'to 'label' | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,6 @@ import {\nspacing as systemSpacing,\n} from '@gympass/yoga-system';\n-import Text from '../../Text';\nimport { charLength } from '../../shared';\nconst ProgressBar = styled.progress`\n@@ -60,7 +59,7 @@ const ProgressBar = styled.progress`\n`}\n`;\n-const... | JavaScript | MIT License | gympass/yoga | fix(progress): adjust label component from 'text.tiny'to 'label' | 1 | fix | progress |
915,035 | 16.02.2022 13:19:00 | -3,600 | 2519628dd9a512d452ef7fb49cfc12b4624cffd4 | fix: remove unused npm format in docs | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,6 @@ quicktest-hsm:\nformat: .bin/goimports node_modules\ngoimports -w --local github.com/ory .\nnpm run format\n- cd docs; npm run format\n# Generates mocks\n.PHONY: mocks\n@@ -102,9 +101,14 @@ mocks: .bin/mockgen\n.PHONY: sdk\nsdk: .bin/swagger .bin/ory nod... | Go | Apache License 2.0 | ory/hydra | fix: remove unused npm format in docs | 1 | fix | null |
866,402 | 16.02.2022 13:21:10 | 21,600 | f26aab4e92a7fdce6131ad4de96276d26441921f | chore(support): update fireline roster for sprint 4
This PR updates the fireline roster on the issue templates for this sprint | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ description:\nSomething isn't working as expected? Here is the right place to report.\ntitle: '[YOUR TITLE]: Brief description'\nassignees:\n- - jeffchew,ljcarot,oliviaflory,emyarod\n+ - jeffchew,ljcarot,oliviaflory,RichKummer,IgnacioBecerra\nlabels: ['bug... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(support): update fireline roster for sprint 4 (#8316)
This PR updates the fireline roster on the issue templates for this sprint | 1 | chore | support |
277,286 | 16.02.2022 13:25:08 | -3,600 | 4d7a3c80fc6eaac83f55b7a10cc5e6592d966ee4 | docs: Fix typo in conda install. Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ pip install h2o-wave\nTo install using Conda:\n```shell\n-conda install -c h2oai h2o_wave\n+conda install -c h2oai h2o-wave\n```\nTo install in a Conda virtual environment:\n@@ -41,7 +41,7 @@ To install in a Conda virtual environment:\n```shell\nconda cr... | Python | Apache License 2.0 | h2oai/wave | docs: Fix typo in conda install. Closes #1249 | 1 | docs | null |
865,918 | 16.02.2022 13:32:09 | -3,600 | 5f63a951f9c9aa49a7c33123cc1b30f095cc60c6 | docs: document subprocessPlane metrics | [
{
"change_type": "MODIFY",
"diff": "@@ -117,6 +117,10 @@ Also in the case of BPMN diagrams, we add selected diagram metrics:\n\"connector\": 1\n}\n}\n+ },\n+ \"subprocessPlanes\": {\n+ \"count\": 5,\n+ \"nesting:\": 2\n}\n}\n}\n@@ -193,6 +197,10 @@ In case of BPMN files, we add selected diagram metrics:\n\"... | JavaScript | MIT License | camunda/camunda-modeler | docs: document subprocessPlane metrics | 1 | docs | null |
841,456 | 16.02.2022 13:39:30 | -28,800 | bf68155e56dd32884ac880010dba519ea3a35746 | fix(node-swc/types): Change `StringLiteral.has_escape` to `StringLiteral.hasEscape` | [
{
"change_type": "MODIFY",
"diff": "@@ -1424,7 +1424,7 @@ export interface StringLiteral extends Node, HasSpan {\ntype: \"StringLiteral\";\nvalue: string;\n- has_escape: boolean;\n+ hasEscape: boolean;\n}\nexport interface BooleanLiteral extends Node, HasSpan {\n",
"new_path": "node-swc/src/types.ts",
... | Rust | Apache License 2.0 | swc-project/swc | fix(node-swc/types): Change `StringLiteral.has_escape` to `StringLiteral.hasEscape` (#3581) | 1 | fix | node-swc/types |
865,918 | 16.02.2022 13:58:52 | -3,600 | d35e2fef5601f3be194d18fb44476b6499b1517f | test(event-handlers): add cloud-bpmn tests for subprocess planes | [
{
"change_type": "MODIFY",
"diff": "@@ -931,6 +931,114 @@ describe('<DeploymentEventHandler>', () => {\n});\n+\n+ describe('cloud-bpmn', () => {\n+\n+ it('should send metrics with subprocess plane', async () => {\n+\n+ // given\n+ const tab = createTab({\n+ type: 'cloud-bpmn',\n+ file: {\n+ contents: subpro... | JavaScript | MIT License | camunda/camunda-modeler | test(event-handlers): add cloud-bpmn tests for subprocess planes | 1 | test | event-handlers |
841,421 | 16.02.2022 14:00:55 | -32,400 | 786d016174bf0aaea0783d4a1644349437d8cd3b | fix(es/lints): Fix `duplicate-bindings` for typescript | [
{
"change_type": "MODIFY",
"diff": "@@ -80,11 +80,13 @@ jobs:\ngit add -A\ngit commit --author=\"SWC Bot <bot@swc.rs>\" -m 'chore: Publish crates'\n+ - uses: webfactory/ssh-agent@v0.5.4\n+ with:\n+ ssh-private-key: ${{ secrets.SWC_BOT_SSH }}\n+\n- name: Push back\nrun: |\n- git push https://$GITHUB_TOKEN@gi... | Rust | Apache License 2.0 | swc-project/swc | fix(es/lints): Fix `duplicate-bindings` for typescript (#3583) | 1 | fix | es/lints |
306,385 | 16.02.2022 14:04:28 | -3,600 | b9ba4412e1adf17802d2fcbc8b5b7a4417351d1f | chore: fix collapsible test | [
{
"change_type": "MODIFY",
"diff": "@@ -100,6 +100,7 @@ describe('<lion-collapsible>', () => {\nawait collapsible.updateComplete;\nexpect(isCollapsibleOpen).to.equal(false);\n});\n+ });\ndescribe('Accessibility', () => {\nit('[collapsed] is a11y AXE accessible', async () => {\n",
"new_path": "packages/c... | JavaScript | MIT License | ing-bank/lion | chore: fix collapsible test | 1 | chore | null |
841,421 | 16.02.2022 14:12:22 | -32,400 | 55250e442872ec0bcc20f9b82008fe9d6d14d34e | chore(ci): Make CI faster | [
{
"change_type": "MODIFY",
"diff": "@@ -55,10 +55,17 @@ jobs:\nrun: |\nyarn\n- - name: Install required binaries\n- run: |\n- cargo install cargo-mono\n- cargo install git-cliff\n+ - name: Install cargo-mono\n+ uses: baptiste0928/cargo-install@v1.1.0\n+ with:\n+ crate: cargo-mono\n+ version: \"0.3.1\"\n+\n+... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Make CI faster | 1 | chore | ci |
711,597 | 16.02.2022 14:14:52 | -3,600 | 94da850360030d6b614398fb9e936d789dfb2d9d | feat(core): Add `inList` op to enable filtering on custom field lists
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -125,6 +125,31 @@ input DateOperators {\nbetween: DateRange\n}\n+\"Operators for filtering on a list of String fields\"\n+input StringListOperators {\n+ inList: String!\n+}\n+\n+\"Operators for filtering on a list of Number fields\"\n+input NumberListOperators {\n+ inL... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add `inList` op to enable filtering on custom field lists
Closes #1332 | 1 | feat | core |
386,595 | 16.02.2022 14:20:27 | -7,200 | 9eea4f10b145929ace661f52809594cb02580a00 | fix(docs): Add CircleColorSelector to transformer and fix typo. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ const avatar = (path) => ({\nblocks: [\n{\nid: `${path}.color`,\n- type: 'Selector', // TODO: change back to CircleColorSelector\n+ type: 'CircleColorSelector',\nlayout: {\n_global: 'settings_input_layout',\n},\n@@ -258,7 +258,7 @@ function makeBlockDefi... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Add CircleColorSelector to transformer and fix typo. | 1 | fix | docs |
865,918 | 16.02.2022 14:21:26 | -3,600 | 39d6dd78b89ef2ee3f17aa2f3af69417cfcd1795 | chore(codecov): make PR checks more lenient | [
{
"change_type": "MODIFY",
"diff": "@@ -3,3 +3,12 @@ comment: off\nparsers:\njavascript:\nenable_partials: yes\n+coverage:\n+ status:\n+ patch:\n+ default:\n+ informational: false\n+ threshold: 5.0\n+ project:\n+ default:\n+ informational: true\n",
"new_path": ".codecov.yml",
"old_path": ".codecov.y... | JavaScript | MIT License | camunda/camunda-modeler | chore(codecov): make PR checks more lenient | 1 | chore | codecov |
791,704 | 16.02.2022 14:23:13 | 28,800 | 4608fb92ec6db63cb6ae4ac78afa757e306ccb1f | core(full-page-screenshot): wait for doubleraf, network quiet | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,7 @@ function waitForFcp(session, pauseAfterFcpMs, maxWaitForFcpMs) {\n* `networkQuietThresholdMs` ms and a method to cancel internal network listeners/timeout.\n* @param {LH.Gatherer.FRProtocolSession} session\n* @param {NetworkMonitor} networkMonitor\n- *... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(full-page-screenshot): wait for doubleraf, network quiet (#13663) | 1 | core | full-page-screenshot |
791,704 | 16.02.2022 14:23:33 | 28,800 | 9331636ae612db22b01da79275b853a9297b99cf | core(inputs): fix typo in artifact | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ const expectations = {\ninputs: [\n{\nparentFormIndex: 0,\n- labelIndicies: [\n+ labelIndices: [\n0,\n],\nid: 'name_cc1',\n@@ -43,7 +43,7 @@ const expectations = {\n},\n{\nparentFormIndex: 0,\n- labelIndicies: [\n+ labelIndices: [\n1,\n],\nid: 'CCNo1',\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(inputs): fix typo in artifact (#13671) | 1 | core | inputs |
791,704 | 16.02.2022 14:26:30 | 28,800 | fa7b543e018e347747368822156bf5427288f444 | report: add options disableFireworks and disableDarkMode | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,8 @@ export const Report: FunctionComponent<{hashState: LH.FlowResult.HashState}> =\n({hashState}) => {\nconst ref = useExternalRenderer<HTMLDivElement>(() => {\nreturn renderReport(hashState.currentLhr, {\n- disableAutoDarkModeAndFireworks: true,\n+ disableF... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add options disableFireworks and disableDarkMode (#13649) | 1 | report | null |
791,704 | 16.02.2022 14:40:30 | 28,800 | f684e1f2b7b78b55f3412963e531f6b8354dc436 | report: add options onPrintOverride and onSaveFileOverride | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ import {saveFile} from '../../report/renderer/api';\nfunction saveHtml(flowResult: LH.FlowResult, htmlStr: string) {\nconst blob = new Blob([htmlStr], {type: 'text/html'});\n- const filename = getFlowResultFilenamePrefix(flowResult);\n+ const filename = ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add options onPrintOverride and onSaveFileOverride (#13529) | 1 | report | null |
571,467 | 16.02.2022 14:41:57 | 0 | 826670eaba81d589fbad8037867ba8628b76ec3a | chore(deps): update dependency marked to v4 [security] | [
{
"change_type": "ADD",
"diff": "+---\n+'@remirror/extension-markdown': patch\n+---\n+\n+Updated marked to v4 to resolve vunerable dependency alert\n",
"new_path": ".changeset/sweet-teachers-serve.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"@babel/runtime\": \"^7.13.10... | TypeScript | MIT License | remirror/remirror | chore(deps): update dependency marked to v4 [security] (#1519) | 1 | chore | deps |
265,955 | 16.02.2022 14:45:19 | 28,800 | 39939b45c297d9f8727977d847bb0913a7bec97a | test: Timing w/ `#getRetryDelay` Test | [
{
"change_type": "MODIFY",
"diff": "@@ -2243,7 +2243,8 @@ describe('gcs-resumable-upload', () => {\nup.retryOptions.totalTimeout = 1;\nconst delayValue = up.getRetryDelay();\n- assert.strictEqual(delayValue, 1000);\n+ // This is a timing-based test, there could be a few milliseconds of lag\n+ assert(delayVa... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | test: Timing w/ `#getRetryDelay` Test (#1788) | 1 | test | null |
791,704 | 16.02.2022 15:03:09 | 28,800 | 0d9f0b9eca14c7290c765bef6cc09c2e7ad3b96f | core(a11y): change link in category description to web.dev | [
{
"change_type": "MODIFY",
"diff": "@@ -724,7 +724,7 @@ Object {\n\"weight\": 0,\n},\n],\n- \"description\": \"These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be autom... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(a11y): change link in category description to web.dev (#13638) | 1 | core | a11y |
841,421 | 16.02.2022 15:04:00 | -32,400 | 32bc17ff1a75cdc78544dd4242173244d5691bc4 | chore(ci): Fix version of git-cliff | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ jobs:\nuses: baptiste0928/cargo-install@v1.1.0\nwith:\ncrate: git-cliff\n- version: \"0.6.0\"\n+ version: \"0.4.2\"\n- name: Bump crates\nid: bump\n",
"new_path": ".github/workflows/bot.yml",
"old_path": ".github/workflows/bot.yml"
}
] | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix version of git-cliff | 1 | chore | ci |
791,704 | 16.02.2022 15:06:11 | 28,800 | 09cf5417672436be4cc0648716822fdaf1283268 | deps(sentry): move from raven to | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ async function build(entryPath, distPath, opts = {minify: true}) {\n'intl-pluralrules',\n'intl',\n'pako/lib/zlib/inflate.js',\n- 'raven',\n+ '@sentry/node',\n'source-map',\n'ws',\nrequire.resolve('../lighthouse-core/gather/connections/cri.js'),\n",
"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps(sentry): move from raven to @sentry/node (#9325) | 1 | deps | sentry |
277,277 | 16.02.2022 15:09:57 | -3,600 | b7e08aebaccca7f9abb8726c909fbbe077560586 | fix: Dock footer to the bottom even if height is greater than total rows. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ import { stylesheet } from 'typestyle'\nimport { IconTableCellType, XIconTableCellType } from \"./icon_table_cell_type\"\nimport { ProgressTableCellType, XProgressTableCellType } from \"./progress_table_cell_type\"\nimport { TagTableCellType, XTagTableCe... | Python | Apache License 2.0 | h2oai/wave | fix: Dock footer to the bottom even if height is greater than total rows. #1248 (#1251) | 1 | fix | null |
841,421 | 16.02.2022 15:18:55 | -32,400 | d66f701a4a106f431b4199cb611f6fd5bf657c41 | chore(ci): Fix the condition for cancel action | [
{
"change_type": "MODIFY",
"diff": "@@ -73,12 +73,11 @@ jobs:\nworking-directory: scripts/bot\nrun: |\nnpx ts-node src/cargo/bump.ts\n- echo \"::set-output name=STATUS::$?\"\nenv:\nGITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\n- name: Cancel if there's no change\n- if: steps.bump.outputs.STATUS != '0'\n+ if: steps... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Fix the condition for cancel action | 1 | chore | ci |
841,421 | 16.02.2022 15:22:11 | -32,400 | 85caf291e2314bf25997148b09c6babbe80c88e1 | chore(ci): Skip instead of cancel | [
{
"change_type": "MODIFY",
"diff": "@@ -76,38 +76,41 @@ jobs:\nenv:\nGITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\n- - name: Cancel if there's no change\n- if: steps.bump.outcome != 'success' || steps.bump.conclusion != 'success'\n- uses: andymckay/cancel-action@0.2\n-\n- name: Update changelog\n+ if: steps.bump.o... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Skip instead of cancel | 1 | chore | ci |
472,067 | 16.02.2022 15:37:03 | -32,400 | 8c9da5d98bb0ebfdb9fd0be406e02cace22be8d1 | chore(spindle-ui): increase icon size budget
For new TS template made by SVGR. | [
{
"change_type": "MODIFY",
"diff": "\"files\": [\n{\n\"path\": \"./dist/Icon/@(OnedariFill|Peta|Amebapick).js\",\n- \"maxSize\": \"2.1 kB\"\n+ \"maxSize\": \"2.12 kB\"\n},\n{\n\"path\": \"./dist/Icon/!(index|OnedariFill|Peta|Amebapick).js\",\n",
"new_path": "packages/spindle-ui/bundlesize.config.json",
... | TypeScript | MIT License | openameba/spindle | chore(spindle-ui): increase icon size budget
For new TS template made by SVGR. | 1 | chore | spindle-ui |
251,208 | 16.02.2022 16:00:15 | -19,080 | c5570ba790299e836697ace01105ed39cd37f2c3 | feat: - support push token update on finish authentication | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,8 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;\nimport com.fasterxml.jackson.annotation.JsonProperty;\nimport org.gluu.oxauth.model.fido.u2f.exception.BadInputException;\nimport org.jboss.resteasy.annotations.providers.jaxb.IgnoreMediaType... | Java | MIT License | gluufederation/oxauth | feat: #1643 - support push token update on finish authentication | 1 | feat | null |
306,635 | 16.02.2022 16:03:11 | -19,080 | 976328619ba11e384539eeaf5aa17ec0b25e3da3 | fix(docs): add separate navigation for mobile and web components | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,14 @@ const isBrowser = typeof window !== 'undefined';\nconst LeftNav = (props) => {\nconst { relativePagePath, showMobile, frontmatter } = props;\n- const navItems = useNavItems(relativePagePath);\n+ const navItemsList = useNavItems(relativePagePath);\n+ con... | TypeScript | MIT License | innovaccer/design-system | fix(docs): add separate navigation for mobile and web components | 1 | fix | docs |
530,318 | 16.02.2022 16:10:51 | 25,200 | f9b40e46ec638bd48085005ccb54698bfc4506d2 | feat(awscdk): allow integration test path metadata
Adds a `pathMetadata` option to IntegrationTest and the integration test options to auto-discover classes so that users can enable path metadata for their integration tests.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,10 @@ import {\nimport { Component } from \"../component\";\nimport { Project } from \"../project\";\nimport { AwsCdkDeps } from \"./awscdk-deps\";\n-import { IntegrationTest } from \"./integration-test\";\n+import {\n+ IntegrationTest,\n+ IntegrationTestCommon... | TypeScript | Apache License 2.0 | projen/projen | feat(awscdk): allow integration test path metadata (#1622)
Adds a `pathMetadata` option to IntegrationTest and the integration test options to auto-discover classes so that users can enable path metadata for their integration tests.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | feat | awscdk |
889,620 | 16.02.2022 16:16:15 | -28,800 | 1faaf12de4f000244547b6917b791df8b983b377 | fix(webui): restore library alphabetical navigation from url | [
{
"change_type": "MODIFY",
"diff": "icon\n@click=\"clicked(symbol)\"\n:color=\"selected === symbol ? 'secondary' : undefined\"\n- :disabled=\"groupCount ? getCount(symbol) === 0 : false\"\n+ :disabled=\"groupCount && selected !== symbol ? getCount(symbol) === 0 : false\"\nv-on=\"on\"\n>\n-<!-- <v-icon>mdi-a... | Kotlin | MIT License | gotson/komga | fix(webui): restore library alphabetical navigation from url | 1 | fix | webui |
317,764 | 16.02.2022 16:23:40 | 0 | b10b8dc2f0caf41d449f65941d43c031217aadad | feat: cloud foundry segment | [
{
"change_type": "ADD",
"diff": "+---\n+id: cf\n+title: Cloud Foundry\n+sidebar_label: Cloud Foundry\n+---\n+\n+## What\n+\n+Display the active [Cloud Foundry CLI][cloud-foundry] version.\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"background\": \"#a7cae1\",\n+ \"foreground\": \"#100e23\",\n+ \"power... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: cloud foundry segment | 1 | feat | null |
841,421 | 16.02.2022 16:31:46 | -32,400 | 258b5849e28a24f1f7cce92b4ad87b73208b8573 | chore: Publish `v1.2.141` | [
{
"change_type": "MODIFY",
"diff": "@@ -3973,7 +3973,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.140\"\n+version = \"1.2.141\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n",
"new_path": "Cargo.loc... | Rust | Apache License 2.0 | swc-project/swc | chore: Publish `v1.2.141` | 1 | chore | null |
667,636 | 16.02.2022 16:35:19 | -28,800 | be308436aa13aaad401d7e371c49e4287cbac47c | chore(npm): update vulerable package version | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-env\": \"^7.14.5\",\n\"@babel/runtime\": \"^7.14.5\",\n\"babel-loader\": \"^8.2.2\",\n- \"follow-redirects\": \"^1.14.7\",\n+ \"follow-redirects\": \"^1.14.8\",\n\"node-forge\": \"^1.2.1\",\n\"rimraf\": \"^3.0.2\",\n\"webpack\": \"^4.46.0\",\n}\n},\n\"node... | C++ | Apache License 2.0 | tencent/hippy | chore(npm): update vulerable package version | 1 | chore | npm |
71,360 | 16.02.2022 17:03:49 | 28,800 | 9d01cfcffd2a6cd1f6d3d2b6fcb7ceb7096dce3d | chore(codepipeline-actions): change `cdk.Construct` to `Construct`
This fixes a v2 merge issue. A reference to `cdk.Construct` was added, which should have been just `Construct`.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export class SingletonPolicy extends Construct implements iam.IGrantable {\nprivate statements: { [key: string]: iam.PolicyStatement } = {};\nprivate constructor(private readonly role: iam.IRole) {\n- super(role as unknown as cdk.Construct, SingletonPoli... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(codepipeline-actions): change `cdk.Construct` to `Construct` (#19002)
This fixes a v2 merge issue. A reference to `cdk.Construct` was added, which should have been just `Construct`.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | codepipeline-actions |
386,595 | 16.02.2022 17:05:19 | -7,200 | f0889d238ca2e0558a59913b6f68069b018bc25f | fix(build): Add writeActionImports to build. | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,7 @@ async function build(options) {\nawait buildIcons({ components, context });\nawait buildStyles({ components, context });\nawait cleanBuildDirectory({ context });\n+ await writeActionImports({ components, context });\nawait writeApp({ components, context ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Add writeActionImports to build. | 1 | fix | build |
386,595 | 16.02.2022 17:05:48 | -7,200 | 27a2361fc626a78a7b34b2bcdd074bc352a6a677 | fix(docs): Comment our JsAction usage. | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ _ref:\nevents:\nonInitAsync:\n- id: set_intercom_user\n- type: JsAction\n+ type: JsAction # TODO:\nparams:\nname: setIntercomUser\nblocks:\n@@ -203,7 +203,7 @@ _ref:\ntype: Request\nparams: search_products\n- id: apply_highlight # apply the highlight tra... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Comment our JsAction usage. | 1 | fix | docs |
306,901 | 16.02.2022 17:17:22 | -3,600 | 309278396ec148a10681ea69a1bc1c2655c99247 | fix(elements|ino-switch): do not update switches on same page | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ export class Switch implements ComponentInterface {\n@Prop() colorScheme: ColorScheme = 'primary';\ncomponentDidLoad() {\n- this.switch = new MDCSwitch(document.querySelector('.mdc-switch'));\n+ this.switch = new MDCSwitch(this.el.querySelector('.mdc-swi... | TypeScript | MIT License | inovex/elements | fix(elements|ino-switch): do not update switches on same page (#525) | 1 | fix | elements|ino-switch |
617,479 | 16.02.2022 17:27:20 | -3,600 | eee4d47186aa35799329ef11a1022374de3f921d | fix(k8s): fix redirect ingress apiVersion | [
{
"change_type": "MODIFY",
"diff": "@@ -535,7 +535,7 @@ spec:\nkind: Deployment\nname: www\n---\n-apiVersion: extensions/v1beta1\n+apiVersion: networking.k8s.io/v1\nkind: Ingress\nmetadata:\nannotations:\n",
"new_path": ".k8s/__tests__/__snapshots__/kosko generate --env prod.ts.snap",
"old_path": ".... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(k8s): fix redirect ingress apiVersion (#4233) | 1 | fix | k8s |
667,648 | 16.02.2022 17:42:26 | -28,800 | 20893408762eb52791671e5779669d697124f7cf | feat(ios): devtools modify debugURL key | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ NSString *const HippyBundleURLSchemetHttps = @\"https\";\n_localhostPort = @\"38989\";\nself.debugPathUrl = @\"/index.bundle?platform=ios&dev=true&minify=false\";\n// websocket url after url encode\n- //_wsURL = @\"debugURL=wss%3A%2F%2Fdevtools.hippy.myq... | C++ | Apache License 2.0 | tencent/hippy | feat(ios): devtools modify debugURL key | 1 | feat | ios |
791,682 | 16.02.2022 17:57:45 | 18,000 | 23c24df52786d03eec7419c7dda9bee0e6864160 | core(uses-long-cache-ttl): ignore `stale-while-revalidate` | [
{
"change_type": "MODIFY",
"diff": "@@ -181,6 +181,7 @@ class CacheHeaders extends Audit {\ncacheControl['must-revalidate'] ||\ncacheControl['no-cache'] ||\ncacheControl['no-store'] ||\n+ cacheControl['stale-while-revalidate'] ||\ncacheControl['private'])) {\nreturn true;\n}\n",
"new_path": "lighthouse-... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(uses-long-cache-ttl): ignore `stale-while-revalidate` (#13612) | 1 | core | uses-long-cache-ttl |
317,807 | 16.02.2022 18:05:41 | -28,800 | fb6f8e63dfb0dd3634a1b750bd697927a5f14218 | theme: update markbull
1. Adjust the space between icon and text in "session" segment.
2. Add the background color of upstream gone in "git" segment.
3. Add upstream hyperlink and adjust the space between icon and text in "git" segment. | [
{
"change_type": "MODIFY",
"diff": "\"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}\",\n\"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#fcaf17{{ end }}\",\n\"{{ if gt .Ahead 0 }}#95ffa4{{ end }}\",\n- \"{{ if gt .Behind 0 }}#f7acbc{{ end }}\"\n+ \"{{ if gt .Behind 0 }}#f7acbc{{ end }}\",\n+ ... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: update markbull
1. Adjust the space between icon and text in "session" segment.
2. Add the background color of upstream gone in "git" segment.
3. Add upstream hyperlink and adjust the space between icon and text in "git" segment. | 1 | theme | null |
847,143 | 16.02.2022 18:10:04 | -28,800 | cc89b4cc8d36142a714c6d83916384931a1b1dbf | fix(theme): fix blog layout in ssr | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,8 @@ import { defineClientAppEnhance } from \"@vuepress/client\";\nimport BlogHome from \"@theme-hope/module/blog/components/BlogHome\";\nimport BlogPage from \"@theme-hope/module/blog/components/BlogPage\";\n+import \"./styles/layout.scss\";\n+\nexport default... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix blog layout in ssr | 1 | fix | theme |
847,143 | 16.02.2022 18:42:00 | -28,800 | ea2054f7ca99bde9b1ef7ba8e4f5e0dcb08f7f76 | docs(theme): enable blog feature | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,8 @@ export default defineHopeConfig({\n},\nplugins: {\n+ blog: true,\n+\ncomment: {\ntype: \"waline\",\nserverURL: \"https://vuepress-theme-hope-comment.vercel.app\",\n",
"new_path": "docs/theme/src/.vuepress/config.ts",
"old_path": "docs/theme/src/.... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(theme): enable blog feature | 1 | docs | theme |
847,143 | 16.02.2022 18:56:35 | -28,800 | fb3f5bd4dbeab5ae9db45e054a683ec641ee7b06 | docs(theme): update blog guide | [
{
"change_type": "MODIFY",
"diff": "@@ -9,12 +9,16 @@ tag:\n## Catalog\n-- [Blog support Intro](intro.md)\n+- [Blog Intro](intro.md)\n+\n+- [Blog Homepage](home.md)\n+\n+- [Blogger Intro](blogger.md)\n- [Article List](article.md)\n-- [Category and Tags](category-and-tags.md)\n+- [Categories and Tags](catego... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | docs(theme): update blog guide | 1 | docs | theme |
847,143 | 16.02.2022 19:01:08 | -28,800 | 7922bdd7d854e62fec5c2528581239af968b4828 | fix(theme): fix blog excerpt | [
{
"change_type": "MODIFY",
"diff": "@@ -34,9 +34,10 @@ export const themeHope: Theme<HopeThemeOptions> = (\nextendsPage: (page) =>\nextendsPage(\n- app,\nthemeOptions as HopeThemeConfig,\n- page as Page<HopeThemePageData>\n+ plugins,\n+ page as Page<HopeThemePageData>,\n+ app.env.isDev\n),\nasync onPrepared... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix blog excerpt | 1 | fix | theme |
277,273 | 16.02.2022 19:04:06 | 28,800 | 460fa935ee987fbf3a340ad42e931b074f0bf22f | feat: Enable box plots. Closes | [
{
"change_type": "ADD",
"diff": "+# Plot / Schema\n+# Make a box and whiskers plot.\n+# ---\n+from h2o_wave import site, data, ui\n+\n+page = site['/demo']\n+\n+page.add('example', ui.plot_card(\n+ box='1 1 4 5',\n+ title='Box plot',\n+ data=data(\n+ fields=['region', 'low', 'q1', 'q2', 'q3', 'high'],\n+ ro... | Python | Apache License 2.0 | h2oai/wave | feat: Enable box plots. Closes #1215 | 1 | feat | null |
841,479 | 16.02.2022 19:07:42 | -28,800 | 3e29b73a2a46b146c735e3ce1e01c0cadd906323 | feat(es/lints): Implement `no-dupe-args` rule | [
{
"change_type": "ADD",
"diff": "+function a(a, b, b) {}\n+function b(a, a, a) {}\n+function c(a, b, a) {}\n+function d(a, b, a, b) {}\n+var e = function (a, b, b) {};\n+var f = function (a, a, a) {};\n+var g = function (a, b, a) {};\n+var h = function (a, b, a, b) {};\n",
"new_path": "crates/swc/tests/... | Rust | Apache License 2.0 | swc-project/swc | feat(es/lints): Implement `no-dupe-args` rule (#3574) | 1 | feat | es/lints |
847,143 | 16.02.2022 19:22:07 | -28,800 | e29ce669ed8676d6379f43fa3e864d5a60d13193 | fix(components): use default slot in TOC | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const renderHeader = ({ title, level, slug }: PageHeader): VNode =>\n},\n],\n},\n- title\n+ () => title\n);\nconst renderChildren = (headers: PageHeader[]): VNode | null => {\n",
"new_path": "packages/components/src/client/components/TOC.ts",
"ol... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(components): use default slot in TOC | 1 | fix | components |
841,385 | 16.02.2022 19:31:07 | -10,800 | b01916531fe889d1559e0bf6a87777454467ab7a | test(css/codegen): Add tests for custom properties in at-rules | [
{
"change_type": "ADD",
"diff": "+@supports (--foo: ) {\n+ html { background: green; }\n+}\n",
"new_path": "crates/swc_css_codegen/tests/fixture/at-rules/supports/2/input.css",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+@supports (--foo: ) {\n+html {\n+background: green;\n+}\n... | Rust | Apache License 2.0 | swc-project/swc | test(css/codegen): Add tests for custom properties in at-rules (#3596) | 1 | test | css/codegen |
847,143 | 16.02.2022 19:50:25 | -28,800 | 777d9d818704f333bf911c8b5c4851ea06eb9024 | fix(theme): fix article info icon | [
{
"change_type": "MODIFY",
"diff": "padding: 0.3em 0.6em !important;\n}\n- svg {\n- position: relative;\n- bottom: -0.125em;\n- }\n-\n.categories-wrapper,\n.tags-wrapper {\ndisplay: inline-block;\n",
"new_path": "packages/theme/src/client/module/blog/styles/article-item.scss",
"old_path": "packages/... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix article info icon | 1 | fix | theme |
667,662 | 16.02.2022 19:55:32 | -28,800 | a9cba5aecae66b70aadc2294fc0ebdc2a7e27e02 | feat(android): textnode custom forgroudcolor | [
{
"change_type": "ADD",
"diff": "+package com.tencent.mtt.hippy.dom.node;\n+\n+import android.text.style.ForegroundColorSpan;\n+\n+public final class HippyForegroundColorSpan extends ForegroundColorSpan {\n+\n+ private final Object customData;\n+ private final int color;\n+\n+ public HippyForegroundColorSpa... | C++ | Apache License 2.0 | tencent/hippy | feat(android): textnode custom forgroudcolor | 1 | feat | android |
847,143 | 16.02.2022 19:58:09 | -28,800 | 3d7d6b3df0aa82c940272a35f73fe0568460de86 | fix(theme): fix socialMedia | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,8 @@ import { usePageFrontmatter } from \"@vuepress/client\";\nimport { iconMap } from \"./config\";\n-import { useThemeLocaleData, usePure } from \"@theme-hope/composables\";\n+import { usePure } from \"@theme-hope/composables\";\n+import { useBlogOptions } fr... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix socialMedia | 1 | fix | theme |
494,234 | 16.02.2022 19:58:24 | -19,080 | 96c917e3c1b02b13be55056bfd94b517007fc206 | fix: mr comment fix | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,6 @@ type sendSMSRequestBody struct {\ntype smsClient struct {\n*http.Client\n- Host string\nRequestConfig json.RawMessage\nGetTemplateType func(t SMSTemplate) (TemplateType, error)\n@@ -81,7 +80,7 @@ func (c *courier) dispatchSMS(ctx context.Context, msg Mes... | Go | Apache License 2.0 | ory/kratos | fix: mr comment fix | 1 | fix | null |
915,146 | 16.02.2022 20:00:10 | -19,080 | 172ca9aabbf154f863233b8590a200617098a252 | fix: update mailchimp list ids | [
{
"change_type": "MODIFY",
"diff": "@@ -285,8 +285,8 @@ jobs:\nsteps:\n- uses: ory/ci/newsletter@master\nwith:\n- mailchimp_list_id: 058a056618\n- mailchmip_segment_id: 11398953\n+ mailchimp_list_id: f605a41b53\n+ mailchmip_segment_id: 6479481\nmailchimp_api_key: ${{ secrets.MAILCHIMP_API_KEY }}\ndraft: 'tr... | Go | Apache License 2.0 | ory/hydra | fix: update mailchimp list ids (#2995) | 1 | fix | null |
865,919 | 16.02.2022 20:07:09 | -3,600 | a7dc4c78df48f70205bd5d12f8b105d48ea95201 | feat(plugins): added new menu state flags
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -416,6 +416,7 @@ export class BpmnEditor extends CachedComponent {\nmoveToOrigin: !inputActive,\nmoveSelection: !inputActive && !!selectionLength,\npaste: !modeler.get('clipboard').isEmpty(),\n+ platform: 'platform',\npropertiesPanel: true,\nredo: commandStack.canRedo(... | JavaScript | MIT License | camunda/camunda-modeler | feat(plugins): added new menu state flags
Closes #2757 | 1 | feat | plugins |
841,421 | 16.02.2022 20:39:08 | -32,400 | 038e7f86698adfbbc2b04d8662e877401d7cf2ea | test(es/modules): Add a test for a fixed issue | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"typescript\",\n+ \"decorators\": true\n+ },\n+ \"target\": \"es2020\",\n+ \"paths\": {\n+ \"#lib/*\": [\n+ \"lib/*\"\n+ ]\n+ },\n+ \"baseUrl\": \"./src\"\n+ },\n+ \"module\": {\n+ \"type\": \"es6\"\n+ }\n+}\n\\ No newline at... | Rust | Apache License 2.0 | swc-project/swc | test(es/modules): Add a test for a fixed issue (#3586) | 1 | test | es/modules |
841,421 | 16.02.2022 21:02:40 | -32,400 | f469e653f861e5ca8789ba1baa4b29f507d0c737 | test(es/typescript): Add a test for | [
{
"change_type": "ADD",
"diff": "+export namespace TEST {\n+ export const VAL1 = 'value1';\n+ export const VAL2 = `${VAL1}_value2`;\n+}\n\\ No newline at end of file\n",
"new_path": "crates/swc_ecma_transforms_typescript/tests/fixture/issue-2670/input.ts",
"old_path": null
},
{
"change_type"... | Rust | Apache License 2.0 | swc-project/swc | test(es/typescript): Add a test for #2670 (#3589) | 1 | test | es/typescript |
841,509 | 16.02.2022 21:16:14 | 28,800 | 50611019992618b0d0a2783ddca4e21bc6e1af69 | build(swc): Bump the version of `parking_lot` | [
{
"change_type": "MODIFY",
"diff": "@@ -1175,9 +1175,9 @@ dependencies = [\n[[package]]\nname = \"lock_api\"\n-version = \"0.4.5\"\n+version = \"0.4.6\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109\"\n+che... | Rust | Apache License 2.0 | swc-project/swc | build(swc): Bump the version of `parking_lot` (#3604) | 1 | build | swc |
841,421 | 16.02.2022 21:34:25 | -32,400 | a2f9c88b629b83532c2bd644fbba0e1f50b61b73 | test(es/parser): Add a test for | [
{
"change_type": "ADD",
"diff": "+import mongoose from 'mongoose';\n+import { modelOptions, Severity, prop } from '@typegoose/typegoose';\n+import { Base } from '@typegoose/typegoose/lib/defaultClasses';\n+\n+@modelOptions({ options: { allowMixed: Severity.ALLOW } })\n+export class ITest extends Base<mongoo... | Rust | Apache License 2.0 | swc-project/swc | test(es/parser): Add a test for #2417 (#3588) | 1 | test | es/parser |
841,509 | 16.02.2022 21:41:51 | 28,800 | 2b5eba16c3a5e3621b6e66d92db1e0d6c400c9f2 | fix(node-swc/types): Fix experimental config options | [
{
"change_type": "MODIFY",
"diff": "@@ -498,7 +498,7 @@ export interface JscConfig {\n* Currently only transform plugin uses this. If not specified, SWC will\n* create `.swc` directories.\n*/\n- cacheRoot: string;\n+ cacheRoot?: string;\n/**\n* List of custom transform plugins written in WebAssembly.\n* Fir... | Rust | Apache License 2.0 | swc-project/swc | fix(node-swc/types): Fix experimental config options (#3603) | 1 | fix | node-swc/types |
71,773 | 16.02.2022 22:15:24 | -7,200 | 0ef65279cc5f2269046e0bae05d44f5aabc43eb9 | fix: python3 version check with Python 3.10
Fixes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -108,7 +108,7 @@ app_min=\"3.6.5\"\ncheck_which $app $app_min\napp_v=$(${app} --version)\necho -e \"Checking python3 version... \\c\"\n-if [ $(echo $app_v | grep -c -E \"3\\.[6-9]+\\.[0-9]+\") -eq 1 ]\n+if [ $(echo $app_v | grep -c -E \"3\\.([6-9]|1[0-9])\\.[0-9]+\") -... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix: python3 version check with Python 3.10 (#18754)
Fixes https://github.com/aws/aws-cdk/issues/18753
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | null |
847,143 | 16.02.2022 23:33:08 | -28,800 | fb257194ccc75f8a734e1fc4361e91916e4956cc | feat(theme): support toc in frontmatter | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ export default defineComponent({\niconPrefix: iconPrefix.value,\n}),\nh(PageTitle),\n- h(resolveComponent(\"TOC\")),\n+ frontmatter.value.toc ? h(resolveComponent(\"TOC\")) : null,\nslots.contentBefore?.(),\nh(MarkdownContent),\nslots.contentAfter?.(),\n... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): support toc in frontmatter | 1 | feat | theme |
847,143 | 17.02.2022 00:03:57 | -28,800 | 1ccfc66ae1cff8fac4a7892facafa62ce52e44b2 | fix(theme): fix toc | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,12 @@ export default defineComponent({\nthemeLocale.value.breadcrumb !== false)\n);\n+ const tocEnable = computed(\n+ () =>\n+ frontmatter.value.toc ||\n+ (frontmatter.value.toc !== false && themeLocale.value.toc !== false)\n+ );\n+\nreturn (): VNode =>\nh(\n... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix toc | 1 | fix | theme |
847,143 | 17.02.2022 00:53:02 | -28,800 | 5dd85092fb01c45f27520812633e9ddad75b5804 | fix(theme): fix toc styles | [
{
"change_type": "MODIFY",
"diff": "flex-direction: column;\njustify-content: space-between;\n+ @media (min-width: hope-config.$wide) {\n+ // fix toc padding\n.has-toc & {\npadding-right: 0;\n}\n+ }\n@media (max-width: hope-config.$pad) {\npadding-top: var(--navbar-mobile-height);\n",
"new_path": "packa... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix toc styles | 1 | fix | theme |
841,509 | 17.02.2022 03:02:54 | 28,800 | 5ed3f3a503ef01d162b45e0671a85f69b92f360c | feat(cli): Initialize compile command | [
{
"change_type": "MODIFY",
"diff": "@@ -305,9 +305,9 @@ dependencies = [\n[[package]]\nname = \"clap\"\n-version = \"3.0.14\"\n+version = \"3.1.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62\"\n+checksum... | Rust | Apache License 2.0 | swc-project/swc | feat(cli): Initialize compile command (#3602) | 1 | feat | cli |
756,031 | 17.02.2022 03:52:35 | 0 | 5608497a022b5a31b269e9f691682ff46f813070 | refactor(SwingSet): remove unused code | [
{
"change_type": "MODIFY",
"diff": "@@ -918,7 +918,7 @@ export default function buildKernel(\nif (ksc) {\ntry {\n// this can throw if kernel is buggy\n- kres = kernelSyscallHandler.doKernelSyscall(ksc);\n+ kres = kernelSyscallHandler(ksc);\n// kres is a KernelResult: ['ok', value] or ['error', problem],\n//... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(SwingSet): remove unused code | 1 | refactor | SwingSet |
129,392 | 17.02.2022 04:13:35 | -3,600 | bc9be40cf304ba6935442a55a57cf7c8abbcd7c2 | feat: skip merge messages that start with Pull request
Bitbucket add as default message when a pull request is merged, the message commit that starts with "Pull request". cz check fails with this kind of messages. | [
{
"change_type": "MODIFY",
"diff": "@@ -100,6 +100,10 @@ class Check:\n@staticmethod\ndef validate_commit_message(commit_msg: str, pattern: str) -> bool:\n- if commit_msg.startswith(\"Merge\") or commit_msg.startswith(\"Revert\"):\n+ if (\n+ commit_msg.startswith(\"Merge\")\n+ or commit_msg.startswith(\"Rev... | Python | MIT License | commitizen-tools/commitizen | feat: skip merge messages that start with Pull request
Bitbucket add as default message when a pull request is merged, the message commit that starts with "Pull request". cz check fails with this kind of messages.
Signed-off-by: Angelo Mantellini <manangel@cisco.com> | 1 | feat | null |
756,031 | 17.02.2022 04:23:51 | 0 | 02764012887eff7197939fe2ed4cb6de173fce29 | refactor(SwingSet): consolidate kernel queue logic | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,8 @@ import { insistVatID } from './id.js';\nimport { makeVatSlot } from '../parseVatSlots.js';\nimport { insistStorageAPI } from '../storageAPI.js';\nimport makeKernelKeeper from './state/kernelKeeper.js';\n-import { exportRootObject, doQueueToKref } from './k... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(SwingSet): consolidate kernel queue logic | 1 | refactor | SwingSet |
756,043 | 17.02.2022 08:37:49 | 28,800 | f873a65c7ae0849cbaaeb1c06e05d53ac124d016 | refactor(run-protocol): remove unused InitialMargin param | [
{
"change_type": "MODIFY",
"diff": "@@ -229,7 +229,6 @@ export async function installOnChain({\n// declare governed params for the vaultFactory; addVaultType() sets actual rates\nconst rates = {\n- initialMargin: makeRatio(120n, centralBrand),\nliquidationMargin: makeRatio(105n, centralBrand),\ninterestRate... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(run-protocol): remove unused InitialMargin param | 1 | refactor | run-protocol |
126,276 | 17.02.2022 09:04:56 | 10,800 | 933b533eb1d953bf3b2d7655ff2028204099c9ef | fix(pkg/server): adjust time to millis convertion | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import (\n)\nfunc unixMilli(t time.Time) int64 {\n- return t.Unix()*1e3 + int64(t.Nanosecond())/1e3\n+ return t.Unix()*1e3 + int64(t.Nanosecond())/1e6\n}\nfunc (s *ImmuServer) DatabaseHealth(ctx context.Context, _ *empty.Empty) (*schema.DatabaseHealthRes... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/server): adjust time to millis convertion
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | pkg/server |
846,826 | 17.02.2022 09:20:04 | 18,000 | 89440ce552675859189ed4ab254ce19c4bba5447 | docs: update readme team members | [
{
"change_type": "MODIFY",
"diff": "\"code\"\n]\n},\n- {\n- \"login\": \"bencodezen\",\n- \"name\": \"Ben Hong\",\n- \"avatar_url\": \"https://avatars0.githubusercontent.com/u/4836334?v=4\",\n- \"profile\": \"http://www.bencodezen.io\",\n- \"contributions\": [\n- \"code\",\n- \"doc\",\n- \"question\"\n- ]\n... | JavaScript | MIT License | vuejs/vuepress | docs: update readme team members | 1 | docs | null |
126,276 | 17.02.2022 09:22:15 | 10,800 | 312bb6c675b25ba3f1c64578cd786675b34324e5 | chore(embedded/store): skip expired entries during indexing | [
{
"change_type": "MODIFY",
"diff": "@@ -365,8 +365,10 @@ func (idx *indexer) indexTX(txID uint64) error {\nindexableEntries := 0\n+ now := time.Now()\n+\nfor _, e := range txEntries {\n- if e.md != nil && e.md.NonIndexable() {\n+ if e.md != nil && (e.md.NonIndexable() || e.md.ExpiredAt(now)) {\ncontinue\n}\... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): skip expired entries during indexing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
342,861 | 17.02.2022 10:02:41 | -3,600 | 29799e6f678cac3ebcf78da58dccd89b45b80e5e | fix(Tag): fix persistant focus | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,7 @@ export const StyledTag: any = styled.div`\n&:focus {\noutline: 0;\n+ box-shadow: none;\n}\n${actionable &&\n@@ -119,14 +120,20 @@ export const StyledTag: any = styled.div`\nbox-shadow: none;\n}\n- &:focus,\n- &:active {\n+ &:focus {\n+ background: ${ge... | JavaScript | MIT License | kiwicom/orbit | fix(Tag): fix persistant focus (#3287) | 1 | fix | Tag |
269,464 | 17.02.2022 10:10:51 | 10,800 | 99547865e18e87d0cd670a9cc9994f4553fb8449 | docs: remove beta wording | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,3 @@ Then, the following is different from a \"regular\" run:\nThe rest of the release process should work as usual.\n-!!! warning\n- This feature is in beta and might change based on feedback.\n- Let me know you think about it after trying it out!\n",
"n... | Go | MIT License | goreleaser/goreleaser | docs: remove beta wording | 1 | docs | null |
304,868 | 17.02.2022 10:12:53 | 25,200 | 460e2ca12de442297c26524b5a01e4d9d6550b04 | docs(spec): update spec with link to relevant issue | [
{
"change_type": "MODIFY",
"diff": "@@ -481,6 +481,8 @@ Examples:\n2018-07-01T00:00:00Z + 2y // 2020-07-01T00:00:00Z\n2018-07-01T00:00:00Z + 5h // 2018-07-01T05:00:00Z\n+[IMPL#2026](https://github.com/influxdata/flux/issues/2026)\n+\n#### Binary types\nA _bytes type_ represents a sequence of byte values.\n"... | Go | MIT License | influxdata/flux | docs(spec): update spec with link to relevant issue (#4205) | 1 | docs | spec |
126,276 | 17.02.2022 10:23:54 | 10,800 | 57f4527abc8f67b9d0ab77bf61f15e668fdb3d56 | chore(cmd/immuclient): health command description | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ func (cli *cli) initCommands() {\ncli.Register(&command{\"delete\", \"Delete item having the specified key\", cli.deleteKey, []string{\"key\"}, false})\n// Current status commands\n- cli.Register(&command{\"health\", \"Return the number of pending reques... | Go | Apache License 2.0 | codenotary/immudb | chore(cmd/immuclient): health command description
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | cmd/immuclient |
306,309 | 17.02.2022 10:28:04 | 28,800 | bff28b1cdf5aef84a16d4a74d4041edf19c36676 | chore: remove unnecessary sentence | [
{
"change_type": "MODIFY",
"diff": "@@ -55,8 +55,6 @@ infracost breakdown --path .\ninfracost diff --path . --sync-usage-file --usage-file infracost-usage.yml\n```\n-Screenshots of example outputs are [shown below](#cli-commands).\n-\n### 4. Add to CI/CD\n[Use our CI/CD integrations](https://www.infracost.i... | Go | Apache License 2.0 | infracost/infracost | chore: remove unnecessary sentence | 1 | chore | null |
889,620 | 17.02.2022 10:36:31 | -28,800 | 33cd19ae04ec06c216091ac0ef7ee2c79eb3c8ad | perf: don't recompute book hash during scan if filesize is different | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ class LibraryContentLifecycle(\nexistingBooks.find { it.url == newBook.url && it.deletedDate == null }?.let { existingBook ->\nlogger.debug { \"Matched existing book: $existingBook\" }\nif (newBook.fileLastModified.notEquals(existingBook.fileLastModifi... | Kotlin | MIT License | gotson/komga | perf: don't recompute book hash during scan if filesize is different | 1 | perf | null |
737,359 | 17.02.2022 10:58:42 | 0 | ca9bf46a37cb9baa84c832dec055ef8c7dd728d7 | chore(release): publish 10.0.0-alpha.21 | [
{
"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+# [10.0.0-alpha.21](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.20...v10.0.0-alpha.21) (2022-02-17)\n+\n+**... | JavaScript | MIT License | wopian/kitsu | chore(release): publish 10.0.0-alpha.21 | 1 | chore | release |
902,122 | 17.02.2022 11:07:56 | -3,600 | 8cca102a8535176336acac25a78acf2ae7f51b70 | chore(release): v9.3.13 | [
{
"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+## [9.3.13](https://github.com/microlinkhq/browserless/compare/v9.3.12...v9.3.13) (2022-02-17)\n+\n+**Note:** Version... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.3.13 | 1 | chore | release |
889,620 | 17.02.2022 11:15:15 | -28,800 | b724f205cd065d614319e98856f5b1cbf29d7568 | perf: convert to cbz on first scan | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,11 @@ sealed class Task(priority: Int = DEFAULT_PRIORITY, val groupId: String? = null)\noverride fun toString(): String = \"ScanLibrary(libraryId='$libraryId', priority='$priority')\"\n}\n+ class FindBooksToConvert(val libraryId: String, priority: Int = DEFAU... | Kotlin | MIT License | gotson/komga | perf: convert to cbz on first scan | 1 | perf | null |
277,286 | 17.02.2022 11:35:31 | -3,600 | 92b9fd7763bc2cb984d97e66f5df087171534077 | ci: Bust cloudfront docs cache during release. | [
{
"change_type": "MODIFY",
"diff": "@@ -118,11 +118,9 @@ jobs:\n- name: Publish Docs\nrun: |\nmake publish-website\n- curl -X POST -H \"Content-Type: application/json\" --user $ALGOLIA_CRAWLER_USER_ID:$ALGOLIA_CRAWLER_API_KEY https://crawler.algolia.com/api/1/crawlers/$ALGOLIA_CRAWLER_ID/reindex\n+ aws clou... | Python | Apache License 2.0 | h2oai/wave | ci: Bust cloudfront docs cache during release. #1218 | 1 | ci | null |
277,286 | 17.02.2022 11:37:04 | -3,600 | 79a17c9914214cc7954449e3ca082d3b1b88e7b9 | fix: YAML syntax in release job. | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,8 @@ jobs:\n# Call some time after cloudfront invalidation due to aws cli being async - crawler needs to hit fresh cache.\n- name: Reindex docs for proper search\n- run: curl -X POST -H \"Content-Type: application/json\" --user $ALGOLIA_CRAWLER_USER_ID:$ALG... | Python | Apache License 2.0 | h2oai/wave | fix: YAML syntax in release job. | 1 | fix | null |
889,620 | 17.02.2022 11:55:26 | -28,800 | b436e90a8c429749b5c10a52ae39821eb939d5a0 | perf: hash and delete pages in a single scan | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import java.io.Serializable\nconst val HIGHEST_PRIORITY = 8\nconst val HIGH_PRIORITY = 6\nconst val DEFAULT_PRIORITY = 4\n+const val LOW_PRIORITY = 2\nconst val LOWEST_PRIORITY = 0\nsealed class Task(priority: Int = DEFAULT_PRIORITY, val groupId: String? =... | Kotlin | MIT License | gotson/komga | perf: hash and delete pages in a single scan | 1 | perf | null |
889,620 | 17.02.2022 11:57:26 | -28,800 | 5787bbdaa2b6a9b1f2f97e888ac453117a5b9221 | refactor: rename TaskReceiver to TaskEmitter | [
{
"change_type": "RENAME",
"diff": "@@ -24,7 +24,7 @@ import javax.jms.ConnectionFactory\nprivate val logger = KotlinLogging.logger {}\n@Service\n-class TaskReceiver(\n+class TaskEmitter(\nconnectionFactory: ConnectionFactory,\nprivate val libraryRepository: LibraryRepository,\nprivate val bookRepository: B... | Kotlin | MIT License | gotson/komga | refactor: rename TaskReceiver to TaskEmitter | 1 | refactor | null |
126,276 | 17.02.2022 12:02:29 | 10,800 | 3d75ace5ac73e09619c36d749eefecfa80f19808 | test(pkg/database): use wg sync in rwmutex unit test | [
{
"change_type": "MODIFY",
"diff": "@@ -48,13 +48,18 @@ func TestInstrumentedMutex(t *testing.T) {\nwg.Add(1)\ngo func() {\n+ wg.Done()\n+\nmutex.RLock()\nreleasedAt = time.Now()\nmutex.RUnlock()\n+\nwg.Done()\n}()\n- time.Sleep(10 * time.Millisecond)\n+ wg.Wait()\n+\n+ wg.Add(1)\nwaitingCount, _ = mutex.St... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/database): use wg sync in rwmutex unit test
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/database |
791,255 | 17.02.2022 12:18:41 | 28,800 | c7f54d81baa34ce0f31bbe0af1cb03c2598e5e74 | feat(bigquery/storage/managedwriter/adapt): handle oneof normalization
* feat(bigquery/storage/managedwriter/adapt): handle oneof normalization
This updates NormalizeDescriptor to remove oneof indices from the
output DescriptorProto. BigQuery schemas do not have a compatible
concept regarding schema enforcement. | [
{
"change_type": "MODIFY",
"diff": "@@ -291,7 +291,8 @@ func tableFieldSchemaToFieldDescriptorProto(field *storagepb.TableFieldSchema, i\n// and not the namespaces when decoding, this is sufficient for the needs of the API's representation.\n//\n// In addition to nesting messages, this method also handles s... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery/storage/managedwriter/adapt): handle oneof normalization (#5670)
* feat(bigquery/storage/managedwriter/adapt): handle oneof normalization
This updates NormalizeDescriptor to remove oneof indices from the
output DescriptorProto. BigQuery schemas do not have a compatible
concept regarding schema enforcement. | 1 | feat | bigquery/storage/managedwriter/adapt |
699,187 | 17.02.2022 12:19:39 | 28,800 | c0de1aee6fd6f2e2963c663838ccaf9ab2058349 | feat(FormPillGroup): add i18nKeyboardControls prop | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/screen-reader-only': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[ScreenReaderOnly] add id prop\n",
"new_path": ".changeset/selfish-lamps-thank.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/form-p... | TypeScript | MIT License | twilio-labs/paste | feat(FormPillGroup): add i18nKeyboardControls prop (#2221) | 1 | feat | FormPillGroup |
317,646 | 17.02.2022 12:34:51 | -3,600 | cc1da3f0eae228c88eab3c86a150d7deea7abf19 | fix: migrate color_background correctly
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -61,10 +61,11 @@ func (segment *Segment) migrationOne(env environment.Environment) {\nsegment.migrateIconOverride(\"worktree_count_icon\", \" \\uf1bb \")\nsegment.migrateIconOverride(\"status_separator_icon\", \" |\")\nif segment.Properties.GetBool(properties.Property(... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: migrate color_background correctly
resolves #1771 | 1 | fix | null |
317,646 | 17.02.2022 12:41:50 | -3,600 | b4eadff3b64f715e305a1ebbf7eb37f8ca4c15c3 | fix(wsl): split distro name from version
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ func (env *ShellEnvironment) Platform() string {\n}()\nif wsl := env.Getenv(\"WSL_DISTRO_NAME\"); len(wsl) != 0 {\nplatform = strings.ToLower(wsl)\n- return platform\n+ return strings.Split(platform, \"-\")[0]\n}\nplatform, _, _, _ = host.PlatformInforma... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(wsl): split distro name from version
resolves #1766 | 1 | fix | wsl |
366,946 | 17.02.2022 12:41:53 | -32,400 | 0f89dba82328db0ff2bcc50d2f84e3a525163fa4 | fix: fix ModelessDialog to be able to close on mobile | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ export const ModelessDialog: React.VFC<Props & BaseElementProps> = ({\nreturn createPortal(\n<DialogOverlap isOpen={isOpen}>\n<Draggable\n- handle={`.${classNames.header}`}\n+ handle={`.${classNames.handle}`}\nonStart={(_, data) => setPosition({ x: dat... | TypeScript | MIT License | kufu/smarthr-ui | fix: fix ModelessDialog to be able to close on mobile (#2279) | 1 | fix | null |
317,646 | 17.02.2022 12:45:59 | -3,600 | 2434acd82831df4566d983bde34d89b31a6fadf9 | chore: update to go 1.17.7 | [
{
"change_type": "MODIFY",
"diff": "@@ -15,5 +15,5 @@ runs:\nshell: pwsh\nrun: |\nNew-Item -Path ./bin -ItemType Directory\n- Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releases/download/1.17.6/go' -OutFile \"$env:GOROOT/bin/go\"\n+ Invoke-WebRequest 'https://github.com/jandedobbeleer/go/releas... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: update to go 1.17.7 | 1 | chore | null |
756,013 | 17.02.2022 13:01:51 | 21,600 | 46f0a3188149b32dccec14a5c5d02b8b35ca2494 | feat(SOLO_OTEL_EXPORTER_PROMETHEUS_PORT): new env var | [
{
"change_type": "MODIFY",
"diff": "@@ -111,7 +111,6 @@ written with the new mapSize.\nLifetime: until we no longer use LMDB in swing-store\n-## OTEL_EXPORTER_PROMETHEUS_HOST\n## OTEL_EXPORTER_PROMETHEUS_PORT\nAffects: cosmic-swingset\n@@ -129,6 +128,14 @@ Affects: solo\nSame as `LMDB_MAP_SIZE`, but for sol... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(SOLO_OTEL_EXPORTER_PROMETHEUS_PORT): new env var | 1 | feat | SOLO_OTEL_EXPORTER_PROMETHEUS_PORT |
730,445 | 17.02.2022 13:02:40 | 28,800 | ff907359a0620b01b7f2efcf790fde13688721e8 | feat(webex-core): add fedramp configuration for services | [
{
"change_type": "MODIFY",
"diff": "import {MemoryStoreAdapter} from './lib/storage';\nimport CredentialsConfig from './credentials-config';\n-\nexport default {\nmaxAppLevelRedirects: 10,\nmaxLocusRedirects: 5,\n@@ -18,6 +17,7 @@ export default {\ntrackingIdSuffix: '',\nAlternateLogger: undefined,\ncredent... | JavaScript | MIT License | webex/webex-js-sdk | feat(webex-core): add fedramp configuration for services | 1 | feat | webex-core |
756,013 | 17.02.2022 13:06:17 | 21,600 | 6c1a748790fcd38f7ca5bc381faa9fb70c04152d | chore(telemetry): move `shutdown.js` from `cosmic-swingset` | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import { makePromiseKit } from '@endo/promise-kit';\nimport '@agoric/cosmic-swingset/src/anylogger-agoric.js';\nimport { connectToFakeChain } from '@agoric/cosmic-swingset/src/sim-chain.js';\n-import { makeShutdown } from '@agoric/cosmic-swingset/src/shutd... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(telemetry): move `shutdown.js` from `cosmic-swingset` | 1 | chore | telemetry |
699,187 | 17.02.2022 13:43:17 | 28,800 | 9b0579415b3c7f392d088a136e08e3c45dfb2b53 | feat(modal): add i18nDismissLabel prop | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/modal': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Modal] add i18nDismissLabel prop to ModalHeader to support i18n\n",
"new_path": ".changeset/slow-months-invite.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "impor... | TypeScript | MIT License | twilio-labs/paste | feat(modal): add i18nDismissLabel prop (#2218) | 1 | feat | modal |
756,013 | 17.02.2022 14:00:05 | 21,600 | f2a011537d9d44489d6ad705f45b6c392537f985 | fix(agoric-cli): honour `local-chain --no-restart` | [
{
"change_type": "MODIFY",
"diff": "@@ -393,6 +393,11 @@ export default async function startMain(progname, rawArgs, powers, opts) {\ncreate(hashFile, gci),\n]);\n+ if (!popts.restart) {\n+ // Don't actually run the chain.\n+ return 0;\n+ }\n+\nreturn chainSpawn(\n[...debugOpts, 'start'],\n{\n",
"new_pat... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric-cli): honour `local-chain --no-restart` | 1 | fix | agoric-cli |
841,479 | 17.02.2022 14:11:43 | -28,800 | 71a94b143ed881eca9097e724f5dd4986241a9b1 | fix(es/lints): Use `kebab-case` for configuration | [
{
"change_type": "MODIFY",
"diff": "@@ -41,30 +41,30 @@ impl<T: Debug + Clone + Serialize + Default> RuleConfig<T> {\n#[derive(Debug, Clone, Default, Serialize, Deserialize)]\n#[non_exhaustive]\n-#[serde(rename_all = \"camelCase\")]\n+#[serde(rename_all = \"kebab-case\")]\npub struct LintConfig {\n#[cfg(fea... | Rust | Apache License 2.0 | swc-project/swc | fix(es/lints): Use `kebab-case` for configuration (#3590) | 1 | fix | es/lints |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.