Skip to content

Update devDependencies (non-major)

GoldenBot requested to merge renovate/devdependencies-(non-major) into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
markdownlint-cli2 ^0.11.0 -> ^0.12.0 age adoption passing confidence
pa11y-ci-reporter-runner ^4.0.0 -> ^4.1.0 age adoption passing confidence
prettier (source) ^3.1.1 -> ^3.2.1 age adoption passing confidence

Release Notes

DavidAnson/markdownlint-cli2 (markdownlint-cli2)

v0.12.0

Compare Source

  • Remove deprecated markdownlint-cli2-config entry point
    • Use markdownlint-cli2 --config ... instead
  • Remove deprecated markdownlint-cli2-fix entry point
    • Use markdownlint-cli2 --fix ... instead
  • Add --help and --no-globs parameters
  • Improve and document included JSON schemas
  • Update dependencies (including markdownlint)
gitlab-ci-utils/pa11y-ci-reporter-runner (pa11y-ci-reporter-runner)

v4.1.0

Compare Source

Changed
  • Updated to xstate@5.5.1, which included breaking changes requiring refactoring of the state machine and state service, as well as an xstate change. (#​39)
prettier/prettier (prettier)

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by GoldenBot

Merge request reports