From 184aff64a1c7ae5dbc886093cfb23a570ef36bea Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Thu, 11 Jun 2026 07:55:58 +0200 Subject: [PATCH 1/2] chore: release main Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/eslint-config/CHANGELOG.md | 20 ++++++++++++++++++++ packages/eslint-config/package.json | 8 ++++++-- release-please-manifest.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index de8c7a39..30e97cfd 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [4.3.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v4.3.2...eslint-config-v4.3.3) (2026-06-11) + + +### Dependencies + +* Bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 ([#920](https://github.com/lightbasenl/platforms/issues/920)) ([79384a7](https://github.com/lightbasenl/platforms/commit/79384a78e508758775a1df467f403102d50a4c06)) +* Bump eslint-plugin-jsdoc from 62.9.0 to 63.0.0 ([#911](https://github.com/lightbasenl/platforms/issues/911)) ([98d8cfd](https://github.com/lightbasenl/platforms/commit/98d8cfdb45b9d0ed727ca00408f5ac7d936adbe0)) +* Bump eslint-plugin-jsdoc from 63.0.0 to 63.0.1 ([#917](https://github.com/lightbasenl/platforms/issues/917)) ([870fa8a](https://github.com/lightbasenl/platforms/commit/870fa8ac9682e42b7c53a3461cfcccefa2b3ead3)) +* Bump eslint-plugin-jsdoc from 63.0.1 to 63.0.2 ([#923](https://github.com/lightbasenl/platforms/issues/923)) ([349ca44](https://github.com/lightbasenl/platforms/commit/349ca4451af6bdd4340aa1dae97447f87060ebf7)) +* Bump prettier from 3.8.3 to 3.8.4 ([#925](https://github.com/lightbasenl/platforms/issues/925)) ([8c1e671](https://github.com/lightbasenl/platforms/commit/8c1e671e55062375a4da4a015bcd2470644edfbc)) +* Bump synckit from 0.11.12 to 0.11.13 ([#914](https://github.com/lightbasenl/platforms/issues/914)) ([f56610c](https://github.com/lightbasenl/platforms/commit/f56610caf38a7b017836757fc6e1b332b91ceabf)) +* Bump the eslint-mdx group with 2 updates ([#913](https://github.com/lightbasenl/platforms/issues/913)) ([87c2faa](https://github.com/lightbasenl/platforms/commit/87c2faa67f22fc833419e52017e2c6d2b6c75e3e)) +* Bump the eslint-mdx group with 2 updates ([#916](https://github.com/lightbasenl/platforms/issues/916)) ([3459da3](https://github.com/lightbasenl/platforms/commit/3459da32bdd431d8b025ca6f5f69c739cbaa82b6)) +* Bump the typescript-eslint group with 3 updates ([#894](https://github.com/lightbasenl/platforms/issues/894)) ([a707bd6](https://github.com/lightbasenl/platforms/commit/a707bd6046c6c9b14e7f9c4adca2c88ab2a4a37d)) +* Bump the typescript-eslint group with 3 updates ([#899](https://github.com/lightbasenl/platforms/issues/899)) ([fa53254](https://github.com/lightbasenl/platforms/commit/fa53254a8d520398181b01ee41cbb4a479883cae)) +* Bump the typescript-eslint group with 3 updates ([#906](https://github.com/lightbasenl/platforms/issues/906)) ([539f8e4](https://github.com/lightbasenl/platforms/commit/539f8e4ee60688719c8517decd2f8161bf261e73)) +* Bump the typescript-eslint group with 3 updates ([#912](https://github.com/lightbasenl/platforms/issues/912)) ([d502be2](https://github.com/lightbasenl/platforms/commit/d502be2d3c170fcab5542eaf4c2ff1f61b095e21)) +* Bump the typescript-eslint group with 3 updates ([#918](https://github.com/lightbasenl/platforms/issues/918)) ([e0562cd](https://github.com/lightbasenl/platforms/commit/e0562cd10531c65262ed3a30ff3b9eb9c14e1633)) +* Bump the typescript-eslint group with 3 updates ([#924](https://github.com/lightbasenl/platforms/issues/924)) ([d07913b](https://github.com/lightbasenl/platforms/commit/d07913b7c6283786c76860047bee0c2b0c37080b)) + ## [4.3.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v4.3.1...eslint-config-v4.3.2) (2026-05-04) ### Dependencies diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 65221c9c..01f64c1e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lightbase/eslint-config", - "version": "4.3.2", + "version": "4.3.3", "description": "ESLint based linting and formatting configuration", "bugs": { "url": "https://github.com/lightbasenl/platforms/issues" @@ -11,7 +11,11 @@ "url": "git+https://github.com/lightbasenl/platforms.git", "directory": "packages/eslint-config" }, - "files": ["README.md", "LICENSE", "dist/src"], + "files": [ + "README.md", + "LICENSE", + "dist/src" + ], "type": "module", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/release-please-manifest.json b/release-please-manifest.json index 4de3409d..73fe0c9f 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/eslint-config": "4.3.2", + "packages/eslint-config": "4.3.3", "packages/pull-through-cache": "0.4.2", "packages/utils": "1.4.1" } From 3f6940e9754eb0883750be3c8fa678ab9e043d0d Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Thu, 11 Jun 2026 05:57:02 +0000 Subject: [PATCH 2/2] chore: lint fixes --- packages/eslint-config/CHANGELOG.md | 57 +++++++++++++++++++++-------- packages/eslint-config/package.json | 6 +-- 2 files changed, 43 insertions(+), 20 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 30e97cfd..56884e06 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,23 +2,50 @@ ## [4.3.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v4.3.2...eslint-config-v4.3.3) (2026-06-11) - ### Dependencies -* Bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 ([#920](https://github.com/lightbasenl/platforms/issues/920)) ([79384a7](https://github.com/lightbasenl/platforms/commit/79384a78e508758775a1df467f403102d50a4c06)) -* Bump eslint-plugin-jsdoc from 62.9.0 to 63.0.0 ([#911](https://github.com/lightbasenl/platforms/issues/911)) ([98d8cfd](https://github.com/lightbasenl/platforms/commit/98d8cfdb45b9d0ed727ca00408f5ac7d936adbe0)) -* Bump eslint-plugin-jsdoc from 63.0.0 to 63.0.1 ([#917](https://github.com/lightbasenl/platforms/issues/917)) ([870fa8a](https://github.com/lightbasenl/platforms/commit/870fa8ac9682e42b7c53a3461cfcccefa2b3ead3)) -* Bump eslint-plugin-jsdoc from 63.0.1 to 63.0.2 ([#923](https://github.com/lightbasenl/platforms/issues/923)) ([349ca44](https://github.com/lightbasenl/platforms/commit/349ca4451af6bdd4340aa1dae97447f87060ebf7)) -* Bump prettier from 3.8.3 to 3.8.4 ([#925](https://github.com/lightbasenl/platforms/issues/925)) ([8c1e671](https://github.com/lightbasenl/platforms/commit/8c1e671e55062375a4da4a015bcd2470644edfbc)) -* Bump synckit from 0.11.12 to 0.11.13 ([#914](https://github.com/lightbasenl/platforms/issues/914)) ([f56610c](https://github.com/lightbasenl/platforms/commit/f56610caf38a7b017836757fc6e1b332b91ceabf)) -* Bump the eslint-mdx group with 2 updates ([#913](https://github.com/lightbasenl/platforms/issues/913)) ([87c2faa](https://github.com/lightbasenl/platforms/commit/87c2faa67f22fc833419e52017e2c6d2b6c75e3e)) -* Bump the eslint-mdx group with 2 updates ([#916](https://github.com/lightbasenl/platforms/issues/916)) ([3459da3](https://github.com/lightbasenl/platforms/commit/3459da32bdd431d8b025ca6f5f69c739cbaa82b6)) -* Bump the typescript-eslint group with 3 updates ([#894](https://github.com/lightbasenl/platforms/issues/894)) ([a707bd6](https://github.com/lightbasenl/platforms/commit/a707bd6046c6c9b14e7f9c4adca2c88ab2a4a37d)) -* Bump the typescript-eslint group with 3 updates ([#899](https://github.com/lightbasenl/platforms/issues/899)) ([fa53254](https://github.com/lightbasenl/platforms/commit/fa53254a8d520398181b01ee41cbb4a479883cae)) -* Bump the typescript-eslint group with 3 updates ([#906](https://github.com/lightbasenl/platforms/issues/906)) ([539f8e4](https://github.com/lightbasenl/platforms/commit/539f8e4ee60688719c8517decd2f8161bf261e73)) -* Bump the typescript-eslint group with 3 updates ([#912](https://github.com/lightbasenl/platforms/issues/912)) ([d502be2](https://github.com/lightbasenl/platforms/commit/d502be2d3c170fcab5542eaf4c2ff1f61b095e21)) -* Bump the typescript-eslint group with 3 updates ([#918](https://github.com/lightbasenl/platforms/issues/918)) ([e0562cd](https://github.com/lightbasenl/platforms/commit/e0562cd10531c65262ed3a30ff3b9eb9c14e1633)) -* Bump the typescript-eslint group with 3 updates ([#924](https://github.com/lightbasenl/platforms/issues/924)) ([d07913b](https://github.com/lightbasenl/platforms/commit/d07913b7c6283786c76860047bee0c2b0c37080b)) +- Bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 + ([#920](https://github.com/lightbasenl/platforms/issues/920)) + ([79384a7](https://github.com/lightbasenl/platforms/commit/79384a78e508758775a1df467f403102d50a4c06)) +- Bump eslint-plugin-jsdoc from 62.9.0 to 63.0.0 + ([#911](https://github.com/lightbasenl/platforms/issues/911)) + ([98d8cfd](https://github.com/lightbasenl/platforms/commit/98d8cfdb45b9d0ed727ca00408f5ac7d936adbe0)) +- Bump eslint-plugin-jsdoc from 63.0.0 to 63.0.1 + ([#917](https://github.com/lightbasenl/platforms/issues/917)) + ([870fa8a](https://github.com/lightbasenl/platforms/commit/870fa8ac9682e42b7c53a3461cfcccefa2b3ead3)) +- Bump eslint-plugin-jsdoc from 63.0.1 to 63.0.2 + ([#923](https://github.com/lightbasenl/platforms/issues/923)) + ([349ca44](https://github.com/lightbasenl/platforms/commit/349ca4451af6bdd4340aa1dae97447f87060ebf7)) +- Bump prettier from 3.8.3 to 3.8.4 + ([#925](https://github.com/lightbasenl/platforms/issues/925)) + ([8c1e671](https://github.com/lightbasenl/platforms/commit/8c1e671e55062375a4da4a015bcd2470644edfbc)) +- Bump synckit from 0.11.12 to 0.11.13 + ([#914](https://github.com/lightbasenl/platforms/issues/914)) + ([f56610c](https://github.com/lightbasenl/platforms/commit/f56610caf38a7b017836757fc6e1b332b91ceabf)) +- Bump the eslint-mdx group with 2 updates + ([#913](https://github.com/lightbasenl/platforms/issues/913)) + ([87c2faa](https://github.com/lightbasenl/platforms/commit/87c2faa67f22fc833419e52017e2c6d2b6c75e3e)) +- Bump the eslint-mdx group with 2 updates + ([#916](https://github.com/lightbasenl/platforms/issues/916)) + ([3459da3](https://github.com/lightbasenl/platforms/commit/3459da32bdd431d8b025ca6f5f69c739cbaa82b6)) +- Bump the typescript-eslint group with 3 updates + ([#894](https://github.com/lightbasenl/platforms/issues/894)) + ([a707bd6](https://github.com/lightbasenl/platforms/commit/a707bd6046c6c9b14e7f9c4adca2c88ab2a4a37d)) +- Bump the typescript-eslint group with 3 updates + ([#899](https://github.com/lightbasenl/platforms/issues/899)) + ([fa53254](https://github.com/lightbasenl/platforms/commit/fa53254a8d520398181b01ee41cbb4a479883cae)) +- Bump the typescript-eslint group with 3 updates + ([#906](https://github.com/lightbasenl/platforms/issues/906)) + ([539f8e4](https://github.com/lightbasenl/platforms/commit/539f8e4ee60688719c8517decd2f8161bf261e73)) +- Bump the typescript-eslint group with 3 updates + ([#912](https://github.com/lightbasenl/platforms/issues/912)) + ([d502be2](https://github.com/lightbasenl/platforms/commit/d502be2d3c170fcab5542eaf4c2ff1f61b095e21)) +- Bump the typescript-eslint group with 3 updates + ([#918](https://github.com/lightbasenl/platforms/issues/918)) + ([e0562cd](https://github.com/lightbasenl/platforms/commit/e0562cd10531c65262ed3a30ff3b9eb9c14e1633)) +- Bump the typescript-eslint group with 3 updates + ([#924](https://github.com/lightbasenl/platforms/issues/924)) + ([d07913b](https://github.com/lightbasenl/platforms/commit/d07913b7c6283786c76860047bee0c2b0c37080b)) ## [4.3.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v4.3.1...eslint-config-v4.3.2) (2026-05-04) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 01f64c1e..03ed2acf 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -11,11 +11,7 @@ "url": "git+https://github.com/lightbasenl/platforms.git", "directory": "packages/eslint-config" }, - "files": [ - "README.md", - "LICENSE", - "dist/src" - ], + "files": ["README.md", "LICENSE", "dist/src"], "type": "module", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts",