Skip to content

Commit 7b96c89

Browse files
Merge #1407
1407: build(deps-dev): bump @rollup/plugin-json from 5.0.1 to 5.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json)` from 5.0.1 to 5.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md"><code>`@​rollup/plugin-json</code>'s` changelog</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <p><em>2022-11-27</em></p> <h3>Updates</h3> <ul> <li>docs: correct minimatch to picomatch <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1332">#1332</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/87de3f50a553649806fc2a69343876ba34b499a2"><code>87de3f5</code></a> chore(release): json v5.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/5250b88557afb591470a0bc15539373f5a56e065"><code>5250b88</code></a> docs(json): correct minimatch to picomatch (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/1332">#1332</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/55ceae39b6c4db0467674e3c3038aa4f753429d2"><code>55ceae3</code></a> chore(release): json v5.0.1</li> <li><a href="https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f"><code>3038271</code></a> chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...</li> <li><a href="https://github.com/rollup/plugins/commit/0c030176841473b9bd5f139f509ef6f78b9af1fc"><code>0c03017</code></a> chore(release): json v5.0.0</li> <li><a href="https://github.com/rollup/plugins/commit/fe33e683f5627f08cb217e458bbc4dca4ba54e57"><code>fe33e68</code></a> fix(json): prepare for Rollup 3 (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/1291">#1291</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/4e85ed78cd2e941107fdf0e8e118e7bee550109d"><code>4e85ed7</code></a> chore(all): fix lint issues (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/1270">#1270</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/c583aafcd6f4c0515a52cbf1995b02f008c06950"><code>c583aaf</code></a> fix(commonjs): add heuristic to deoptimize requires after calling imported fu...</li> <li><a href="https://github.com/rollup/plugins/commit/8835dd2aed92f408d7dc72d7cc25a9728e16face"><code>8835dd2</code></a> chore(repo): update rollup devDep in all packages (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/1115">#1115</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/8205497215e43cfbacf071114042c4ec04085881"><code>8205497</code></a> chore(repo): automatically publish packages (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/940">#940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/plugins/commits/json-v5.0.2/packages/json">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-json&package-manager=npm_and_yarn&previous-version=5.0.1&new-version=5.0.2)](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 b129b79 + f226f18 commit 7b96c89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@babel/preset-env": "^7.20.2",
7676
"@rollup/plugin-babel": "^6.0.3",
7777
"@rollup/plugin-commonjs": "23.0.3",
78-
"@rollup/plugin-json": "^5.0.1",
78+
"@rollup/plugin-json": "^5.0.2",
7979
"@rollup/plugin-node-resolve": "15.0.1",
8080
"@types/jest": "^27.5.0",
8181
"@types/prettier": "^2.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,10 +1540,10 @@
15401540
is-reference "1.2.1"
15411541
magic-string "^0.26.4"
15421542

1543-
"@rollup/plugin-json@^5.0.1":
1544-
version "5.0.1"
1545-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.1.tgz#d5cd67cc83ede42967447dfabbe1be45a091f5b7"
1546-
integrity sha512-QCwhZZLvM8nRcTHyR1vOgyTMiAnjiNj1ebD/BMRvbO1oc/z14lZH6PfxXeegee2B6mky/u9fia4fxRM4TqrUaw==
1543+
"@rollup/plugin-json@^5.0.2":
1544+
version "5.0.2"
1545+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.2.tgz#d7dbbac62ff74064876b3e5d0d863cb3ad1e7cdb"
1546+
integrity sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA==
15471547
dependencies:
15481548
"@rollup/pluginutils" "^5.0.1"
15491549

0 commit comments

Comments
 (0)