Skip to content

npm(deps-dev): bump rome from 11.0.0 to 12.1.0 #31

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps rome from 11.0.0 to 12.1.0.

Release notes

Sourced from rome's releases.

CLI v12.1.0

What's Changed

Full Changelog: rome/tools@cli/v12.0.0-nightly.b77547d...cli/v12.1.0

CLI v12.0.0

What's Changed

Full Changelog: rome/tools@cli/v11.0.0-nightly.763fd98...cli/v12.0.0

CLI v12.0.0-nightly.0133f40

What's Changed

New Contributors

Full Changelog: rome/tools@cli/v12.0.0...cli/v12.0.0-nightly.0133f40

... (truncated)

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)

Bumps [rome](https://github.com/rome/tools/tree/HEAD/npm/rome) from 11.0.0 to 12.1.0.
- [Release notes](https://github.com/rome/tools/releases)
- [Changelog](https://github.com/rome/tools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rome/tools/commits/cli/v12.1.0/npm/rome)

---
updated-dependencies:
- dependency-name: rome
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 15, 2023
@scrutinizer-notifier
Copy link

The inspection completed: No new issues

@codeclimate
Copy link

codeclimate bot commented May 15, 2023

Code Climate has analyzed commit 150b927 and detected 0 issues on this pull request.

View more on Code Climate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2023

Superseded by #34.

@dependabot dependabot bot closed this May 22, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rome-12.1.0 branch May 22, 2023 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant