Skip to content
Open
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
23 changes: 23 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [4.3.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v4.3.1...eslint-config-v4.3.2) (2026-04-17)

### Dependencies

- Bump eslint-plugin-jsdoc from 62.8.1 to 62.9.0
([#870](https://github.com/lightbasenl/platforms/issues/870))
([95830c7](https://github.com/lightbasenl/platforms/commit/95830c7efbae322cfd86fc09596f01d289519f10))
- Bump globals from 17.4.0 to 17.5.0
([#880](https://github.com/lightbasenl/platforms/issues/880))
([fbbff8f](https://github.com/lightbasenl/platforms/commit/fbbff8f82deff0d6c3ec1f91388b7dda2577bda0))
- Bump prettier from 3.8.1 to 3.8.2
([#879](https://github.com/lightbasenl/platforms/issues/879))
([d591a35](https://github.com/lightbasenl/platforms/commit/d591a3564b0671f39c05ed21746225e253c84802))
- Bump prettier from 3.8.2 to 3.8.3
([#882](https://github.com/lightbasenl/platforms/issues/882))
([cc9493d](https://github.com/lightbasenl/platforms/commit/cc9493d5cc6d5197a56326e6632dee79056237fb))
- Bump the typescript-eslint group with 3 updates
([#873](https://github.com/lightbasenl/platforms/issues/873))
([8694b52](https://github.com/lightbasenl/platforms/commit/8694b525eea9c526cc908e28b13713d28c241657))
- Bump the typescript-eslint group with 3 updates
([#881](https://github.com/lightbasenl/platforms/issues/881))
([2825bcf](https://github.com/lightbasenl/platforms/commit/2825bcf80bad8ddfc09325b5a99e557fd28a6d5f))

## [4.3.1](https://github.com/lightbasenl/platforms/compare/eslint-config-v4.3.0...eslint-config-v4.3.1) (2026-04-01)

### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightbase/eslint-config",
"version": "4.3.1",
"version": "4.3.2",
"description": "ESLint based linting and formatting configuration",
"bugs": {
"url": "https://github.com/lightbasenl/platforms/issues"
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/eslint-config": "4.3.1",
"packages/eslint-config": "4.3.2",
"packages/pull-through-cache": "0.4.1",
"packages/utils": "1.4.1"
}