chore(deps-dev): bump eslint from 9.21.0 to 9.24.0#164
chore(deps-dev): bump eslint from 9.21.0 to 9.24.0#164dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.21.0 to 9.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.21.0...v9.24.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.24.0 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.21.0 to 9.24.0, along with its related dependencies in the pnpm-lock.yaml file. Several minor and patch version updates are included for packages like Updated class diagram for ESLint dependenciesclassDiagram
class ESLint {
- version: string
}
class ConfigArray {
- version: string
}
class Core {
- version: string
}
class Eslintrc {
- version: string
}
class Js {
- version: string
}
class PluginKit {
- version: string
}
class Estree {
- version: string
}
class Acorn {
- version: string
}
class EslintScope {
- version: string
}
class YoctoQueue {
- version: string
}
class ConfigHelpers {
- version: string
}
ESLint -- ConfigArray: Uses
ESLint -- Core: Uses
ESLint -- Eslintrc: Uses
ESLint -- Js: Uses
ESLint -- PluginKit: Uses
ESLint -- Estree: Uses
ESLint -- Acorn: Uses
ESLint -- EslintScope: Uses
ESLint -- YoctoQueue: Uses
ESLint -- ConfigHelpers: Uses
note for ESLint "Updated from 9.21.0 to 9.24.0"
note for ConfigArray "Updated from 0.19.2 to 0.20.0"
note for Core "Updated from 0.12.0 to 0.13.0"
note for Eslintrc "Updated from 3.3.0 to 3.3.1"
note for Js "Updated from 9.21.0 to 9.24.0"
note for PluginKit "Updated from 0.2.7 to 0.2.8"
note for Estree "Updated from 1.0.6 to 1.0.7"
note for Acorn "Updated from 8.14.0 to 8.14.1"
note for EslintScope "Updated from 8.2.0 to 8.3.0"
note for YoctoQueue "Updated from 1.1.1 to 1.2.1"
note for ConfigHelpers "Added as a new dependency"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps eslint from 9.21.0 to 9.24.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
d49f5b79.24.09b6ed8aBuild: changelog update for 9.24.0ef67420chore: upgrade@eslint/js@9.24.0 (#19602)4946847chore: package.json update for@eslint/jsreleasef857820docs: update documentation for--experimental-strip-types(#19594)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596)6d979ccdocs: Update READMEb23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595)556c25bfeat: support loading TS config files using--experimental-strip-types(#19...82177e4docs: Update READMEDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 from version 9.21.0 to 9.24.0, upgrading various dependencies and introducing new features and bug fixes
New Features:
Bug Fixes:
Chores: