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

build(deps-dev): bump eslint-plugin-import-x from 3.0.1 to 4.3.1 #246

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2024

Bumps eslint-plugin-import-x from 3.0.1 to 4.3.1.

Release notes

Sourced from eslint-plugin-import-x's releases.

v4.3.1

Patch Changes

  • #162 38d0081 Thanks @​AaronMoat! - Fix issue where no-duplicates rule with prefer-inline incorrectly marks default type and named type imports as duplicates

v4.3.0

Minor Changes

v4.2.1

Patch Changes

v4.2.0

Minor Changes

Patch Changes

v4.1.1

Patch Changes

  • #133 757ffa9 Thanks @​SukkaW! - Fix #123 where the rule no-named-as-default would have confuse TypeScript namespace exports with actual exports.

v4.1.0

Minor Changes

  • #122 cd52e86 Thanks @​michaelfaith! - Add ESLint flat configuration presets. You can access them with:

    import eslintPluginImportX from "eslint-plugin-import-x";
    eslintPluginImportX.flatConfigs.recommended;
    eslintPluginImportX.flatConfigs.react;
    eslintPluginImportX.flatConfigs.typescript;
    eslintPluginImportX.flatConfigs.electron;

  • #132 9948c78 Thanks @​SukkaW! - Added no-rename-default that forbid importing a default export by a different name. Originally created by @​whitneyit, ported by @​SukkaW

v4.0.0

... (truncated)

Changelog

Sourced from eslint-plugin-import-x's changelog.

4.3.1

Patch Changes

  • #162 38d0081 Thanks @​AaronMoat! - Fix issue where no-duplicates rule with prefer-inline incorrectly marks default type and named type imports as duplicates

4.3.0

Minor Changes

4.2.1

Patch Changes

4.2.0

Minor Changes

Patch Changes

4.1.1

Patch Changes

  • #133 757ffa9 Thanks @​SukkaW! - Fix #123 where the rule no-named-as-default will confuse TypeScript namespace exports with actual exports.

4.1.0

Minor Changes

  • #122 cd52e86 Thanks @​michaelfaith! - Add ESLint flat configuration presets. You can access them with:

    import eslintPluginImportX from "eslint-plugin-import-x";
    eslintPluginImportX.flatConfigs.recommended;
    eslintPluginImportX.flatConfigs.react;
    eslintPluginImportX.flatConfigs.typescript;

... (truncated)

Commits
  • 0bac033 chore: release eslint-plugin-import-x (#165)
  • 3811c79 perf(utils): faster ImportDeclaration detect (#163)
  • 38d0081 Fix incorrect no-duplicates prefer-inline default type import handling (#162)
  • b43350c chore: release eslint-plugin-import-x (#161)
  • 4da5388 feat: add support for using resolver object directly in settings (#159)
  • ab65566 docs(README): fix typo (#154)
  • 967e32f chore: release eslint-plugin-import-x (#149)
  • eca73ed fix(no-unused-modules): default src to [process.cwd()] (#147)
  • d228129 fix: backports upstream changes (#148)
  • 978ae88 chore: release eslint-plugin-import-x (#145)
  • Additional commits viewable in compare view

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 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 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-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 3.0.1 to 4.3.1.
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v3.0.1...v4.3.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import-x
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added deps Dependencies update npm Required npm deps update labels Oct 30, 2024
@thekhegay thekhegay merged commit 6790b8d into main Oct 30, 2024
2 checks passed
@thekhegay thekhegay deleted the dependabot/npm_and_yarn/eslint-plugin-import-x-4.3.1 branch October 30, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Dependencies update npm Required npm deps update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant