Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/formatting-linting-related-27781df260
Open

build(deps/dev): bump the formatting-linting-related group across 1 directory with 5 updates#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/formatting-linting-related-27781df260

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@abinnovision/prettier-config 2.1.5 2.2.0
prettier 3.8.1 3.9.1
@abinnovision/eslint-config-base 3.2.2 3.4.1
@abinnovision/eslint-config-react 3.1.0 3.2.0
eslint 9.39.4 10.6.0

Updates @abinnovision/prettier-config from 2.1.5 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

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

This version was pushed to npm by GitHub Actions, a new releaser for @​abinnovision/prettier-config since your current version.


Updates prettier from 3.8.1 to 3.9.1

Release notes

Sourced from prettier's releases.

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

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.1

diff

CLI: Fix ignored file has been cached incorrectly (#19483 by @​kovsu)

Bug details prettier/prettier#18016

3.9.0

diff

🔗 Release Notes

3.8.5

diff

Flow: Support readonly as a variance annotation (#19022 by @​marcoww6)

Flow now accepts readonly as a property variance annotation, equivalent to + (covariant/read-only).

// Input
type T = {
  readonly foo: string,
};
// Prettier 3.8.4
SyntaxError
// Prettier 3.8.5
type T = {
readonly foo: string,
};

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a
</tr></table> 

... (truncated)

Commits

Updates @abinnovision/eslint-config-base from 3.2.2 to 3.4.1

Release notes

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

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

Commits

Updates @abinnovision/eslint-config-react from 3.1.0 to 3.2.0

Release notes

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

eslint-config-base: v3.2.0

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)

Bug Fixes

  • enhance comments rule to include additional code structures (#587) (2d2f5a0)

eslint-config-react: v3.2.0

3.2.0 (2026-04-28)

Features

eslint-config-react: v3.1.1

3.1.1 (2026-04-05)

Bug Fixes

  • enforce consistent line wrapping with loose strictness (#596) (df6b53b)
Commits
  • 6d61f1e chore: release main (#580)
  • 2d2f5a0 fix: enhance comments rule to include additional code structures (#587)
  • a861a73 docs: align setup guides (#586)
  • ff8bbb2 docs: update readme files (#585)
  • 24c600d build: align internal ESLint configuration with stylistic flavour (#584)
  • 423812b build: extract tsconfig into a separate package (#583)
  • 057584a feat: add ESLint stylistic flavour (#582)
  • dffb27e feat: add new ESLint rules to enhance code quality (#581)
  • a8043e9 feat: replace deprecated rules and remove stylistic rules (#579)
  • 3629836 build: add .omc folder to gitignore (#578)
  • See full diff in compare view

Updates eslint from 9.39.4 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

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

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

| Package | From | To |
| --- | --- | --- |
| [@abinnovision/prettier-config](https://github.com/abinnovision/js-commons) | `2.1.5` | `2.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.9.1` |
| [@abinnovision/eslint-config-base](https://github.com/abinnovision/js-commons) | `3.2.2` | `3.4.1` |
| [@abinnovision/eslint-config-react](https://github.com/abinnovision/js-commons) | `3.1.0` | `3.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.6.0` |



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

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

Updates `@abinnovision/eslint-config-base` from 3.2.2 to 3.4.1
- [Release notes](https://github.com/abinnovision/js-commons/releases)
- [Commits](abinnovision/js-commons@eslint-config-base-v3.2.2...eslint-config-base-v3.4.1)

Updates `@abinnovision/eslint-config-react` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/abinnovision/js-commons/releases)
- [Commits](abinnovision/js-commons@eslint-config-base-v3.1.0...eslint-config-base-v3.2.0)

Updates `eslint` from 9.39.4 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.6.0)

---
updated-dependencies:
- 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: prettier
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: formatting-linting-related
- dependency-name: "@abinnovision/eslint-config-base"
  dependency-version: 3.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: formatting-linting-related
- dependency-name: "@abinnovision/eslint-config-react"
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: formatting-linting-related
- dependency-name: eslint
  dependency-version: 10.6.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 Jun 29, 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.5 ⏵ 2.2.074 +110079 +285 +5100
Updated@​abinnovision/​eslint-config-react@​3.1.0 ⏵ 3.2.075 -210087 -494 +4100
Updated@​abinnovision/​eslint-config-base@​3.2.2 ⏵ 3.4.178 +110010092 -3100
Updatedeslint@​9.39.4 ⏵ 10.6.098 +110010097100
Updatedprettier@​3.8.1 ⏵ 3.9.199 +110097 +198100

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