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

chore(Changesets): 🎉 Release package(s) #107

Merged
merged 2 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .changeset/early-timers-move.md

This file was deleted.

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.

25 changes: 24 additions & 1 deletion packages/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# @terminal-nerds/eslint-config<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style -->
# @terminal-nerds/eslint-config<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style no-bare-urls -->

## 0.7.0

### Minor Changes

- [#109](https://github.com/terminal-nerds/configs/pull/109) [`0a7be31`](https://github.com/terminal-nerds/configs/commit/0a7be317f5747c0a1a658b96824597a294324cd6) Thanks [@renovate](https://github.com/apps/renovate)! - ⬆️ Update ESLint dependencies:

- `@rushstack/eslint-patch` - `1.1.0` -> `1.1.1`
- `@typescript-eslint/eslint-plugin` - `5.10.2` -> `5.16.0`
- `@typescript-eslint/parser` - `5.10.2` -> `5.16.0`
- `eslint-config-prettier` - `8.3.0` -> `8.5.0`
- `eslint-define-config` - `1.2.4` -> `1.3.0`
- `eslint-plugin-json-schema-validator` - `2.1.48` -> `2.3.19`
- `eslint-plugin-jsonc` - `2.1.0` -> `2.2.1`
- `eslint-plugin-regexp` - `1.5.1` -> `1.6.0`
- `eslint-plugin-storybook` - `0.5.6` -> `0.5.7`
- `eslint-plugin-svelte3` - `3.4.0` -> `3.4.1`
- `eslint-plugin-unicorn` - `41.0.0` -> `41.0.1`

* [#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

Expand Down
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
6 changes: 6 additions & 0 deletions packages/stylelint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @terminal-nerds/stylelint-config<!-- markdownlint-disable line-length list-marker-space no-duplicate-header ul-style -->

## 0.6.0

### Minor Changes

- [#106](https://github.com/terminal-nerds/configs/pull/106) [`110c8c4`](https://github.com/terminal-nerds/configs/commit/110c8c456a67a39ef63b78fcf4513c7deba1d3e2) Thanks [@xeho91](https://github.com/xeho91)! - 🔧 Tweak recommended built-in Stylelint rules

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"access": "public"
},
"name": "@terminal-nerds/stylelint-config",
"version": "0.5.0",
"version": "0.6.0",
"description": "Terminal Nerds extendable configuration for Stylelint.",
"keywords": [
"config",
Expand Down