From bb91fe2ac52803f16f0063ef08375978f7069dfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:06:18 +0000 Subject: [PATCH] chore: version packages --- .changeset/eslint-10-support.md | 14 -------------- .../CHANGELOG.md | 13 +++++++++++++ .../package.json | 2 +- eslint-plugin-resource-architecture/CHANGELOG.md | 13 +++++++++++++ eslint-plugin-resource-architecture/package.json | 2 +- eslint-plugin-tanstack-query-cache/CHANGELOG.md | 13 +++++++++++++ eslint-plugin-tanstack-query-cache/package.json | 2 +- 7 files changed, 42 insertions(+), 17 deletions(-) delete mode 100644 .changeset/eslint-10-support.md diff --git a/.changeset/eslint-10-support.md b/.changeset/eslint-10-support.md deleted file mode 100644 index 8406e63..0000000 --- a/.changeset/eslint-10-support.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@boring-stack-pkg/eslint-plugin-react-component-architecture": minor -"@boring-stack-pkg/eslint-plugin-resource-architecture": minor -"@boring-stack-pkg/eslint-plugin-tanstack-query-cache": minor ---- - -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. diff --git a/eslint-plugin-react-component-architecture/CHANGELOG.md b/eslint-plugin-react-component-architecture/CHANGELOG.md index 6342ef2..317a37c 100644 --- a/eslint-plugin-react-component-architecture/CHANGELOG.md +++ b/eslint-plugin-react-component-architecture/CHANGELOG.md @@ -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 diff --git a/eslint-plugin-react-component-architecture/package.json b/eslint-plugin-react-component-architecture/package.json index aba10b5..648bb20 100644 --- a/eslint-plugin-react-component-architecture/package.json +++ b/eslint-plugin-react-component-architecture/package.json @@ -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", diff --git a/eslint-plugin-resource-architecture/CHANGELOG.md b/eslint-plugin-resource-architecture/CHANGELOG.md index 1aef915..7ad2e42 100644 --- a/eslint-plugin-resource-architecture/CHANGELOG.md +++ b/eslint-plugin-resource-architecture/CHANGELOG.md @@ -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 diff --git a/eslint-plugin-resource-architecture/package.json b/eslint-plugin-resource-architecture/package.json index db7e85e..aa7ab93 100644 --- a/eslint-plugin-resource-architecture/package.json +++ b/eslint-plugin-resource-architecture/package.json @@ -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", diff --git a/eslint-plugin-tanstack-query-cache/CHANGELOG.md b/eslint-plugin-tanstack-query-cache/CHANGELOG.md index 8cb0b27..0f072fe 100644 --- a/eslint-plugin-tanstack-query-cache/CHANGELOG.md +++ b/eslint-plugin-tanstack-query-cache/CHANGELOG.md @@ -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 diff --git a/eslint-plugin-tanstack-query-cache/package.json b/eslint-plugin-tanstack-query-cache/package.json index 16250b1..b08a9b2 100644 --- a/eslint-plugin-tanstack-query-cache/package.json +++ b/eslint-plugin-tanstack-query-cache/package.json @@ -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",