Skip to content

Commit 5ff51b0

Browse files
meili-bors[bot]dependabot[bot]bidoubiwa
authored
Merge #1426 #1440
1426: build(deps-dev): bump @rollup/plugin-json from 5.0.2 to 6.0.0 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json)` from 5.0.2 to 6.0.0. <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>v6.0.0</h2> <p><em>2022-12-17</em></p> <h3>Breaking Changes</h3> <ul> <li>fix: log more robustly when JSON parsing fails <a href="https://github-redirect.dependabot.com/rollup/plugins/pull/1361">#1361</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/445f8ca88c7a903b14601a7bc9e0bf9d9436413d"><code>445f8ca</code></a> fix(json): cannot be imported by rollup (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/81">#81</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/6c1cc760943f8307debc6e068ea4b61e3caec57f"><code>6c1cc76</code></a> chore: remove placeholder security script from each plugin (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/77">#77</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/03a2e576b27c0344475e51d397d730054df49629"><code>03a2e57</code></a> chore: fix linting errors that snuck through</li> <li><a href="https://github.com/rollup/plugins/commit/4f0bff541d788e273f5419e0f9c8bab8a88752cc"><code>4f0bff5</code></a> feat: export Rollup*Options interfaces (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/53">#53</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/3d6132a0285c372d0fa9d6d5b685024ac255be8f"><code>3d6132a</code></a> chore: align scripts to use pnpm run</li> <li><a href="https://github.com/rollup/plugins/commit/e3e20e9e346ba0cdf7fc059d5470be28ecc3292a"><code>e3e20e9</code></a> chore: migrate rollup-plugin-yaml (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/36">#36</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/bb446bd008fdcc116c09dd3baeacda240b3a33b5"><code>bb446bd</code></a> chore: migrate rollup-plugin-json (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/json/issues/30">#30</a>)</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/url-v6.0.0/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.2&new-version=6.0.0)](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> 1440: Update version for the next release (v0.31.0) r=bidoubiwa a=bidoubiwa This version makes this package compatible with Meilisearch v1.0.0 🎉 Check out the changelog of [Meilisearch v1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes. ## ⚠️ Breaking change - Some error codes were added #1438 - Some error codes were removed #1438 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charlotte Vermandel <[email protected]>
3 parents 22a8945 + b45e50f + 8e89679 commit 5ff51b0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meilisearch",
3-
"version": "0.30.0",
3+
"version": "0.31.0",
44
"description": "The Meilisearch JS client for Node.js and the browser.",
55
"keywords": [
66
"meilisearch",
@@ -75,7 +75,7 @@
7575
"@babel/preset-env": "^7.20.2",
7676
"@rollup/plugin-babel": "^6.0.3",
7777
"@rollup/plugin-commonjs": "23.0.4",
78-
"@rollup/plugin-json": "^5.0.2",
78+
"@rollup/plugin-json": "^6.0.0",
7979
"@rollup/plugin-node-resolve": "15.0.1",
8080
"@types/jest": "^27.5.0",
8181
"@types/prettier": "^2.2.3",

src/package-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.30.0'
1+
export const PACKAGE_VERSION = '0.31.0'

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,10 +1564,10 @@
15641564
is-reference "1.2.1"
15651565
magic-string "^0.26.4"
15661566

1567-
"@rollup/plugin-json@^5.0.2":
1568-
version "5.0.2"
1569-
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-5.0.2.tgz#d7dbbac62ff74064876b3e5d0d863cb3ad1e7cdb"
1570-
integrity sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA==
1567+
"@rollup/plugin-json@^6.0.0":
1568+
version "6.0.0"
1569+
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz#199fea6670fd4dfb1f4932250569b14719db234a"
1570+
integrity sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==
15711571
dependencies:
15721572
"@rollup/pluginutils" "^5.0.1"
15731573

0 commit comments

Comments
 (0)