Skip to content

chore(deps): update dependencies (non-major)#267

Merged
edgard merged 1 commit into
masterfrom
renovate/dependencies-(non-major)
Jun 30, 2026
Merged

chore(deps): update dependencies (non-major)#267
edgard merged 1 commit into
masterfrom
renovate/dependencies-(non-major)

Conversation

@edgard

@edgard edgard commented Jun 30, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change Age Confidence
getmeili/meilisearch patch v1.48.2v1.48.3 age confidence
ghcr.io/renovatebot/renovate (source) minor 43.246.143.249.0 age confidence
ghcr.io/taxel/plextraktsync patch 0.35.80.35.11 age confidence
opentofu/setup-opentofu action patch v2.0.1v2.0.2 age confidence
prettier (source) patch 3.9.13.9.4 age confidence

Release Notes

meilisearch/meilisearch (getmeili/meilisearch)

v1.48.3: 🫎​

Compare Source

🪲 Bug fixes
  • Fix a rare S3 snapshots bug by @​Kerollmops in #​6472

    We fixed a rare bug that could appear when using the S3 snapshot system. The bug is a race condition that occurs when we try to recycle internal buffers to reduce memory usage, which can cause an internal error and abort the snapshot upload.

  • Avoid remote search to return the same document twice by @​ManyTheFish in #​6473

    When using the remote federated search, Meilisearch was returning the same document twice from different machines. This was due to an internal filter that was not forwarded properly to the remote instances.

🔩 Miscellaneous
New Contributors

Thanks to @​0xfandom, who made his first contribution in #​6468 🎉

Full Changelog: meilisearch/meilisearch@v1.48.2...v1.48.3

renovatebot/renovate (ghcr.io/renovatebot/renovate)

v43.249.0

Compare Source

Features
Miscellaneous Chores

v43.248.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v13.69.0 (main) (#​44290) (b9e7f04)

v43.247.1

Compare Source

Miscellaneous Chores
Build System

v43.247.0

Compare Source

Features
  • versioning/node: support Semver pre-release versions for Node 27 (#​44281) (5d79039)
Documentation
Miscellaneous Chores
Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)

v0.35.11

Compare Source

v0.35.10

Compare Source

v0.35.9

Compare Source

opentofu/setup-opentofu (opentofu/setup-opentofu)

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: opentofu/setup-opentofu@v2...v2.0.2

prettier/prettier (prettier)

v3.9.4

Compare Source

v3.9.3

Compare Source

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#​19489 by @​seiyab)
// Input
<!-- Input -->
{{ page.title
}} text

<!-- Prettier 3.9.1 -->
{{ page.title
 text

<!-- Prettier 3.9.3 -->
{{ page.title
}} text
TypeScript: Allow decorators to be used with declare on class fields (#​19492 by @​evoactivity)

Extensively used within the Ember ecosystem, decorators with declare on class fields will ignore the babel parser error and allow Prettier to format the code without breaking it.

// Input
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

// Prettier 3.9.1
// SyntaxError: Decorators can't be used with a declare field. (2:3)
//  1 | export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
//> 2 |   @&#8203;service declare server: ServerService;
//    |   ^
//  3 | }

// Prettier 3.9.3
export default class ProjectStatusComponent extends Component<ProjectStatusSig> {
  @&#8203;service declare server: ServerService;
}

v3.9.2

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Warsaw)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate.

@edgard edgard enabled auto-merge (squash) June 30, 2026 01:20
@edgard edgard merged commit a6d07e0 into master Jun 30, 2026
6 checks passed
@edgard edgard deleted the renovate/dependencies-(non-major) branch June 30, 2026 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant