seriousme / fastify-openapi-glue

A plugin for the Fastify webserver to autogenerate a Fastify configuration based on a OpenApi(v2/v3) specification.
MIT License
202 stars 34 forks source link

chore(deps-dev): bump rome from 12.0.0 to 12.1.0 #476

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rome from 12.0.0 to 12.1.0.

Release notes

Sourced from rome's releases.

CLI v12.1.0

What's Changed

Full Changelog: https://github.com/rome/tools/compare/cli/v12.0.0-nightly.b77547d...cli/v12.1.0

Changelog

Sourced from rome's changelog.

12.1.0

CLI

Other changes

  • Refactored the underling argument parsing logic. Changed the look and feel of the help output. #4405.
  • The command rome check can accept input from stdin.
  • Add the argument --stdin-file-path to use when running rome check via stdin.
  • Add the argument --formatter-enabled to the command rome check to control the formatter via CLI.
  • Add the argument --linter-enabled to the command rome check to control the linter via CLI.
  • Add the argument --organize-imports-enabled to the command rome check to control the import sorting via CLI.
  • Add new command rome migrate the transform the configuration file rome.json when there are breaking changes.

Configuration

  • Add vcs property, to opt in the VCS integration:
    • vcs.enabled, to enable or not the integration;
    • vcs.clientKind, the supported clients;
    • vcs.useIgnoreFile, to ignore the files/paths inside the file;
    • vcs.root, an optional path to the root of the VCS;

Editors

Other changes

  • Fix an issue where the VSCode extension duplicates text when using VSCode git utilities #4338
  • Remove code assists from being added to the code actions when apply fixes;
  • When requesting code actions, ignored files should not throw errors. Fixes #4434

Formatter

Other changes

  • Fix an issue where formatting of JSX string literals property values were using incorrect quotes #4054
  • Changed import assertion grammar to the new import attribute assertion
- import "module" assert {}
+ import "module" with {}
  • Fix an issue where JSON formatter does not respect lineWidth for arrays #4351
  • Add support for decorators

Linter

New rules

... (truncated)

Commits
  • 22ce6c6 release: 12.1.0 (#4344)
  • 06a7fdd feat(rome_js_analyze): useSimpleNumberKeys (#4447)
  • ed2473f refactor(rome_js_analyze): move useIframeTitle from semantic_analyzer to anal...
  • 3de13ce feat(rome_js_analyze): promote lint rules (#4431)
  • 365fc59 feat(rome_js_analyze): noAccumulatingSpread (#4426)
  • f206813 feat(rome_js_analyze): implement useHeadingContent and refactor useAnchorCont...
  • d3ed917 refactor(rome_js_analyze): add more tests and docs for a11y rules through ref...
  • 4bae895 refactor: use bpaf (#4405)
  • 4866e70 fear(rome_js_analyze): useGroupedTypeImport (#4413)
  • 19b60d4 feat(rome_js_analyze): useLiteralEnumMembers (#4409)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)