Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump the all-dependencies group with 4 updates#663

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 3, 2025

Bumps the all-dependencies group with 4 updates:@eslint/compat,@eslint/js,globals andeslint.

Updates@eslint/compat from 1.4.0 to 1.4.1

Release notes

Sourced from@​eslint/compat's releases.

migrate-config: v1.4.1

1.4.1 (2025-04-01)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.7 to ^1.2.8

compat: v1.4.1

1.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Changelog

Sourced from@​eslint/compat's changelog.

1.4.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.16.0 to ^0.17.0
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for@​eslint/compat since your current version.


Updates@eslint/js from 9.38.0 to 9.39.0

Release notes

Sourced from@​eslint/js's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key inno-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location infor-direction andno-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: updatecomplexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversalstep.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from@​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correctScope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: useAST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correctRule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag ofno-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples fornofunc inno-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update@eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for@​eslint/js release (Jenkins)
  • a1f4e52 chore: update@eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency@​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
  • 2375a6d chore: package.json update for@​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • See full diff incompare view

Updatesglobals from 16.4.0 to 16.5.0

Release notes

Sourced fromglobals's releases.

v16.5.0

  • Update globals (2025-11-01) (#316) 6d441ca
  • Add Vue, Svelte, and Astro globals (#314) ea31521

sindresorhus/globals@v16.4.0...v16.5.0

Commits

Updateseslint from 9.38.0 to 9.39.0

Release notes

Sourced fromeslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key inno-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location infor-direction andno-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: updatecomplexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversalstep.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from@​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correctScope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: useAST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correctRule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag ofno-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples fornofunc inno-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update@eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for@​eslint/js release (Jenkins)
  • a1f4e52 chore: update@eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency@​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency NameIgnore Conditions
eslint[>= 9.1.a, < 9.2]
eslint[>= 9.2.a, < 9.3]
eslint[>= 9.0.a, < 9.1]

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

Bumps the all-dependencies group with 4 updates: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [globals](https://github.com/sindresorhus/globals) and [eslint](https://github.com/eslint/eslint).Updates `@eslint/compat` from 1.4.0 to 1.4.1- [Release notes](https://github.com/eslint/rewrite/releases)- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)- [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.1/packages/compat)Updates `@eslint/js` from 9.38.0 to 9.39.0- [Release notes](https://github.com/eslint/eslint/releases)- [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js)Updates `globals` from 16.4.0 to 16.5.0- [Release notes](https://github.com/sindresorhus/globals/releases)- [Commits](sindresorhus/globals@v16.4.0...v16.5.0)Updates `eslint` from 9.38.0 to 9.39.0- [Release notes](https://github.com/eslint/eslint/releases)- [Commits](eslint/eslint@v9.38.0...v9.39.0)---updated-dependencies:- dependency-name: "@eslint/compat"  dependency-version: 1.4.1  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: all-dependencies- dependency-name: "@eslint/js"  dependency-version: 9.39.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: globals  dependency-version: 16.5.0  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: all-dependencies- dependency-name: eslint  dependency-version: 9.39.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: all-dependencies...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsNov 3, 2025
@dependabotdependabotbot requested a review froma team as acode ownerNovember 3, 2025 00:01
@dependabotdependabotbot requested a review fromareliaNovember 3, 2025 00:01
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsNov 3, 2025
@areliaarelia merged commitaad1724 intomainNov 4, 2025
3 checks passed
@areliaarelia deleted the dependabot/npm_and_yarn/all-dependencies-33dd579f76 branchNovember 4, 2025 21:35
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@areliaareliaarelia approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@arelia

[8]ページ先頭

©2009-2025 Movatter.jp