Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Bump rome from 10.0.4-beta to 11.0.0 #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2022

Bumps rome from 10.0.4-beta 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

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

No release notes provided.

v10.0.7-nightly.2021.7.2

No release notes provided.

v10.0.7-nightly.2021.6.29

No release notes provided.

v10.0.7-nightly.2021.6.25

No release notes provided.

v10.0.7-nightly.2021.6.22

No release notes provided.

v10.0.7-nightly.2021.6.21

No release notes provided.

v10.0.7-nightly.2021.5.9

No release notes provided.

v10.0.7-nightly.2021.5.3

No release notes provided.

v10.0.7-nightly.2021.2.10

No release notes provided.

v10.0.7-beta.8

No release notes provided.

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2022
Bumps [rome](https://github.com/rome/tools/tree/HEAD/npm/rome) from 10.0.4-beta 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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rome-11.0.0 branch from be551e3 to a0fa80c Compare January 15, 2023 18:41
@gfscott gfscott closed this Jan 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rome-11.0.0 branch January 15, 2023 18:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant