Skip to content
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

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2025

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.0

Release notes

Sourced from @​annangela/eslint-formatter-gha's releases.

@​annangela/eslint-formatter-gha@​v3.0.0

What's Changed

BREAKING CHANGES

  • feat!: update default severity for deprecated rules to warning (342968f)

Other changes

  • fix: add type annotations and reorder imports in ActionsSummary and index files (405056b)

Full Changelog: https://github.com/AnnAngela/eslint-packages/compare/@​annangela/eslint-formatter-gha@​v2.2.0...@​annangela/eslint-formatter-gha@​v3.0.0

@​annangela/eslint-formatter-gha@​v2.2.0

What's Changed

  • npm(deps): bump these updates in devDependencies group:
    • @types/node: ^22.8.2 => ^22.13.1
    • eslint: ^9.13.0 => ^9.19.0
    • semver: ^7.6.3 => ^7.7.1
    • typescript: ^5.6.3 => ^5.7.3
  • fix: add support for GitHub Enterprise custom hosts (AnnAngela/eslint-packages#132)

New Contributors

Full Changelog: https://github.com/AnnAngela/eslint-packages/compare/@​annangela/eslint-formatter-gha@​v2.1.0...@​annangela/eslint-formatter-gha@​v2.2.0

Commits
  • da34b6a release: @​annangela/eslint-formatter-gha@​v3.0.0
  • 342968f feat!: update default severity for deprecated rules to warning
  • 405056b fix: add type annotations and reorder imports in ActionsSummary and index files
  • 38fb6a3 release: @​annangela/eslint-formatter-gha@​v2.2.0
  • 053b24b release: @​annangela/eslint-formatter-gha@​v2.1.1
  • 3656a15 fix: add support for GitHub Enterprise custom hosts (#132)
  • 1c048bb chore: update dependencies
  • bf410fd chore: update dependencies
  • 46103ab chore: update dependencies
  • 322346d chore: update dependencies
  • Additional commits viewable in compare view

Updates eslint from 9.19.0 to 9.20.0

Release notes

Sourced from eslint's releases.

v9.20.0

Features

  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)

Chores

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • 15ac0e1 chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)
Changelog

Sourced from eslint's changelog.

v9.20.0 - February 7, 2025

  • 979097a chore: upgrade @​eslint/js@​9.20.0 (#19412) (Francesco Trotta)
  • 031734e chore: package.json update for @​eslint/js release (Jenkins)
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#19157) (Nicholas C. Zakas)
  • b7012c8 docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)
  • d4c47c3 test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
  • e89a54a feat: change behavior of inactive flags (#19386) (Milos Djermanovic)
  • fa25c7a fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#19389) (Tanuj Kanti)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)
  • 758c66b docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)
  • 67dd82a chore: update dependency @​eslint/json to ^0.10.0 (#19387) (renovate[bot])
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#19379) (Milos Djermanovic)
  • 15ac0e1 chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)
  • 0ef8bb8 docs: additional checks for rule examples (#19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)
Commits

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 <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 and eslint to v9.20.0.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 9, 2025
Copy link

@sourcery-ai sourcery-ai bot left a 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!

Copy link

sourcery-ai bot commented Feb 9, 2025

## 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[更新已部署的构建]

文件级别更改

| 变更 | 详情
| ------ | ------- | ----- |
| 更新 @annangela/eslint-formatter-gha 依赖版本 |

  • 将 package.json 中的 @annangela/eslint-formatter-gha 从 2.1.0 升级到 3.0.0
  • 在 package-lock.json 中传播更新更改以进行依赖项解析
| package.json
package-lock.json |
| 更新 eslint 依赖版本 |
  • 将 package.json 中的 eslint 从 9.19.0 升级到 9.20.0
  • 更新 package-lock.json 以反映新的 eslint 版本
| package.json
package-lock.json |


提示和命令

与 Sourcery 交互

  • 触发新的审查: 在拉取请求上评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审查评论。
  • 从审查评论生成 GitHub issue: 通过回复审查评论,要求 Sourcery 从审查评论创建一个 issue。 您也可以回复带有 @sourcery-ai issue 的审查评论以从中创建一个 issue。
  • 生成拉取请求标题: 在拉取请求标题中的任何位置写入 @sourcery-ai 以随时生成标题。 您也可以在拉取请求上评论 @sourcery-ai title 以随时(重新)生成标题。
  • 生成拉取请求摘要: 在拉取请求正文中的任何位置写入 @sourcery-ai summary 以随时在您想要的位置准确生成 PR 摘要。 您也可以在拉取请求上评论 @sourcery-ai summary 以随时(重新)生成摘要。
  • 生成评审者指南: 在拉取请求上评论 @sourcery-ai guide 以随时(重新)生成评审者指南。
  • 解决所有 Sourcery 评论: 在拉取请求上评论 @sourcery-ai resolve 以解决所有 Sourcery 评论。 如果您已经解决了所有评论并且不想再看到它们,这将非常有用。
  • 驳回所有 Sourcery 审查: 在拉取请求上评论 @sourcery-ai dismiss 以驳回所有现有的 Sourcery 审查。 如果您想从新的审查开始,这将特别有用 - 不要忘记评论 @sourcery-ai review 以触发新的审查!
  • 为 issue 生成行动计划: 在 issue 上评论 @sourcery-ai plan 以为其生成行动计划。

自定义您的体验

访问您的 仪表板 以:

  • 启用或禁用审查功能,例如 Sourcery 生成的拉取请求摘要、评审者指南等。
  • 更改审查语言。
  • 添加、删除或编辑自定义审查说明。
  • 调整其他审查设置。

获取帮助

```
Original review guide in English

Reviewer's Guide by Sourcery

This 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 Process

flowchart 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]
Loading

File-Level Changes

Change Details Files
Update @annangela/eslint-formatter-gha dependency version
  • Bump @annangela/eslint-formatter-gha from 2.1.0 to 3.0.0 in package.json
  • Propagate update changes in package-lock.json for dependency resolution
package.json
package-lock.json
Update eslint dependency version
  • Bump eslint from 9.19.0 to 9.20.0 in package.json
  • Update package-lock.json to reflect the new eslint version
package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@AnnAngela AnnAngela merged commit aae03d8 into master Feb 10, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-7ca260057d branch February 10, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants