-
Notifications
You must be signed in to change notification settings - Fork 65
Bring repository in line with meilisearch-js
maintenance-wise, and bump meilisearch from 0.47.0 to 0.48.2
#1373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring repository in line with meilisearch-js
maintenance-wise, and bump meilisearch from 0.47.0 to 0.48.2
#1373
Conversation
🦋 Changeset detectedLatest commit: 17b666a The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
meilisearch-js
maintenance-wisemeilisearch-js
maintenance-wise, and bump meilisearch from 0.47.0 to 0.48.2
Thank you for the gigantic PR @flevi29. 🙌 This is great work. I understand everything was related, so it was hard not to update everything simultaneously. Fortunately, I just experienced working with it myself so I have a good understanding of the full context. I'll review it today and apply any minor changes myself, if needed. |
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. The project is much cleaner and should be easier to maintain now.
I just noticed that in the migration from Rollup to Vite, the dependency were not marked as external anymore. Was that intended?
I updated the relevant code. Can you review it?
The rest is good for me, I will try to merge ASAP.
I didn't really know what it will do in UMD mode, thought it wouldn't include them in the output anymore. Looks like it does though so it's fine now. |
@Strift LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Pull Request
There's simply too much here to properly describe. I've been at this for way too long, and I'm tired. If anything unwanted is spotted, do tell me, but I really don't wish to work on this for a while, so feel free to make changes.
I am very sorry for the amount of changes, but it would've been too much work to gradually adapt all of these things.
"type": "module"
meilisearch-js
to latest versiontsdoc
ESLint and Prettier pluginPR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!