Skip to content
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

fix(deps): update all non-major dependencies (minor) #553

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
meilisearch ~0.41.0 -> ~0.44.0 age adoption passing confidence
pino-sentry ~0.14.0 -> ~0.15.0 age adoption passing confidence

Release Notes

meilisearch/meilisearch-js (meilisearch)

v0.44.1: 🌻

Compare Source

🐛 Bug Fixes

Thanks again to @​flevi29 and @​knd775 for the report! 🎉

v0.44.0: 🌻

Compare Source

⚠️ Breaking changes

  • Add package.json "exports" field (#​1611) @​flevi29
    Could be a breaking change for anyone who was importing anything other than what we have in the "exports" package.json field.

⚙️ Maintenance/misc

Thanks again to @​flevi29, @​meili-bors[bot] ! 🎉

v0.43.0: 🌻

Compare Source

⚠️ Breaking changes

🔒 Security

  • build(deps): bump elliptic from 6.5.4 to 6.5.7 in /playgrounds/javascript (#​1699)
  • build(deps): bump serve-static from 1.14.1 to 1.16.2 in /playgrounds/javascript (#​1700)

⚙️ Maintenance/misc

Thanks again to @​brunoocasali, @​curquiza, @​flevi29, @​meili-bors[bot] ! 🎉

v0.42.0: 🌻

Compare Source

This version introduces features released on Meilisearch v1.10.0 🎉
Check out the changelog of Meilisearch v1.10.0 for more information on the changes.

⚠️ Breaking changes

  • Improve errors (#​1656) @​/flevi29
    More details here
  • Changes related to Hybrid search (experimental) for the REST embedder (#​1692) @​mdubus
    • Removed parameters: query, inputField, inputType, pathToEmbeddings and embeddingObject.
    • Replaced by request and response
    • New parameter: headers

🚀 Enhancements

  • Hybrid search improvements (#​1692) @​mdubus

    • Add url parameter to the OpenAI embedder
    • dimensions is now available as an optional parameter for ollama embedders.
  • Add federated search parameters (#​1689) @​flevi29

client.multiSearch({
    federation: {},
    queries: [
      {
        indexUid: 'movies',
        q: 'batman',
        limit: 5,
      },
      {
        indexUid: 'comics',
        q: 'batman',
        limit: 5,
      },
    ]
  })
index.updateDocumentsByFunction({
    context: { ctx: 'Harry' },
    filter: 'id = 4',
    function: 'doc.comment = `Yer a wizard, ${context.ctx}!`',
  })
)
  • Add language settings (#​1693) @​/flevi29
client.index('INDEX_NAME').updateLocalizedAttributes([
    { attributePatterns: ['jpn'], locales: ['*_ja'] },
];)
client.index('INDEX_NAME').search('進撃の巨人', { locales: ['jpn'] })

⚙️ Maintenance/misc

Thanks again to @​amit-ksh, @​brunoocasali, @​curquiza, @​flevi29, @​mdubus, @​meili-bors[bot] ! 🎉

aandrewww/pino-sentry (pino-sentry)

v0.15.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Upgrade of project dependencies label Sep 12, 2024
Copy link

socket-security bot commented Sep 12, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] network 0 729 kB meili-bot
npm/[email protected] environment, unsafe Transitive: filesystem, network, shell +24 8.21 MB andrewww

🚮 Removed packages: npm/[email protected], npm/[email protected]

View full report↗︎

@sokl-octo sokl-octo self-assigned this Sep 13, 2024
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch from ddfa91d to 4a6dbcd Compare September 13, 2024 07:17
@sokl-octo
Copy link
Contributor

Changement cassant pour MeiliSearchApiError : meilisearch/meilisearch-js#1656 (comment)

@sokl-octo
Copy link
Contributor

Un setup local serait très rassurant pour tester les fonctionnalités d'indexation après les correctifs

@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch 3 times, most recently from 1997df9 to 6496e73 Compare October 2, 2024 06:43
@renovate renovate bot changed the title fix(deps): update dependency meilisearch to ~0.42.0 fix(deps): update dependency meilisearch to ~0.43.0 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch 3 times, most recently from 915f0e7 to 0d7b00a Compare October 3, 2024 15:42
@renovate renovate bot changed the title fix(deps): update dependency meilisearch to ~0.43.0 fix(deps): update dependency meilisearch to ~0.44.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch from 0d7b00a to 6b46f06 Compare October 14, 2024 21:27
@renovate renovate bot changed the title fix(deps): update dependency meilisearch to ~0.44.0 fix(deps): update all non-major dependencies (minor) Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked dependencies Upgrade of project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant