Skip to content

Commit

Permalink
chore: release eslint-plugin-astro (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 31, 2022
1 parent ac8413e commit 8b27f8f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-lions-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-beers-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-pumpkins-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-berries-stare.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eslint-plugin-astro

## 0.21.0

### Minor Changes

- [#130](https://github.com/ota-meshi/eslint-plugin-astro/pull/130) [`ac8413e`](https://github.com/ota-meshi/eslint-plugin-astro/commit/ac8413e2ee3b44ba22aa00f4b5414a5e69a8e88e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add `astro/valid-compile` rule

- [#130](https://github.com/ota-meshi/eslint-plugin-astro/pull/130) [`ac8413e`](https://github.com/ota-meshi/eslint-plugin-astro/commit/ac8413e2ee3b44ba22aa00f4b5414a5e69a8e88e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - BREAKING: add `astro/valid-compile` rule to recommended config

- [#130](https://github.com/ota-meshi/eslint-plugin-astro/pull/130) [`ac8413e`](https://github.com/ota-meshi/eslint-plugin-astro/commit/ac8413e2ee3b44ba22aa00f4b5414a5e69a8e88e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update astro-eslint-parser to v0.9

### Patch Changes

- [#128](https://github.com/ota-meshi/eslint-plugin-astro/pull/128) [`7651071`](https://github.com/ota-meshi/eslint-plugin-astro/commit/76510719d0daa9cdf0f297c4f8b39e1146f7246e) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: revert no-conflict-set-directives status

## 0.20.1

### Patch Changes
Expand Down
6 changes: 5 additions & 1 deletion docs/rules/valid-compile.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "astro/valid-compile"
description: "disallow warnings when compiling."
since: "v0.21.0"
---

# astro/valid-compile

> disallow warnings when compiling.
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> **_This rule has not been released yet._** </badge>
- :gear: This rule is included in `"plugin:astro/recommended"`.

## :book: Rule Details
Expand Down Expand Up @@ -41,6 +41,10 @@ Nothing.

[astro/no-conflict-set-directives]: ./no-conflict-set-directives.md

## :rocket: Version

This rule was introduced in eslint-plugin-astro v0.21.0

## :mag: Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/src/rules/valid-compile.ts)
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-astro",
"version": "0.20.1",
"version": "0.21.0",
"description": "ESLint plugin for Astro component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 8b27f8f

Please sign in to comment.