Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s) (#3003)
Browse files Browse the repository at this point in the history
Releases:
  @rnx-kit/eslint-plugin@0.7.0
  @rnx-kit/eslint-config@0.0.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rnsdkbot and github-actions[bot] committed Mar 12, 2024
1 parent 1eb8c14 commit 1ab5923
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .changeset/young-fishes-warn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @rnx-kit/eslint-config

## 0.0.1

### Patch Changes

- Updated dependencies [1eb8c14]
- @rnx-kit/eslint-plugin@0.7.0
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/eslint-config",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"description": "Shareable ESLint config for @rnx-kit",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/eslint-config#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log - @rnx-kit/eslint-plugin

## 0.7.0

### Minor Changes

- 1eb8c14: Bumped `@typescript-eslint/eslint-plugin` to v7. This brings the following breaking changes:

- Update Node.js engine requirement to ^18.18.0 || >=20.0.0. This means we are dropping support for Node 16, 19, and Node 18 versions prior to 18.18.0. Note that this is the same requirement that ESLint v9 will impose.
- Update the ESLint peer dependency requirement to ^8.56.0.

For more details, check their blog post: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rnx-kit/eslint-plugin",
"version": "0.6.0",
"version": "0.7.0",
"description": "A set of ESLint rules for React developers",
"keywords": [
"eslint",
Expand Down

0 comments on commit 1ab5923

Please sign in to comment.