chore(deps): update dependency prettier-plugin-toml to v3 #42

Open
renovate-forgejo wants to merge 1 commit from renovate/major-all into main
Collaborator

This PR contains the following updates:

Package Type Update Change
prettier-plugin-toml (source) devDependencies major 2.0.6 → 3.0.2

Release Notes

un-ts/prettier (prettier-plugin-toml)

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • #​519 e2e5c97 Thanks @​JounQin! - feat(prettier-plugin-toml)!: replace the unmaintained taplo with tombi

    The parser/printer is now powered by @tombi-toml/wasm-lib, which supports TOML
    v1.0.0 and v1.1.0 and fixes the crashes reported in
    #​487.

    • Prettier's core options are inherited and mapped to tombi: printWidth →
      line-width, tabWidth → indent-width, useTabs → indent-style,
      singleQuote → string-quote-style and bracketSpacing →
      inline-table-brace-space-width. endOfLine keeps being handled by Prettier.
    • The previous taplo options (alignEntries, alignComments,
      arrayAutoExpand, arrayAutoCollapse, compactArrays,
      compactInlineTables, compactEntries, indentTables, indentEntries,
      reorderKeys and allowedBlankLines) are replaced by tombi's own options.
    • Tombi's own configuration (.tombi.toml, tombi.toml, .config/tombi.toml
      and [tool.tombi] in pyproject.toml) is picked up following
      Tombi's search priority.
      The discovered [format.rules] override Prettier's defaults, while explicitly
      set Prettier options override the discovered config.
    • Node.js v18.0.0 or later is required.

    Tombi's schema lookup is always disabled, and discovered configuration files are
    watched so edits to them are picked up without restarting the process.

    See the prettier-plugin-toml README for the full list of supported options.


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier-plugin-toml](https://github.com/un-ts/prettier/tree/master/packages/toml) ([source](https://github.com/un-ts/prettier)) | devDependencies | major | [`2.0.6` → `3.0.2`](https://renovatebot.com/diffs/npm/prettier-plugin-toml/2.0.6/3.0.2) | --- ### Release Notes <details> <summary>un-ts/prettier (prettier-plugin-toml)</summary> ### [`v3.0.2`](https://github.com/un-ts/prettier/releases/tag/prettier-plugin-toml%403.0.2) [Compare Source](https://github.com/un-ts/prettier/compare/prettier-plugin-toml@3.0.1...prettier-plugin-toml@3.0.2) ##### Patch Changes - [#&#8203;525](https://github.com/un-ts/prettier/pull/525) [`a5ed072`](https://github.com/un-ts/prettier/commit/a5ed07299e50ce01d2b8458d347f483e1c50a8cf) Thanks [@&#8203;JounQin](https://github.com/JounQin)! - fix: enable `npmPublishProvenance: true` for changesets v3 ### [`v3.0.1`](https://github.com/un-ts/prettier/releases/tag/prettier-plugin-toml%403.0.1) [Compare Source](https://github.com/un-ts/prettier/compare/prettier-plugin-toml@3.0.0...prettier-plugin-toml@3.0.1) ##### Patch Changes - [#&#8203;523](https://github.com/un-ts/prettier/pull/523) [`3a41234`](https://github.com/un-ts/prettier/commit/3a41234393f1a1da49f6e9e3be8d34bdce6a0a30) Thanks [@&#8203;JounQin](https://github.com/JounQin)! - fix: republish with provenance due to changesets v3 changes ### [`v3.0.0`](https://github.com/un-ts/prettier/releases/tag/prettier-plugin-toml%403.0.0) [Compare Source](https://github.com/un-ts/prettier/compare/prettier-plugin-toml@2.0.6...prettier-plugin-toml@3.0.0) ##### Major Changes - [#&#8203;519](https://github.com/un-ts/prettier/pull/519) [`e2e5c97`](https://github.com/un-ts/prettier/commit/e2e5c9773c0840d2dcc0458c7d7a0f6a1137d11d) Thanks [@&#8203;JounQin](https://github.com/JounQin)! - feat(prettier-plugin-toml)!: replace the unmaintained [`taplo`](https://github.com/tamasfe/taplo) with [`tombi`](https://github.com/tombi-toml/tombi) The parser/printer is now powered by `@tombi-toml/wasm-lib`, which supports TOML `v1.0.0` and `v1.1.0` and fixes the crashes reported in [#&#8203;487](https://github.com/un-ts/prettier/issues/487). - Prettier's core options are inherited and mapped to tombi: `printWidth` → `line-width`, `tabWidth` → `indent-width`, `useTabs` → `indent-style`, `singleQuote` → `string-quote-style` and `bracketSpacing` → `inline-table-brace-space-width`. `endOfLine` keeps being handled by Prettier. - The previous `taplo` options (`alignEntries`, `alignComments`, `arrayAutoExpand`, `arrayAutoCollapse`, `compactArrays`, `compactInlineTables`, `compactEntries`, `indentTables`, `indentEntries`, `reorderKeys` and `allowedBlankLines`) are replaced by tombi's own options. - Tombi's own configuration (`.tombi.toml`, `tombi.toml`, `.config/tombi.toml` and `[tool.tombi]` in `pyproject.toml`) is picked up following [Tombi's search priority](https://tombi-toml.github.io/tombi/docs/configuration). The discovered `[format.rules]` override Prettier's defaults, while explicitly set Prettier options override the discovered config. - Node.js `v18.0.0` or later is required. Tombi's schema lookup is always disabled, and discovered configuration files are watched so edits to them are picked up without restarting the process. See the `prettier-plugin-toml` README for the full list of supported options. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMTEuNCIsInVwZGF0ZWRJblZlciI6IjQ0LjExMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency prettier-plugin-toml to v3
Some checks failed
ci / formatting (pull_request) Successful in 12s
ci / lint-and-test (pull_request) Successful in 28s
release / release-changelog (pull_request) Failing after 26s
8468b74f53

📋 Changelog

📦 Version Information

  • Current version: 0.2.1
  • Previous version: 0.2.1

Unreleased (a9ff016..a9ff016)

Package updates

All changes

Miscellaneous Chores

  • (deps) update dependency prettier-plugin-toml to v3 - (a9ff016) - Renovate Bot

Generated by cocogitto

## 📋 Changelog **📦 Version Information** - Current version: `0.2.1` - Previous version: `0.2.1` ## Unreleased ([a9ff016..a9ff016](https://git.h.oluflorenzen.de/finkregh/userscripts/compare/a9ff016..a9ff016)) ### Package updates ### All changes #### Miscellaneous Chores - (**deps**) update dependency prettier-plugin-toml to v3 - ([a9ff016](https://git.h.oluflorenzen.de/finkregh/userscripts/commit/a9ff016c350a23991ce14ea5d66c349057fb51ee)) - Renovate Bot *Generated by [cocogitto](https://github.com/cocogitto/cocogitto)*
renovate-forgejo force-pushed renovate/major-all from 8468b74f53
Some checks failed
ci / formatting (pull_request) Successful in 12s
ci / lint-and-test (pull_request) Successful in 28s
release / release-changelog (pull_request) Failing after 26s
to a9ff016c35
Some checks failed
ci / formatting (pull_request) Successful in 9s
ci / lint-and-test (pull_request) Successful in 32s
release / release-changelog (pull_request) Failing after 25s
2026-09-24 20:07:03 +00:00
Compare
Some checks failed
ci / formatting (pull_request) Successful in 9s
ci / lint-and-test (pull_request) Successful in 32s
release / release-changelog (pull_request) Failing after 25s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-all:renovate/major-all
git switch renovate/major-all

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/major-all
git switch renovate/major-all
git rebase main
git switch main
git merge --ff-only renovate/major-all
git switch renovate/major-all
git rebase main
git switch main
git merge --no-ff renovate/major-all
git switch main
git merge --squash renovate/major-all
git switch main
git merge --ff-only renovate/major-all
git switch main
git merge renovate/major-all
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
finkregh/userscripts!42
No description provided.