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) #545

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-xml-parser ~4.4.0 -> ~4.5.0 age adoption passing confidence
i18n-iso-countries ~7.11.0 -> ~7.12.0 age adoption passing confidence
meilisearch ~0.41.0 -> ~0.42.0 age adoption passing confidence
pino (source) ~9.3.0 -> ~9.4.0 age adoption passing confidence
prism-react-renderer ~2.3.0 -> ~2.4.0 age adoption passing confidence

Release Notes

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v4.5.0

Compare Source

michaelwittig/node-i18n-iso-countries (i18n-iso-countries)

v7.12.0

Compare Source

meilisearch/meilisearch-js (meilisearch)

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] ! 🎉

pinojs/pino (pino)

v9.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.3.2...v9.4.0

FormidableLabs/prism-react-renderer (prism-react-renderer)

v2.4.0

Compare Source

Minor Changes
  • 'Add JSON as default supported language'
    (#​247)

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 becomes conflicted, 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 Aug 26, 2024
Copy link

socket-security bot commented Aug 26, 2024

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

Package New capabilities Transitives Size Publisher
npm/fast-xml-parser@4.5.0 None +1 191 kB amitgupta
npm/i18n-iso-countries@7.12.0 None +1 630 kB hellomichibye
npm/pino@9.4.0 environment, unsafe Transitive: eval, filesystem +22 1.91 MB matteo.collina

🚮 Removed packages: npm/fast-xml-parser@4.4.1, npm/i18n-iso-countries@7.11.3, npm/pino@9.3.2

View full report↗︎

Copy link

socket-security bot commented Aug 26, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch from 6a45b28 to 1279908 Compare August 29, 2024 18:03
@renovate renovate bot changed the title fix(deps): update dependency meilisearch to ~0.42.0 fix(deps): update all non-major dependencies (minor) Aug 29, 2024
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch 3 times, most recently from 5c94c53 to e1a05c1 Compare September 3, 2024 11:27
@LIG-OCTO LIG-OCTO assigned sokl-octo and unassigned Mintoo200 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch 6 times, most recently from 704a6cf to db274e1 Compare September 11, 2024 15:42
@sokl-octo sokl-octo force-pushed the renovate/dependencies-minor-patch branch from db274e1 to 141ad51 Compare September 12, 2024 08:08
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch from 141ad51 to cf8c964 Compare September 12, 2024 08:09
@renovate renovate bot force-pushed the renovate/dependencies-minor-patch branch from cf8c964 to 698dccd Compare September 12, 2024 08:10
Copy link
Contributor Author

renovate bot commented Sep 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sokl-octo sokl-octo merged commit a6eddf5 into main Sep 12, 2024
8 checks passed
@sokl-octo sokl-octo deleted the renovate/dependencies-minor-patch branch September 12, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade of project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants