Esprima-compatible implementation of the Mozilla JS Parser API
amasad/debugjs 193
[Experimental] Lightweight JavaScript VM and stepping debugger in JavaScript
benjamn/arson 159
Efficient encoder and decoder for arbitrary objects
Debug your JavaScript in the browser
Library for traversing syntax trees with easy access to an unbroken chain of parent references
Bucket brigade for bundling browser modules
Efficient inter-Worker messaging with fantastic TypeScript support
A collection of code powering wearable Arduino projects
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
GraphQL server for Express, Connect, HAPI and Koa, written in TypeScript
release workflowy/desktop-beta
latest-linux-ia32.yml 0.38KB
latest-linux.yml 0.38KB
latest-mac.yml 0.50KB
latest.yml 0.36KB
WorkFlowy-Beta-i386.AppImage 77.49MB
WorkFlowy-Beta-Installer.exe 0.11GB
WorkFlowy-Beta-Installer.exe.blockmap 0.12MB
WorkFlowy-Beta-x86_64.AppImage 78.54MB
WorkFlowy-Beta.dmg 80.52MB
WorkFlowy-Beta.dmg.blockmap 87.22KB
WorkFlowy-Beta.zip 78.14MB
released time in 4 minutes
issue commentapollographql/subscriptions-transport-ws
Im also having the same issue. It is surprising to see that there is no proper solution to this. I am considering to check network connection by other means such as window.navigator.onLine(for web).
comment created time in an hour
issue commentfacebook/regenerator
`module.exports` is not safe to read
Yup, Got the same issue. Using webpack^5 and im getting Cannot set property 'wrap' of undefined because module.exports is set only
comment created time in an hour
issue commenttc39/proposal-record-tuple
Sorry if this is already refuted, but an idea I have is that the spec mandates the engine should create an random number (in the same way as Math.random) for each new symbol. The symbol keys are then sorted according to this random number.
Not TC39, but the chances of you getting that through are extremely slim. Just FYI.
Is there anything fundamentally flawed with this approach? I think it is terrible idea to disallow different features of a language from working together nicely and consistently, especially only for nitpicking reasons like preventing leaking information to other code running in the same VM by observing ordering of keys in a generally unordered data structure.
comment created time in an hour
PR opened apollographql/zen-observable-ts
Bumps tslib from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.3.0</h2> <p>This release updates tslib to use TypeScript 4.4's upcoming <code>__spreadArray</code> helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like <code>[1, 2, , 4]</code>). This new version of <code>__spreadArray</code> is backwards-compatible and is often also faster. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/151">microsoft/tslib#151</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/0b9301459c223140c9a01b4215cbbc1639a396ca"><code>0b93014</code></a> Bump version to 2.3.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/1f2daa73835a2b13e4302455b5afc943c9ca50c5"><code>1f2daa7</code></a> Update __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/151">#151</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/4f0f29bb9d94eb9b8e353d15f476c6f6b4537df2"><code>4f0f29b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/142">#142</a> from microsoft/orta-deploy-docs</li> <li><a href="https://github.com/microsoft/tslib/commit/be5f805ed52018a20c1f1138d0ef6e1a64a1c2d4"><code>be5f805</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/Microsoft/tslib/compare/2.2.0...2.3.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 created time in 2 hours
create barnchapollographql/zen-observable-ts
branch : dependabot/npm_and_yarn/tslib-2.3.0
created branch time in 2 hours
issue commenttc39/proposal-record-tuple
Sorry if this is already refuted, but an idea I have is that the spec mandates the engine should create an random number (in the same way as Math.random) for each new symbol. The symbol keys are then sorted according to this random number.
Not TC39, but the chances of you getting that through are extremely slim. Just FYI.
comment created time in 2 hours
PR opened benjamn/optimism
Bumps tslib from 2.2.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.3.0</h2> <p>This release updates tslib to use TypeScript 4.4's upcoming <code>__spreadArray</code> helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like <code>[1, 2, , 4]</code>). This new version of <code>__spreadArray</code> is backwards-compatible and is often also faster. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/151">microsoft/tslib#151</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/0b9301459c223140c9a01b4215cbbc1639a396ca"><code>0b93014</code></a> Bump version to 2.3.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/1f2daa73835a2b13e4302455b5afc943c9ca50c5"><code>1f2daa7</code></a> Update __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/151">#151</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/4f0f29bb9d94eb9b8e353d15f476c6f6b4537df2"><code>4f0f29b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/142">#142</a> from microsoft/orta-deploy-docs</li> <li><a href="https://github.com/microsoft/tslib/commit/be5f805ed52018a20c1f1138d0ef6e1a64a1c2d4"><code>be5f805</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/Microsoft/tslib/compare/2.2.0...2.3.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 created time in 3 hours
create barnchbenjamn/optimism
branch : dependabot/npm_and_yarn/tslib-2.3.0
created branch time in 3 hours
delete branch benjamn/recast
delete branch : dependabot/npm_and_yarn/tslib-2.2.0
delete time in 3 hours
PR closed benjamn/recast
Bumps tslib from 2.0.3 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.2.0</h2> <p>This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.</p> <p>It does so by expanding the scope of <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code>. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/146">microsoft/tslib#146</a> for more details.</p> <h2>tslib 2.1.0</h2> <p>This release adds a new <code>__spreadArray</code> helper which avoids side-effects compared to the now-deprecated <code>__spreadArrays</code> and <code>__spread</code> helpers. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/133">microsoft/tslib#133</a> for more details.</p> <p>This release also provides a more-specific error message when extending from a type which is not a function and not null. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/138">microsoft/tslib#138</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/f7eea49789d7902f96802d37e674e75590f7eb66"><code>f7eea49</code></a> Bump version to 2.2.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/145fdc06d95a5220ee916bf19ce5f7d7a5b87e48"><code>145fdc0</code></a> update private class element helpers (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/2">#2</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/146">#146</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/54a056a7e501b5e1978fe1cb5b743bb0f69a2a74"><code>54a056a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/141">#141</a> from microsoft/bumpVersion-2.1.0</li> <li><a href="https://github.com/microsoft/tslib/commit/e7a115533a28b90e48139e77462e0b5812983847"><code>e7a1155</code></a> Bump version to 2.1.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/88a77b89fb06b3f0c9a5c6ed353a1be0da3092c8"><code>88a77b8</code></a> Update tslib to support new __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/133">#133</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/cff487d37b90744c080f7e4d24eb1f9cf7a4a6a2"><code>cff487d</code></a> Ported runtime TypeError for non-function, non-null __extends (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/138">#138</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/fcba93d415a6d84914916769ba17871902dd4598"><code>fcba93d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/136">#136</a> from microsoft/fix_ci</li> <li><a href="https://github.com/microsoft/tslib/commit/0fc8e738916d1ca05343eea26b727045e0ebc211"><code>0fc8e73</code></a> Fix CI</li> <li>See full diff in <a href="https://github.com/Microsoft/tslib/compare/2.0.3...2.2.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 3 hours
pull request commentbenjamn/recast
Bump tslib from 2.0.3 to 2.2.0
Superseded by #940.
comment created time in 3 hours
PR opened benjamn/recast
Bumps tslib from 2.0.3 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.3.0</h2> <p>This release updates tslib to use TypeScript 4.4's upcoming <code>__spreadArray</code> helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like <code>[1, 2, , 4]</code>). This new version of <code>__spreadArray</code> is backwards-compatible and is often also faster. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/151">microsoft/tslib#151</a> for more details.</p> <h2>tslib 2.2.0</h2> <p>This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.</p> <p>It does so by expanding the scope of <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code>. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/146">microsoft/tslib#146</a> for more details.</p> <h2>tslib 2.1.0</h2> <p>This release adds a new <code>__spreadArray</code> helper which avoids side-effects compared to the now-deprecated <code>__spreadArrays</code> and <code>__spread</code> helpers. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/133">microsoft/tslib#133</a> for more details.</p> <p>This release also provides a more-specific error message when extending from a type which is not a function and not null. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/138">microsoft/tslib#138</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/0b9301459c223140c9a01b4215cbbc1639a396ca"><code>0b93014</code></a> Bump version to 2.3.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/1f2daa73835a2b13e4302455b5afc943c9ca50c5"><code>1f2daa7</code></a> Update __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/151">#151</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/4f0f29bb9d94eb9b8e353d15f476c6f6b4537df2"><code>4f0f29b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/142">#142</a> from microsoft/orta-deploy-docs</li> <li><a href="https://github.com/microsoft/tslib/commit/f7eea49789d7902f96802d37e674e75590f7eb66"><code>f7eea49</code></a> Bump version to 2.2.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/145fdc06d95a5220ee916bf19ce5f7d7a5b87e48"><code>145fdc0</code></a> update private class element helpers (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/2">#2</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/146">#146</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/be5f805ed52018a20c1f1138d0ef6e1a64a1c2d4"><code>be5f805</code></a> Update README.md</li> <li><a href="https://github.com/microsoft/tslib/commit/54a056a7e501b5e1978fe1cb5b743bb0f69a2a74"><code>54a056a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/141">#141</a> from microsoft/bumpVersion-2.1.0</li> <li><a href="https://github.com/microsoft/tslib/commit/e7a115533a28b90e48139e77462e0b5812983847"><code>e7a1155</code></a> Bump version to 2.1.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/88a77b89fb06b3f0c9a5c6ed353a1be0da3092c8"><code>88a77b8</code></a> Update tslib to support new __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/133">#133</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/cff487d37b90744c080f7e4d24eb1f9cf7a4a6a2"><code>cff487d</code></a> Ported runtime TypeError for non-function, non-null __extends (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/138">#138</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/tslib/compare/2.0.3...2.3.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 created time in 3 hours
create barnchbenjamn/recast
branch : dependabot/npm_and_yarn/tslib-2.3.0
created branch time in 3 hours
delete branch benjamn/ast-types
delete branch : dependabot/npm_and_yarn/tslib-2.2.0
delete time in 3 hours
PR closed benjamn/ast-types
Bumps tslib from 2.0.1 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.2.0</h2> <p>This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.</p> <p>It does so by expanding the scope of <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code>. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/146">microsoft/tslib#146</a> for more details.</p> <h2>tslib 2.1.0</h2> <p>This release adds a new <code>__spreadArray</code> helper which avoids side-effects compared to the now-deprecated <code>__spreadArrays</code> and <code>__spread</code> helpers. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/133">microsoft/tslib#133</a> for more details.</p> <p>This release also provides a more-specific error message when extending from a type which is not a function and not null. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/138">microsoft/tslib#138</a> for more details.</p> <h2>Webpack 5 Compatibility - 2.x</h2> <p>Full discussion in the <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/11613">webpack issue</a></p> <h2>ES Module Support</h2> <p>This release adds support for using tslib in Node using esmodule imports, further context in <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/126">#126</a> and the related issues.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/f7eea49789d7902f96802d37e674e75590f7eb66"><code>f7eea49</code></a> Bump version to 2.2.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/145fdc06d95a5220ee916bf19ce5f7d7a5b87e48"><code>145fdc0</code></a> update private class element helpers (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/2">#2</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/146">#146</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/54a056a7e501b5e1978fe1cb5b743bb0f69a2a74"><code>54a056a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/141">#141</a> from microsoft/bumpVersion-2.1.0</li> <li><a href="https://github.com/microsoft/tslib/commit/e7a115533a28b90e48139e77462e0b5812983847"><code>e7a1155</code></a> Bump version to 2.1.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/88a77b89fb06b3f0c9a5c6ed353a1be0da3092c8"><code>88a77b8</code></a> Update tslib to support new __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/133">#133</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/cff487d37b90744c080f7e4d24eb1f9cf7a4a6a2"><code>cff487d</code></a> Ported runtime TypeError for non-function, non-null __extends (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/138">#138</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/fcba93d415a6d84914916769ba17871902dd4598"><code>fcba93d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/136">#136</a> from microsoft/fix_ci</li> <li><a href="https://github.com/microsoft/tslib/commit/0fc8e738916d1ca05343eea26b727045e0ebc211"><code>0fc8e73</code></a> Fix CI</li> <li><a href="https://github.com/microsoft/tslib/commit/76bedfddc2cad38aa11060a32f56e9484c279c98"><code>76bedfd</code></a> Prepare for release</li> <li><a href="https://github.com/microsoft/tslib/commit/fc41556646f5532c7f69217c9c6b3ae9cd86eb75"><code>fc41556</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/131">#131</a> from microsoft/webpack_5</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/tslib/compare/2.0.1...2.2.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 3 hours
pull request commentbenjamn/ast-types
Bump tslib from 2.0.1 to 2.2.0
Superseded by #561.
comment created time in 3 hours
create barnchbenjamn/ast-types
branch : dependabot/npm_and_yarn/tslib-2.3.0
created branch time in 3 hours
PR opened benjamn/ast-types
Bumps tslib from 2.0.1 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.3.0</h2> <p>This release updates tslib to use TypeScript 4.4's upcoming <code>__spreadArray</code> helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like <code>[1, 2, , 4]</code>). This new version of <code>__spreadArray</code> is backwards-compatible and is often also faster. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/151">microsoft/tslib#151</a> for more details.</p> <h2>tslib 2.2.0</h2> <p>This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.</p> <p>It does so by expanding the scope of <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code>. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/146">microsoft/tslib#146</a> for more details.</p> <h2>tslib 2.1.0</h2> <p>This release adds a new <code>__spreadArray</code> helper which avoids side-effects compared to the now-deprecated <code>__spreadArrays</code> and <code>__spread</code> helpers. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/133">microsoft/tslib#133</a> for more details.</p> <p>This release also provides a more-specific error message when extending from a type which is not a function and not null. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/138">microsoft/tslib#138</a> for more details.</p> <h2>Webpack 5 Compatibility - 2.x</h2> <p>Full discussion in the <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/11613">webpack issue</a></p> <h2>ES Module Support</h2> <p>This release adds support for using tslib in Node using esmodule imports, further context in <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/126">#126</a> and the related issues.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/0b9301459c223140c9a01b4215cbbc1639a396ca"><code>0b93014</code></a> Bump version to 2.3.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/1f2daa73835a2b13e4302455b5afc943c9ca50c5"><code>1f2daa7</code></a> Update __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/151">#151</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/4f0f29bb9d94eb9b8e353d15f476c6f6b4537df2"><code>4f0f29b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/142">#142</a> from microsoft/orta-deploy-docs</li> <li><a href="https://github.com/microsoft/tslib/commit/f7eea49789d7902f96802d37e674e75590f7eb66"><code>f7eea49</code></a> Bump version to 2.2.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/145fdc06d95a5220ee916bf19ce5f7d7a5b87e48"><code>145fdc0</code></a> update private class element helpers (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/2">#2</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/146">#146</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/be5f805ed52018a20c1f1138d0ef6e1a64a1c2d4"><code>be5f805</code></a> Update README.md</li> <li><a href="https://github.com/microsoft/tslib/commit/54a056a7e501b5e1978fe1cb5b743bb0f69a2a74"><code>54a056a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/141">#141</a> from microsoft/bumpVersion-2.1.0</li> <li><a href="https://github.com/microsoft/tslib/commit/e7a115533a28b90e48139e77462e0b5812983847"><code>e7a1155</code></a> Bump version to 2.1.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/88a77b89fb06b3f0c9a5c6ed353a1be0da3092c8"><code>88a77b8</code></a> Update tslib to support new __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/133">#133</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/cff487d37b90744c080f7e4d24eb1f9cf7a4a6a2"><code>cff487d</code></a> Ported runtime TypeError for non-function, non-null __extends (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/138">#138</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/tslib/compare/2.0.1...2.3.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 created time in 3 hours
delete branch benjamn/wryware
delete branch : dependabot/npm_and_yarn/rollup-2.51.1
delete time in 3 hours
PR closed benjamn/wryware
Bumps rollup from 2.50.5 to 2.51.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v2.51.1</h2> <p><em>2021-06-08</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix error when using <code>defineConfig</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4134">#4134</a>: export <code>rollup.defineConfig</code> at runtime (<a href="https://github.com/mshrtsr"><code>@mshrtsr</code></a>)</li> </ul> <h2>v2.51.0</h2> <p><em>2021-06-06</em></p> <h3>Features</h3> <ul> <li>Add a helper for IntelliSense support in config files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4127">#4127</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Improve performance when generating source maps (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4122">#4122</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4122">#4122</a>: User Map to optimize performance (<a href="https://github.com/izevo"><code>@izevo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4127">#4127</a>: Export defineConfig defines the auxiliary function of the configuration (<a href="https://github.com/rxliuli"><code>@rxliuli</code></a>)</li> </ul> <h2>v2.50.6</h2> <p><em>2021-06-03</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not consider the object spread operator as side effect when <code>propertyReadSideEffects</code> are false (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4119">#4119</a>)</li> <li>Detect side effects when returning thenables from async arrow functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4120">#4120</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4119">#4119</a>: Respect propertyReadSideEffects in spread elements (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4120">#4120</a>: Detect async arrow thenable side effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>2.51.1</h2> <p><em>2021-06-08</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix error when using <code>defineConfig</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4134">#4134</a>: export <code>rollup.defineConfig</code> at runtime (<a href="https://github.com/mshrtsr"><code>@mshrtsr</code></a>)</li> </ul> <h2>2.51.0</h2> <p><em>2021-06-06</em></p> <h3>Features</h3> <ul> <li>Add a helper for IntelliSense support in config files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4127">#4127</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Improve performance when generating source maps (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4122">#4122</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4122">#4122</a>: User Map to optimize performance (<a href="https://github.com/izevo"><code>@izevo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4127">#4127</a>: Export defineConfig defines the auxiliary function of the configuration (<a href="https://github.com/rxliuli"><code>@rxliuli</code></a>)</li> </ul> <h2>2.50.6</h2> <p><em>2021-06-03</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not consider the object spread operator as side effect when <code>propertyReadSideEffects</code> are false (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4119">#4119</a>)</li> <li>Detect side effects when returning thenables from async arrow functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4120">#4120</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4119">#4119</a>: Respect propertyReadSideEffects in spread elements (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4120">#4120</a>: Detect async arrow thenable side effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/76dedd65e6059f60964684ac7c3cfb89ce5c5523"><code>76dedd6</code></a> 2.51.1</li> <li><a href="https://github.com/rollup/rollup/commit/7739204072bf913c77581e072b7eacbfadffc797"><code>7739204</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/26fd18c178c75cddb5dbb83362895187a217c20d"><code>26fd18c</code></a> Add clarifying note to PR template (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4128">#4128</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/f46b80ae4d1dfc817c6124632a1c9c37d23b488e"><code>f46b80a</code></a> fix: export <code>rollup.defineConfig</code> at runtime (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/526b97e5a89a8eba4145ac45e7b601b65417af73"><code>526b97e</code></a> Fix broken links</li> <li><a href="https://github.com/rollup/rollup/commit/592b9fed918ccc99d48ece917a70015ac1898e52"><code>592b9fe</code></a> 2.51.0</li> <li><a href="https://github.com/rollup/rollup/commit/52d271e8bb57f70060beca016e51eb45e1d0479a"><code>52d271e</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/172c11400634b4d84f21d74e27bf561baf94962e"><code>172c114</code></a> perf: User Map to optimize performance (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4122">#4122</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/d9859554fcf3300895a4ccefbb02b0f6483d511c"><code>d985955</code></a> feat: Export defineConfig defines the auxiliary function of the configuration...</li> <li><a href="https://github.com/rollup/rollup/commit/9f69fe3f53ae50dffe932529a3503e619292d31a"><code>9f69fe3</code></a> 2.50.6</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.50.5...v2.51.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 3 hours
pull request commentbenjamn/wryware
Bump rollup from 2.50.5 to 2.51.1
Superseded by #165.
comment created time in 3 hours
PR opened benjamn/wryware
Bumps rollup from 2.50.5 to 2.51.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v2.51.1</h2> <p><em>2021-06-08</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix error when using <code>defineConfig</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4134">#4134</a>: export <code>rollup.defineConfig</code> at runtime (<a href="https://github.com/mshrtsr"><code>@mshrtsr</code></a>)</li> </ul> <h2>v2.51.0</h2> <p><em>2021-06-06</em></p> <h3>Features</h3> <ul> <li>Add a helper for IntelliSense support in config files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4127">#4127</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Improve performance when generating source maps (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4122">#4122</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4122">#4122</a>: User Map to optimize performance (<a href="https://github.com/izevo"><code>@izevo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4127">#4127</a>: Export defineConfig defines the auxiliary function of the configuration (<a href="https://github.com/rxliuli"><code>@rxliuli</code></a>)</li> </ul> <h2>v2.50.6</h2> <p><em>2021-06-03</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not consider the object spread operator as side effect when <code>propertyReadSideEffects</code> are false (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4119">#4119</a>)</li> <li>Detect side effects when returning thenables from async arrow functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4120">#4120</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4119">#4119</a>: Respect propertyReadSideEffects in spread elements (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4120">#4120</a>: Detect async arrow thenable side effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>2.51.2</h2> <p><em>2021-06-11</em></p> <h3>Bug Fixes</h3> <ul> <li>Include modules imported from no-treeshake modules even if they would be empty (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4138">#4138</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4138">#4138</a>: Include all dependencies from modules with no-treeshake (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.51.1</h2> <p><em>2021-06-08</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix error when using <code>defineConfig</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4134">#4134</a>: export <code>rollup.defineConfig</code> at runtime (<a href="https://github.com/mshrtsr"><code>@mshrtsr</code></a>)</li> </ul> <h2>2.51.0</h2> <p><em>2021-06-06</em></p> <h3>Features</h3> <ul> <li>Add a helper for IntelliSense support in config files (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4127">#4127</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Improve performance when generating source maps (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4122">#4122</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4122">#4122</a>: User Map to optimize performance (<a href="https://github.com/izevo"><code>@izevo</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4127">#4127</a>: Export defineConfig defines the auxiliary function of the configuration (<a href="https://github.com/rxliuli"><code>@rxliuli</code></a>)</li> </ul> <h2>2.50.6</h2> <p><em>2021-06-03</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not consider the object spread operator as side effect when <code>propertyReadSideEffects</code> are false (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4119">#4119</a>)</li> <li>Detect side effects when returning thenables from async arrow functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4120">#4120</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4119">#4119</a>: Respect propertyReadSideEffects in spread elements (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4120">#4120</a>: Detect async arrow thenable side effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/bfae7910ea7553d56782cb5ee0c8581e2b451729"><code>bfae791</code></a> 2.51.2</li> <li><a href="https://github.com/rollup/rollup/commit/cc58a236e9e9fa05ec630895afd0930cc1ccdc2c"><code>cc58a23</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/01e2162ca1ea623e7b80526ba4e1c83d47f5e506"><code>01e2162</code></a> Includes all dependencies from modules with no-treeshake (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4138">#4138</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/76dedd65e6059f60964684ac7c3cfb89ce5c5523"><code>76dedd6</code></a> 2.51.1</li> <li><a href="https://github.com/rollup/rollup/commit/7739204072bf913c77581e072b7eacbfadffc797"><code>7739204</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/26fd18c178c75cddb5dbb83362895187a217c20d"><code>26fd18c</code></a> Add clarifying note to PR template (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4128">#4128</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/f46b80ae4d1dfc817c6124632a1c9c37d23b488e"><code>f46b80a</code></a> fix: export <code>rollup.defineConfig</code> at runtime (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/526b97e5a89a8eba4145ac45e7b601b65417af73"><code>526b97e</code></a> Fix broken links</li> <li><a href="https://github.com/rollup/rollup/commit/592b9fed918ccc99d48ece917a70015ac1898e52"><code>592b9fe</code></a> 2.51.0</li> <li><a href="https://github.com/rollup/rollup/commit/52d271e8bb57f70060beca016e51eb45e1d0479a"><code>52d271e</code></a> Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.50.5...v2.51.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 created time in 3 hours
create barnchbenjamn/wryware
branch : dependabot/npm_and_yarn/rollup-2.51.2
created branch time in 3 hours
delete branch benjamn/wryware
delete branch : dependabot/npm_and_yarn/tslib-2.2.0
delete time in 3 hours
PR closed benjamn/wryware
Bumps tslib from 2.1.0 to 2.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.2.0</h2> <p>This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.</p> <p>It does so by expanding the scope of <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code>. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/146">microsoft/tslib#146</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/f7eea49789d7902f96802d37e674e75590f7eb66"><code>f7eea49</code></a> Bump version to 2.2.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/145fdc06d95a5220ee916bf19ce5f7d7a5b87e48"><code>145fdc0</code></a> update private class element helpers (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/2">#2</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/146">#146</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/tslib/compare/2.1.0...2.2.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 3 hours
pull request commentbenjamn/wryware
Bump tslib from 2.1.0 to 2.2.0
Superseded by #164.
comment created time in 3 hours
PR opened benjamn/wryware
Bumps tslib from 2.1.0 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.3.0</h2> <p>This release updates tslib to use TypeScript 4.4's upcoming <code>__spreadArray</code> helper which correctly preserves sparse array inputs (e.g. arrays containing "missing" elements like <code>[1, 2, , 4]</code>). This new version of <code>__spreadArray</code> is backwards-compatible and is often also faster. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/151">microsoft/tslib#151</a> for more details.</p> <h2>tslib 2.2.0</h2> <p>This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.</p> <p>It does so by expanding the scope of <code>__classPrivateFieldGet</code> and <code>__classPrivateFieldSet</code>. See <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/146">microsoft/tslib#146</a> for more details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/0b9301459c223140c9a01b4215cbbc1639a396ca"><code>0b93014</code></a> Bump version to 2.3.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/1f2daa73835a2b13e4302455b5afc943c9ca50c5"><code>1f2daa7</code></a> Update __spreadArray helper (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/151">#151</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/4f0f29bb9d94eb9b8e353d15f476c6f6b4537df2"><code>4f0f29b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/142">#142</a> from microsoft/orta-deploy-docs</li> <li><a href="https://github.com/microsoft/tslib/commit/f7eea49789d7902f96802d37e674e75590f7eb66"><code>f7eea49</code></a> Bump version to 2.2.0.</li> <li><a href="https://github.com/microsoft/tslib/commit/145fdc06d95a5220ee916bf19ce5f7d7a5b87e48"><code>145fdc0</code></a> update private class element helpers (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/2">#2</a>) (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/146">#146</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/be5f805ed52018a20c1f1138d0ef6e1a64a1c2d4"><code>be5f805</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/Microsoft/tslib/compare/2.1.0...2.3.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 created time in 3 hours
create barnchbenjamn/wryware
branch : dependabot/npm_and_yarn/tslib-2.3.0
created branch time in 3 hours