jamhall/s3rver 413
A fake S3 server written in NodeJs
dungeon-revealer/dungeon-revealer 233
A web app for tabletop gaming to allow the game master to reveal areas of the game map to players, roll dice and take notes.
Docker + Jest integration testing for Node.js
Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer.
Web App for adding an OBS overlay with character information such as name, picture, and health for your favorite role-playing game.
cyanite-ai/cyanite-integration-example 5
An example app showcasing how to integrate cyanite into your application
cobarx/react-native-video-test 2
Way to test react-native-video
n1ru4l/docker-image-node-10-with-docker-and-compose 1
Made for CI
Prometheus Alertmanager
PR opened dungeon-revealer/dungeon-revealer
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| framer-motion | 4.1.15 -> 4.1.16 |
Release Notes
<details> <summary>framer/motion</summary>
v4.1.16
Fixed
- Use with changing external refs.
</details>
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in an hour
create barnchdungeon-revealer/dungeon-revealer
branch : renovate/framer-motion-4.x
created branch time in an hour
PR opened dungeon-revealer/dungeon-revealer
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/lodash | 4.14.168 -> 4.14.169 |
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in an hour
create barnchdungeon-revealer/dungeon-revealer
created branch time in an hour
startedmaoosi/prisma-appsync
started time in an hour
startedprovicapital/jobs
started time in 2 hours
startednaugtur/npm-audit-resolver
started time in 2 hours
push eventn1ru4l/character-overlay
commit sha 1811317487c8652ba0b1714618827eb9309d0b51
chore(deps): update dependency framer-motion to v4.1.16
push time in 4 hours
startedWon-Games/client
started time in 7 hours
PR opened n1ru4l/relay-compiler-repl
Bumps codemirror from 5.49.0 to 5.58.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codemirror/CodeMirror/releases">codemirror's releases</a>.</em></p> <blockquote> <h2>5.58.2</h2> <p>No release notes provided.</p> <h2>5.58.1</h2> <p>Version 5.58.1</p> <h3>Bug fixes</h3> <p><a href="https://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: Remove arrow function that ended up in the code.</p> <h2>5.58.0</h2> <p>Version 5.58.0</p> <h3>Bug fixes</h3> <p>Make backspace delete by code point, not glyph.</p> <p>Suppress flickering focus outline when clicking on scrollbars in Chrome.</p> <p>Fix a bug that prevented attributes added via <code>markText</code> from showing up unless the span also had some other styling.</p> <p>Suppress cut and paste context menu entries in readonly editors in Chrome.</p> <p><a href="https://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: Update placeholder visibility during composition.</p> <h3>New features</h3> <p>Make it less cumbersome to style new lint message types.</p> <p><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Support black hole register, <code>gn</code> and <code>gN</code></p> <h2>5.57.0</h2> <p>Version 5.57.0</p> <h3>Bug fixes</h3> <p>Fix issue that broke binding the macOS Command key.</p> <p><a href="https://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Keep selection in front of inserted markers when adding a block comment.</p> <p><a href="https://codemirror.net/mode/css/">css mode</a>: Recognize more properties and value names.</p> <p><a href="https://codemirror.net/doc/manual.html#addon_annotatescrollbar">annotatescrollbar addon</a>: Don't hide matches in collapsed content.</p> <h3>New features</h3> <p><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Support tag text objects in xml and html modes.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md">codemirror's changelog</a>.</em></p> <blockquote> <h2>5.58.2 (2020-10-23)</h2> <h3>Bug fixes</h3> <p>Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.</p> <p><a href="https://codemirror.net/mode/julia/">julia mode</a>: Fix an infinite recursion bug.</p> <h2>5.58.1 (2020-09-23)</h2> <h3>Bug fixes</h3> <p><a href="https://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: Remove arrow function that ended up in the code.</p> <h2>5.58.0 (2020-09-21)</h2> <h3>Bug fixes</h3> <p>Make backspace delete by code point, not glyph.</p> <p>Suppress flickering focus outline when clicking on scrollbars in Chrome.</p> <p>Fix a bug that prevented attributes added via <code>markText</code> from showing up unless the span also had some other styling.</p> <p>Suppress cut and paste context menu entries in readonly editors in Chrome.</p> <p><a href="https://codemirror.net/doc/manual.html#addon_placeholder">placeholder addon</a>: Update placeholder visibility during composition.</p> <h3>New features</h3> <p>Make it less cumbersome to style new lint message types.</p> <p><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Support black hole register, <code>gn</code> and <code>gN</code></p> <h2>5.57.0 (2020-08-20)</h2> <h3>Bug fixes</h3> <p>Fix issue that broke binding the macOS Command key.</p> <p><a href="https://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Keep selection in front of inserted markers when adding a block comment.</p> <p><a href="https://codemirror.net/mode/css/">css mode</a>: Recognize more properties and value names.</p> <p><a href="https://codemirror.net/doc/manual.html#addon_annotatescrollbar">annotatescrollbar addon</a>: Don't hide matches in collapsed content.</p> <h3>New features</h3> <p><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Support tag text objects in xml and html modes.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codemirror/CodeMirror/commit/264022ee4af4abca1c158944dc299a8faf8696d6"><code>264022e</code></a> Mark version 5.58.2</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/23b7a9924b5f9460a091e97392dd00d3834e8cc6"><code>23b7a99</code></a> Add WebAssembly to meta</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/212bafa8ab7837abebc1d326ed943540a9a47200"><code>212bafa</code></a> [stylus mode] Recognize "url-prefix" token properly</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/9885241fe9dee2415f988d3a3619421f45ce8c6b"><code>9885241</code></a> [javascript mode] Don't indent in template strings</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/9caacec1900d71a971561147ba1e8acb2f08609c"><code>9caacec</code></a> [sparql mode] Improve parsing of IRI atoms</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/55d0333907117c9231ffdf555ae8824705993bbb"><code>55d0333</code></a> [javascript mode] Fix potentially-exponential regexp</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/cdb228ac736369c685865b122b736cd0d397836c"><code>cdb228a</code></a> Fix horizontal scrolling-into-view with non-fixed gutters</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/1cb6de23c7e2b965201972ac5c6dcd2317e9eacf"><code>1cb6de2</code></a> Fix doc/releases.html copy-paste mistake</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/719a91275352a5b551b7b450726b056f11d22685"><code>719a912</code></a> Fixes <a href="https://github-redirect.dependabot.com/codemirror/CodeMirror/issues/6402">#6402</a>. Adds option to turn off highlighting of non-standard CSS properties</li> <li><a href="https://github.com/codemirror/CodeMirror/commit/8bc57f76383e62e1a03c7d97c9eac74493fdbedc"><code>8bc57f7</code></a> Remove link to gitter room</li> <li>Additional commits viewable in <a href="https://github.com/codemirror/CodeMirror/compare/5.49.0...5.58.2">compare view</a></li> </ul> </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 created time in 8 hours
create barnchn1ru4l/relay-compiler-repl
branch : dependabot/npm_and_yarn/codemirror-5.58.2
created branch time in 8 hours
startedjlfwong/speedscope
started time in 9 hours
startedjlfwong/speedscope
started time in 9 hours
PR opened relay-tools/relay-compiler-language-typescript
typo
pr created time in 9 hours
create barncherikengervall/dockest
branch : dependabot/npm_and_yarn/packages/examples/multiple-compose-files/lodash-4.17.21
created branch time in 10 hours
PR opened erikengervall/dockest
Bumps lodash from 4.17.15 to 4.17.21. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/f299b52f39486275a9e6483b60a410e06520c538"><code>f299b52</code></a> Bump to v4.17.21</li> <li><a href="https://github.com/lodash/lodash/commit/c4847ebe7d14540bb28a8b932a9ce1b9ecbfee1a"><code>c4847eb</code></a> Improve performance of <code>toNumber</code>, <code>trim</code> and <code>trimEnd</code> on large input strings</li> <li><a href="https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"><code>3469357</code></a> Prevent command injection through <code>_.template</code>'s <code>variable</code> option</li> <li><a href="https://github.com/lodash/lodash/commit/ded9bc66583ed0b4e3b7dc906206d40757b4a90a"><code>ded9bc6</code></a> Bump to v4.17.20.</li> <li><a href="https://github.com/lodash/lodash/commit/63150ef7645ac07961b63a86490f419f356429aa"><code>63150ef</code></a> Documentation fixes.</li> <li><a href="https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794"><code>00f0f62</code></a> test.js: Remove trailing comma.</li> <li><a href="https://github.com/lodash/lodash/commit/846e434c7a5b5692c55ebf5715ed677b70a32389"><code>846e434</code></a> Temporarily use a custom fork of <code>lodash-cli</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/5d046f39cbd27f573914768e3b36eeefcc4f1229"><code>5d046f3</code></a> Re-enable Travis tests on <code>4.17</code> branch.</li> <li><a href="https://github.com/lodash/lodash/commit/aa816b36d402a1ad9385142ce7188f17dae514fd"><code>aa816b3</code></a> Remove <code>/npm-package</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.21">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/~bnjmnt4n">bnjmnt4n</a>, a new releaser for lodash 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 created time in 10 hours
PR opened erikengervall/dockest
Bumps lodash from 4.17.15 to 4.17.21. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/f299b52f39486275a9e6483b60a410e06520c538"><code>f299b52</code></a> Bump to v4.17.21</li> <li><a href="https://github.com/lodash/lodash/commit/c4847ebe7d14540bb28a8b932a9ce1b9ecbfee1a"><code>c4847eb</code></a> Improve performance of <code>toNumber</code>, <code>trim</code> and <code>trimEnd</code> on large input strings</li> <li><a href="https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"><code>3469357</code></a> Prevent command injection through <code>_.template</code>'s <code>variable</code> option</li> <li><a href="https://github.com/lodash/lodash/commit/ded9bc66583ed0b4e3b7dc906206d40757b4a90a"><code>ded9bc6</code></a> Bump to v4.17.20.</li> <li><a href="https://github.com/lodash/lodash/commit/63150ef7645ac07961b63a86490f419f356429aa"><code>63150ef</code></a> Documentation fixes.</li> <li><a href="https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794"><code>00f0f62</code></a> test.js: Remove trailing comma.</li> <li><a href="https://github.com/lodash/lodash/commit/846e434c7a5b5692c55ebf5715ed677b70a32389"><code>846e434</code></a> Temporarily use a custom fork of <code>lodash-cli</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/5d046f39cbd27f573914768e3b36eeefcc4f1229"><code>5d046f3</code></a> Re-enable Travis tests on <code>4.17</code> branch.</li> <li><a href="https://github.com/lodash/lodash/commit/aa816b36d402a1ad9385142ce7188f17dae514fd"><code>aa816b3</code></a> Remove <code>/npm-package</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.21">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/~bnjmnt4n">bnjmnt4n</a>, a new releaser for lodash 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 created time in 10 hours
create barncherikengervall/dockest
branch : dependabot/npm_and_yarn/packages/examples/multiple-resources/lodash-4.17.21
created branch time in 10 hours
PR opened erikengervall/dockest
Bumps lodash from 4.17.15 to 4.17.21. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/f299b52f39486275a9e6483b60a410e06520c538"><code>f299b52</code></a> Bump to v4.17.21</li> <li><a href="https://github.com/lodash/lodash/commit/c4847ebe7d14540bb28a8b932a9ce1b9ecbfee1a"><code>c4847eb</code></a> Improve performance of <code>toNumber</code>, <code>trim</code> and <code>trimEnd</code> on large input strings</li> <li><a href="https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"><code>3469357</code></a> Prevent command injection through <code>_.template</code>'s <code>variable</code> option</li> <li><a href="https://github.com/lodash/lodash/commit/ded9bc66583ed0b4e3b7dc906206d40757b4a90a"><code>ded9bc6</code></a> Bump to v4.17.20.</li> <li><a href="https://github.com/lodash/lodash/commit/63150ef7645ac07961b63a86490f419f356429aa"><code>63150ef</code></a> Documentation fixes.</li> <li><a href="https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794"><code>00f0f62</code></a> test.js: Remove trailing comma.</li> <li><a href="https://github.com/lodash/lodash/commit/846e434c7a5b5692c55ebf5715ed677b70a32389"><code>846e434</code></a> Temporarily use a custom fork of <code>lodash-cli</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/5d046f39cbd27f573914768e3b36eeefcc4f1229"><code>5d046f3</code></a> Re-enable Travis tests on <code>4.17</code> branch.</li> <li><a href="https://github.com/lodash/lodash/commit/aa816b36d402a1ad9385142ce7188f17dae514fd"><code>aa816b3</code></a> Remove <code>/npm-package</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.21">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/~bnjmnt4n">bnjmnt4n</a>, a new releaser for lodash 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 created time in 10 hours
create barncherikengervall/dockest
branch : dependabot/npm_and_yarn/packages/examples/node-to-node/lodash-4.17.21
created branch time in 10 hours
push eventdungeon-revealer/dungeon-revealer
commit sha ae42267fb7c6534539901ac007674ce22b80b2d8
fix(deps): update socket.io packages to v4
push time in 10 hours
PR opened n1ru4l/graphql-bleeding-edge-playground
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| socket.io | 4.1.0 -> 4.1.1 |
||||
| socket.io-client | 4.1.0 -> 4.1.1 |
Release Notes
<details> <summary>socketio/socket.io</summary>
v4.1.1
Bug Fixes
- typings: properly type server-side events (b84ed1e)
- typings: properly type the adapter attribute (891b187)
</details>
<details> <summary>socketio/socket.io-client</summary>
v4.1.1
There were some minor bug fixes on the server side, which mandate a client bump.
</details>
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 10 hours
create barnchn1ru4l/graphql-bleeding-edge-playground
branch : renovate/socket.io-packages
created branch time in 10 hours
startedth3rdwave/react-native-incremental
started time in 10 hours
push eventgraphql/graphql-wg
commit sha e6bc4a30693dd9580b7de4298129da365aa50e83
Add a quick update on default value coercion RFC (#682)
push time in 10 hours
PR merged graphql/graphql-wg
Implementing it was the last step, but it's not going well so far.
cc @benjie @ravangen
pr closed time in 10 hours