Skip to content

Commit 0df20f0

Browse files
committed
Merge branch 'master' of github.com:meilisearch/instant-meilisearch into typescript-dev
2 parents b39d07e + c3689c1 commit 0df20f0

File tree

6 files changed

+33
-33
lines changed

6 files changed

+33
-33
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ _[Read more about this](https://github.com/meilisearch/integration-guides/blob/m
122122

123123
### How to Publish the Release
124124

125+
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration Tool](https://github.com/meilisearch/integration-guides/blob/master/guides/integration-tool-release.md).
126+
125127
Make a PR modifying the file [`package.json`](/package.json) with the right version.
126128

127129
```javascript

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you use React or Vue, you might want to check out these repositories:
3333
- [meilisearch-react](https://github.com/meilisearch/meilisearch-react/)
3434
- [meilisearch-vue](https://github.com/meilisearch/meilisearch-vue/)
3535

36-
NB: If you don't have any MeiliSearch instance running and containing your data, you should take a look at this [getting started page](https://docs.meilisearch.com/guides/introduction/quick_start_guide.html).
36+
NB: If you don't have any MeiliSearch instance running and containing your data, you should take a look at this [getting started page](https://docs.meilisearch.com/learn/tutorials/getting_started.html).
3737

3838
## Installation
3939

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"@babel/cli": "^7.10.5",
6262
"@babel/core": "^7.0.0",
6363
"@babel/preset-env": "^7.10.4",
64-
"@rollup/plugin-commonjs": "^17.0.0",
64+
"@rollup/plugin-commonjs": "^17.1.0",
6565
"@rollup/plugin-node-resolve": "^11.0.0",
6666
"@typescript-eslint/eslint-plugin": "^4.14.0",
6767
"@typescript-eslint/parser": "^4.14.0",
6868
"babel-eslint": "^10.1.0",
6969
"babel-jest": "^26.1.0",
7070
"cssnano": "^4.1.10",
71-
"eslint": "^7.13.0",
71+
"eslint": "^7.19.0",
7272
"eslint-config-prettier": "^7.2.0",
7373
"eslint-config-react-app": "^6.0.0",
7474
"eslint-config-standard": "^16.0.0",

playgrounds/html/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"devDependencies": {
2222
"@babel/core": "^7.12.10",
2323
"parcel-bundler": "^1.12.4"
24+
},
25+
"resolutions": {
26+
"node-forge": "^0.10.0"
2427
}
2528
}

playgrounds/html/yarn.lock

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,15 +1381,10 @@ caniuse-api@^3.0.0:
13811381
lodash.memoize "^4.1.2"
13821382
lodash.uniq "^4.5.0"
13831383

1384-
caniuse-lite@^1.0.0:
1385-
version "1.0.30001179"
1386-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001179.tgz#b0803883b4471a6c62066fb1752756f8afc699c8"
1387-
integrity sha512-blMmO0QQujuUWZKyVrD1msR4WNDAqb/UPO1Sw2WWsQ7deoM5bJiicKnWJ1Y0NS/aGINSnKPIWBMw5luX+NDUCA==
1388-
1389-
caniuse-lite@^1.0.30001173:
1390-
version "1.0.30001178"
1391-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001178.tgz#3ad813b2b2c7d585b0be0a2440e1e233c6eabdbc"
1392-
integrity sha512-VtdZLC0vsXykKni8Uztx45xynytOi71Ufx9T8kHptSw9AL4dpqailUJJHavttuzUe1KYuBYtChiWv+BAb7mPmQ==
1384+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001173:
1385+
version "1.0.30001180"
1386+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001180.tgz#67abcd6d1edf48fa5e7d1e84091d1d65ab76e33b"
1387+
integrity sha512-n8JVqXuZMVSPKiPiypjFtDTXc4jWIdjxull0f92WLo7e1MSi3uJ3NvveakSh/aCl1QKFAvIz3vIj0v+0K+FrXw==
13931388

13941389
caseless@~0.12.0:
13951390
version "0.12.0"
@@ -2041,9 +2036,9 @@ [email protected]:
20412036
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
20422037

20432038
electron-to-chromium@^1.3.634:
2044-
version "1.3.642"
2045-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.642.tgz#8b884f50296c2ae2a9997f024d0e3e57facc2b94"
2046-
integrity sha512-cev+jOrz/Zm1i+Yh334Hed6lQVOkkemk2wRozfMF4MtTR7pxf3r3L5Rbd7uX1zMcEqVJ7alJBnJL7+JffkC6FQ==
2039+
version "1.3.645"
2040+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.645.tgz#c0b269ae2ecece5aedc02dd4586397d8096affb1"
2041+
integrity sha512-T7mYop3aDpRHIQaUYcmzmh6j9MAe560n6ukqjJMbVC6bVTau7dSpvB18bcsBPPtOSe10cKxhJFtlbEzLa0LL1g==
20472042

20482043
elliptic@^6.5.3:
20492044
version "6.5.3"
@@ -2069,9 +2064,9 @@ entities@^1.1.1, entities@^1.1.2:
20692064
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
20702065

20712066
entities@^2.0.0:
2072-
version "2.1.0"
2073-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
2074-
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
2067+
version "2.2.0"
2068+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
2069+
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
20752070

20762071
envinfo@^7.3.1:
20772072
version "7.7.3"
@@ -2387,9 +2382,9 @@ gensync@^1.0.0-beta.1:
23872382
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
23882383

23892384
get-intrinsic@^1.0.2:
2390-
version "1.0.2"
2391-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz#6820da226e50b24894e08859469dc68361545d49"
2392-
integrity sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==
2385+
version "1.1.0"
2386+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.0.tgz#892e62931e6938c8a23ea5aaebcfb67bd97da97e"
2387+
integrity sha512-M11rgtQp5GZMZzDL7jLTNxbDfurpzuau5uqRWDPvlHjfvg3TdScAZo96GLvhMjImrmR8uAt0FS2RLoMrfWGKlg==
23932388
dependencies:
23942389
function-bind "^1.1.1"
23952390
has "^1.0.3"
@@ -3295,10 +3290,10 @@ node-addon-api@^1.7.1:
32953290
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz#3df30b95720b53c24e59948b49532b662444f54d"
32963291
integrity sha512-ibPK3iA+vaY1eEjESkQkM0BbCqFOaZMiXRTtdB0u7b4djtY6JnsjvPdUHVMg6xQt3B8fpTTWHI9A+ADjM9frzg==
32973292

3298-
node-forge@^0.7.1:
3299-
version "0.7.6"
3300-
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
3301-
integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==
3293+
node-forge@^0.10.0, node-forge@^0.7.1:
3294+
version "0.10.0"
3295+
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
3296+
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
33023297

33033298
node-libs-browser@^2.0.0:
33043299
version "2.2.1"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,10 +1107,10 @@
11071107
"@nodelib/fs.scandir" "2.1.4"
11081108
fastq "^1.6.0"
11091109

1110-
"@rollup/plugin-commonjs@^17.0.0":
1111-
version "17.0.0"
1112-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.0.0.tgz#2ae2228354cf0fbba6cf9f06f30b2c66a974324c"
1113-
integrity sha512-/omBIJG1nHQc+bgkYDuLpb/V08QyutP9amOrJRUSlYJZP+b/68gM//D8sxJe3Yry2QnYIr3QjR3x4AlxJEN3GA==
1110+
"@rollup/plugin-commonjs@^17.1.0":
1111+
version "17.1.0"
1112+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz#757ec88737dffa8aa913eb392fade2e45aef2a2d"
1113+
integrity sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==
11141114
dependencies:
11151115
"@rollup/pluginutils" "^3.1.0"
11161116
commondir "^1.0.1"
@@ -2753,10 +2753,10 @@ eslint-visitor-keys@^2.0.0:
27532753
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
27542754
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
27552755

2756-
eslint@^7.13.0:
2757-
version "7.18.0"
2758-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2759-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
2756+
eslint@^7.19.0:
2757+
version "7.19.0"
2758+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
2759+
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
27602760
dependencies:
27612761
"@babel/code-frame" "^7.0.0"
27622762
"@eslint/eslintrc" "^0.3.0"

0 commit comments

Comments
 (0)