-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps-dev): bump eslint from 9.18.0 to 9.20.1 #139
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
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.18.0 to 9.20.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.18.0...v9.20.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates the eslint dependency from version 9.18.0 to 9.20.1, along with its internal dependencies. The core change involves updating the eslint package and its related dependencies in the pnpm-lock.yaml file. Updated class diagram for RuleContextclassDiagram
class RuleContext {
+ id: string
+ options: any[]
+ report(descriptor: ReportDescriptor): void
+ getSourceCode(): SourceCode
}
note for RuleContext "The RuleContext type has been fixed in eslint v9.20.1"
Updated class diagram for ConfigArrayclassDiagram
class ConfigArray {
+ name: string
+ path: string
+ plugins: Plugin[]
}
class Plugin {
+ id: string
+ rules: Rule[]
}
class Rule {
+ create(context: RuleContext): RuleListener
}
class RuleListener {
+ enter(node: ASTNode): void
+ exit(node: ASTNode): void
}
note for ConfigArray "The ConfigArray class has been updated from v0.19.1 to v0.19.2"
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 #142. |
Bumps eslint from 9.18.0 to 9.20.1.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
07b2ffd
9.20.101ff142
Build: changelog update for 9.20.1fe3ccb2
docs: allow typing in search box while dropdown is open (#19424)274f054
fix: fixRuleContext
type (#19417)93c78a5
docs: Add instructions for pnpm compat (#19422)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416)ccb60c0
docs: Update README7e78b50
9.20.0588b664
Build: changelog update for 9.20.0979097a
chore: upgrade@eslint/js
@9
.20.0 (#19412)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
Update ESLint to 9.20.1. This release includes new features, bug fixes, documentation improvements, and dependency updates.
New Features:
Bug Fixes:
Documentation:
Tests:
Chores: