Skip to content

build(deps/dev): bump the formatting-linting-related group across 1 directory with 6 updates - #119

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/formatting-linting-related-1b171b5c69
Open

build(deps/dev): bump the formatting-linting-related group across 1 directory with 6 updates#119
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/formatting-linting-related-1b171b5c69

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the formatting-linting-related group with 6 updates in the / directory:

Package From To
@abinnovision/eslint-config-base 2.2.0 3.4.2
@abinnovision/prettier-config 2.1.3 2.2.0
eslint 9.20.1 10.9.1
globals 15.15.0 17.12.0
prettier 3.5.1 3.9.6
sort-package-json 2.14.0 4.0.0

Updates @abinnovision/eslint-config-base from 2.2.0 to 3.4.2

Release notes

Sourced from @​abinnovision/eslint-config-base's releases.

eslint-config-base: v3.4.2

3.4.2 (2026-07-15)

Bug Fixes

eslint-config-base: v3.4.1

3.4.1 (2026-05-10)

Bug Fixes

  • add support for additional test directory patterns (#604) (8eee69b)

eslint-config-base: v3.4.0

3.4.0 (2026-04-28)

Features

  • add complementary import-x rules to shared base config (#602) (5e84da1)

eslint-config-base: v3.3.0

3.3.0 (2026-04-28)

Features

eslint-config-base: v3.2.2

3.2.2 (2026-03-22)

Bug Fixes

  • remove lines-around-comment rule to resolve conflicts (#594) (3414a8e)

eslint-config-base: v3.2.1

3.2.1 (2026-03-22)

Bug Fixes

  • disable lines-around-comment rule for JSX/TSX files due to Prettier conflicts (#591) (dcd975b)

eslint-config-base: v3.2.0

3.2.0 (2026-03-08)

... (truncated)

Changelog

Sourced from @​abinnovision/eslint-config-base's changelog.

3.4.2 (2026-07-15)

Bug Fixes

3.4.1 (2026-05-10)

Bug Fixes

  • add support for additional test directory patterns (#604) (8eee69b)

3.4.0 (2026-04-28)

Features

  • add complementary import-x rules to shared base config (#602) (5e84da1)

3.3.0 (2026-04-28)

Features

3.2.2 (2026-03-22)

Bug Fixes

  • remove lines-around-comment rule to resolve conflicts (#594) (3414a8e)

3.2.1 (2026-03-22)

Bug Fixes

  • disable lines-around-comment rule for JSX/TSX files due to Prettier conflicts (#591) (dcd975b)

3.2.0 (2026-03-08)

Features

  • add ESLint stylistic flavour (#582) (057584a)
  • add new ESLint rules to enhance code quality (#581) (dffb27e)
  • replace deprecated rules and remove stylistic rules (#579) (a8043e9)

... (truncated)

Commits

Updates @abinnovision/prettier-config from 2.1.3 to 2.2.0

Release notes

Sourced from @​abinnovision/prettier-config's releases.

commitlint-config: v2.2.0

2.2.0 (2024-08-05)

Features

eslint-config-react: v2.2.0

2.2.0 (2024-10-16)

Features

  • add eslint-plugin-react-hooks with recommended config (#339) (6d0a2e0)

Bug Fixes

eslint-config-base: v2.2.0

2.2.0 (2024-10-24)

Features

  • eslint: add unused-imports plugin and update rules (#356) (303352c)

eslint-config-typescript: v2.2.0

2.2.0 (2024-10-24)

Features

  • eslint: add unused-imports plugin and update rules (#356) (303352c)

prettier-config: v2.2.0

2.2.0 (2026-04-28)

Features

prettier-config: v2.1.5

2.1.5 (2025-11-08)

... (truncated)

Commits
  • bf26a36 chore: release main (#600)
  • 4de4c56 feat: support ESLint 10 in shared configs (#599)
  • 6eeae92 chore: release main (#597)
  • d3f46d6 docs: rename guide and update content for clarity (#598)
  • df6b53b fix: enforce consistent line wrapping with loose strictness (#596)
  • 5b3bc40 chore: release main (#595)
  • 3414a8e fix: remove lines-around-comment rule to resolve conflicts (#594)
  • 41e3146 chore: release main (#593)
  • a5926eb build: remove legacy package from release-please config (#592)
  • dcd975b fix: disable lines-around-comment rule for JSX/TSX files due to Prettier conf...
  • Additional commits viewable in compare view

Updates eslint from 9.20.1 to 10.9.1

Release notes

Sourced from eslint's releases.

v10.9.1

Bug Fixes

  • 1e641c9 fix: no-loss-of-precision false positive with trailing decimal point (#21251) (Aleksandr Shoronov)

Documentation

  • ad74a8d docs: add deprecation steps for EOL package versions (#21248) (Francesco Trotta)

Chores

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


Updates globals from 15.15.0 to 17.12.0

Release notes

Sourced from globals's releases.

v17.12.0

  • Update globals (2026-09-01) (#353) 50a2119
  • Add __webpack_layer__ global (#351) 779a11a

sindresorhus/globals@v17.11.0...v17.12.0

v17.11.0

  • Add react-native globals (#337) 61eafbf

sindresorhus/globals@v17.10.0...v17.11.0

v17.10.0

  • Add GM_cookie to Greasemonkey globals (#349) f468407

sindresorhus/globals@v17.9.0...v17.10.0

v17.9.0

  • Update globals (2026-08-01) (#348) 5a958ed

sindresorhus/globals@v17.8.0...v17.9.0

v17.8.0

  • Update globals (2026-07-01) (#347) 7394811

sindresorhus/globals@v17.7.0...v17.8.0

v17.7.0

  • Update globals (2026-06-22) (#345) 33b75f9

sindresorhus/globals@v17.6.0...v17.7.0

v17.6.0

  • Update globals (2026-05-01) (#343) 00a4dd9

sindresorhus/globals@v17.5.0...v17.6.0

... (truncated)

Commits

Updates prettier from 3.5.1 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

... (truncated)

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.


Updates sort-package-json from 2.14.0 to 4.0.0

Release notes

Sourced from sort-package-json's releases.

v4.0.0

4.0.0 (2026-06-03)

  • refactor!: drop support for Nodejs 20 (#412) (d51292c)

BREAKING CHANGES

  • This drops support for Nodejs 20, and drops the polyfill for Object.groupBy - instead calling it directly. This means this version will fail to run in Nodejs 20 contexts without an Object.groupBy polyfill.

Going forward and issues relating to support for Nodejs 20 will be closed, our minimum supported Nodejs version is 22 - which we will aim to support until April 2027, when it becomes EOL.

v3.7.1

3.7.1 (2026-06-03)

Bug Fixes

  • revert "chore: drop support for Nodejs 20 (#412)" (c22cfe8)

v3.7.0

3.7.0 (2026-06-02)

Features

v3.6.1

3.6.1 (2026-01-25)

Bug Fixes

  • stop forcing exports "types" to be first (#398) (15e1140)

v3.6.0

3.6.0 (2025-12-14)

Features

  • sort dependencies according to detected package manager, support devEngines field (#382) (e3f2370)

v3.5.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sort-package-json since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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

…irectory with 6 updates

Bumps the formatting-linting-related group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@abinnovision/eslint-config-base](https://github.com/abinnovision/js-commons/tree/HEAD/packages/eslint-config-base) | `2.2.0` | `3.4.2` |
| [@abinnovision/prettier-config](https://github.com/abinnovision/js-commons) | `2.1.3` | `2.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.20.1` | `10.9.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `17.12.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.9.6` |
| [sort-package-json](https://github.com/keithamus/sort-package-json) | `2.14.0` | `4.0.0` |



Updates `@abinnovision/eslint-config-base` from 2.2.0 to 3.4.2
- [Release notes](https://github.com/abinnovision/js-commons/releases)
- [Changelog](https://github.com/abinnovision/js-commons/blob/main/packages/eslint-config-base/CHANGELOG.md)
- [Commits](https://github.com/abinnovision/js-commons/commits/eslint-config-base-v3.4.2/packages/eslint-config-base)

Updates `@abinnovision/prettier-config` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/abinnovision/js-commons/releases)
- [Commits](abinnovision/js-commons@prettier-config-v2.1.3...prettier-config-v2.2.0)

Updates `eslint` from 9.20.1 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.20.1...v10.9.1)

Updates `globals` from 15.15.0 to 17.12.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.15.0...v17.12.0)

Updates `prettier` from 3.5.1 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.1...3.9.6)

Updates `sort-package-json` from 2.14.0 to 4.0.0
- [Release notes](https://github.com/keithamus/sort-package-json/releases)
- [Commits](keithamus/sort-package-json@v2.14.0...v4.0.0)

---
updated-dependencies:
- dependency-name: "@abinnovision/eslint-config-base"
  dependency-version: 3.4.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: formatting-linting-related
- dependency-name: "@abinnovision/prettier-config"
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: formatting-linting-related
- dependency-name: eslint
  dependency-version: 10.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: formatting-linting-related
- dependency-name: globals
  dependency-version: 17.12.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: formatting-linting-related
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: formatting-linting-related
- dependency-name: sort-package-json
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: formatting-linting-related
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​abinnovision/​prettier-config@​2.1.3 ⏵ 2.2.074 +110079 +285 +5100
Updated@​abinnovision/​eslint-config-base@​2.2.0 ⏵ 3.4.280 +4100100 +2994 +1100
Updatedglobals@​15.15.0 ⏵ 17.12.010010086 +195 -1100
Updatedsort-package-json@​2.14.0 ⏵ 4.0.0100 +110010091100
Updatedprettier@​3.5.1 ⏵ 3.9.69810097 +194 -3100
Updatedeslint@​9.20.1 ⏵ 10.9.197 +110010096 -1100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants