Blockly to generate shell commands
Read files name from folder at build time and use as regular array of strings
Eval Javascript code safely
Add extra funcionality to diigo tools
Ridermansb/dynamic-app-version-update 1
Example using git-describe + webpack to dynamic update version app.
Ridermansb/auth0-emberjs2-sample 0
Auth0 EmberJS 2 Sample
Ridermansb/awesome-babel-macros 0
A collection of awesome babel macros and related resources
Ridermansb/awesome-css-frameworks 0
List of awesome CSS frameworks
startedScriptedAlchemy/jetbrains-ide-performance
started time in 12 hours
startedreact-hook-form/devtools
started time in 3 days
startedmattjegan/awesome-hacktoberfest
started time in 8 days
startedddneves/awesome-gcp-certifications
started time in 14 days
startedvercel/ncc
started time in 14 days
issue openedfirebase/firebase-functions-test
TypeError: Cannot read property 'storageBucket' of null
I'm trying to create test for storage but.. TypeError: Cannot read property 'storageBucket' of null is throw
Version info
"firebase-admin": "^9.1.1".
"firebase-functions": "^3.11.0"
"firebase-functions-test": "^0.2.2"
Test case
Creating new trigger for storage onFinalize and try to test it
Steps to reproduce
Create trigger function that will be trigger on onFinalize
processMenuImages: functions
.runWith(runtimeStorageOpts)
.storage.object()
.onFinalize(processMenuImages),
The processMenuImages function it's just function..
const processMenuImages = async (object) => { .. code.. }
And try to test...
const functionsTest = require('firebase-functions-test')(
FIREBASE_CONFIG,
process.env.GOOGLE_APPLICATION_CREDENTIALS
);
describe('firebase triggers', function () {
let firebaseFunctions;
beforeEach(() => {
firebaseFunctions = require('.');
});
afterEach(() => {
functionsTest.cleanup();
});
test('should be able to call the function', () => {
const storageData = functionsTest.storage.makeObjectMetadata({
name: 'unit_tests/Amaze.png',
contentType: 'image/png',
});
const wrapped = functionsTest.wrap(
firebaseFunctions.processMenuImages
);
return wrapped(storageData);
});
});
Actual behavior
Once I start the test, I received this...
TypeError: Cannot read property 'storageBucket' of null
42 | contentType: 'image/png',
43 | });
> 44 | const wrapped = functionsTest.wrap(
| ^
45 | firebaseFunctions.processMenuImages
46 | );
47 | return wrapped(storageData);
at resourceGetter (functions/node_modules/firebase-functions/lib/providers/storage.js:56:53)
at Function.get (functions/node_modules/firebase-functions/lib/cloud-functions.js:151:17)
at hasPath (functions/node_modules/lodash/lodash.js:6153:24)
at Function.has (functions/node_modules/lodash/lodash.js:13185:32)
at Object.wrap (functions/node_modules/firebase-functions-test/lib/main.js:29:19)
at Suite._context4 (functions/firebase-triggers.test.js:44:39)
Expected behavior
Should all test working..
created time in 17 days
startedfirebase/firebase-functions-test
started time in 18 days
startedadamlacombe/sharp-image-proxy
started time in 19 days
startedclaudiodangelis/qrcp
started time in 22 days
startedwelldone-software/why-did-you-render
started time in a month
Pull request review commentzapplebee/perenv.macro
Add loadPerEnvMap implementation
+# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node+# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions++name: Test+on:+ push:+ branches: [ master, f/*, b/* ]+ pull_request:+ branches: [ master ]++jobs:+ test:++ runs-on: ubuntu-latest++ strategy:+ matrix:+ node-version: [12.x, 14.x]
I think, including node 10x it's a good ideia since several services (like firebase) still not support node 12x
comment created time in a month
delete branch Ridermansb/react-firebase-ssr
delete branch : dependabot/npm_and_yarn/functions/node-fetch-2.6.1
delete time in a month
push eventRidermansb/react-firebase-ssr
commit sha 23169acb5aadc417301dfd9c12fbef945e6d769b
Bump node-fetch from 2.6.0 to 2.6.1 in /functions Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]>
push time in a month
push eventRidermansb/ridermansb
commit sha e0d8ae33499822d9a891e1ff39f13330f25e91cf
feat(skills): add skills
push time in a month
push eventRidermansb/ridermansb
commit sha fd3fcb657d64cb9e16dbd325d7711663b8e66b0e
Update npmpublish.yml
push time in a month
push eventRidermansb/webpackBowerStarter
commit sha 89dc3a8ec317d2eebd403dda2b5486c3f8ce3332
Bump node-sass from 3.13.1 to 4.14.1 Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 4.14.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v3.13.1...v4.14.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha fb46903defa59445fb374109e69ec14511dd3711
Merge pull request #2 from Ridermansb/dependabot/npm_and_yarn/node-sass-4.14.1 Bump node-sass from 3.13.1 to 4.14.1
push time in a month
PR merged Ridermansb/webpackBowerStarter
Bumps node-sass from 3.13.1 to 4.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/node-sass/releases">node-sass's releases</a>.</em></p> <blockquote> <h2>v4.14.1</h2> <h3>Community</h3> <ul> <li>Add GitHub Actions for Alpine CI (<a href="https://github.com/nschonni">@nschonni</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2823">#2823</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Bump [email protected] (<a href="https://github.com/xzyfer">@xzyfer</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2912">#2912</a>)</li> </ul> <h2>Supported Environments</h2> <table> <thead> <tr> <th>OS</th> <th>Architecture</th> <th>Node</th> </tr> </thead> <tbody> <tr> <td>Windows</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>OSX</td> <td>x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>Linux*</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^</td> </tr> <tr> <td>Alpine Linux</td> <td>x64</td> <td>6, 8, 10, 11, 12, 13, 14</td> </tr> <tr> <td>FreeBSD</td> <td>i386 amd64</td> <td>10, 12, 13</td> </tr> </tbody> </table> <p>Linux support refers to Ubuntu, Debian, and CentOS 5+ ** Not available on CentOS 5 ^ Only available on x64</p> <h2>v4.14.0</h2> <h3>Features</h3> <ul> <li>Add Node 14 support (<a href="https://github.com/nschonni">@nschonni</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2895">#2895</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Reporting wrong LibSass version (<a href="https://github.com/saper">@saper</a>, <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2621">#2621</a>)</li> </ul> <h2>Supported Environments</h2> <table> <thead> <tr> <th>OS</th> <th>Architecture</th> <th>Node</th> </tr> </thead> <tbody> <tr> <td>Windows</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>OSX</td> <td>x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14</td> </tr> <tr> <td>Linux</td> <td>x86 & x64</td> <td>0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^</td> </tr> <tr> <td>Alpine Linux</td> <td>x64</td> <td>6, 8, 10, 11, 12, 13, 14</td> </tr> <tr> <td>FreeBSD</td> <td>i386 amd64</td> <td>10, 12, 13</td> </tr> </tbody> </table> <p>*Linux support refers to Ubuntu, Debian, and CentOS 5+ ** Not available on CentOS 5 ^ Only available on x64</p> <h2>v4.13.1</h2> <h3>Community</h3> <ul> <li>Fix render example syntax (<a href="https://github.com/ZoranPandovski">@ZoranPandovski</a> , <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2787">#2787</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/node-sass/blob/master/CHANGELOG.md">node-sass's changelog</a>.</em></p> <blockquote> <h2>v4.14.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.14.0">https://github.com/sass/node-sass/releases/tag/v4.14.0</a></p> <h2>v4.13.1</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.13.1">https://github.com/sass/node-sass/releases/tag/v4.13.1</a></p> <h2>v4.13.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.13.0">https://github.com/sass/node-sass/releases/tag/v4.13.0</a></p> <h2>v4.12.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.12.0">https://github.com/sass/node-sass/releases/tag/v4.12.0</a></p> <h2>v4.11.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.11.0">https://github.com/sass/node-sass/releases/tag/v4.11.0</a></p> <h2>v4.10.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.10.0">https://github.com/sass/node-sass/releases/tag/v4.10.0</a></p> <h2>v4.9.4</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.4">https://github.com/sass/node-sass/releases/tag/v4.9.4</a></p> <h2>v4.9.3</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.3">https://github.com/sass/node-sass/releases/tag/v4.9.3</a></p> <h2>v4.9.2</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.2">https://github.com/sass/node-sass/releases/tag/v4.9.2</a></p> <h2>v4.9.1</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.1">https://github.com/sass/node-sass/releases/tag/v4.9.1</a></p> <h2>v4.9.0</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.9.0">https://github.com/sass/node-sass/releases/tag/v4.9.0</a></p> <h2>v4.8.3</h2> <p><a href="https://github.com/sass/node-sass/releases/tag/v4.8.3">https://github.com/sass/node-sass/releases/tag/v4.8.3</a></p> <h2>v4.8.2</h2> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/node-sass/commit/0d6c3cc36a5362e83529d901484b0bbf3e96de81"><code>0d6c3cc</code></a> 4.14.1</li> <li><a href="https://github.com/sass/node-sass/commit/1cc626373196500b288f487e1507926066f3e406"><code>1cc6263</code></a> Bump [email protected] (<a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2915">#2915</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/aa193f6334e45ae065cc64d67498acfad9fad4d9"><code>aa193f6</code></a> chore: Add GitHub Actions for Alpine CI</li> <li><a href="https://github.com/sass/node-sass/commit/eac343c6cc39abff153b2c8e9cc0d6b8351c8a8f"><code>eac343c</code></a> 4.14.0</li> <li><a href="https://github.com/sass/node-sass/commit/bbeb78cab873b12fc4b98358b62090e6fbc9b400"><code>bbeb78c</code></a> Update changelog</li> <li><a href="https://github.com/sass/node-sass/commit/1210aabc65ed445263dac5041ad735e3a35ae600"><code>1210aab</code></a> Fix <a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2621">#2621</a>: Report libsass version 3.5.5 (<a href="https://github-redirect.dependabot.com/sass/node-sass/issues/2769">#2769</a>)</li> <li><a href="https://github.com/sass/node-sass/commit/5a4a48a4a45f41d66d55e2103496e886ec7ee5f1"><code>5a4a48a</code></a> feat: Add Node 14 support</li> <li><a href="https://github.com/sass/node-sass/commit/b54053a1b50fd97e951eb0311a7fb818683a8e99"><code>b54053a</code></a> Update changelog</li> <li><a href="https://github.com/sass/node-sass/commit/01db05182b69dccbd43be777e6808045e71af0b5"><code>01db051</code></a> 4.13.1</li> <li><a href="https://github.com/sass/node-sass/commit/338fd7a14d3b8bd374a382336df16f9c6792b884"><code>338fd7a</code></a> Merge pull request from GHSA-f6rp-gv58-9cw3</li> <li>Additional commits viewable in <a href="https://github.com/sass/node-sass/compare/v3.13.1...v4.14.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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
Pull request review commentzapplebee/perenv.macro
Add loadPerEnvMap implementation
describe("Object signature", () => { ); }); });++describe("loadPerEnvMap", () => {+ it("Should use the assignment identifier as the import namespace", () => {+ process.env.FEATURE_VERSION = "alpha";++ const result = applyMacro(`+ import { loadPerEnvMap } from "./perEnv.macro";+ const feature = loadPerEnvMap({alpha: './aaaa.js'}, 'FEATURE_VERSION');+ `);++ expect(result.includes("import * as feature ")).toBe(true);+ });++ it("Should throw if the envar value is not found in the env map", () => {
Why? Should not assign as null ? Why should fail ?
comment created time in a month
Pull request review commentzapplebee/perenv.macro
Add loadPerEnvMap implementation
loadPerEnv({path: './feature.js', identifier: 'feature'}, 'NODE_ENV', "dev"); import * as feature from "./feature.js"; ``` +### `loadPerEnvMap`++Allows you to use a map of different imports based on the value of your envars++```javascript+import { loadPerEnvMap } from "./perEnv.macro";+loadPerEnvMap({dev: './new_feature.js', production: './feature.js'}, 'NODE_ENV');++ ↓ ↓ ↓ ↓ ↓ ↓++import "./feature.js";+```++Use an assignment to declare the import namespace, handy to keep linters quiet++```javascript+import { loadPerEnvMap } from "./perEnv.macro";+const feature = loadPerEnvMap({dev: './new_feature.js', production: './feature.js'}, 'NODE_ENV');++ ↓ ↓ ↓ ↓ ↓ ↓++import * as feature from "./feature.js";+```++Enable the `nullable` flag to allow for cases where the envar value may not be in the map.+++```javascript++// NODE_ENV=CI+import { loadPerEnvMap } from "./perEnv.macro";+const feature = loadPerEnvMap({dev: './new_feature.js', production: './feature.js'}, 'NODE_ENV', true);++ ↓ ↓ ↓ ↓ ↓ ↓++const feature = null+```++Or in the case that no assignment is made++```javascript++// NODE_ENV=CI+import { loadPerEnvMap } from "./perEnv.macro";+const feature = loadPerEnvMap({dev: './new_feature.js', production: './feature.js'}, 'NODE_ENV', true);
// NODE_ENV= (case where NODE_ENV is unset)
const feature = loadPerEnvMap({dev: './new_feature.js', production: './feature.js'}, 'NODE_ENV', true);
comment created time in a month
Pull request review commentzapplebee/perenv.macro
Add loadPerEnvMap implementation
{ "name": "perenv.macro",- "version": "0.0.2",+ "version": "0.0.0-semver",
That's strange.. what is -semver? semantic version?
comment created time in a month
pull request commentzapplebee/perenv.macro
Add loadPerEnvMap implementation
In your last example.. Or in the case that no assignment is made
the // NODE_ENV=CI should be unset right?
Should be...
// NODE_ENV=
comment created time in a month
issue commentzapplebee/perenv.macro
So.. if when the environment does no assignments just do not do nothing...
const feature = loadByAssignment('./feature.js', 'NODE_ENV', 'dev')
⬇⬇⬇⬇
about multiple assignments will also be discouraged by the linter. that's true.
Why not..
const feature = loadPerEnvMap(
{ environments: { dev: "./new_feature.js", production: "./feature.js" } },
"NODE_ENV"
);
I think, default it's not necessary. You must guarantee that environment variable is set. Otherwise the feature will be disabled.
comment created time in a month
issue closedRidermansb/ridermansb
The automated release is failing 🚨
:rotating_light: The automated release from the master branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.
You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this 💪.
Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.
Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.
If you are not sure how to resolve this, here is some links that can help you:
If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.
Invalid npm token.
The npm token configured in the NPM_TOKEN environment variable must be a valid token allowing to publish to the registry https://registry.npmjs.org/.
If you are using Two-Factor Authentication, make configure the auth-only level is supported. semantic-release cannot publish with the default auth-and-writes level.
Please make sure to set the NPM_TOKEN environment variable in your CI with the exact value of the npm token.
Good luck with your project ✨
Your semantic-release bot :package::rocket:
<!-- semantic-release:github -->
closed time in a month
github-actions[bot]delete branch Ridermansb/ridermansb
delete branch : dependabot/npm_and_yarn/node-fetch-2.6.1
delete time in a month
push eventRidermansb/ridermansb
commit sha edd4023c41d25bb83e230b008d75ebb84209a9de
Bump node-fetch from 2.6.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 80b1ce53b7ece52b097af3af45e99c74d8b8848a
Merge pull request #12 from Ridermansb/dependabot/npm_and_yarn/node-fetch-2.6.1 Bump node-fetch from 2.6.0 to 2.6.1
push time in a month
PR merged Ridermansb/ridermansb
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">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/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
issue commentconversejs/converse.js
notify_all_room_messages: true it's not show notifications for group chat
Posted this question on StackOverflow as well https://stackoverflow.com/questions/63926801/notification-group-room-message-didnt-show-unread-messages-only-displays-the-b
comment created time in a month
issue openedconversejs/converse.js
notify_all_room_messages: true it's not show notifications for group chat
Describe the bug
I set notify_all_room_messages: true but the user only see the unread messages if was mention
The flag notify_all_room_messages it's not working
To Reproduce Steps to reproduce the behavior:
- Set
notify_all_room_messages: true - Join to the group room
- Send message to this group (collaped group)
- nothing happens
Expected behavior Display unread messages number on group, even when I didn't mention anyone
Screenshots

Environment (please complete the following information):
- Desktop and Mobile
- Chrome
- Converse.js version 6.0.1
created time in a month
startedjeromewu/tesseract.js-video
started time in a month
startedcli/cli
started time in a month
startedchengjianhua/penv.macro
started time in a month
issue openedzapplebee/perenv.macro
First.. congrats. This is a awesome library!
Just an question, how did you deal with lint errors ..like
import { loadPerEnv } from "./perEnv.macro";
loadPerEnv({path: './feature.js', identifier: 'feature'}, 'NODE_ENV', "dev");
function () {
feature.sendEmail(); <--- HERE `feature` lint appear as not defined!
}
created time in a month
startedknpwrs/ms.macro
started time in a month
startedjgierer12/awesome-babel-macros
started time in a month
startedzapplebee/perenv.macro
started time in a month
startedgoogleapis/nodejs-pubsub
started time in a month
startedgoogleapis/google-cloud-node
started time in a month
push eventRidermansb/files.macro
commit sha b20482631da2f58db1f36afa6e353887c9e521e9
Bump handlebars from 4.1.2 to 4.7.6 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 793a5f0e5daa6172bba2ad978383962019278b6e
Merge pull request #10 from Ridermansb/dependabot/npm_and_yarn/handlebars-4.7.6 Bump handlebars from 4.1.2 to 4.7.6
push time in a month
PR merged Ridermansb/files.macro
Bumps handlebars from 4.1.2 to 4.7.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md">handlebars's changelog</a>.</em></p> <blockquote> <h2>v4.7.6 - April 3rd, 2020</h2> <p>Chore/Housekeeping:</p> <ul> <li><a href="https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1672">#1672</a> - Switch cmd parser to latest minimist (<a href="https://api.github.com/users/dougwilson">@dougwilson</a></li> </ul> <p>Compatibility notes:</p> <ul> <li>Restored Node.js compatibility</li> </ul> <p><a href="https://github.com/wycats/handlebars.js/compare/v4.7.5...v4.7.6">Commits</a></p> <h2>v4.7.5 - April 2nd, 2020</h2> <p>Chore/Housekeeping:</p> <ul> <li><del>Node.js version support has been changed to v6+</del> Reverted in 4.7.6</li> </ul> <p>Compatibility notes:</p> <ul> <li><del>Node.js < v6 is no longer supported</del> Reverted in 4.7.6</li> </ul> <p><a href="https://github.com/wycats/handlebars.js/compare/v4.7.4...v4.7.5">Commits</a></p> <h2>v4.7.4 - April 1st, 2020</h2> <p>Chore/Housekeeping:</p> <ul> <li><a href="https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1666">#1666</a> - Replaced minimist with yargs for handlebars CLI (<a href="https://api.github.com/users/aorinevo">@aorinevo</a>, <a href="https://api.github.com/users/AviVahl">@AviVahl</a> & <a href="https://api.github.com/users/fabb">@fabb</a>)</li> </ul> <p>Compatibility notes:</p> <ul> <li>No incompatibilities are to be expected</li> </ul> <p><a href="https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.4">Commits</a></p> <h2>v4.7.3 - February 5th, 2020</h2> <p>Chore/Housekeeping:</p> <ul> <li><a href="https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1644">#1644</a> - Download links to aws broken on handlebarsjs.com - access denied (<a href="https://api.github.com/users/Tea56">@Tea56</a>)</li> <li>Fix spelling and punctuation in changelog - d78cc73</li> </ul> <p>Bugfixes:</p> <ul> <li>Add Type Definition for Handlebars.VERSION, Fixes <a href="https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1647">#1647</a> - 4de51fe</li> <li>Include Type Definition for runtime.js in Package - a32d05f</li> </ul> <p>Compatibility notes:</p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/e6ad93ea01bcde1f8ddaa4b4ebe572dd616abfaa"><code>e6ad93e</code></a> v4.7.6</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/2bf4fc6fd3ae3d8f076d628653f284d85faebeb4"><code>2bf4fc6</code></a> Update release notes</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/b64202bc9197307bd785a58693e3820eb9bb41a8"><code>b64202b</code></a> Update release-notes.md</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/c2f1e6203178918569f085e12afdb762cae17fb0"><code>c2f1e62</code></a> Switch cmd parser to latest minimist</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/08e9a11a34c3ad8387a0b85b1334f97cab85191a"><code>08e9a11</code></a> Revert "chore: set Node.js compatibility to v6+"</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/1fd2edee2a12fb228061fcde807905c6b14339c4"><code>1fd2ede</code></a> v4.7.5</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/3c9c2f5cf29cf10f54d5fe4daca6b24b65f0adcf"><code>3c9c2f5</code></a> Update release notes</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/16487a088e13f4d52c6fd6610b9ec71c4a51be8a"><code>16487a0</code></a> chore: downgrade yargs to v14</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/309d2b49a11628d2a8f052c5587e7459968cd705"><code>309d2b4</code></a> chore: set Node.js compatibility to v6+</li> <li><a href="https://github.com/handlebars-lang/handlebars.js/commit/645ac73844918668f9a2f41e49b7cb18ce5abf36"><code>645ac73</code></a> test: fix integration tests</li> <li>Additional commits viewable in <a href="https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6">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/~erisds">erisds</a>, a new releaser for handlebars since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
PR merged Ridermansb/files.macro
Bumps acorn from 5.7.3 to 5.7.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/6370e90067552022710190319cbbbd8c43001957"><code>6370e90</code></a> Mark version 5.7.4</li> <li><a href="https://github.com/acornjs/acorn/commit/fbc15b1344f6dfb992f67b4bbf1357436247c8a0"><code>fbc15b1</code></a> More rigorously check surrogate pairs in regexp validator</li> <li>See full diff in <a href="https://github.com/acornjs/acorn/compare/5.7.3...5.7.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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
push eventRidermansb/files.macro
commit sha 1d3e11e11d7eedfc61a2192acd4862ab1e75064d
Bump acorn from 5.7.3 to 5.7.4 Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 68d6b46b6bd52b29f6df2af9dfbabacf2ef722c4
Merge pull request #9 from Ridermansb/dependabot/npm_and_yarn/acorn-5.7.4 Bump acorn from 5.7.3 to 5.7.4
push time in a month
push eventRidermansb/files.macro
commit sha 3bb022961318257003eba4cb81c5f388ebcda1eb
Bump lodash from 4.17.15 to 4.17.20 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 4060198200c004a60f7f1356c3c3cc7c6a10bb13
Merge pull request #11 from Ridermansb/dependabot/npm_and_yarn/lodash-4.17.20 Bump lodash from 4.17.15 to 4.17.20
push time in a month
PR merged Ridermansb/files.macro
Bumps lodash from 4.17.15 to 4.17.20. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/ded9bc66583ed0b4e3b7dc906206d40757b4a90a"><code>ded9bc6</code></a> Bump to v4.17.20.</li> <li><a href="https://github.com/lodash/lodash/commit/63150ef7645ac07961b63a86490f419f356429aa"><code>63150ef</code></a> Documentation fixes.</li> <li><a href="https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794"><code>00f0f62</code></a> test.js: Remove trailing comma.</li> <li><a href="https://github.com/lodash/lodash/commit/846e434c7a5b5692c55ebf5715ed677b70a32389"><code>846e434</code></a> Temporarily use a custom fork of <code>lodash-cli</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/5d046f39cbd27f573914768e3b36eeefcc4f1229"><code>5d046f3</code></a> Re-enable Travis tests on <code>4.17</code> branch.</li> <li><a href="https://github.com/lodash/lodash/commit/aa816b36d402a1ad9385142ce7188f17dae514fd"><code>aa816b3</code></a> Remove <code>/npm-package</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><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>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.20">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~bnjmnt4n">bnjmnt4n</a>, a new releaser for lodash since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
startedpa11y/pa11y
started time in 2 months
startedGoogleChromeLabs/import-from-worker
started time in 2 months
issue openedRidermansb/ridermansb
https://gist.github.com/Ridermansb/ebae5e322260d07ff2e6ff99c93bfe07
created time in 2 months
push eventRidermansb/ridermansb
commit sha e1bc8b58142c710d46e0926ef9777f30f5764d41
Typo Error Fixed Changed a small typing error in which Front-end Developer was mistype as Font-end Developer!
commit sha 6f76af14897aa1f74f75c9193f912a4d81d13859
Merge pull request #10 from Abhay2611/master Typo Error Fixed
push time in 2 months
PR merged Ridermansb/ridermansb
Changed a small typing error in which Front-end Developer was mistype as Font-end Developer!
pr closed time in 2 months
pull request commentRidermansb/ridermansb
Thanks @Abhay2611 👍
comment created time in 2 months
push eventRidermansb/evalbox
commit sha 636f005516178c8b49704fa5e294836ed9b5d978
Improve layout fix #30
push time in 2 months
push eventRidermansb/evalbox
commit sha 63784b4c437c08445bfb59296ec7d151ac4f9263
Include version and developer on console.log fix #20
push time in 2 months
push eventRidermansb/evalbox
commit sha a548dff50282b0b4fffdc9922762b3157d314d7b
Add favicons fix #28
push time in 2 months
issue commentRidermansb/evalbox
Generated by https://realfavicongenerator.net/favicon_result?file_id=p1egbokqt91fum1n7b1apd6f47a56
comment created time in 2 months
push eventRidermansb/evalbox
commit sha b462372c3fdd929217b49566fd51bb277468a507
Add Semantic Release fix #25
push time in 2 months
push eventRidermansb/evalbox
commit sha 9c39b02ed84cd8c39a73dd529460c65728db3b37
Move to Vercel fix #23
push time in 2 months
push eventRidermansb/evalbox
commit sha dfc7bc9e0ea619420ff7e4c80c476a9ebed1f539
Add linters fix #24
push time in 2 months
push eventRidermansb/evalbox
commit sha fb892a28d13bf07f9893d97d78f0b53a1de78bcd
Replace all components to use functional component fix #26
push time in 2 months
push eventRidermansb/evalbox
commit sha 7a6a20b339930dda430a1c54dec3cb5941911a16
Improve webpack configuration fix #21
push time in 2 months
issue commentRidermansb/evalbox
Fixed by eda408078797d8ba7f13bc42f2a0967693020e0c and 1c47d30160d3bde13ae5f0aff2be9abb25675fa4
comment created time in 2 months
push eventRidermansb/evalbox
commit sha eda408078797d8ba7f13bc42f2a0967693020e0c
remove type on Readme.md #fix 19
push time in 2 months
push eventRidermansb/evalbox
commit sha 1c47d30160d3bde13ae5f0aff2be9abb25675fa4
Migrate all packages #fix 19
push time in 2 months
delete branch Ridermansb/files.macro
delete branch : dependabot/npm_and_yarn/mixin-deep-1.3.2
delete time in 2 months
push eventRidermansb/files.macro
commit sha 46bb637b25f9aa0e4425c636e09eef1847210242
Bump mixin-deep from 1.3.1 to 1.3.2 Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 37ff8a4ea17441f76e9766424908a837d23fa70a
Merge pull request #5 from Ridermansb/dependabot/npm_and_yarn/mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
push time in 2 months
PR merged Ridermansb/files.macro
Bumps mixin-deep from 1.3.1 to 1.3.2. <details> <summary>Commits</summary>
754f0c21.3.290ee1faensure keys are valid when mixing in values- See full diff in compare view </details> <details> <summary>Maintainer changes</summary>
This version was pushed to npm by doowb, a new releaser for mixin-deep since your current version. </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
delete branch Ridermansb/files.macro
delete branch : dependabot/npm_and_yarn/lodash-4.17.15
delete time in 2 months
push eventRidermansb/files.macro
commit sha 4375c6bb3315318fe677bb6c105d87eb4725e3fc
Bump lodash from 4.17.11 to 4.17.15 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] <[email protected]>
commit sha b9dd3c2169fa81d8a3960899c137798d66c5faed
Merge pull request #6 from Ridermansb/dependabot/npm_and_yarn/lodash-4.17.15 Bump lodash from 4.17.11 to 4.17.15
push time in 2 months
PR merged Ridermansb/files.macro
Bumps lodash from 4.17.11 to 4.17.15. <details> <summary>Commits</summary>
ddfd9b1Bump to v4.17.15.b185fceRebuild lodash and docs.be87d30Bump to v4.17.14.a6fe6b1Rebuild lodash and docs.e371828Bump to v4.17.13.357e899Rebuild lodash and docs.fd9a062Bump to v4.17.12.e77d681Rebuild lodash and docs.629d186Update OpenJS references.2406eacFix minified build.- Additional commits viewable in compare view </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
delete branch Ridermansb/files.macro
delete branch : greenkeeper/babel-plugin-tester-8.0.0
delete time in 2 months
push eventRidermansb/files.macro
commit sha aecb535891bb36ef62ec96cfdbc7624e5c46817d
chore(package): update babel-plugin-tester to version 8.0.0
commit sha 0fba4bd05c422c1f4f442f38f1509fa7bca0d162
chore(package): update lockfile package-lock.json
commit sha 153fa51bd0f343046b4899999bc82e710a395b6f
Merge pull request #7 from Ridermansb/greenkeeper/babel-plugin-tester-8.0.0 Update babel-plugin-tester to the latest version 🚀
push time in 2 months
PR merged Ridermansb/files.macro
The devDependency babel-plugin-tester was updated from 7.0.4 to 8.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: kentcdodds License: MIT
<details> <summary>Release Notes for v8.0.0</summary>
<p><a name="user-content-8.0.0"></a></p> <h1><a href="https://urls.greenkeeper.io/babel-utils/babel-plugin-tester/compare/v7.0.4...v8.0.0">8.0.0</a> (2019-11-15)</h1> <h3>Features</h3> <ul> <li>format result with prettier and unstring snapshots (<a href="https://urls.greenkeeper.io/babel-utils/babel-plugin-tester/issues/55" data-hovercard-type="pull_request" data-hovercard-url="/babel-utils/babel-plugin-tester/pull/55/hovercard">#55</a>) (<a href="https://urls.greenkeeper.io/babel-utils/babel-plugin-tester/commit/60e5c07">60e5c07</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Your snapshots will probably need to be updated with these changes. If you don't like the changes, then take a look at the README about overriding the formatResult and disabling the un-string snapshot serializer</li> </ul> </details>
<details> <summary>Commits</summary> <p>The new version differs by 1 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/babel-utils/babel-plugin-tester/commit/60e5c078cd6d60894dd3bc20cb062d09eae562af"><code>60e5c07</code></a> <code>feat: format result with prettier and unstring snapshots (#55)</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/babel-utils/babel-plugin-tester/compare/7b97a6f3931bf1f13727b220c5dd6e468286f09b...60e5c078cd6d60894dd3bc20cb062d09eae562af">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in 2 months
issue commentbraziljs/weekly
linkfunction
Library simples que ajuda você a trabalhar com inputs, principalmente em frameworks como React onde você consegue simplificar handles de inputs. onChange={linkFunction(setName)}
tool
comment created time in 2 months
issue commentbraziljs/weekly
Atualize dinamicamente a versão do seu webapp usando git-describe
Você não precisa mudar manualmente a versão no webapp sempre que for lançar uma nova versão. Neste artigo mostro como podemos usar git describe para recuperar a versão do seu webapp e usá-la em no site usando um simples plugin do webpack.
Artigos
comment created time in 2 months