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.4.0 to 3.4.1 in /playground #2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

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

Release notes

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

v3.4.1

Add support for .mts (fixes #161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.

Changelog

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

3.4.1

Add support for .mts (fixes #161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.

Commits

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 Nov 6, 2023
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a8e7e19) 73.86% compared to head (3241e58) 73.87%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2022      +/-   ##
===========================================
+ Coverage    73.86%   73.87%   +0.01%     
===========================================
  Files          248      248              
  Lines        24801    24801              
===========================================
+ Hits         18318    18321       +3     
+ Misses        5222     5220       -2     
+ Partials      1261     1260       -1     
Flag Coverage Δ
all-tests 73.87% <ø> (+0.01%) ⬆️

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

see 1 file 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 a8e7e19...3241e58. Read the comment docs.

shahzadlone added a commit that referenced this pull request Nov 11, 2023
✅ This PR was created by the Combine PRs action by combining the
following PRs:
#2025 bot: Bump graphiql from 3.0.6 to 3.0.9 in /playground
#2023 bot: Bump eslint from 8.52.0 to 8.53.0 in /playground
#2021 bot: Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 in
/playground

⚠️ The following PRs were left out due to merge conflicts:
#2022 bot: Bump @vitejs/plugin-react-swc from 3.4.0 to 3.4.1 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.4.0 to 3.4.1.
- [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.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playground/vitejs/plugin-react-swc-3.4.1 branch from 62b04d8 to 3241e58 Compare November 11, 2023 02:41
@shahzadlone shahzadlone merged commit be2e032 into develop Nov 11, 2023
31 checks passed
@shahzadlone shahzadlone deleted the dependabot/npm_and_yarn/playground/vitejs/plugin-react-swc-3.4.1 branch November 11, 2023 03:10
shahzadlone added a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…ork#2038)

✅ This PR was created by the Combine PRs action by combining the
following PRs:
sourcenetwork#2025 bot: Bump graphiql from 3.0.6 to 3.0.9 in /playground
sourcenetwork#2023 bot: Bump eslint from 8.52.0 to 8.53.0 in /playground
sourcenetwork#2021 bot: Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 in
/playground

⚠️ The following PRs were left out due to merge conflicts:
sourcenetwork#2022 bot: Bump @vitejs/plugin-react-swc from 3.4.0 to 3.4.1 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#2022)

Bumps
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc)
from 3.4.0 to 3.4.1.
<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.1</h2>
<h3>Add support for <code>.mts</code> (fixes <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/161">#161</a>)</h3>
<p>Using CJS in source code will not work in Vite (and will never be
supported), so this is better to only use <code>.ts</code>.</p>
<p>But to better align with <a
href="https://vitejs.dev/config/shared-options.html#resolve-extensions">Vite
core defaults</a>, <code>.mts</code> extension will now be processed
like <code>.ts</code>. This maybe reverted in a future major.</p>
</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.1</h2>
<h3>Add support for <code>.mts</code> (fixes <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/161">#161</a>)</h3>
<p>Using CJS in source code will not work in Vite (and will never be
supported), so this is better to only use <code>.ts</code>.</p>
<p>But to better align with <a
href="https://vitejs.dev/config/shared-options.html#resolve-extensions">Vite
core defaults</a>, <code>.mts</code> extension will now be processed
like <code>.ts</code>. This maybe reverted in a future major.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/33c5fc6842c364de8bdcf3e21c5f3cbe6c56ed53"><code>33c5fc6</code></a>
release: v3.4.1</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/c0b50071497125ddd5531e4922d83c389b05b729"><code>c0b5007</code></a>
feat: add support for <code>.mts</code> (fixes <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/161">#161</a>)
(<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/166">#166</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/1194562f00c7d1c38bb66d66408fddd134aabdf5"><code>1194562</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/164">#164</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/95129304b3ead45275cb4d1f8954d3b7f68f3f97"><code>9512930</code></a>
chore(deps): update actions/setup-node action to v4 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/165">#165</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/2a68d846886db351246746dd5d62485f582e3d69"><code>2a68d84</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/159">#159</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/9b8a0d21dba33c2e9aaed6c0bba9cbce28bd67da"><code>9b8a0d2</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/158">#158</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/25b959124425126dcd75a226f5c85a19ac859679"><code>25b9591</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/157">#157</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/789fd1226b2d8702ddcb1d41d5aef9b208d2b443"><code>789fd12</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/155">#155</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react-swc/commit/5acba94591f6b0b63ed659832a77beb460d4313a"><code>5acba94</code></a>
chore(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/151">#151</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.4.0...v3.4.1">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.4.0&new-version=3.4.1)](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