Skip to content

Commit 8a3f422

Browse files
Merge #1439
1439: build(deps-dev): bump @rollup/plugin-commonjs from 23.0.4 to 24.0.1 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 23.0.4 to 24.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md"><code>`@​rollup/plugin-commonjs</code>'s` changelog</a>.</em></p> <blockquote> <h2>v24.0.1</h2> <p><em>2023-01-20</em></p> <h3>Bugfixes</h3> <ul> <li>fix: types should come first in exports <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1403">#1403</a></li> </ul> <h2>v24.0.0</h2> <p><em>2022-12-18</em></p> <h3>Breaking Changes</h3> <ul> <li>fix: check if defaultIsModuleExports is auto for getDefaultExportFromCjs <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1358">#1358</a></li> </ul> <h2>v23.0.7</h2> <p><em>2022-12-17</em></p> <h3>Bugfixes</h3> <ul> <li>fix: produce code which works when __esModule is already defined <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1379">#1379</a></li> </ul> <h2>v23.0.6</h2> <p><em>2022-12-17</em></p> <h3>Bugfixes</h3> <ul> <li>fix: update magic-string <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1373">#1373</a></li> </ul> <h2>v23.0.5</h2> <p><em>2022-12-15</em></p> <h3>Bugfixes</h3> <ul> <li>fix: resolve export exports not found <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1363">#1363</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/e62c880e6b18ae5a220caf133e9dd5285fac4feb"><code>e62c880</code></a> chore(release): commonjs v24.0.1</li> <li><a href="https://github.com/rollup/plugins/commit/be71165a7e457eebd40414b9bf9f12f76ff93733"><code>be71165</code></a> fix(alias,auto-install,buble,commonjs,data-uri,dsv,dynamic-import-vars,eslint...</li> <li><a href="https://github.com/rollup/plugins/commit/01a1599e498e9825aa56d5e0af0669eccb89ea44"><code>01a1599</code></a> chore(release): commonjs v24.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/4766d934856e13ab1c49030fbebcf8934973752d"><code>4766d93</code></a> fix(commonjs)!: check if defaultIsModuleExports is auto for getDefaultExportF...</li> <li><a href="https://github.com/rollup/plugins/commit/2c2fe9b80ae2655c8602e49f1ac540f5a88e54a0"><code>2c2fe9b</code></a> chore(release): commonjs v23.0.7</li> <li><a href="https://github.com/rollup/plugins/commit/dcb86a9deb54146e8be20e8f47e2999647157e09"><code>dcb86a9</code></a> fix(commonjs): produce code which works when __esModule is already defined (#...</li> <li><a href="https://github.com/rollup/plugins/commit/18e6c31a555bfec0b1d0381fbddb38ab1b5b18f8"><code>18e6c31</code></a> chore(release): commonjs v23.0.6</li> <li><a href="https://github.com/rollup/plugins/commit/f5aa3c38d8ba4ca7b867c28bb056a689a3cf48ee"><code>f5aa3c3</code></a> fix(commonjs,dynamic-import-vars,inject,replace,strip): update magic-string (...</li> <li><a href="https://github.com/rollup/plugins/commit/75e9ff468fa4c534f91074b47baf92960986ff48"><code>75e9ff4</code></a> chore(release): commonjs v23.0.5</li> <li><a href="https://github.com/rollup/plugins/commit/39a39d72cfe6803e1a01384a79c521fce20d39a7"><code>39a39d7</code></a> fix(commonjs): resolve export exports not found (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1363">#1363</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/commits/commonjs-v24.0.1/packages/commonjs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=23.0.4&new-version=24.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 0d75b80 + e9867c3 commit 8a3f422

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.20.2",
7676
"@rollup/plugin-babel": "^6.0.3",
77-
"@rollup/plugin-commonjs": "23.0.4",
77+
"@rollup/plugin-commonjs": "24.0.1",
7878
"@rollup/plugin-json": "^6.0.0",
7979
"@rollup/plugin-node-resolve": "15.0.1",
8080
"@types/jest": "^27.5.0",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@
14951495
"@jridgewell/gen-mapping" "^0.3.0"
14961496
"@jridgewell/trace-mapping" "^0.3.9"
14971497

1498-
"@jridgewell/sourcemap-codec@^1.4.10":
1498+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13":
14991499
version "1.4.14"
15001500
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
15011501
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
@@ -1552,17 +1552,17 @@
15521552
"@babel/helper-module-imports" "^7.18.6"
15531553
"@rollup/pluginutils" "^5.0.1"
15541554

1555-
"@rollup/plugin-commonjs@23.0.4":
1556-
version "23.0.4"
1557-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.4.tgz#854e9b1a83f0a715ded70a2ae411bebc11141de2"
1558-
integrity sha512-bOPJeTZg56D2MCm+TT4psP8e8Jmf1Jsi7pFUMl8BN5kOADNzofNHe47+84WVCt7D095xPghC235/YKuNDEhczg==
1555+
"@rollup/plugin-commonjs@24.0.1":
1556+
version "24.0.1"
1557+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.0.1.tgz#d54ba26a3e3c495dc332bd27a81f7e9e2df46f90"
1558+
integrity sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==
15591559
dependencies:
15601560
"@rollup/pluginutils" "^5.0.1"
15611561
commondir "^1.0.1"
15621562
estree-walker "^2.0.2"
15631563
glob "^8.0.3"
15641564
is-reference "1.2.1"
1565-
magic-string "^0.26.4"
1565+
magic-string "^0.27.0"
15661566

15671567
"@rollup/plugin-json@^6.0.0":
15681568
version "6.0.0"
@@ -4867,12 +4867,12 @@ lru-cache@^6.0.0:
48674867
dependencies:
48684868
yallist "^4.0.0"
48694869

4870-
magic-string@^0.26.4:
4871-
version "0.26.7"
4872-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f"
4873-
integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==
4870+
magic-string@^0.27.0:
4871+
version "0.27.0"
4872+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3"
4873+
integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==
48744874
dependencies:
4875-
sourcemap-codec "^1.4.8"
4875+
"@jridgewell/sourcemap-codec" "^1.4.13"
48764876

48774877
make-dir@^3.0.0, make-dir@^3.0.2:
48784878
version "3.1.0"
@@ -6317,11 +6317,6 @@ source-map@^0.7.3:
63176317
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
63186318
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
63196319

6320-
sourcemap-codec@^1.4.8:
6321-
version "1.4.8"
6322-
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
6323-
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
6324-
63256320
spdx-correct@^3.0.0:
63266321
version "3.1.0"
63276322
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.0.tgz#fb83e504445268f154b074e218c87c003cd31df4"

0 commit comments

Comments
 (0)