Set Slack status from Alfred
Natural language-friendly schedule manager.
github-sprint3r/course-git-note-01 0
Note for course basic git
github-sprint3r/grean-press-01 0
Grean Press Bookstore #01
Homeworks from Web Application Development class at Kasetsart University
Appium template for training
startedw3c/websub
started time in 13 hours
PR opened fastify/fastify
The first example has this option and I think the async/await example should have it as well.
Adding logger option to the async/await example:
Do you prefer to use
async/await? Fastify supports it out-of-the-box.<be> (We also suggest using make-promises-safe to avoid file descriptor > > and memory leaks.)const fastify = require('fastify')({ logger: true })
The first example I mentioned:
Your first server
Let's write our first server:
// Require the framework and instantiate it const fastify = require('fastify')({ logger: true })
<!-- Thank you for your pull request. Please provide a description above and review the requirements below.
Bug fixes and new features should include tests and possibly benchmarks.
Tip: npm run bench to compare branches interactively.
Contributors guide: https://github.com/fastify/fastify/blob/master/CONTRIBUTING.md -->
Checklist
- [ ] run
npm run testandnpm run benchmark - [ ] tests and/or benchmarks are included
- [x] documentation is changed or added
- [x] commit message and code follows Code of conduct
pr created time in 14 hours
startedmcollina/make-promises-safe
started time in 14 hours
push eventlukyth/fastify
commit sha 91ff4cedd4c9a66776227e9584ea9f699720d3d4
docs: add logger option in async/await example The first example has this option and I think the async/await example should have it as well.
push time in 14 hours
startedgabLaroche/death-to-ie11
started time in a day
push eventlukyth/vue-d3-jsconfjp2019
commit sha 2b0693a1da523ac848e8fdbeb752dc0cdb46b9f1
Bump webpack-dev-server from 3.1.10 to 3.11.0 Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.1.10 to 3.11.0. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.11.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 80deb75dde02dc5bf7c4526373934fcae3c11dd0
Merge pull request #10 from lukyth/dependabot/npm_and_yarn/webpack-dev-server-3.11.0 Bump webpack-dev-server from 3.1.10 to 3.11.0
push time in a day
PR merged lukyth/vue-d3-jsconfjp2019
Bumps webpack-dev-server from 3.1.10 to 3.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p> <blockquote> <h2>v3.11.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.3...v3.11.0">3.11.0</a> (2020-05-08)</h2> <h3>Features</h3> <ul> <li>add icons for directory viewer (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2441">#2441</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e953d01ca93764dabe38cedad8e7b9ef4e7f04bc">e953d01</a>)</li> <li>allow multiple <code>contentBasePublicPath</code> paths (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2489">#2489</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c6bdfe4afb2ce3612c02142954c68a8e657c3915">c6bdfe4</a>)</li> <li>emit progress-update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2498">#2498</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/4808abd434bac0511da688aee861f7e2d8b0c81c">4808abd</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1666">#1666</a></li> <li>add invalidate endpoint (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2493">#2493</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/89ffb86cd26425c59e3937ca06a2c804a01b8f1d">89ffb86</a>)</li> <li>allow open option to accept an object (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2492">#2492</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/adeb92e1e37551a6cbf3063942d6c2c7efbdff10">adeb92e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>do not swallow errors from server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2512">#2512</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/06583f268b70f4a9715e4b747b1557055c419086">06583f2</a>)</li> <li>security vulnerability in yargs-parser (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2566">#2566</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/41d1d0cf99f53df0569991a85489d3c8bc095af5">41d1d0c</a>)</li> <li>don't crash on setupExitSignals(undefined) (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2507">#2507</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/0d5c68143d780e631cdaf09081822fc87d7cb3ba">0d5c681</a>)</li> <li>support entry descriptor (closes <a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2453">#2453</a>) (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2465">#2465</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/8bbef6adf6ae5f6a3109ecd4a6246223d2f77cb2">8bbef6a</a>)</li> <li>update jquery (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2516">#2516</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/99ccfd84d1db566aa4ed77c441c4674bc4e986df">99ccfd8</a>)</li> </ul> <h2>v3.10.3</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.2...v3.10.3">3.10.3</a> (2020-02-05)</h3> <h3>Bug Fixes</h3> <ul> <li>forward error requests to the proxy (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2425">#2425</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e291cd4922f66c5c69dfd1fd3839812cfa502de5">e291cd4</a>)</li> </ul> <h2>v3.10.2</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.2">3.10.2</a> (2020-01-31)</h3> <h3>Bug Fixes</h3> <ul> <li>fallthrough non <code>GET</code> and <code>HEAD</code> request to routes (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2374">#2374</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/ebe8eca37957a9009f8627e7dfb82699606846de">ebe8eca</a>)</li> <li>add an optional peer dependency on webpack-cli (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2396">#2396</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/aa365dfd7e86c5dca31304bd5dcfe9bb9b767b40">aa365df</a>)</li> <li>add heartbeat for the websocket server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2404">#2404</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/1a7c8273de5a5b164c63c9919950babd7ecfaadb">1a7c827</a>)</li> </ul> <h2>v3.10.1</h2> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.1">3.10.1</a> (2019-12-19)</h3> <h3>Bug Fixes</h3> <ul> <li>ie11 compatibility (<a href="https://github.com/webpack/webpack-dev-server/commit/1306abeb8c5fd125952cdc177fdf38c2c31b3c4f">1306abe</a>)</li> </ul> <h2>v3.10.0</h2> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v3.9.0...v3.10.0">3.10.0</a> (2019-12-18)</h2> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.3...v3.11.0">3.11.0</a> (2020-05-08)</h2> <h3>Features</h3> <ul> <li>add icons for directory viewer (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2441">#2441</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e953d01ca93764dabe38cedad8e7b9ef4e7f04bc">e953d01</a>)</li> <li>allow multiple <code>contentBasePublicPath</code> paths (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2489">#2489</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/c6bdfe4afb2ce3612c02142954c68a8e657c3915">c6bdfe4</a>)</li> <li>emit progress-update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2498">#2498</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/4808abd434bac0511da688aee861f7e2d8b0c81c">4808abd</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/1666">#1666</a></li> <li>add invalidate endpoint (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2493">#2493</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/89ffb86cd26425c59e3937ca06a2c804a01b8f1d">89ffb86</a>)</li> <li>allow open option to accept an object (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2492">#2492</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/adeb92e1e37551a6cbf3063942d6c2c7efbdff10">adeb92e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>do not swallow errors from server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2512">#2512</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/06583f268b70f4a9715e4b747b1557055c419086">06583f2</a>)</li> <li>security vulnerability in yargs-parser (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2566">#2566</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/41d1d0cf99f53df0569991a85489d3c8bc095af5">41d1d0c</a>)</li> <li>don't crash on setupExitSignals(undefined) (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2507">#2507</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/0d5c68143d780e631cdaf09081822fc87d7cb3ba">0d5c681</a>)</li> <li>support entry descriptor (closes <a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2453">#2453</a>) (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2465">#2465</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/8bbef6adf6ae5f6a3109ecd4a6246223d2f77cb2">8bbef6a</a>)</li> <li>update jquery (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2516">#2516</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/99ccfd84d1db566aa4ed77c441c4674bc4e986df">99ccfd8</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.2...v3.10.3">3.10.3</a> (2020-02-05)</h3> <h3>Bug Fixes</h3> <ul> <li>forward error requests to the proxy (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2425">#2425</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/e291cd4922f66c5c69dfd1fd3839812cfa502de5">e291cd4</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.2">3.10.2</a> (2020-01-31)</h3> <h3>Bug Fixes</h3> <ul> <li>fallthrough non <code>GET</code> and <code>HEAD</code> request to routes (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2374">#2374</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/ebe8eca37957a9009f8627e7dfb82699606846de">ebe8eca</a>)</li> <li>add an optional peer dependency on webpack-cli (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2396">#2396</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/aa365dfd7e86c5dca31304bd5dcfe9bb9b767b40">aa365df</a>)</li> <li>add heartbeat for the websocket server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2404">#2404</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/1a7c8273de5a5b164c63c9919950babd7ecfaadb">1a7c827</a>)</li> </ul> <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.1">3.10.1</a> (2019-12-19)</h3> <h3>Bug Fixes</h3> <ul> <li>ie11 compatibility (<a href="https://github.com/webpack/webpack-dev-server/commit/1306abeb8c5fd125952cdc177fdf38c2c31b3c4f">1306abe</a>)</li> </ul> <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v3.9.0...v3.10.0">3.10.0</a> (2019-12-18)</h2> <h3>Features</h3> <ul> <li><strong>client:</strong> allow sock port to use location's port (<code>sockPort: 'location'</code>) (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2341">#2341</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/dc10d0647413ad57814b684b5f6ef3659531f0f6">dc10d06</a>)</li> <li><strong>server:</strong> add <code>contentBasePublicPath</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2150">#2150</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/cee700d59aff644a499ee310c4a32d5c5693e559">cee700d</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-dev-server/commit/4ab1f21bc85cc1695255c739160ad00dc14375f1"><code>4ab1f21</code></a> chore(release): 3.11.0</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0e51fb15dfed3da30380e764e8a4f524a3a19bb2"><code>0e51fb1</code></a> fix: invalidate route (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2584">#2584</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/f857c404c955ba8039524879011e8494d9e82352"><code>f857c40</code></a> chore: deps and tests</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/41d1d0cf99f53df0569991a85489d3c8bc095af5"><code>41d1d0c</code></a> fix(deps): security vulnerability in yargs-parser (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2566">#2566</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/375ab2332706ead66335e8f54391ef37f718e129"><code>375ab23</code></a> ci: add node@14 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2530">#2530</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/776e7d4ac4e61b7a4491bb483b24de8341722c9b"><code>776e7d4</code></a> chore(deps): update dependency html-entities to ^1.3.1 (master) (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2513">#2513</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/984536c12b25fc182362bbc9ba26c474e2fb5b10"><code>984536c</code></a> chore: update lint-staged config (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2524">#2524</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/89ffb86cd26425c59e3937ca06a2c804a01b8f1d"><code>89ffb86</code></a> feat: add invalidate endpoint (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2493">#2493</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/0e9bffbc9617dcc702aad72df77feaa5d1ff58ad"><code>0e9bffb</code></a> chore(deps): update all patch dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2508">#2508</a>)</li> <li><a href="https://github.com/webpack/webpack-dev-server/commit/99ccfd84d1db566aa4ed77c441c4674bc4e986df"><code>99ccfd8</code></a> fix: update jquery (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/2516">#2516</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v3.1.10...v3.11.0">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/~evilebottnawi">evilebottnawi</a>, a new releaser for webpack-dev-server 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 day
issue commentbrowserpass/browserpass-extension
'Browserpass' started debugging this browser
In case it could help with you folks since I was facing with this issue as well. Apparently, this new behavior was made intentionally into Chromium https://chromium-review.googlesource.com/c/chromium/src/+/2159967
Remove extension dev tools infobar only when the user closes/cancels it.
Previously, the bar also disappeared if it was no longer applicable, i.e. no more extensions were attached. This is problematic since the extension may have made persistent changes to the page, and the user needs to be guaranteed an opportunity to see something telling them that.
So all we could do is just to deal with it I think, or maybe explaining this in an FAQ. 😂
comment created time in a day
push eventlukyth/vue-d3-jsconfjp2019
commit sha 3bccc46619356b265a45353ffab2ed482c6a3fb9
Bump elliptic from 6.4.1 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 153aafb90005fb07a9fc5f3250c5159a82ea53a3
Merge pull request #9 from lukyth/dependabot/npm_and_yarn/elliptic-6.5.3 Bump elliptic from 6.4.1 to 6.5.3
push time in 2 days
PR merged lukyth/vue-d3-jsconfjp2019
Bumps elliptic from 6.4.1 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li><a href="https://github.com/indutny/elliptic/commit/60489415e545efdfd3010ae74b9726facbf08ca8"><code>6048941</code></a> 6.5.2</li> <li><a href="https://github.com/indutny/elliptic/commit/9984964457c9f8a63b91b01ea103260417eca237"><code>9984964</code></a> package: bump dependencies</li> <li><a href="https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a"><code>ec735ed</code></a> utils: leak less information in <code>getNAF()</code></li> <li><a href="https://github.com/indutny/elliptic/commit/71e4e8e2f5b8f0bdbfbe106c72cc9fbc746d3d60"><code>71e4e8e</code></a> 6.5.1</li> <li><a href="https://github.com/indutny/elliptic/commit/7ec66ffa255079260126d87b1762a59ea10de5ea"><code>7ec66ff</code></a> short: add infinity check before multiplying</li> <li><a href="https://github.com/indutny/elliptic/commit/ee7970b92f388e981d694be0436c4c8036b5d36c"><code>ee7970b</code></a> travis: really move on</li> <li><a href="https://github.com/indutny/elliptic/commit/637d0216b58de7edee4f3eb5641295ac323acadb"><code>637d021</code></a> travis: move on</li> <li><a href="https://github.com/indutny/elliptic/commit/5ed0babb6467cd8575a9218265473fda926d9d42"><code>5ed0bab</code></a> package: update deps</li> <li>Additional commits viewable in <a href="https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3">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 closed time in 2 days
startedrust-lang/rustlings
started time in 2 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 462849cf78ebf8c2c2f719fd55cb28a02cc03501
Bump jest from 26.1.0 to 26.2.2 Bumps [jest](https://github.com/facebook/jest) from 26.1.0 to 26.2.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.1.0...v26.2.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 8cc4f371265c51ce56a9d430f98aa9bc38e2ab8e
Merge pull request #58 from autifyhq/dependabot/npm_and_yarn/jest-26.2.2 Bump jest from 26.1.0 to 26.2.2
push time in 4 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/jest-26.2.2
delete time in 4 days
PR merged autifyhq/parcel-reporter-bundle-manifest
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps jest from 26.1.0 to 26.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>26.2.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-cli]</code> Use correct file name to override existing jest config on init (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10337">#10337</a>)</li> <li><code>[jest-haste-map]</code> Properly detect support for native <code>find</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10346">#10346</a>)</li> </ul> <h2>26.2.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-worker]</code> Make sure to work with Node TS typings v12 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10336">#10336</a>)</li> </ul> <h2>26.2.0</h2> <h3>Features</h3> <ul> <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting individual test cases using jest-circus (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10227">#10227</a>)</li> <li><code>[jest-config, jest-reporter, jest-runner, jest-test-sequencer]</code> Add <code>slowTestThreshold</code> configuration option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9366">#9366</a>)</li> <li><code>[jest-haste-map]</code> Watchman crawler now includes dotfiles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10075">#10075</a>)</li> <li><code>[jest-worker]</code> Added support for workers to send custom messages to parent in jest-worker (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10293">#10293</a>)</li> <li><code>[jest-worker]</code> Support passing <code>resourceLimits</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10335">#10335</a>)</li> <li><code>[pretty-format]</code> Added support for serializing custom elements (web components) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10237">#10217</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Match symbols and bigints in <code>any()</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10223">#10223</a>)</li> <li><code>[jest-changed-files]</code> Use <code>git diff</code> instead of <code>git log</code> for <code>--changedSince</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10155">#10155</a>)</li> <li><code>[jest-console]</code> Add missing <code>console.timeLog</code> for compatibility with Node (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10209">#10209</a>)</li> <li><code>[jest-haste-map]</code> Check <code>find</code> binary supports the <code>-iname</code> parameter (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10308">#10308</a>)</li> <li><code>[jest-snapshot]</code> Strip added indentation for inline error snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10217">#10217</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[]</code> Add missing dependency on <code>@types/node</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10248">#10248</a>)</li> <li><code>[jest-jasmine2]</code> Convert <code>PCancelable</code> to TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Refine typings of <code>queueRunner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Remove usage of <code>Function</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10216">#10216</a>)</li> <li><code>[jest-resolve]</code> Improve types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10239">#10239</a>)</li> <li><code>[docs]</code> Clarify the <a href="https://jestjs.io/docs/en/jest-object#jestrequireactualmodulename"><code>jest.requireActual(moduleName)</code></a> example</li> <li><code>[jest-types]</code> Refine typings of <code>coverageReporters</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10275">#10275</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>26.2.2</h2> <h3>Fixes</h3> <ul> <li><code>[jest-cli]</code> Use correct file name to override existing jest config on init (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10337">#10337</a>)</li> <li><code>[jest-haste-map]</code> Properly detect support for native <code>find</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10346">#10346</a>)</li> </ul> <h2>26.2.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-worker]</code> Make sure to work with Node TS typings v12 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10336">#10336</a>)</li> </ul> <h2>26.2.0</h2> <h3>Features</h3> <ul> <li><code>[jest-core, jest-circus, jest-reporter, jest-runner]</code> Added support for reporting individual test cases using jest-circus (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10227">#10227</a>)</li> <li><code>[jest-config, jest-reporter, jest-runner, jest-test-sequencer]</code> Add <code>slowTestThreshold</code> configuration option (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9366">#9366</a>)</li> <li><code>[jest-haste-map]</code> Watchman crawler now includes dotfiles (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10075">#10075</a>)</li> <li><code>[jest-worker]</code> Added support for workers to send custom messages to parent in jest-worker (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10293">#10293</a>)</li> <li><code>[jest-worker]</code> Support passing <code>resourceLimits</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10335">#10335</a>)</li> <li><code>[pretty-format]</code> Added support for serializing custom elements (web components) (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10237">#10217</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[expect]</code> Match symbols and bigints in <code>any()</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10223">#10223</a>)</li> <li><code>[jest-changed-files]</code> Use <code>git diff</code> instead of <code>git log</code> for <code>--changedSince</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10155">#10155</a>)</li> <li><code>[jest-console]</code> Add missing <code>console.timeLog</code> for compatibility with Node (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10209">#10209</a>)</li> <li><code>[jest-haste-map]</code> Check <code>find</code> binary supports the <code>-iname</code> parameter (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10308">#10308</a>)</li> <li><code>[jest-snapshot]</code> Strip added indentation for inline error snapshots (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10217">#10217</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[]</code> Add missing dependency on <code>@types/node</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10248">#10248</a>)</li> <li><code>[jest-jasmine2]</code> Convert <code>PCancelable</code> to TypeScript (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Refine typings of <code>queueRunner</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10215">#10215</a>)</li> <li><code>[jest-jasmine2]</code> Remove usage of <code>Function</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10216">#10216</a>)</li> <li><code>[jest-resolve]</code> Improve types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10239">#10239</a>)</li> <li><code>[docs]</code> Clarify the <a href="https://jestjs.io/docs/en/jest-object#jestrequireactualmodulename"><code>jest.requireActual(moduleName)</code></a> example</li> <li><code>[jest-types]</code> Refine typings of <code>coverageReporters</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10275">#10275</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/a6a5abb7ef47ed2c31bf8987771a79f97ae65430"><code>a6a5abb</code></a> v26.2.2</li> <li><a href="https://github.com/facebook/jest/commit/72bba2795d514420bf3598b1a988ec94a2b6e543"><code>72bba27</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/2ab3fb2a098bec607904ef6f6a14d6c0656de034"><code>2ab3fb2</code></a> fix: correct check for compatible <code>find</code> binary (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10346">#10346</a>)</li> <li><a href="https://github.com/facebook/jest/commit/0708dafce34ad7704e3733859453897af1495a68"><code>0708daf</code></a> fix(jest-cli): use correct filename to override config (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10337">#10337</a>)</li> <li><a href="https://github.com/facebook/jest/commit/104a5710cd4f2a25e796de0c450f715a0899f521"><code>104a571</code></a> chore: update yarn</li> <li><a href="https://github.com/facebook/jest/commit/ca8bf7c8b7a6f295712250c0867e813a8ef8cc85"><code>ca8bf7c</code></a> chore: tweak git ignore for yarn</li> <li><a href="https://github.com/facebook/jest/commit/a51f41b434c436bf99e9440c78bb5f39379090d9"><code>a51f41b</code></a> chore: update lockfile after publish</li> <li><a href="https://github.com/facebook/jest/commit/da61421faee6fdbf2a2b355b10d4e6eb1a842233"><code>da61421</code></a> v26.2.1</li> <li><a href="https://github.com/facebook/jest/commit/3de08dd041006f62039f65900b514e39ec87cbbc"><code>3de08dd</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/2db6aa11ef482167cd84114c2ec3b93a3da5f82f"><code>2db6aa1</code></a> fix(worker): support v12 node typings (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10336">#10336</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v26.1.0...v26.2.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)
</details>
pr closed time in 4 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 5f2c2acd406d41b629bef0c4e0509f740d823b44
Bump parcel from 2.0.0-nightly.341 to 2.0.0-nightly.354 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.341 to 2.0.0-nightly.354. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 30fe39c160cd8759565058a18a6cda8e41d0c050
Merge pull request #56 from autifyhq/dependabot/npm_and_yarn/parcel-2.0.0-nightly.354 Bump parcel from 2.0.0-nightly.341 to 2.0.0-nightly.354
push time in 4 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/parcel-2.0.0-nightly.354
delete time in 4 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps parcel from 2.0.0-nightly.341 to 2.0.0-nightly.354. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/parcel/commits">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)
</details>
pr closed time in 4 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 11b6396c354e86103e9a89c2c0609db24356aca2
Bump @types/node from 14.0.23 to 14.0.27 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.23 to 14.0.27. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 817e02cc55c94bb95ef7e062a917be01e6686a28
Merge pull request #57 from autifyhq/dependabot/npm_and_yarn/types/node-14.0.27 Bump @types/node from 14.0.23 to 14.0.27
push time in 4 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/node-14.0.27
delete time in 4 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps @types/node from 14.0.23 to 14.0.27. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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)
</details>
pr closed time in 4 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 7bcd926017150bac98df5c0f256d0742c4ee0d6c
Bump @types/jest from 26.0.4 to 26.0.8 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.4 to 26.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 55e9b94292800c5666794f2677c69ae2f8aeb765
Merge pull request #59 from autifyhq/dependabot/npm_and_yarn/types/jest-26.0.8 Bump @types/jest from 26.0.4 to 26.0.8
push time in 4 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/jest-26.0.8
delete time in 4 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha c2854f851f5ebfdeab2a86fdcb00fb430096971f
Bump ts-jest from 26.1.3 to 26.1.4 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.3 to 26.1.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.1.3...v26.1.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 777837cf9a9aa994389b13f1154043633ce6655b
Merge pull request #55 from autifyhq/dependabot/npm_and_yarn/ts-jest-26.1.4 Bump ts-jest from 26.1.3 to 26.1.4
push time in 4 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/ts-jest-26.1.4
delete time in 4 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps ts-jest from 26.1.3 to 26.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.3...v26.1.4">26.1.4</a> (2020-07-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler:</strong> check if test file exists before doing type check (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1827">#1827</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/cc89d5b1f912975cd29114c5b3b0bf18426816da">cc89d5b</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1506">#1506</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/220f4fbfd2544ad23af494c2d5acd53d28fdac74"><code>220f4fb</code></a> chore(release): 26.1.4 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1835">#1835</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/cc89d5b1f912975cd29114c5b3b0bf18426816da"><code>cc89d5b</code></a> fix(compiler): check if test file exists before doing type check (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1827">#1827</a>)</li> <li>See full diff in <a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.3...v26.1.4">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)
</details>
pr closed time in 4 days
startedmicrosoft/rushstack
started time in 5 days
startedMicrosoftEdge/MSEdgeExplainers
started time in 15 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 352bfb471744e088ddd6bf301bbaad5521cc754a
Bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 5d5467aa38e3449cf40903b0edfc04731ee777ca
Merge pull request #51 from autifyhq/dependabot/npm_and_yarn/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19
push time in 16 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/lodash-4.17.19
delete time in 16 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps lodash from 4.17.15 to 4.17.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.17.16</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li><a href="https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb"><code>1144918</code></a> Rebuild lodash and docs</li> <li><a href="https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e"><code>3a3b0fd</code></a> Bump to v4.17.16</li> <li><a href="https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4759">#4759</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4518">#4518</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4320">#4320</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4515">#4515</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4510">#4510</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4514">#4514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.19">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/~mathias">mathias</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) You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 16 days
startedcheckly/puppeteer-recorder
started time in 16 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 0b1adb699411766835004a1feda89954cc4c028e
Bump parcel from 2.0.0-nightly.329 to 2.0.0-nightly.341 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.329 to 2.0.0-nightly.341. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 36f52a1599164df5e5315530188bc0626272cfef
Merge pull request #49 from autifyhq/dependabot/npm_and_yarn/parcel-2.0.0-nightly.341 Bump parcel from 2.0.0-nightly.329 to 2.0.0-nightly.341
push time in 18 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/parcel-2.0.0-nightly.341
delete time in 18 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps parcel from 2.0.0-nightly.329 to 2.0.0-nightly.341. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/parcel/commits">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)
</details>
pr closed time in 18 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/typescript-3.9.7
delete time in 18 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha a9b1bd8eae4c201c8550b77b040b2adcda19c128
Bump typescript from 3.9.6 to 3.9.7 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.6 to 3.9.7. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.6...v3.9.7) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0bed28e48f979f666013694a5c5d683974dc61aa
Merge pull request #48 from autifyhq/dependabot/npm_and_yarn/typescript-3.9.7 Bump typescript from 3.9.6 to 3.9.7
push time in 18 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps typescript from 3.9.6 to 3.9.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 3.9.7</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.0%22+is%3Aclosed+">fixed issues query for Typescript v3.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.1%22+is%3Aclosed+">fixed issues query for Typescript v3.9.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.2%22+is%3Aclosed+">fixed issues query for Typescript v3.9.2 (Final)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.3%22+is%3Aclosed+">fixed issues query for Typescript v3.9.3 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.5%22+is%3Aclosed+">fixed issues query for Typescript v3.9.5 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.9.6%22+is%3Aclosed+">fixed issues query for Typescript v3.9.6 (patch release)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+3.9.7%22+is%3Aclosed+">fixed issues query for Typescript v3.9.7 (patch release)</a>.</li> </ul> <p>(note, 3.9.4 was intentionally skipped due to minor complications in publishing)</p> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-397">Visual Studio 2017/2019</a> (<a href="https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017">Select new version in project options</a>)</li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/a7d801176ca6cdfe45162c7d7cc80b2fdd144240"><code>a7d8011</code></a> Bump version to 3.9.7 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/761a9ed6dba3a010a5c6385d04afcd3e170bd63e"><code>761a9ed</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/39599">#39599</a> into release-3.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/39601">#39601</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/75d6648f89c3dbc8ec0b600bab51ba458c7ca696"><code>75d6648</code></a> Cherry-pick PR <a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/39573">#39573</a> into release-3.9 (<a href="https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/39602">#39602</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v3.9.6...v3.9.7">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)
</details>
pr closed time in 18 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 7b91562540fecf987392e50791cb18d385207f90
Bump ts-jest from 26.1.1 to 26.1.3 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.1 to 26.1.3. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.1.1...v26.1.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 2b3ff0997c806b9177814b424564dca7de19ef8e
Merge pull request #50 from autifyhq/dependabot/npm_and_yarn/ts-jest-26.1.3 Bump ts-jest from 26.1.1 to 26.1.3
push time in 18 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/ts-jest-26.1.3
delete time in 18 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps ts-jest from 26.1.1 to 26.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.2...v26.1.3">26.1.3</a> (2020-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li>revert <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1793">#1793</a> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1804">#1804</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/5095525333c8579c9c5e7f3149294b31f28d6774">5095525</a>)</li> </ul> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.1...v26.1.2">26.1.2</a> (2020-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler:</strong> use <code>resolveModuleNames</code> TypeScript API to get resolved modules for test files (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1784">#1784</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/5f2605457e94b548bd7b9b28fc968554f7eefa91">5f26054</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1747">#1747</a></li> <li><strong>config:</strong> invalidate cache when other options in <code>tsconfig</code> change (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1788">#1788</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/69488552eca2846f3fc6ba86ab49d7893caaf521">6948855</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>compiler:</strong> cache module resolution for <code>isolatedModules: false</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1786">#1786</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/7f731ed8a02755aeb41ecb27df4eaf16db2ddd95">7f731ed</a>)</li> <li><strong>compiler:</strong> use <code>globsToMatcher</code> from <code>jest-util</code> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1754">#1754</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/44f3913c2a017734ed87346b1c5fbec639d02062">44f3913</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/6706bd6808fa91059003ae559dcc93b372012ba5"><code>6706bd6</code></a> chore(release): 26.1.3 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1810">#1810</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/656e24956d5a79c3a43ac2c1ab9672dc3e9ffd1c"><code>656e249</code></a> build(deps-dev): bump typescript from 3.9.6 to 3.9.7 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1809">#1809</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/9c0bc98d4ed20194789e99b33528b8c2f4c0ad36"><code>9c0bc98</code></a> build(deps): bump lodash in /e2e/<strong>templates</strong>/default (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1807">#1807</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/cadbf585279aafe83eaa95aa6478dedf58680859"><code>cadbf58</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1806">#1806</a> from kulshekhar/dependabot/npm_and_yarn/lodash-4.17.19</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/2d3705dcf9a4811d4625ac2f35f4a842b48dd959"><code>2d3705d</code></a> build(deps): [security] bump lodash from 4.17.14 to 4.17.19</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/5095525333c8579c9c5e7f3149294b31f28d6774"><code>5095525</code></a> fix: revert <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1793">#1793</a> (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1804">#1804</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/4df30ac98feb225befe2552cd94ce1c2643809ae"><code>4df30ac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1802">#1802</a> from kulshekhar/dependabot/npm_and_yarn/typescript-e...</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/0f196332c0405df5f3a3f80ef3c333b0a8c9d681"><code>0f19633</code></a> build(deps-dev): bump @typescript-eslint/parser from 3.6.0 to 3.6.1</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/642d33aefc691f55288dbef87fdc3b30740574f3"><code>642d33a</code></a> build(deps-dev): bump @typescript-eslint/eslint-plugin (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1803">#1803</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/70005735b767d455b640f970d98468c64d9ea903"><code>7000573</code></a> build(deps-dev): bump eslint-plugin-jsdoc from 29.1.4 to 29.2.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1801">#1801</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.1...v26.1.3">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)
</details>
pr closed time in 18 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha c8c1696864755729ce998e8c185b07f9b278e168
Bump @types/node from 14.0.20 to 14.0.23 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.20 to 14.0.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 25e6ca05109cb2f5a82d74460378746ed4231d98
Merge pull request #46 from autifyhq/dependabot/npm_and_yarn/types/node-14.0.23 Bump @types/node from 14.0.20 to 14.0.23
push time in 18 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/node-14.0.23
delete time in 18 days
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps @types/node from 14.0.20 to 14.0.23. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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)
</details>
pr closed time in 18 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 1febae174e098a46cd3b351101d1d0805f8adb30
Run Dependabot on weekend morning
push time in 18 days
pull request commentCircleCI-Public/build-tools-orb
Replace the name diagnostic-orb with build-tools
@gmemstr No problem! 😄 I've updated the version to x.y.z with f1382b2 now.
comment created time in 21 days
push eventlukyth/build-tools-orb
commit sha f1382b2ff38eaed13cbfe55b53bacfa263ad15e3
Update version to x.y.z according to PR review
push time in 21 days
startedadobe/react-spectrum
started time in 21 days
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha dc3b66243d28ceaa8be6f433cf0d882462559f1b
Run dependabot weekly
push time in 22 days
startedspotify/backstage
started time in 23 days
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/parcel-2.0.0-nightly.329
delete time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 9f04e3d51668dc9d2b8f692dc7726948c3c62092
Bump parcel from 2.0.0-nightly.320 to 2.0.0-nightly.329 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.320 to 2.0.0-nightly.329. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 87e1d871abae7d2f6aee55aba8996a0eb13bd31a
Merge pull request #42 from autifyhq/dependabot/npm_and_yarn/parcel-2.0.0-nightly.329 Bump parcel from 2.0.0-nightly.320 to 2.0.0-nightly.329
push time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps parcel from 2.0.0-nightly.320 to 2.0.0-nightly.329. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/parcel/commits">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)
</details>
pr closed time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 3c535b4550221d81a4baba9a26ca57bc6ce31b2c
Bump @types/node from 14.0.14 to 14.0.20 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.14 to 14.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b95aada28df7f74e7839c8cdcdb61fd6f915adf6
Merge pull request #41 from autifyhq/dependabot/npm_and_yarn/types/node-14.0.20 Bump @types/node from 14.0.14 to 14.0.20
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/node-14.0.20
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps @types/node from 14.0.14 to 14.0.20. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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)
</details>
pr closed time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 0a90bcde7a6a3171f06b368de944e8f30fa04b6d
Bump @types/jest from 26.0.3 to 26.0.4 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.3 to 26.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 7988973eade331dbb42b3efb1afb3db5a2411bd7
Merge pull request #37 from autifyhq/dependabot/npm_and_yarn/types/jest-26.0.4 Bump @types/jest from 26.0.3 to 26.0.4
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/jest-26.0.4
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps @types/jest from 26.0.3 to 26.0.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">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)
</details>
pr closed time in a month
startedvitejs/vite
started time in a month
push eventlukyth/lukyth
commit sha b5588b64c92d20d2b5a2dc6181c2cb698fdb101b
Spread love and magic
push time in a month
startedexcalidraw/excalidraw
started time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 5de7a137e699384578bd5cd0b23a84dbfc045240
Bump parcel from 2.0.0-nightly.314 to 2.0.0-nightly.320 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.314 to 2.0.0-nightly.320. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 16142d8a395513d1942718bf8b669b6f840e05a0
Merge pull request #34 from autifyhq/dependabot/npm_and_yarn/parcel-2.0.0-nightly.320 Bump parcel from 2.0.0-nightly.314 to 2.0.0-nightly.320
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/parcel-2.0.0-nightly.320
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps parcel from 2.0.0-nightly.314 to 2.0.0-nightly.320. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/parcel/commits">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)
</details>
pr closed time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 203b3dd93d4743b28c3e631a867f7eb7c5444af1
Bump typescript from 3.9.5 to 3.9.6 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.5 to 3.9.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 6335f4768b673ca852cded37bc5c6b23a2e003c6
Merge pull request #33 from autifyhq/dependabot/npm_and_yarn/typescript-3.9.6 Bump typescript from 3.9.5 to 3.9.6
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/typescript-3.9.6
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps typescript from 3.9.5 to 3.9.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/commits">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)
</details>
pr closed time in a month
startedmicrosoft/fast
started time in a month
startedGoogleChrome/web-vitals-extension
started time in a month
startedGoogleChromeLabs/bubblewrap
started time in a month
startedGoogleChromeLabs/tooling.report
started time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 09c8ba74b52d4a7ea0ec01c072708a82a7a56468
Bump parcel from 2.0.0-nightly.300 to 2.0.0-nightly.314 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.300 to 2.0.0-nightly.314. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha a7e97e016615324a5622fb20f3becfdc8a2f296e
Merge pull request #27 from autifyhq/dependabot/npm_and_yarn/parcel-2.0.0-nightly.314 Bump parcel from 2.0.0-nightly.300 to 2.0.0-nightly.314
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/parcel-2.0.0-nightly.314
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps parcel from 2.0.0-nightly.300 to 2.0.0-nightly.314. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/parcel/commits">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)
</details>
pr closed time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 995b961c073287a93e3de4a412d93d95d8979668
Bump jest from 26.0.1 to 26.1.0 Bumps [jest](https://github.com/facebook/jest) from 26.0.1 to 26.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.0.1...v26.1.0) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 587ed3ced8a95d95a0432463d94ae5da34a9fc5a
Merge pull request #26 from autifyhq/dependabot/npm_and_yarn/jest-26.1.0 Bump jest from 26.0.1 to 26.1.0
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/jest-26.1.0
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
⚠️ Dependabot is rebasing this PR ⚠️
If you make any changes to it yourself then they will take precedence over the rebase.
Bumps jest from 26.0.1 to 26.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest's releases</a>.</em></p> <blockquote> <h2>26.1.0</h2> <h3>Features</h3> <ul> <li><code>[jest-mock]</code> Export <code>Mock</code>, <code>MockInstance</code>, <code>SpyInstance</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10138">#10138</a>)</li> <li><code>[jest-config]</code> Support config files exporting (<code>async</code>) <code>function</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10001">#10001</a>)</li> <li><code>[jest-cli, jest-core]</code> Add <code>--selectProjects</code> CLI argument to filter test suites by project name (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8612">#8612</a>)</li> <li><code>[jest-cli, jest-init]</code> Add <code>coverageProvider</code> to <code>jest --init</code> prompts (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10044">#10044</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-console]</code> <code>getConsoleOutput</code> to receive global stack trace config and use it to format stack trace (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10081">#10081</a>)</li> <li><code>[jest-jasmine2]</code> Stop adding <code>:</code> after an error that has no message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9990">#9990</a>)</li> <li><code>[jest-diff]</code> Control no diff message color with <code>commonColor</code> in diff options (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9997">#9997</a>)</li> <li><code>[jest-snapshot]</code> Fix TypeScript compilation (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10008">#10008</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[docs]</code> Correct confusing filename in <code>enableAutomock</code> example (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10055">#10055</a>)</li> <li><code>[jest-core]</code> 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10000">#10000</a>)</li> <li><code>[jest-core, jest-reporters, jest-test-result, jest-types]</code> Cleanup <code>displayName</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10049">#10049</a>)</li> <li><code>[jest-runtime]</code> Jest-internal sandbox escape hatch (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9907">#9907</a>)</li> <li><code>[jest-fake-timers]</code> Update <code>now</code> param type to support <code>Date</code> in addition to <code>number</code>. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10169">#10169</a>)</li> <li><code>[docs]</code> Add param to <code>setSystemTime</code> docs and remove preceding period from it and <code>getRealSystemTime</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10169">#10169</a>)</li> <li><code>[jest-snapshot, jest-util]</code> Replace <code>make-dir</code> with <code>fs.mkdir</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10136">#10136</a>)</li> </ul> <h3>Performance</h3> <ul> <li><code>[jest-core, jest-transform, jest-haste-map]</code> Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10131">#10131</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest's changelog</a>.</em></p> <blockquote> <h2>26.1.0</h2> <h3>Features</h3> <ul> <li><code>[jest-mock]</code> Export <code>Mock</code>, <code>MockInstance</code>, <code>SpyInstance</code> types (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10138">#10138</a>)</li> <li><code>[jest-config]</code> Support config files exporting (<code>async</code>) <code>function</code>s (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10001">#10001</a>)</li> <li><code>[jest-cli, jest-core]</code> Add <code>--selectProjects</code> CLI argument to filter test suites by project name (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/8612">#8612</a>)</li> <li><code>[jest-cli, jest-init]</code> Add <code>coverageProvider</code> to <code>jest --init</code> prompts (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10044">#10044</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-console]</code> <code>getConsoleOutput</code> to receive global stack trace config and use it to format stack trace (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10081">#10081</a>)</li> <li><code>[jest-jasmine2]</code> Stop adding <code>:</code> after an error that has no message (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9990">#9990</a>)</li> <li><code>[jest-diff]</code> Control no diff message color with <code>commonColor</code> in diff options (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9997">#9997</a>)</li> <li><code>[jest-snapshot]</code> Fix TypeScript compilation (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10008">#10008</a>)</li> </ul> <h3>Chore & Maintenance</h3> <ul> <li><code>[docs]</code> Correct confusing filename in <code>enableAutomock</code> example (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10055">#10055</a>)</li> <li><code>[jest-core]</code> 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10000">#10000</a>)</li> <li><code>[jest-core, jest-reporters, jest-test-result, jest-types]</code> Cleanup <code>displayName</code> type (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10049">#10049</a>)</li> <li><code>[jest-runtime]</code> Jest-internal sandbox escape hatch (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9907">#9907</a>)</li> <li><code>[jest-fake-timers]</code> Update <code>now</code> param type to support <code>Date</code> in addition to <code>number</code>. (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10169">#10169</a>)</li> <li><code>[docs]</code> Add param to <code>setSystemTime</code> docs and remove preceding period from it and <code>getRealSystemTime</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10169">#10169</a>)</li> <li><code>[jest-snapshot, jest-util]</code> Replace <code>make-dir</code> with <code>fs.mkdir</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10136">#10136</a>)</li> </ul> <h3>Performance</h3> <ul> <li><code>[jest-core, jest-transform, jest-haste-map]</code> Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10131">#10131</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/817d8b6aca845dd4fcfd7f8316293e69f3a116c5"><code>817d8b6</code></a> v26.1.0</li> <li><a href="https://github.com/facebook/jest/commit/30658c6fc0df37a758293f0731729dc764110963"><code>30658c6</code></a> chore: update changelog for release</li> <li><a href="https://github.com/facebook/jest/commit/a1fa77696513f048f58bf833895da76224955af2"><code>a1fa776</code></a> chore: quote globs in scripts (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10190">#10190</a>)</li> <li><a href="https://github.com/facebook/jest/commit/17c3f1405316cdcda6888015d29dba2950e990e0"><code>17c3f14</code></a> chore: replace <code>make-dir</code> with <code>fs.mkdir</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10136">#10136</a>)</li> <li><a href="https://github.com/facebook/jest/commit/ee40194a6757e34d7974908b4c634423ea2023e6"><code>ee40194</code></a> Update ExpectAPI.md (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10141">#10141</a>)</li> <li><a href="https://github.com/facebook/jest/commit/95b94e84cf60d919035d79112b18859909a8b831"><code>95b94e8</code></a> feat(jest-mock): Export Mock, MockInstance, SpyInstance types (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10138">#10138</a>)</li> <li><a href="https://github.com/facebook/jest/commit/504cacee18b844a974e76e5c45b2568bf023d3ac"><code>504cace</code></a> Improve Jest startup time and test runtime, particularly when running with co...</li> <li><a href="https://github.com/facebook/jest/commit/4471bbbb2d009a5d71c7beb702cb3cadb46d0a94"><code>4471bbb</code></a> Update GlobalAPI.md (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10157">#10157</a>)</li> <li><a href="https://github.com/facebook/jest/commit/15576d3d37a14050f302f213c655520590bafeee"><code>15576d3</code></a> Update links to Reactiflux (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10180">#10180</a>)</li> <li><a href="https://github.com/facebook/jest/commit/852819abc0de900f6d8ebb417e7d4fc3d7e647aa"><code>852819a</code></a> Update UsingMatchers.md (<a href="https://github-redirect.dependabot.com/facebook/jest/issues/10161">#10161</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/jest/compare/v26.0.1...v26.1.0">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)
</details>
pr closed time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha be122cbfd767bab0c8edf55d772e64e8f8ea7a4b
Bump @types/jest from 26.0.0 to 26.0.3 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 30484e107e2843e71f42fc34723235cc03fe732c
Merge pull request #29 from autifyhq/dependabot/npm_and_yarn/types/jest-26.0.3 Bump @types/jest from 26.0.0 to 26.0.3
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/jest-26.0.3
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps @types/jest from 26.0.0 to 26.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">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)
</details>
pr closed time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/types/node-14.0.14
delete time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 318127fdaf74a553bdfbd95f70da10ba16d85bc8
Bump @types/node from 14.0.13 to 14.0.14 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.0.13 to 14.0.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 5c8a46d1216235f2b2f740648f8385cd66f800fc
Merge pull request #28 from autifyhq/dependabot/npm_and_yarn/types/node-14.0.14 Bump @types/node from 14.0.13 to 14.0.14
push time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps @types/node from 14.0.13 to 14.0.14. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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)
</details>
pr closed time in a month
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha fe9a4e0c3f3087add6b6afb363829c194d363b50
Bump ts-jest from 26.1.0 to 26.1.1 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.1.0 to 26.1.1. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.1.0...v26.1.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 59bcafc2e5b4746a6bd6f454547e0b6095073da6
Merge pull request #25 from autifyhq/dependabot/npm_and_yarn/ts-jest-26.1.1 Bump ts-jest from 26.1.0 to 26.1.1
push time in a month
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/ts-jest-26.1.1
delete time in a month
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps ts-jest from 26.1.0 to 26.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md">ts-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.0...v26.1.1">26.1.1</a> (2020-06-21)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler:</strong> generate source map correctly when tsconfig <code>mapRoot</code> is set (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1741">#1741</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/01ac417">01ac417</a>), closes <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1718">#1718</a></li> <li><strong>config:</strong> show version warning when using ts-jest without babel (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1729">#1729</a>) (<a href="https://github.com/kulshekhar/ts-jest/commit/e512bc0">e512bc0</a>), fixes <a href="https://github-redirect.dependabot.com//github-redirect.dependabot.com/kulshekhar/ts-jest/pull/1678/issues/issuecomment-641930332">#1678-issuecomment-641930332</a>, <a href="https://github-redirect.dependabot.com//github-redirect.dependabot.com/kulshekhar/ts-jest/pull/1678/issues/issuecomment-639528993">#1678-issuecomment-639528993</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kulshekhar/ts-jest/commit/258e5c48ae362336266930cf8ef9eed0be7fee8b"><code>258e5c4</code></a> chore(release): 26.1.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1744">#1744</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/a1bc6cb6e43570b9a39fcdf71fabbb3ca654a0ca"><code>a1bc6cb</code></a> test: add unit tests for source map, correct e2e typings (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1743">#1743</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/01ac417de6e057f0078f8f8c43f958fa517db87e"><code>01ac417</code></a> fix(compiler): generate source map correctly when tsconfig <code>mapRoot</code> is set (...</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/3247ae409af4d9e47acf1ac31707b970f829e990"><code>3247ae4</code></a> build(deps-dev): bump eslint-plugin-jsdoc from 27.1.1 to 27.1.2 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1740">#1740</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/2b8fec92fc98e9bdc3b9a5f698de0ed1027dd2ef"><code>2b8fec9</code></a> build(deps-dev): bump @types/react from 16.9.36 to 16.9.38 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1739">#1739</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/d9468fc0050a37aa421bea268bce035cad8a0b1f"><code>d9468fc</code></a> build(deps-dev): bump lint-staged from 10.2.10 to 10.2.11 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1738">#1738</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/e90b1d7b30db882d6e47ec6659a1890718ff2ed9"><code>e90b1d7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1734">#1734</a> from kulshekhar/dependabot/npm_and_yarn/typescript-e...</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/693335b67e4b416b039570c605826b5cdda18963"><code>693335b</code></a> build(deps-dev): bump @typescript-eslint/eslint-plugin</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/7d69c62f77dbd775a0465c9dcc8bbadcf19dd1ed"><code>7d69c62</code></a> build(deps-dev): bump eslint-plugin-jsdoc from 27.1.0 to 27.1.1 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1737">#1737</a>)</li> <li><a href="https://github.com/kulshekhar/ts-jest/commit/f5d88e5c9e93dbdc022c35c086b321a54d79a299"><code>f5d88e5</code></a> build(deps-dev): bump eslint-plugin-jsdoc from 27.0.7 to 27.1.0 (<a href="https://github-redirect.dependabot.com/kulshekhar/ts-jest/issues/1736">#1736</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kulshekhar/ts-jest/compare/v26.1.0...v26.1.1">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)
</details>
pr closed time in a month
startedactions/toolkit
started time in a month
startedLusito/webextension-polyfill-ts
started time in a month
startedChromeDevTools/devtools-frontend
started time in a month
startedCovid-19Radar/Covid19Radar
started time in 2 months
push eventautifyhq/parcel-reporter-bundle-manifest
commit sha 111cf088f9c460a2b38438ceb1b78d2a936fd580
Bump parcel from 2.0.0-nightly.297 to 2.0.0-nightly.300 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.297 to 2.0.0-nightly.300. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](https://github.com/parcel-bundler/parcel/commits) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 9ef379eb1e80459d6b34579cfd6bf99da4f3a67d
Merge pull request #22 from autifyhq/dependabot/npm_and_yarn/parcel-2.0.0-nightly.300 Bump parcel from 2.0.0-nightly.297 to 2.0.0-nightly.300
push time in 2 months
delete branch autifyhq/parcel-reporter-bundle-manifest
delete branch : dependabot/npm_and_yarn/parcel-2.0.0-nightly.300
delete time in 2 months
PR merged autifyhq/parcel-reporter-bundle-manifest
Bumps parcel from 2.0.0-nightly.297 to 2.0.0-nightly.300. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/parcel-bundler/parcel/commits">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)
</details>
pr closed time in 2 months
issue commentmicrosoft/TypeScript
Type of object value unexpectedly become never, won't happen when assign to variable first
@RyanCavanaugh If everything goes according to the type and the type for value is compatible to description's value type, isn't it guarantee that the corrupt shouldn't happen?
comment created time in 2 months
startedthedaviddias/Front-End-Checklist
started time in 2 months