-
Notifications
You must be signed in to change notification settings - Fork 15
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
npm(deps): bump the npm group with 2 updates #607
Conversation
Bumps the npm group with 2 updates: [@annangela/eslint-formatter-gha](https://github.com/AnnAngela/eslint-packages/tree/HEAD/packages/eslint-formatter-gha) and [eslint](https://github.com/eslint/eslint). Updates `@annangela/eslint-formatter-gha` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/AnnAngela/eslint-packages/releases) - [Commits](https://github.com/AnnAngela/eslint-packages/commits/@annangela/eslint-formatter-gha@v3.0.0/packages/eslint-formatter-gha) Updates `eslint` from 9.19.0 to 9.20.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.20.0) --- updated-dependencies: - dependency-name: "@annangela/eslint-formatter-gha" dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
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.
我们跳过了对此拉取请求的审查。它似乎是由一个机器人创建的(嘿,dependabot[bot]!)。我们假设它知道自己在做什么!
Original comment in English
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!
## Sourcery 评审者指南
此 PR 实现了依赖项更新组的升级,特别是更新了 @annangela/eslint-formatter-gha 和 eslint 的版本。 这些更新通过修改 package.json 文件来升级相应的版本来实现,并在 package-lock.json 文件中进行调整以反映新的依赖项解析。
#### 依赖项更新流程图
```mermaid
flowchart TD
A[开始:触发依赖项更新] --> B[修改 package.json]
B --> C[将 '@annangela/eslint-formatter-gha' 更新到 ^3.0.0]
B --> D[将 'eslint' 更新到 ^9.20.0]
C & D --> E[生成更新后的 package-lock.json]
E --> F[解析依赖项]
F --> G[CI/CD 通过]
G --> H[更新已部署的构建] 文件级别更改| 变更 | 详情
package.json package-lock.json || 更新 eslint 依赖版本 |
package.json package-lock.json |
提示和命令与 Sourcery 交互
自定义您的体验访问您的 仪表板 以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis PR implements a dependency updates group bump, specifically updating the versions of @annangela/eslint-formatter-gha and eslint. The updates are applied by modifying the package.json file to bump the versions accordingly, with adjustments carried through in the package-lock.json file to reflect the new dependency resolution. Flow Diagram for Dependency Update Processflowchart TD
A[Start: Trigger Dependency Update] --> B[Modify package.json]
B --> C[Update '@annangela/eslint-formatter-gha' to ^3.0.0]
B --> D[Update 'eslint' to ^9.20.0]
C & D --> E[Generate Updated package-lock.json]
E --> F[Resolve Dependencies]
F --> G[CI/CD Passes]
G --> H[Update Deployed Build]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Bumps the npm group with 2 updates: @annangela/eslint-formatter-gha and eslint.
Updates
@annangela/eslint-formatter-gha
from 2.1.0 to 3.0.0Release notes
Sourced from
@annangela/eslint-formatter-gha
's releases.Commits
da34b6a
release:@annangela/eslint-formatter-gha
@v3
.0.0342968f
feat!: update default severity for deprecated rules to warning405056b
fix: add type annotations and reorder imports in ActionsSummary and index files38fb6a3
release:@annangela/eslint-formatter-gha
@v2
.2.0053b24b
release:@annangela/eslint-formatter-gha
@v2
.1.13656a15
fix: add support for GitHub Enterprise custom hosts (#132)1c048bb
chore: update dependenciesbf410fd
chore: update dependencies46103ab
chore: update dependencies322346d
chore: update dependenciesUpdates
eslint
from 9.19.0 to 9.20.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
7e78b50
9.20.0588b664
Build: changelog update for 9.20.0979097a
chore: upgrade@eslint/js
@9
.20.0 (#19412)031734e
chore: package.json update for@eslint/js
release91d4d9f
fix: Bring types in sync with@eslint/core
(#19157)b7012c8
docs: rewrite examples with var using let and const (#19407)d4c47c3
test: avoid empty config warning in test output (#19408)e89a54a
feat: change behavior of inactive flags (#19386)fa25c7a
fix: Emit warning when empty config file is used (#19399)6406376
docs: 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 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions好的,这是翻译成中文的 pull request 摘要:
Sourcery 提供的摘要
将
@annangela/eslint-formatter-gha
更新至 v3.0.0,并将eslint
更新至 v9.20.0。Original summary in English
Summary by Sourcery
Update
@annangela/eslint-formatter-gha
to v3.0.0 andeslint
to v9.20.0.