-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps-dev): bump @stylistic/eslint-plugin from 2.13.0 to 3.0.0 #131
chore(deps-dev): bump @stylistic/eslint-plugin from 2.13.0 to 3.0.0 #131
Conversation
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.13.0 to 3.0.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the @stylistic/eslint-plugin dependency from version 2.13.0 to 3.0.0. This is a major version update, which includes breaking changes and new features. The primary change is in the pnpm-lock.yaml and package.json files, updating the dependency version. Class diagram showing breaking changes in v3.0.0classDiagram
class ESLintPlugin {
+indent-binary-ops
+function-call-spacing
+comma-style
+quotes
+type-generic-spacing
}
note for ESLintPlugin "Breaking Changes in v3.0.0:
- Removed unnecessary logic in indent-binary-ops
- Changed function-call-spacing behavior
- Changed comma-style defaults
- Added template literals option for quotes
- Modified type-generic-spacing whitespace handling"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Superseded by #134. |
Bumps @stylistic/eslint-plugin from 2.13.0 to 3.0.0.
Release notes
Sourced from
@stylistic/eslint-plugin
's releases.Changelog
Sourced from
@stylistic/eslint-plugin
's changelog.Commits
770a0a8
chore: release v3.0.0 (main) (#660)8dd68e2
feat(type-generic-spacing): remove whitespaces in generic types (#667)50b2371
chore: update depsdd40b05
chore: typo (#663)a87f5bd
docs: typo (#662)a06ed18
refactor(indent-binary-ops)!: remove unnecessary logic (#645)8cbc9f8
fix(jsx-wrap-multilines): prevent crash when using tabs (#653)5558bdb
feat(quotes): Option to allow template literals only to avoid escape (#643)80c5486
test: cross testindent
(#563)80ec2e4
feat!: cross testfunction-call-spacing
(#565)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)Summary by Sourcery
Build: