Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bot: Bump @vitejs/plugin-react-swc from 3.3.2 to 3.4.0 in /playground #1904

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps @vitejs/plugin-react-swc from 3.3.2 to 3.4.0.

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

v3.4.0

  • Add devTarget option (fixes #141)
  • Disable Fast Refresh based on config.server.hmr === false instead of process.env.TEST
  • Warn when plugin is in WebContainers (see #118)
  • Better invalidation message when an export is added & fix HMR for export of nullish values (#143)
Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

3.4.0

  • Add devTarget option (fixes #141)
  • Disable Fast Refresh based on config.server.hmr === false instead of process.env.TEST
  • Warn when plugin is in WebContainers (see #118)
  • Better invalidation message when an export is added & fix HMR for export of nullish values (#143)
Commits
  • 39ed814 release: v3.4.0
  • bc2bf2f feat: add devTarget option (fixes #141) (#149)
  • de5993e chore(deps): update all non-major dependencies (#150)
  • 27e3854 fix(deps): update all non-major dependencies (#146)
  • 5a9bdca chore(deps): update actions/checkout action to v4 (#147)
  • 3297b1c fix(deps): update all non-major dependencies (#144)
  • 733010c fix: better invalidation message when an export is added & fix HMR for export...
  • 684c3c0 Fix tsc error display
  • 179c561 fix(deps): update all non-major dependencies (#142)
  • 2982aaa chore(deps): update all non-major dependencies (#139)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Related to dependencies label Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (81fb509) 74.71% compared to head (2a365ba) 74.70%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1904      +/-   ##
===========================================
- Coverage    74.71%   74.70%   -0.00%     
===========================================
  Files          234      234              
  Lines        23114    23114              
===========================================
- Hits         17268    17267       -1     
  Misses        4667     4667              
- Partials      1179     1180       +1     
Flag Coverage Δ
all-tests 74.70% <ø> (-<0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 9 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81fb509...2a365ba. Read the comment docs.

shahzadlone pushed a commit that referenced this pull request Oct 4, 2023
✅ This PR was created by the Combine PRs action by combining the
following PRs:
#1930 bot: Bump postcss from 8.4.27 to 8.4.31 in /playground
#1919 bot: Bump react-hook-form from 7.46.1 to 7.47.0 in /playground
#1918 bot: Bump @typescript-eslint/parser from 6.7.0 to 6.7.3 in
/playground
#1917 bot: Bump @types/react from 18.2.21 to 18.2.24 in /playground
#1910 bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.23.0 to
0.25.1
#1909 bot: Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0
#1908 bot: Bump github.com/go-errors/errors from 1.5.0 to 1.5.1
#1906 bot: Bump eslint from 8.49.0 to 8.50.0 in /playground

⚠️ The following PRs were left out due to merge conflicts:
#1904 bot: Bump @vitejs/plugin-react-swc from 3.3.2 to 3.4.0 in
/playground

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.3.2...v3.4.0)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/vitejs/plugin-react-swc-3.4.0 branch from 929dbb6 to 2a365ba Compare October 4, 2023 22:39
@shahzadlone shahzadlone merged commit 1b79fb5 into develop Oct 4, 2023
31 checks passed
@shahzadlone shahzadlone deleted the dependabot/npm_and_yarn/playground/vitejs/plugin-react-swc-3.4.0 branch October 4, 2023 22:58
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
✅ This PR was created by the Combine PRs action by combining the
following PRs:
sourcenetwork#1930 bot: Bump postcss from 8.4.27 to 8.4.31 in /playground
sourcenetwork#1919 bot: Bump react-hook-form from 7.46.1 to 7.47.0 in /playground
sourcenetwork#1918 bot: Bump @typescript-eslint/parser from 6.7.0 to 6.7.3 in
/playground
sourcenetwork#1917 bot: Bump @types/react from 18.2.21 to 18.2.24 in /playground
sourcenetwork#1910 bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.23.0 to
0.25.1
sourcenetwork#1909 bot: Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0
sourcenetwork#1908 bot: Bump github.com/go-errors/errors from 1.5.0 to 1.5.1
sourcenetwork#1906 bot: Bump eslint from 8.49.0 to 8.50.0 in /playground

⚠️ The following PRs were left out due to merge conflicts:
sourcenetwork#1904 bot: Bump @vitejs/plugin-react-swc from 3.3.2 to 3.4.0 in
/playground

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…sourcenetwork#1904)

Bumps
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc)
from 3.3.2 to 3.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/releases"><code>@​vitejs/plugin-react-swc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.4.0</h2>
<ul>
<li>Add <code>devTarget</code> option (fixes <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141">#141</a>)</li>
<li>Disable Fast Refresh based on <code>config.server.hmr ===
false</code> instead of <code>process.env.TEST</code></li>
<li>Warn when plugin is in WebContainers (see <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/118">#118</a>)</li>
<li>Better invalidation message when an export is added &amp; fix HMR
for export of nullish values (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/143">#143</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md"><code>@​vitejs/plugin-react-swc</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.4.0</h2>
<ul>
<li>Add <code>devTarget</code> option (fixes <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141">#141</a>)</li>
<li>Disable Fast Refresh based on <code>config.server.hmr ===
false</code> instead of <code>process.env.TEST</code></li>
<li>Warn when plugin is in WebContainers (see <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/118">#118</a>)</li>
<li>Better invalidation message when an export is added &amp; fix HMR
for export of nullish values (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/143">#143</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/39ed814c2f9d82a6f537f66e923e0a1c2c2f8383"><code>39ed814</code></a>
release: v3.4.0</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/bc2bf2f26b251091e29ef0ae4b7fba44b15f0824"><code>bc2bf2f</code></a>
feat: add devTarget option (fixes <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/141">#141</a>)
(<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/149">#149</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/de5993ea3707e98fc9d0f2c40d6ef8f5a033b6f1"><code>de5993e</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/150">#150</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/27e3854ede2bb250a41797939175d0f7dbee410d"><code>27e3854</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/146">#146</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/5a9bdca2f79b9f2740b59a9cab8df46341d976dc"><code>5a9bdca</code></a>
chore(deps): update actions/checkout action to v4 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/147">#147</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/3297b1c22aad0111a27f5c7c4e8975942ae11dac"><code>3297b1c</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/144">#144</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/733010c9692687192659861818f61da4e3ce0595"><code>733010c</code></a>
fix: better invalidation message when an export is added &amp; fix HMR
for export...</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/684c3c0ed14b5a2f4c2e86c45befe58fd904c77a"><code>684c3c0</code></a>
Fix tsc error display</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/179c561f39529613da44de7912163eefd937f28a"><code>179c561</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/142">#142</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/2982aaa0fd8617dc73f228c415a4a01dcddd6c00"><code>2982aaa</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/139">#139</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.3.2...v3.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-react-swc&package-manager=npm_and_yarn&previous-version=3.3.2&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant