Skip to content

Commit

Permalink
Publish release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
1 parent f3e79a7 commit d3542f2
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/quick-kangaroos-stare.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/slimy-dancers-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-actors-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-geckos-doubt.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# eslint-plugin-import-sorting

## 2.0.0

### Major Changes

- Remove deprecated settings ([#18](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/18))

- `import-sorting/known-framework` should be changed to `import-sorting/framework-patterns`
- `import-sorting/known-first-party` should be changed to `import-sorting/internal-patterns`

### Minor Changes

- Group unassigned imports at the top ([#18](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/18))
Unassigned imports are grouped together, but not sorted in case of potential side-effects.
- Include Bun runtime modules in `builtin` group ([#18](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/18))
Since some builtin modules require a `bun:` or `node:` protocol prefix while others do not, sorting ignores the protocol prefix. (Including it consistently is recommended)
- Include additional extensions in `style` group ([#18](https://github.com/stormwarning/eslint-plugin-import-sorting/pull/18))
The `style` group now matches imports of Less, Sass, Stylus, and more.

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import-sorting",
"version": "1.2.2",
"version": "2.0.0",
"description": "ESLint plugin to group and sort imports by module, à la Python isort",
"keywords": [
"eslint",
Expand Down

0 comments on commit d3542f2

Please sign in to comment.