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

fix: Deno v2 requires commonjs type explicitly #3209

Merged
merged 4 commits into from
Nov 15, 2024

Conversation

wellwelwel
Copy link
Collaborator

@wellwelwel wellwelwel commented Nov 14, 2024

After the latest canary version (de34c7ed29bcce8b46a65f5effe45090b8493ba5), Deno requires the use of commonjs explicitly in the package.json for CommonJS interoperability.

About the CI changes:

It's not a bug from Deno, but an intentional breaking change. After the mentioned canary version, it requires a dedicated workflow for v1 and v2/canary.

# Deno v1: require the polyfill to run CommonJS files
deno run npm:poku --denoCjs

# Deno v2: doesn't require polyfill, forcing the type to "commonjs" in the package.json
deno run npm:poku

For the final user who uses Deno v1, there is no impact.

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.23%. Comparing base (bded498) to head (ad4551a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3209   +/-   ##
=======================================
  Coverage   88.23%   88.23%           
=======================================
  Files          83       83           
  Lines       12985    12985           
  Branches     1372     1373    +1     
=======================================
  Hits        11457    11457           
  Misses       1528     1528           
Flag Coverage Δ
compression-0 88.23% <ø> (ø)
compression-1 88.23% <ø> (ø)
tls-0 87.62% <ø> (ø)
tls-1 87.99% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel wellwelwel marked this pull request as ready for review November 15, 2024 00:05
@wellwelwel wellwelwel merged commit cdc9415 into sidorares:master Nov 15, 2024
78 checks passed
@wellwelwel wellwelwel deleted the cjs branch November 15, 2024 00:10
mergify bot added a commit to reisene/HulajDusza-serwis that referenced this pull request Jan 23, 2025
![snyk-io[bot]](https://badgen.net/badge/icon/snyk-io%5Bbot%5D/green?label=)
[<img width="16" alt="Powered by Pull Request Badge"
src="https://user-images.githubusercontent.com/1393946/111216524-d2bb8e00-85d4-11eb-821b-ed4c00989c02.png">](https://pullrequestbadge.com/?utm_medium=github&utm_source=reisene&utm_campaign=badge_info)<!--
PR-BADGE: PLEASE DO NOT REMOVE THIS COMMENT -->


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)


<h3>Snyk has created this PR to upgrade mysql2 from 3.11.5 to
3.12.0.</h3>

:information_source: Keep your dependencies up-to-date. This makes it
easier to fix existing vulnerabilities and to more quickly identify and
fix newly disclosed vulnerabilities when they affect your project.

<hr/>


- The recommended version is **2 versions** ahead of your current
version.

- The recommended version was released **a month ago**.



<details>
<summary><b>Release notes</b></summary>
<br/>
  <details>
    <summary>Package name: <b>mysql2</b></summary>
    <ul>
      <li>
<b>3.12.0</b> - <a
href="https://github.com/sidorares/node-mysql2/releases/tag/v3.12.0">2024-12-23</a></br><h2><a
href="https://github.com/sidorares/node-mysql2/compare/v3.11.5...v3.12.0">3.12.0</a>
(2024-12-23)</h2>
<h3>Features</h3>
<ul>
<li><strong>PoolCluster:</strong> <code>restoreNodeTimeout</code>
implementation (<a
href="https://github.com/sidorares/node-mysql2/issues/3218"
data-hovercard-type="pull_request"
data-hovercard-url="/sidorares/node-mysql2/pull/3218/hovercard">#3218</a>)
(<a
href="https://github.com/sidorares/node-mysql2/commit/9a3860186c12452c8e4b60d700d4e1599cc7aefa">9a38601</a>)</li>
</ul>
      </li>
      <li>
        <b>3.11.6-canary.9a386018</b> - 2024-12-04
      </li>
      <li>
<b>3.11.5</b> - <a
href="https://github.com/sidorares/node-mysql2/releases/tag/v3.11.5">2024-11-28</a></br><h2><a
href="https://github.com/sidorares/node-mysql2/compare/v3.11.4...v3.11.5">3.11.5</a>
(2024-11-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix datetime fields returned without time part when time is 00:00:00
(<a href="https://github.com/sidorares/node-mysql2/issues/3204"
data-hovercard-type="pull_request"
data-hovercard-url="/sidorares/node-mysql2/pull/3204/hovercard">#3204</a>)
(<a
href="https://github.com/sidorares/node-mysql2/commit/bded4980065319e58a4f87d828cc355fb79f5bd3">bded498</a>)</li>
<li>resolve circular dependencies (<a
href="https://github.com/sidorares/node-mysql2/issues/3081"
data-hovercard-type="pull_request"
data-hovercard-url="/sidorares/node-mysql2/pull/3081/hovercard">#3081</a>)
(<a
href="https://github.com/sidorares/node-mysql2/commit/d5a76e6c49fbb1bfea405ad809e3076fe5bda39d">d5a76e6</a>)</li>
<li>Deno <code>v2</code> requires <code>commonjs</code> type explicitly
(<a href="https://github.com/sidorares/node-mysql2/issues/3209"
data-hovercard-type="pull_request"
data-hovercard-url="/sidorares/node-mysql2/pull/3209/hovercard">#3209</a>)
(<a
href="https://github.com/sidorares/node-mysql2/commit/cdc9415c7cbe5806996b05415841b283ae0bd85d">cdc9415</a>)</li>
</ul>
      </li>
    </ul>
from <a
href="https://github.com/sidorares/node-mysql2/releases">mysql2
GitHub release notes</a>
  </details>
</details>

---

> [!IMPORTANT]
>
> - Check the changes in this PR to ensure they won't cause issues with
your project.
> - This PR was automatically created by Snyk using the credentials of a
real user.

---

**Note:** _You are seeing this because you or someone else with access
to this repository has authorized Snyk to open upgrade PRs._

**For more information:** <img
src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiIzYTczODNhMC1iNWUxLTRjZDgtYjM5YS1mMzdkZWY2Y2Y2YjkiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjNhNzM4M2EwLWI1ZTEtNGNkOC1iMzlhLWYzN2RlZjZjZjZiOSJ9fQ=="
width="0" height="0"/>

> - 🧐 [View latest project
report](https://app.snyk.io/org/reisene/project/55e114f8-489e-4f14-b900-20574b041e59?utm_source&#x3D;github-cloud-app&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)
> - 📜 [Customise PR
templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=&utm_content=fix-pr-template)
> - 🛠 [Adjust upgrade PR
settings](https://app.snyk.io/org/reisene/project/55e114f8-489e-4f14-b900-20574b041e59/settings/integration?utm_source&#x3D;github-cloud-app&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)
> - 🔕 [Ignore this dependency or unsubscribe from future upgrade
PRs](https://app.snyk.io/org/reisene/project/55e114f8-489e-4f14-b900-20574b041e59/settings/integration?pkg&#x3D;mysql2&amp;utm_source&#x3D;github-cloud-app&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades)

[//]: #
'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"mysql2","from":"3.11.5","to":"3.12.0"}],"env":"prod","hasFixes":false,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[],"prId":"3a7383a0-b5e1-4cd8-b39a-f37def6cf6b9","prPublicId":"3a7383a0-b5e1-4cd8-b39a-f37def6cf6b9","packageManager":"npm","priorityScoreList":[],"projectPublicId":"55e114f8-489e-4f14-b900-20574b041e59","projectUrl":"https://app.snyk.io/org/reisene/project/55e114f8-489e-4f14-b900-20574b041e59?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr","prType":"upgrade","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":[],"type":"auto","upgrade":[],"upgradeInfo":{"versionsDiff":2,"publishedDate":"2024-12-23T10:18:50.497Z"},"vulns":[]}'

## Podsumowanie przez Sourcery

Kompilacja:
- Zaktualizuj pliki package.json i package-lock.json, aby odzwierciedlić
uaktualnienie zależności.

<details>
<summary>Original summary in English</summary>

## Summary by Sourcery

Build:
- Update the package.json and package-lock.json files to reflect the
dependency upgrade.

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant