johnthepink/alfred2-basecamp 13
Alfred 2 Basecamp Workflow
Alfred 2 Base CRM Workflow
johnthepink/awesome-remote-job 2
A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python
johnthepink/docker-wordpress-nginx-wordless 1
A Dockerfile that installs the latest wordpress, nginx, php-fpm, ruby and wordless.
The website source, for Eat Drink Healthy.
Giving back little gifts of code for Christmas :santa: :christmas_tree:
starteddavesnx/query-json
started time in a month
delete branch brddg/cowboy
delete branch : dependabot/npm_and_yarn/react-15.6.2
delete time in a month
push eventbrddg/cowboy
commit sha 51c9f49fc350e2a05f7dba8cb7cb0bf049e2864c
Bump react from 0.13.3 to 15.6.2 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.13.3 to 15.6.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v15.6.2/packages/react) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 8c0c01952e6846bd9b325fff43a01e84789c7d4b
Merge pull request #1 from brddg/dependabot/npm_and_yarn/react-15.6.2 Bump react from 0.13.3 to 15.6.2
push time in a month
PR merged brddg/cowboy
Bumps react from 0.13.3 to 15.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p> <blockquote> <h2>v15.6.2</h2> <h1>15.6.2 (September 25, 2017)</h1> <h3>All Packages</h3> <ul> <li>Switch from BSD + Patents to MIT license</li> </ul> <h3>React DOM</h3> <ul> <li>Fix a bug where modifying <code>document.documentMode</code> would trigger IE detection in other browsers, breaking change events. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10032">#10032</a>)</li> <li>CSS Columns are treated as unitless numbers. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10115">#10115</a>)</li> <li>Fix bug in QtWebKit when wrapping synthetic events in proxies. (<a href="https://github.com/walrusfruitcake">@walrusfruitcake</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10011">#10115</a>)</li> <li>Prevent event handlers from receiving extra argument in development. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8363">#10115</a>)</li> <li>Fix cases where <code>onChange</code> would not fire with <code>defaultChecked</code> on radio inputs. (<a href="https://github.com/jquense">@jquense</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10156">#10156</a>)</li> <li>Add support for <code>controlList</code> attribute to DOM property whitelist (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9940">#9940</a>)</li> <li>Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (<a href="https://github.com/iansu">@iansu</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10025">#10025</a>)</li> </ul> <h2>v15.6.1</h2> <h2>15.6.1 (June 14, 2017)</h2> <h3>React DOM</h3> <ul> <li>Fix a crash on iOS Safari. (<a href="https://github.com/jquense">@jquense</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9960">#9960</a>)</li> <li>Don't add <code>px</code> to custom CSS property values. (<a href="https://github.com/TrySound">@TrySound</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9966">#9966</a>)</li> </ul> <h2>v15.6.0</h2> <h2>15.6.0 (June 13, 2017)</h2> <h3>React</h3> <ul> <li>Downgrade deprecation warnings to use <code>console.warn</code> instead of <code>console.error</code>. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9753">#9753</a>)</li> <li>Add a deprecation warning for <code>React.createClass</code>. Points users to <code>create-react-class</code> instead. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9771">#9771</a>)</li> <li>Add deprecation warnings and separate module for <code>React.DOM</code> factory helpers. (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8356">#8356</a>)</li> <li>Warn for deprecation of <code>React.createMixin</code> helper, which was never used. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8853">#8853</a>)</li> </ul> <h3>React DOM</h3> <ul> <li>Add support for CSS variables in <code>style</code> attribute. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9302">#9302</a>)</li> <li>Add support for CSS Grid style properties. (<a href="https://github.com/ericsakmar">@ericsakmar</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9185">#9185</a>)</li> <li>Fix bug where inputs mutated value on type conversion. (<a href="https://github.com/mhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9806">#9806</a>)</li> <li>Fix issues with <code>onChange</code> not firing properly for some inputs. (<a href="https://github.com/jquense">@jquense</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8575">#8575</a>)</li> <li>Fix bug where controlled number input mistakenly allowed period. (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9584">#9584</a>)</li> <li>Fix bug where performance entries were being cleared. (<a href="https://github.com/chrisui">@chrisui</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9451">#9451</a>)</li> </ul> <h3>React Addons</h3> <ul> <li>Fix AMD support for addons depending on <code>react</code>. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github-redirect.dependabot.com/facebook/react/issues/9919">#9919</a>)</li> <li>Fix <code>isMounted()</code> to return <code>true</code> in <code>componentWillUnmount</code>. (<a href="https://github.com/mridgway">@mridgway</a> in <a href="https://github-redirect.dependabot.com/facebook/react/issues/9638">#9638</a>)</li> <li>Fix <code>react-addons-update</code> to not depend on native <code>Object.assign</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9937">#9937</a>)</li> <li>Remove broken Google Closure Compiler annotation from <code>create-react-class</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9933">#9933</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/master/CHANGELOG.md">react's changelog</a>.</em></p> <blockquote> <h2>15.6.2 (September 25, 2017)</h2> <h3>All Packages</h3> <ul> <li>Switch from BSD + Patents to MIT license</li> </ul> <h3>React DOM</h3> <ul> <li>Fix a bug where modifying <code>document.documentMode</code> would trigger IE detection in other browsers, breaking change events. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10032">#10032</a>)</li> <li>CSS Columns are treated as unitless numbers. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10115">#10115</a>)</li> <li>Fix bug in QtWebKit when wrapping synthetic events in proxies. (<a href="https://github.com/walrusfruitcake">@walrusfruitcake</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10011">#10115</a>)</li> <li>Prevent event handlers from receiving extra argument in development. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8363">#10115</a>)</li> <li>Fix cases where <code>onChange</code> would not fire with <code>defaultChecked</code> on radio inputs. (<a href="https://github.com/jquense">@jquense</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10156">#10156</a>)</li> <li>Add support for <code>controlList</code> attribute to allowed DOM properties (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9940">#9940</a>)</li> <li>Fix a bug where creating an element with a ref in a constructor did not throw an error in development. (<a href="https://github.com/iansu">@iansu</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/10025">#10025</a>)</li> </ul> <h2>15.6.1 (June 14, 2017)</h2> <h3>React DOM</h3> <ul> <li>Fix a crash on iOS Safari. (<a href="https://github.com/jquense">@jquense</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9960">#9960</a>)</li> <li>Don't add <code>px</code> to custom CSS property values. (<a href="https://github.com/TrySound">@TrySound</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9966">#9966</a>)</li> </ul> <h2>15.6.0 (June 13, 2017)</h2> <h3>React</h3> <ul> <li>Downgrade deprecation warnings to use <code>console.warn</code> instead of <code>console.error</code>. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9753">#9753</a>)</li> <li>Add a deprecation warning for <code>React.createClass</code>. Points users to <code>create-react-class</code> instead. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9771">#9771</a>)</li> <li>Add deprecation warnings and separate module for <code>React.DOM</code> factory helpers. (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8356">#8356</a>)</li> <li>Warn for deprecation of <code>React.createMixin</code> helper, which was never used. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8853">#8853</a>)</li> </ul> <h3>React DOM</h3> <ul> <li>Add support for CSS variables in <code>style</code> attribute. (<a href="https://github.com/aweary">@aweary</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9302">#9302</a>)</li> <li>Add support for CSS Grid style properties. (<a href="https://github.com/ericsakmar">@ericsakmar</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9185">#9185</a>)</li> <li>Fix bug where inputs mutated value on type conversion. (<a href="https://github.com/mhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9806">#9806</a>)</li> <li>Fix issues with <code>onChange</code> not firing properly for some inputs. (<a href="https://github.com/jquense">@jquense</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/8575">#8575</a>)</li> <li>Fix bug where controlled number input mistakenly allowed period. (<a href="https://github.com/nhunzaker">@nhunzaker</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9584">#9584</a>)</li> <li>Fix bug where performance entries were being cleared. (<a href="https://github.com/chrisui">@chrisui</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9451">#9451</a>)</li> </ul> <h3>React Addons</h3> <ul> <li>Fix AMD support for addons depending on <code>react</code>. (<a href="https://github.com/flarnie">@flarnie</a> in <a href="https://github-redirect.dependabot.com/facebook/react/issues/9919">#9919</a>)</li> <li>Fix <code>isMounted()</code> to return <code>true</code> in <code>componentWillUnmount</code>. (<a href="https://github.com/mridgway">@mridgway</a> in <a href="https://github-redirect.dependabot.com/facebook/react/issues/9638">#9638</a>)</li> <li>Fix <code>react-addons-update</code> to not depend on native <code>Object.assign</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9937">#9937</a>)</li> <li>Remove broken Google Closure Compiler annotation from <code>create-react-class</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9933">#9933</a>)</li> <li>Remove unnecessary dependency from <code>react-linked-input</code>. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9766">#9766</a>)</li> <li>Point <code>react-addons-(css-)transition-group</code> to the new package. (<a href="https://github.com/gaearon">@gaearon</a> in <a href="https://github-redirect.dependabot.com/facebook/react/pull/9937">#9937</a>)</li> </ul> <h2>15.5.4 (April 11, 2017)</h2> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/5634f0d113906a2f2d0afd2fc7bb4aae253f1e02"><code>5634f0d</code></a> 15.6.2</li> <li><a href="https://github.com/facebook/react/commit/8c3cececb765a0a0ad8b0faca764ef30be494a74"><code>8c3cece</code></a> 15.x: BSD+Patents -> MIT</li> <li><a href="https://github.com/facebook/react/commit/0c102ac204c4380fd0daf72ec8aab1f96ebd8107"><code>0c102ac</code></a> 15.6.1</li> <li><a href="https://github.com/facebook/react/commit/9ba0c8097f9015abcfe1bbbc0184c9033577219c"><code>9ba0c80</code></a> Merge branch '15.6-dev' into 15-stable</li> <li><a href="https://github.com/facebook/react/commit/240874d0f44e34ac27ce151ef367fb3f7a490ec2"><code>240874d</code></a> Bump dependencies</li> <li><a href="https://github.com/facebook/react/commit/501cb45b51d242b391273bd3b342271b1c7ee6f0"><code>501cb45</code></a> 15.6.0</li> <li><a href="https://github.com/facebook/react/commit/e5b3554edc4d20ac0e046db620c8aa8bbd2f47f4"><code>e5b3554</code></a> Add 'create-react-class' to react dependencies for build (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/9847">#9847</a>)</li> <li><a href="https://github.com/facebook/react/commit/fe031caf69b9a10135f32a787c88e5b288ac64d9"><code>fe031ca</code></a> Hello 15.6 Release Candidate (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/9828">#9828</a>)</li> <li><a href="https://github.com/facebook/react/commit/cef396d09250db33b0ac68d25e658e7d626e678f"><code>cef396d</code></a> 15.5.4</li> <li><a href="https://github.com/facebook/react/commit/53a3b46fa9d8ff6ed7f7031080cb8cf23f8eacfd"><code>53a3b46</code></a> Update prop-types version</li> <li>Additional commits viewable in <a href="https://github.com/facebook/react/commits/v15.6.2/packages/react">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~sophiebits">sophiebits</a>, a new releaser for react since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
startedapptension/aws-boilerplate
started time in 2 months
delete branch johnthepink/johnthepink.github.io
delete branch : dependabot/bundler/jekyll-3.6.3
delete time in 2 months
push eventjohnthepink/johnthepink.github.io
commit sha 3910fee134b3e076e106deb3f135d69c378a34b1
Bump jekyll from 3.2.1 to 3.6.3 Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.2.1 to 3.6.3. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v3.2.1...v3.6.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha af3e9287b6955fb1936e0c057d3ebc8ad44cff14
Merge pull request #2 from johnthepink/dependabot/bundler/jekyll-3.6.3 Bump jekyll from 3.2.1 to 3.6.3
push time in 2 months
PR merged johnthepink/johnthepink.github.io
Bumps jekyll from 3.2.1 to 3.6.3. <details> <summary>Release notes</summary>
Sourced from jekyll's releases.
v3.6.2
Development Fixes
Bug Fixes
v3.6.1
Documentation
- Doc y_day in docs/permalinks (#6244)
- Update frontmatter.md (#6371)
- Elaborate on excluding items from processing (#6136)
- Style lists in tables (#6379)
- Remove duplicate "available" (#6380)
Development Fixes
- Bump rubocop to use
v0.50.x(#6368)v3.6.0
Minor Enhancements
- Ignore final newline in folded YAML string (#6054)
- Add URL checks to Doctor (#5760)
- Fix serving files that clash with directories (#6222) (#6231)
- Bump supported Ruby version to
>= 2.1.0(#6220)- set
LiquidError#template_namefor errors in included file (#6206)- Access custom config array throughout session (#6200)
- Add support for Rouge 2, in addition to Rouge 1 (#5919)
- Allow
yieldto logger methods & bail early on no-op messages (#6315)- Update mime-types. (#6336)
- Use a Schwartzian transform with custom sorting (#6342)
- Alias
Drop#invoke_droptoDrop#[](#6338)Bug Fixes
Deprecator: fix typo for--servecommand (#6229)Reader#read_directories: guard against an entry not being a directory (#6226)- kramdown: symbolize keys in-place (#6247)
- Call
to_son site.url before attempting to concatenate strings (#6253)- Enforce Style/FrozenStringLiteralComment (#6265)
- Update theme-template README to note 'assets' directory (#6257)
- Memoize the return value of
Document#url(#6266)- delegate
StaticFile#to_jsontoStaticFile#to_liquid(#6273)- Fix
Drop#key?so it can handle a nil argument (#6281) </tr></table> ... (truncated) </details> <details> <summary>Changelog</summary>
Sourced from jekyll's changelog.
3.6.3 / 2018-09-18
Bug Fixes
- 3.6.x: security: fix
includebypass ofEntryFilter#filtersymlink check (#7229)3.6.2 / 2017-10-21
Development Fixes
Bug Fixes
3.6.1 / 2017-10-20
Documentation
- Doc y_day in docs/permalinks (#6244)
- Update frontmatter.md (#6371)
- Elaborate on excluding items from processing (#6136)
- Style lists in tables (#6379)
- Remove duplicate "available" (#6380)
Development Fixes
- Bump rubocop to use
v0.50.x(#6368)3.6.0 / 2017-09-21
Minor Enhancements
- Ignore final newline in folded YAML string (#6054)
- Add URL checks to Doctor (#5760)
- Fix serving files that clash with directories (#6222) (#6231)
- Bump supported Ruby version to
>= 2.1.0(#6220)- set
LiquidError#template_namefor errors in included file (#6206)- Access custom config array throughout session (#6200)
- Add support for Rouge 2, in addition to Rouge 1 (#5919)
- Allow
yieldto logger methods & bail early on no-op messages (#6315)- Update mime-types. (#6336)
- Use a Schwartzian transform with custom sorting (#6342)
- Alias
Drop#invoke_droptoDrop#[](#6338)Bug Fixes
</tr></table> ... (truncated) </details> <details> <summary>Commits</summary>
9012230Release :gem: 3.6.33ffee1dRelease :gem: 3.6.3caddaeb3.6.x: security: fixincludebypass ofEntryFilter#filtersymlink check (...0b83d76Update site History0d555a7Release 💎 3.6.21cda184Update history to reflect merge of #6451 #6452 #6453 [ci skip]5a0582aBackport add-test-for-layout-as-string from #6445 to 3.6-stable035c6e0Backport patch-1 from #6442 to 3.6-stable1377cf2Backport utf8-bom from #6322 to 3.6-stable (#6451)de4007cUpdate history to reflect merge of #6450 [ci skip]- Additional commits viewable in compare view </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventjohnthepink/johnthepink.github.io
commit sha a69bb2453bec3812f95bfc51f80db80d9091787a
Bump ffi from 1.9.14 to 1.12.1 Bumps [ffi](https://github.com/ffi/ffi) from 1.9.14 to 1.12.1. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.9.14...1.12.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 1df7244cced4e9e1e484061947a2c4527197c885
Merge pull request #1 from johnthepink/dependabot/bundler/ffi-1.12.1 Bump ffi from 1.9.14 to 1.12.1
push time in 2 months
PR merged johnthepink/johnthepink.github.io
Bumps ffi from 1.9.14 to 1.12.1. <details> <summary>Changelog</summary>
Sourced from ffi's changelog.
1.12.1 / 2020-01-14
Added:
- Add binary gem support for ruby-2.7 on Windows
1.12.0 / 2020-01-14
Added:
- FFI::VERSION is defined as part of
require 'ffi'now. It is no longer necessary torequire 'ffi/version'.Changed:
- Update libffi to latest master.
Deprecated:
1.11.3 / 2019-11-25
Removed:
- Remove support for tainted objects which cause deprecation warnings in ruby-2.7. #730
1.11.2 / 2019-11-11
Added:
- Add DragonFlyBSD as a platform. #724
Changed:
- Sort all types.conf files, so that files and changes are easier to compare.
- Regenerated type conf for freebsd12 and x86_64-linux targets. #722
- Remove MACOSX_DEPLOYMENT_TARGET that was targeting very old version 10.4. #647
- Fix library name mangling for non glibc Linux/UNIX. #727
- Fix compiler warnings raised by ruby-2.7
- Update libffi to latest master.
1.11.1 / 2019-05-20
Changed:
- Raise required ruby version to >=2.0. #699, #700
- Fix a possible linker error on ruby < 2.3 on Linux.
</tr></table> ... (truncated) </details> <details> <summary>Commits</summary>
b54e735Bump VERSION to 1.12.1ee13af1Do parallel builds in CI docker containers2c81c6bRespect MAKE environment variable for libtest buildb2793a3Better document enable/disable libffi switches in the README8169aefBump VERSION to 1.12.062c0c97Update CHANGELOG for version 1.12.0da4402fUpdate libffi to latest master branchd564eb4Merge pull request #735 from larskanis/disallow-re-layout89f4258Warn about Struct layout redefinition onlybd45ff5Namespace all benchmarks since they are loaded into one process- Additional commits viewable in compare view </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months