Skip to content
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

Bump rome from 10.0.1 to 11.0.0 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps rome from 10.0.1 to 11.0.0.

Release notes

Sourced from rome's releases.

CLI v11.0.0

What's Changed

Full Changelog: rome/tools@cli/v10.0.1-nightly.5cd4dfd...cli/v11.0.0

CLI v11.0.0-nightly.fab5440

What's Changed

New Contributors

Full Changelog: rome/tools@js-api/v0.2.0...cli/v11.0.0-nightly.fab5440

v10.0.7-nightly.2021.7.27

No release notes provided.

v10.0.7-nightly.2021.7.17

No release notes provided.

v10.0.7-nightly.2021.7.6

... (truncated)

Changelog

Sourced from rome's changelog.

11.0.0

CLI

BREAKING CHANGES

  • the argument --no-colors has been removed, in favor of --color=off

Other changes

  • The init command now adds the $schema property to the generated rome.json file if rome is installed inside the node_modules folder. Follow this guide to add the $schema property manually in a project with an existing rome.json file.
  • A new --semicolons option that configures if the formatter prints semicolons at the end of every statement (default) or at the beginning of statements when necessary to prevent ASI failures.
  • Rome exits with an error code if it doesn't process any file.
  • Fixed how the maximum number of diagnostics is calculated #3869. Rome now prints the total number of errors caused in the files.
  • Rome now traverses symbolic links and emits warnings if it detects loops, and continues processing the next file during the directory traversal.
  • You can force color output using the new global --colors option with the value force. Forcing color output can be useful if you spawn Rome as a subprocess. Rome is spawned as a process;

Configuration

  • Added the JSON schema $schema property. The schema enables auto-completion by editors and... auto-completion and descriptions of all fields of the configuration file.
  • Added a new files.ignore option where users can ignore files across tools.

Editors

Formatter

BREAKING CHANGES

  • Fixed incompatibility issues with Prettier #3531
  • Fixed an issue where infinite parentheses were wrongly inserted #3735
  • Better formatting for jestEach templates

Other changes

  • Added support for omitting semicolons.

... (truncated)

Commits
  • b31f7a1 release: 11.0.0 (#3906)
  • 1a944e2 refactor(rome_js_analyze): reorganize lint rules into additional categories (...
  • 731ce10 feat(rome_js_analyze): useDefaultParameterLast (#3873)
  • 58a8e38 feat(rome_js_analyze): useExponentiationOperator rule (#3848)
  • 2bfced0 feat(rome_js_analyze): useEnumInitializers (#3839)
  • 52996d8 feat(rome_js_analyze): complete rule useAriaPropsForRole (#3902)
  • c595ab0 feat(rome_js_analyze): noRedundantUseStrict rule (#3895)
  • 62406bf feat(rome_js_analyze): implement noNonNullAssertion rule (#3891)
  • c4f6d5a feat(rome_analyzer): ARIA query (#3832)
  • 68ebebc feat(rome_js_analyze): noConstEnum (#3849)
  • 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 10.0.1 to 11.0.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/v11.0.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 Jan 30, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2023

Superseded by #11.

@dependabot dependabot bot closed this Apr 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rome-11.0.0 branch April 4, 2023 00:37
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.

0 participants