Skip to content
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
14 changes: 0 additions & 14 deletions .changeset/eslint-10-support.md

This file was deleted.

13 changes: 13 additions & 0 deletions eslint-plugin-react-component-architecture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @boring-stack-pkg/eslint-plugin-react-component-architecture

## 0.3.0

### Minor Changes

- [#5](https://github.com/boringstack-xyz/eslint-plugins/pull/5) [`7954d7b`](https://github.com/boringstack-xyz/eslint-plugins/commit/7954d7b6d6d8b476f1595240625b31f2b50fd405) Thanks [@agjs](https://github.com/agjs)! - Support ESLint 10.

ESLint 10 removed `context.getFilename()` (deprecated since v9). Switched
all rules in these three plugins to use the `context.filename` property
introduced in ESLint 9.

Peer dependency widened to `^8.57.0 || ^9.0.0 || ^10.0.0`. ESLint 8.x
and 9.x consumers see no behavior change.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin-react-component-architecture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boring-stack-pkg/eslint-plugin-react-component-architecture",
"version": "0.2.1",
"version": "0.3.0",
"description": "ESLint plugin enforcing React component architecture conventions.",
"type": "module",
"packageManager": "pnpm@10.33.0",
Expand Down
13 changes: 13 additions & 0 deletions eslint-plugin-resource-architecture/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @boring-stack-pkg/eslint-plugin-resource-architecture

## 0.2.0

### Minor Changes

- [#5](https://github.com/boringstack-xyz/eslint-plugins/pull/5) [`7954d7b`](https://github.com/boringstack-xyz/eslint-plugins/commit/7954d7b6d6d8b476f1595240625b31f2b50fd405) Thanks [@agjs](https://github.com/agjs)! - Support ESLint 10.

ESLint 10 removed `context.getFilename()` (deprecated since v9). Switched
all rules in these three plugins to use the `context.filename` property
introduced in ESLint 9.

Peer dependency widened to `^8.57.0 || ^9.0.0 || ^10.0.0`. ESLint 8.x
and 9.x consumers see no behavior change.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin-resource-architecture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boring-stack-pkg/eslint-plugin-resource-architecture",
"version": "0.1.2",
"version": "0.2.0",
"description": "ESLint rules for resource-oriented, concern-suffixed project layouts.",
"type": "module",
"packageManager": "pnpm@10.33.0",
Expand Down
13 changes: 13 additions & 0 deletions eslint-plugin-tanstack-query-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @boring-stack-pkg/eslint-plugin-tanstack-query-cache

## 0.2.0

### Minor Changes

- [#5](https://github.com/boringstack-xyz/eslint-plugins/pull/5) [`7954d7b`](https://github.com/boringstack-xyz/eslint-plugins/commit/7954d7b6d6d8b476f1595240625b31f2b50fd405) Thanks [@agjs](https://github.com/agjs)! - Support ESLint 10.

ESLint 10 removed `context.getFilename()` (deprecated since v9). Switched
all rules in these three plugins to use the `context.filename` property
introduced in ESLint 9.

Peer dependency widened to `^8.57.0 || ^9.0.0 || ^10.0.0`. ESLint 8.x
and 9.x consumers see no behavior change.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin-tanstack-query-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boring-stack-pkg/eslint-plugin-tanstack-query-cache",
"version": "0.1.2",
"version": "0.2.0",
"description": "ESLint rules for TanStack Query cache consistency: spread query keys must use setQueriesData / matcher APIs instead of setQueryData on the prefix alone.",
"type": "module",
"packageManager": "pnpm@10.33.0",
Expand Down