Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
chore(Changesets): 🏷️ Versioning package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 23, 2022
1 parent 5a3ac63 commit 59b786f
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 61 deletions.
8 changes: 0 additions & 8 deletions .changeset/eighty-numbers-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-days-rule.md

This file was deleted.

67 changes: 38 additions & 29 deletions packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,79 +1,88 @@
# @terminal-nerds/eslint-config<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style -->

## 0.7.0

### Minor Changes

- [#108](https://github.com/terminal-nerds/configs/pull/108) [`5a3ac63`](https://github.com/terminal-nerds/configs/commit/5a3ac635a9de02fe5eeeeb7155d8a5c091d09dc2) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Tweak rules:

- `unicorn/prevent-abbreviations` - change to a warning as this is an suggestion, not a bug.
- `node/no-unsupported-features/es-syntax` - temporarily disable, due to a bug - https://github.com/mysticatea/eslint-plugin-node/issues/250

## 0.6.0

### Minor Changes

- [#100](https://github.com/terminal-nerds/configs/pull/100) [`8d8881e`](https://github.com/terminal-nerds/configs/commit/8d8881e1380d2eb438aa2e278473281115035e8b) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Optimize path(s) patterns to be ignored, based on existing dependencies.
- [#100](https://github.com/terminal-nerds/configs/pull/100) [`8d8881e`](https://github.com/terminal-nerds/configs/commit/8d8881e1380d2eb438aa2e278473281115035e8b) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Optimize path(s) patterns to be ignored, based on existing dependencies.

## 0.5.0

### Minor Changes

- [#99](https://github.com/terminal-nerds/configs/pull/99) [`50a4f68`](https://github.com/terminal-nerds/configs/commit/50a4f686b393c16c867dc80358e3752c6f1b8da8) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add better support for [next.js] with [config-next]
- [#99](https://github.com/terminal-nerds/configs/pull/99) [`50a4f68`](https://github.com/terminal-nerds/configs/commit/50a4f686b393c16c867dc80358e3752c6f1b8da8) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add better support for [next.js] with [config-next]

[next.js]: https://nextjs.org/
[config-next]: https://nextjs.org/docs/basic-features/eslint#eslint-config
[next.js]: https://nextjs.org/
[config-next]: https://nextjs.org/docs/basic-features/eslint#eslint-config

- [#92](https://github.com/terminal-nerds/configs/pull/92) [`f5358d8`](https://github.com/terminal-nerds/configs/commit/f5358d8215a35be263971bcb5b2fabaeba082d1b) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update dependency `eslint` to `v8.11.0`
- [#92](https://github.com/terminal-nerds/configs/pull/92) [`f5358d8`](https://github.com/terminal-nerds/configs/commit/f5358d8215a35be263971bcb5b2fabaeba082d1b) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update dependency `eslint` to `v8.11.0`

- [#99](https://github.com/terminal-nerds/configs/pull/99) [`50a4f68`](https://github.com/terminal-nerds/configs/commit/50a4f686b393c16c867dc80358e3752c6f1b8da8) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add better support for [react] or [preact] with:
- [#99](https://github.com/terminal-nerds/configs/pull/99) [`50a4f68`](https://github.com/terminal-nerds/configs/commit/50a4f686b393c16c867dc80358e3752c6f1b8da8) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add better support for [react] or [preact] with:

- [plugin jsx-a11y]
- [plugin react]
- [plugin react-hooks]
- [plugin jsx-a11y]
- [plugin react]
- [plugin react-hooks]

[react]: https://reactjs.org/
[preact]: https://preactjs.com/
[plugin jsx-a11y]: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
[plugin react]: https://github.com/yannickcr/eslint-plugin-react
[plugin react-hooks]: https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks
[react]: https://reactjs.org/
[preact]: https://preactjs.com/
[plugin jsx-a11y]: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
[plugin react]: https://github.com/yannickcr/eslint-plugin-react
[plugin react-hooks]: https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks

## 0.4.0

### Minor Changes

- [#77](https://github.com/terminal-nerds/configs/pull/77) [`f31af88`](https://github.com/terminal-nerds/configs/commit/f31af8819759928ba8370dbf2f3ef857a32eca99) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update `eslint` to `v8.10.0`
- [#77](https://github.com/terminal-nerds/configs/pull/77) [`f31af88`](https://github.com/terminal-nerds/configs/commit/f31af8819759928ba8370dbf2f3ef857a32eca99) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update `eslint` to `v8.10.0`

- [#86](https://github.com/terminal-nerds/configs/pull/86) [`6e1b35d`](https://github.com/terminal-nerds/configs/commit/6e1b35dc9d7480b07c42be79527284355f222a0f) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Disable plugin rule - `yml/no-empty-mapping-value`
- [#86](https://github.com/terminal-nerds/configs/pull/86) [`6e1b35d`](https://github.com/terminal-nerds/configs/commit/6e1b35dc9d7480b07c42be79527284355f222a0f) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Disable plugin rule - `yml/no-empty-mapping-value`

- [#84](https://github.com/terminal-nerds/configs/pull/84) [`ad798f6`](https://github.com/terminal-nerds/configs/commit/ad798f6cf124a584fc2ca78ce063bc61a085aa47) Thanks [@xeho91](https://github.com/xeho91)! - πŸ—οΈ Replace `deepmerge-ts` with shareable helper function - `createMergedConfig()`
- [#84](https://github.com/terminal-nerds/configs/pull/84) [`ad798f6`](https://github.com/terminal-nerds/configs/commit/ad798f6cf124a584fc2ca78ce063bc61a085aa47) Thanks [@xeho91](https://github.com/xeho91)! - πŸ—οΈ Replace `deepmerge-ts` with shareable helper function - `createMergedConfig()`

- [#77](https://github.com/terminal-nerds/configs/pull/77) [`f31af88`](https://github.com/terminal-nerds/configs/commit/f31af8819759928ba8370dbf2f3ef857a32eca99) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update `eslint-plugin-yml` to `v0.14.0`
- [#77](https://github.com/terminal-nerds/configs/pull/77) [`f31af88`](https://github.com/terminal-nerds/configs/commit/f31af8819759928ba8370dbf2f3ef857a32eca99) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update `eslint-plugin-yml` to `v0.14.0`

- [#77](https://github.com/terminal-nerds/configs/pull/77) [`f31af88`](https://github.com/terminal-nerds/configs/commit/f31af8819759928ba8370dbf2f3ef857a32eca99) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update `eslint-plugin-sonarjs` to `v0.12.0`
- [#77](https://github.com/terminal-nerds/configs/pull/77) [`f31af88`](https://github.com/terminal-nerds/configs/commit/f31af8819759928ba8370dbf2f3ef857a32eca99) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update `eslint-plugin-sonarjs` to `v0.12.0`

- [#86](https://github.com/terminal-nerds/configs/pull/86) [`6e1b35d`](https://github.com/terminal-nerds/configs/commit/6e1b35dc9d7480b07c42be79527284355f222a0f) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Remove loading condition (is ES module) for the `unicorn` plugin
- [#86](https://github.com/terminal-nerds/configs/pull/86) [`6e1b35d`](https://github.com/terminal-nerds/configs/commit/6e1b35dc9d7480b07c42be79527284355f222a0f) Thanks [@xeho91](https://github.com/xeho91)! - πŸ”§ Remove loading condition (is ES module) for the `unicorn` plugin

## 0.3.0

### Minor Changes

- [#50](https://github.com/terminal-nerds/configs/pull/50) [`0885987`](https://github.com/terminal-nerds/configs/commit/0885987a40f522b66e072b9e2604a87dc142e36d) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update dependency `eslint` to `v8.9.0`
- [#50](https://github.com/terminal-nerds/configs/pull/50) [`0885987`](https://github.com/terminal-nerds/configs/commit/0885987a40f522b66e072b9e2604a87dc142e36d) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update dependency `eslint` to `v8.9.0`

## 0.2.0

### Minor Changes

- [#38](https://github.com/terminal-nerds/configs/pull/38) [`cfa74ae`](https://github.com/terminal-nerds/configs/commit/cfa74aefe5adb6cde0881a4b252b1f3404901939) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add support for [Storybook] by adding [eslint-plugin-storybook] config
πŸ™ˆ Remove `.github` directory from ignore list
- [#38](https://github.com/terminal-nerds/configs/pull/38) [`cfa74ae`](https://github.com/terminal-nerds/configs/commit/cfa74aefe5adb6cde0881a4b252b1f3404901939) Thanks [@xeho91](https://github.com/xeho91)! - ✨ Add support for [Storybook] by adding [eslint-plugin-storybook] config
πŸ™ˆ Remove `.github` directory from ignore list

[storybook]: https://storybook.js.org/
[eslint-plugin-storybook]: https://github.com/storybookjs/eslint-plugin-storybook
[storybook]: https://storybook.js.org/
[eslint-plugin-storybook]: https://github.com/storybookjs/eslint-plugin-storybook

### Patch Changes

- [#33](https://github.com/terminal-nerds/configs/pull/33) [`0855763`](https://github.com/terminal-nerds/configs/commit/08557638bfea49d310a7cb42cb9e9a842911af08) Thanks [@xeho91](https://github.com/xeho91)! - πŸ“ Improve package documentation in the `README.md` file
- [#33](https://github.com/terminal-nerds/configs/pull/33) [`0855763`](https://github.com/terminal-nerds/configs/commit/08557638bfea49d310a7cb42cb9e9a842911af08) Thanks [@xeho91](https://github.com/xeho91)! - πŸ“ Improve package documentation in the `README.md` file

## 0.1.1

### Patch Changes

- [#19](https://github.com/terminal-nerds/configs/pull/19) [`4015cf2`](https://github.com/terminal-nerds/configs/commit/4015cf23353848c5f37e11561659c8e6d53c2b01) Thanks [@renovate](https://github.com/apps/renovate)! - πŸ“Œ Pin ESLint dependencies
- [#26](https://github.com/terminal-nerds/configs/pull/26) [`0502ac0`](https://github.com/terminal-nerds/configs/commit/0502ac043987b63825a034a968d060160354a585) Thanks [@xeho91](https://github.com/xeho91)! - πŸ“ Improve `README.md` documentation (badges, versions)
- [#19](https://github.com/terminal-nerds/configs/pull/19) [`4015cf2`](https://github.com/terminal-nerds/configs/commit/4015cf23353848c5f37e11561659c8e6d53c2b01) Thanks [@renovate](https://github.com/apps/renovate)! - πŸ“Œ Pin ESLint dependencies
- [#26](https://github.com/terminal-nerds/configs/pull/26) [`0502ac0`](https://github.com/terminal-nerds/configs/commit/0502ac043987b63825a034a968d060160354a585) Thanks [@xeho91](https://github.com/xeho91)! - πŸ“ Improve `README.md` documentation (badges, versions)

## 0.1.0

### Minor Changes

- [#14](https://github.com/terminal-nerds/configs/pull/14) [`ed834c7`](https://github.com/terminal-nerds/configs/commit/ed834c7d5345391d669ed767151671153c65967d) Thanks [@xeho91](https://github.com/xeho91)! - πŸŽ‰ Initial release
- [#14](https://github.com/terminal-nerds/configs/pull/14) [`ed834c7`](https://github.com/terminal-nerds/configs/commit/ed834c7d5345391d669ed767151671153c65967d) Thanks [@xeho91](https://github.com/xeho91)! - πŸŽ‰ Initial release
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public"
},
"name": "@terminal-nerds/eslint-config",
"version": "0.6.0",
"version": "0.7.0",
"description": "Terminal Nerds extendable configuration for ESLint.",
"keywords": [
"config",
Expand Down
Loading

0 comments on commit 59b786f

Please sign in to comment.