From 5e0de66371759040aa592038f8a50d5441af603f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:44:47 +0000 Subject: [PATCH] chore: release package(s) --- .changeset/afraid-hounds-doubt.md | 5 ----- .changeset/easy-deer-build.md | 6 ------ .changeset/major-spies-wave.md | 6 ------ stack/CHANGELOG.md | 15 +++++++++++++++ stack/create/CHANGELOG.md | 13 +++++++++++++ stack/create/package.json | 2 +- stack/package.json | 2 +- 7 files changed, 30 insertions(+), 19 deletions(-) delete mode 100644 .changeset/afraid-hounds-doubt.md delete mode 100644 .changeset/easy-deer-build.md delete mode 100644 .changeset/major-spies-wave.md diff --git a/.changeset/afraid-hounds-doubt.md b/.changeset/afraid-hounds-doubt.md deleted file mode 100644 index a7c33c39..00000000 --- a/.changeset/afraid-hounds-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@adbayb/stack": patch ---- - -Update commitlint and turbo dependencies. diff --git a/.changeset/easy-deer-build.md b/.changeset/easy-deer-build.md deleted file mode 100644 index 5ce72f94..00000000 --- a/.changeset/easy-deer-build.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@adbayb/create": major -"@adbayb/stack": major ---- - -Migrate from Prettier to Oxfmt (OXC). diff --git a/.changeset/major-spies-wave.md b/.changeset/major-spies-wave.md deleted file mode 100644 index 3d492644..00000000 --- a/.changeset/major-spies-wave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@adbayb/create": major -"@adbayb/stack": major ---- - -Migrate from ESLint to Oxlint (OXC). diff --git a/stack/CHANGELOG.md b/stack/CHANGELOG.md index abd6b102..108a5d05 100644 --- a/stack/CHANGELOG.md +++ b/stack/CHANGELOG.md @@ -1,5 +1,17 @@ # @adbayb/stack +## 3.0.0 + +### Major Changes + +- [`995fa31`](https://github.com/adbayb/stack/commit/995fa310da56fecfcf722819e03db49687c85a14) Thanks [@adbayb](https://github.com/adbayb)! - Migrate from Prettier to Oxfmt (OXC). + +- [`7baa8ed`](https://github.com/adbayb/stack/commit/7baa8ed751818720825d174c56f8750cdbb5d4c3) Thanks [@adbayb](https://github.com/adbayb)! - Migrate from ESLint to Oxlint (OXC). + +### Patch Changes + +- [`b5dafe3`](https://github.com/adbayb/stack/commit/b5dafe302644e69fdf668d437b1723e19af8c4a3) Thanks [@adbayb](https://github.com/adbayb)! - Update commitlint and turbo dependencies. + ## 2.40.0 ### Minor Changes @@ -187,6 +199,7 @@ - [`7935416`](https://github.com/adbayb/stack/commit/793541692b9e52c2bef539b4b6ba07a631c99700) Thanks [@adbayb](https://github.com/adbayb)! - Use flat configuration for mdx eslint plugin. - [`6f29ae2`](https://github.com/adbayb/stack/commit/6f29ae2bbc9fd026df3785cc070bef3d92abd952) Thanks [@adbayb](https://github.com/adbayb)! - Import and Node Eslint plugin updates including: + - Remove `import-x/no-deprecated` rule (already handled by TypeScript Eslint rule). - Update `n/prefer-global` rule to always enforce no import (enable cross-platform compatibility). - Add `n/hashbang` check. @@ -377,6 +390,7 @@ ### Minor Changes - [`f5db4d8`](https://github.com/adbayb/stack/commit/f5db4d8a98a23244cc160808eaad043a628514d4) Thanks [@adbayb](https://github.com/adbayb)! - Minor updates including: + - Review rules after testing the new stack on a project. - Update template (package.json changes). - Add `package.json` prettier plugin. @@ -477,6 +491,7 @@ ### Minor Changes - [#95](https://github.com/adbayb/stack/pull/95) [`513249d`](https://github.com/adbayb/stack/commit/513249df1b76d1d9832b34fdc13a81569ecce9eb) Thanks [@adbayb](https://github.com/adbayb)! - Update TypeScript config. + - `moduleResolution` is now set to `Bundler` to allow `exports` package.json field resolution. - `target` and `module` are now set to `ESNext` to support, for example, syntaxes that can be used exclusively with `ESNext` module target (for example, import attributes). It should be fine since: - Down leveling the bundled code for wider browser compatibility is a bundler responsibility, not a TS one. diff --git a/stack/create/CHANGELOG.md b/stack/create/CHANGELOG.md index c9dd9c01..4f95726c 100644 --- a/stack/create/CHANGELOG.md +++ b/stack/create/CHANGELOG.md @@ -1,5 +1,18 @@ # @adbayb/create +## 3.0.0 + +### Major Changes + +- [`995fa31`](https://github.com/adbayb/stack/commit/995fa310da56fecfcf722819e03db49687c85a14) Thanks [@adbayb](https://github.com/adbayb)! - Migrate from Prettier to Oxfmt (OXC). + +- [`7baa8ed`](https://github.com/adbayb/stack/commit/7baa8ed751818720825d174c56f8750cdbb5d4c3) Thanks [@adbayb](https://github.com/adbayb)! - Migrate from ESLint to Oxlint (OXC). + +### Patch Changes + +- Updated dependencies [[`b5dafe3`](https://github.com/adbayb/stack/commit/b5dafe302644e69fdf668d437b1723e19af8c4a3), [`995fa31`](https://github.com/adbayb/stack/commit/995fa310da56fecfcf722819e03db49687c85a14), [`7baa8ed`](https://github.com/adbayb/stack/commit/7baa8ed751818720825d174c56f8750cdbb5d4c3)]: + - @adbayb/stack@3.0.0 + ## 2.40.0 ### Patch Changes diff --git a/stack/create/package.json b/stack/create/package.json index ebe6b6f3..f48b93f1 100644 --- a/stack/create/package.json +++ b/stack/create/package.json @@ -1,6 +1,6 @@ { "name": "@adbayb/create", - "version": "2.40.0", + "version": "3.0.0", "description": "My opinionated scaffolding tool", "keywords": [ "development", diff --git a/stack/package.json b/stack/package.json index 04bf17cc..0297d2cf 100644 --- a/stack/package.json +++ b/stack/package.json @@ -1,6 +1,6 @@ { "name": "@adbayb/stack", - "version": "2.40.0", + "version": "3.0.0", "description": "My opinionated JavaScript-based toolchain", "keywords": [ "development",