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 0.5.2 to 3.0.1 #230

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

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

Release notes

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

v3.0.1

Patch Changes

v3.0.0

Major Changes

  • #106 19f10aa Thanks @​SukkaW! - eslint-plugin-import-x is a fork of eslint-plugin-import that aims to provide a more performant and more lightweight version of the original plugin.

    Due to the nature of the fork, all eslint-plugin-import's git tags and releases have been copied over to eslint-plugin-import-x. This causes version conflicts when publishing new versions of eslint-plugin-import-x.

    To prevent this, we have decided to publish a new major version of eslint-plugin-import-x that will not conflict with the original eslint-plugin-import's versions.

    See also un-ts/eslint-plugin-import-x#76

Patch Changes

v2.29.1

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.

[Unreleased]

[2.29.1] - 2023-12-14

Fixed

  • [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false (#2919, thanks [@​Pandemic1617])
  • [no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@​ljharb])
  • [Deps] update tsconfig-paths (#2447, thanks [@​domdomegg])

[2.29.0] - 2023-10-22

Added

  • TypeScript config: add .cts and .mts extensions (#2851, thanks [@​Zamiell])
  • [newline-after-import]: new option exactCount and docs update (#1933, thanks [@​anikethsaha] and [@​reosarevok])
  • [newline-after-import]: fix exactCount with considerComments false positive, when there is a leading comment (#2884, thanks [@​kinland])

[2.28.1] - 2023-08-18

... (truncated)

Changelog

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

3.0.1

Patch Changes

3.0.0

Major Changes

  • #106 19f10aa Thanks @​SukkaW! - eslint-plugin-import-x is a fork of eslint-plugin-import that aims to provide a more performant and more lightweight version of the original plugin.

    Due to the nature of the fork, all eslint-plugin-import's git tags and releases have been copied over to eslint-plugin-import-x. This causes version conflicts when publishing new versions of eslint-plugin-import-x.

    To prevent this, we have decided to publish a new major version of eslint-plugin-import-x that will not conflict with the original eslint-plugin-import's versions.

    See also un-ts/eslint-plugin-import-x#76

Patch Changes

0.5.3

Patch Changes

Commits
  • f2f6a48 chore: release eslint-plugin-import-x (#110)
  • 5cce946 perf: improve rule no-cycle using strongly connected components (#111)
  • fe3121a perf: make ExportMap util and no-cycle rule faster (#109)
  • e340575 chore: release eslint-plugin-import-x (#105)
  • 19f10aa chore: an attempt to bump eslint-plugin-import-x into 3.x (#106)
  • eb5a673 docs: update repository url (#108)
  • 2d45869 perf(#103): make no-duplicates way faster (#104)
  • a184b20 chore: release eslint-plugin-import-x (#98)
  • a40726b chore: fix changeset (#102)
  • 293fcf4 feat: disallow import chunkname w/ webpack eager mode (#100)
  • 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 0.5.2 to 3.0.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@v0.5.2...v3.0.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 Jul 15, 2024
@thekhegay thekhegay merged commit 6d1aa07 into main Jul 19, 2024
@thekhegay thekhegay deleted the dependabot/npm_and_yarn/eslint-plugin-import-x-3.0.1 branch July 19, 2024 12:22
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