Skip to content

Commit 138e3a4

Browse files
meili-bors[bot]meili-botcurquizabrunoocasali
authored
Merge #1294
1294: Changes related to the next Meilisearch release (v1.8.0) r=brunoocasali a=meili-bot Related to this issue: meilisearch/integration-guides#299 This PR: - gathers the changes related to the next Meilisearch release (v1.8.0) so that this package is ready when the official release is out. - should pass the tests against the [latest pre-release of Meilisearch](https://github.com/meilisearch/meilisearch/releases). - might eventually contain test failures until the Meilisearch v1.8.0 is out. ⚠️ This PR should NOT be merged until the next release of Meilisearch (v1.8.0) is out. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ Co-authored-by: meili-bot <[email protected]> Co-authored-by: Clémentine <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
2 parents 16f5a2b + 7b5b003 commit 138e3a4

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

.changeset/tough-lies-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@meilisearch/instant-meilisearch": minor
3+
---
4+
5+
Update minimum meilisearch version to v0.39.0

packages/instant-meilisearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"templates"
5151
],
5252
"dependencies": {
53-
"meilisearch": "^0.38.0"
53+
"meilisearch": "^0.39.0"
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.22.9",
@@ -78,4 +78,4 @@
7878
"tslib": "^2.6.1",
7979
"typescript": "^4.9.5"
8080
}
81-
}
81+
}

playgrounds/vue3-ts/vite.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ import vue from '@vitejs/plugin-vue'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [vue()],
7+
build: {
8+
rollupOptions: {
9+
external: ['crypto'],
10+
},
11+
},
712
})

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10429,10 +10429,10 @@ [email protected]:
1042910429
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
1043010430
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
1043110431

10432-
meilisearch@^0.38.0:
10433-
version "0.38.0"
10434-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.38.0.tgz#c3f666a995f15553b1b27e05e28a51bbfb3639bc"
10435-
integrity sha512-bHaq8nYxSKw9/Qslq1Zes5g9tHgFkxy/I9o8942wv2PqlNOT0CzptIkh/x98N52GikoSZOXSQkgt6oMjtf5uZw==
10432+
meilisearch@^0.39.0:
10433+
version "0.39.0"
10434+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.39.0.tgz#958da44fd2aeb52caab3c09c15bff9f660016351"
10435+
integrity sha512-nNf/HOqQ/wSxaSYKyIsE8thMPciLyIpEDIp0ZbJxkOZ/tETDNfaBNbY+Eq/wbTR9O769QSiQFf5OhssfGyOzbA==
1043610436
dependencies:
1043710437
cross-fetch "^3.1.6"
1043810438

0 commit comments

Comments
 (0)