Skip to content

Commit af60e02

Browse files
committed
chore: release main
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3010544 commit af60e02

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.2.4](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.3...eslint-config-v3.2.4) (2025-05-27)
4+
5+
6+
### Dependencies
7+
8+
* Bump eslint-import-resolver-typescript from 4.3.4 to 4.3.5 ([#527](https://github.com/lightbasenl/platforms/issues/527)) ([ba1fce9](https://github.com/lightbasenl/platforms/commit/ba1fce949b9718c5b58a57af75f83b7866425f95))
9+
* Bump eslint-import-resolver-typescript from 4.3.5 to 4.4.0 ([#531](https://github.com/lightbasenl/platforms/issues/531)) ([5660cb8](https://github.com/lightbasenl/platforms/commit/5660cb8bf280247b00a8b65d2a5264e9919644c4))
10+
* Bump eslint-import-resolver-typescript from 4.4.0 to 4.4.1 ([#533](https://github.com/lightbasenl/platforms/issues/533)) ([3010544](https://github.com/lightbasenl/platforms/commit/3010544e431751ab2c45e774bba08ed51af8e437))
11+
* Bump eslint-plugin-import-x from 4.11.1 to 4.12.2 ([#523](https://github.com/lightbasenl/platforms/issues/523)) ([5d71682](https://github.com/lightbasenl/platforms/commit/5d71682cd0ccb5f586e7e912191d031463cb79f8))
12+
* Bump eslint-plugin-import-x from 4.12.2 to 4.13.1 ([#530](https://github.com/lightbasenl/platforms/issues/530)) ([bbdb377](https://github.com/lightbasenl/platforms/commit/bbdb377c918fa7fdb44df6258d7937f308cb4579))
13+
* Bump eslint-plugin-import-x from 4.13.1 to 4.13.3 ([#532](https://github.com/lightbasenl/platforms/issues/532)) ([6756da8](https://github.com/lightbasenl/platforms/commit/6756da86bd270697c6c74588f9bf4cdf52c6b958))
14+
* Bump eslint-plugin-jsdoc from 50.6.14 to 50.6.17 ([#516](https://github.com/lightbasenl/platforms/issues/516)) ([8f1ae20](https://github.com/lightbasenl/platforms/commit/8f1ae201747d7296733e20893f1af801e49c96b0))
15+
* Bump globals from 16.1.0 to 16.2.0 ([#529](https://github.com/lightbasenl/platforms/issues/529)) ([cf2e5fa](https://github.com/lightbasenl/platforms/commit/cf2e5fa2dffcaf8dfb494905cf906a3cf5bf0bfb))
16+
* Bump synckit from 0.11.4 to 0.11.5 ([#517](https://github.com/lightbasenl/platforms/issues/517)) ([330abf2](https://github.com/lightbasenl/platforms/commit/330abf240cb7596bd754de9303158d4843513b69))
17+
* Bump synckit from 0.11.5 to 0.11.6 ([#522](https://github.com/lightbasenl/platforms/issues/522)) ([6b635b4](https://github.com/lightbasenl/platforms/commit/6b635b4630a853c72e37b9334bd6ac473fb3599e))
18+
* Bump the eslint group with 2 updates ([#520](https://github.com/lightbasenl/platforms/issues/520)) ([c335a1e](https://github.com/lightbasenl/platforms/commit/c335a1efef84d3f2406960291fb21ecf2be6abce))
19+
* Bump the eslint-mdx group with 2 updates ([#521](https://github.com/lightbasenl/platforms/issues/521)) ([ba9f539](https://github.com/lightbasenl/platforms/commit/ba9f5391e5fec49235eed47f29faed526de82f76))
20+
321
## [3.2.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.2...eslint-config-v3.2.3) (2025-05-13)
422

523
### Dependencies

packages/eslint-config/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightbase/eslint-config",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "ESLint based linting and formatting configuration",
55
"type": "module",
66
"license": "MIT",
@@ -19,7 +19,11 @@
1919
},
2020
"main": "./dist/src/index.js",
2121
"types": "./dist/src/index.d.ts",
22-
"files": ["README.md", "LICENSE", "dist/src"],
22+
"files": [
23+
"README.md",
24+
"LICENSE",
25+
"dist/src"
26+
],
2327
"scripts": {
2428
"build": "tsc -p ./tsconfig.json",
2529
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/eslint-config": "3.2.3",
2+
"packages/eslint-config": "3.2.4",
33
"packages/pull-through-cache": "0.2.3",
44
"packages/utils": "1.1.0"
55
}

0 commit comments

Comments
 (0)