Skip to content

Bump eslint-config-airbnb-extended from 3.1.1 to 3.2.0 - #595

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/eslint-config-airbnb-extended-3.2.0
Open

Bump eslint-config-airbnb-extended from 3.1.1 to 3.2.0#595
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/npm_and_yarn/development/eslint-config-airbnb-extended-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-config-airbnb-extended from 3.1.1 to 3.2.0.

Changelog

Sourced from eslint-config-airbnb-extended's changelog.

3.2.0 (2026-08-03)

🚀 Features

  • eslint-config-airbnb-extended: Introduced helpers.createAutoTypeScriptImportResolver, a drop-in replacement for createTypeScriptImportResolver that discovers the tsconfig.json closest to each linted file instead of relying on the process working directory, and caches one underlying resolver per discovered tsconfig
  • eslint-config-airbnb-extended: All prebuilt configs now use the automatic TypeScript import resolver, so monorepos where sibling packages declare the same path alias (e.g. @/*) work out of the box, no more false import-x/no-unresolved, import-x/extensions, or import-x/no-extraneous-dependencies errors when a single editor ESLint session lints files across packages
  • eslint-config-airbnb-extended: Added an optional typescriptResolver param to helpers.getImportSettings to forward options to eslint-import-resolver-typescript (merged over the default { alwaysTryTypes: true }), passing an explicit project opts out of the automatic tsconfig discovery

🩹 Fixes

  • eslint-config-airbnb-extended: Import resolution now matches TypeScript semantics, each file resolves against its nearest tsconfig.json, exactly like tsc and the IDE, instead of whichever tsconfig the process working directory happened to point at
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-airbnb-extended](https://github.com/eslint-config/airbnb-extended/tree/HEAD/packages/eslint-config-airbnb-extended) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/eslint-config/airbnb-extended/releases)
- [Changelog](https://github.com/eslint-config/airbnb-extended/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint-config/airbnb-extended/commits/HEAD/packages/eslint-config-airbnb-extended)

---
updated-dependencies:
- dependency-name: eslint-config-airbnb-extended
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Aug 6, 2026
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant