Skip to content

Commit 288453b

Browse files
committed
chore(main): release eslint-config-fuf 1.3.3
1 parent b7ef03f commit 288453b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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-fuf": "1.3.2",
2+
"packages/eslint-config-fuf": "1.3.3",
33
"packages/project-cli-tools": "1.0.14",
44
"packages/typescript-config": "0.4.0",
55
"packages/vitest-config": "4.1.1"

packages/eslint-config-fuf/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.3](https://github.com/fuf-stack/ts-project-setup/compare/eslint-config-fuf-v1.3.2...eslint-config-fuf-v1.3.3) (2025-12-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config-fuf:** update dependency eslint-plugin-storybook to v10.1.5 ([#977](https://github.com/fuf-stack/ts-project-setup/issues/977)) ([05eb81d](https://github.com/fuf-stack/ts-project-setup/commit/05eb81d5dc6d709a945ff0ef787d62fe6535260f))
12+
* **eslint-config-fuf:** update dependency eslint-plugin-storybook to v10.1.7 ([#979](https://github.com/fuf-stack/ts-project-setup/issues/979)) ([3385be2](https://github.com/fuf-stack/ts-project-setup/commit/3385be22119b737b028a5012cae073cfb1e7890c))
13+
* **eslint-config-fuf:** update dependency eslint-plugin-storybook to v10.1.8 ([#986](https://github.com/fuf-stack/ts-project-setup/issues/986)) ([b46d05f](https://github.com/fuf-stack/ts-project-setup/commit/b46d05f85785d1664b6dfec3aaf1a1b4932918f1))
14+
* **eslint-config-fuf:** update dependency eslint-plugin-storybook to v10.1.9 ([#992](https://github.com/fuf-stack/ts-project-setup/issues/992)) ([39432a9](https://github.com/fuf-stack/ts-project-setup/commit/39432a9d92cb0acd21b768f3fa29120330903a8e))
15+
* **eslint-config-fuf:** update dependency typescript-eslint to v8.49.0 ([#974](https://github.com/fuf-stack/ts-project-setup/issues/974)) ([bdb7a17](https://github.com/fuf-stack/ts-project-setup/commit/bdb7a17d5db154de6ded92e83c741bd71f5d8e79))
16+
* **eslint-config-fuf:** update dependency typescript-eslint to v8.50.0 ([#994](https://github.com/fuf-stack/ts-project-setup/issues/994)) ([b7ef03f](https://github.com/fuf-stack/ts-project-setup/commit/b7ef03fba4e6701183451e89f8be884703486cf6))
17+
* **eslint-config-fuf:** update eslint monorepo to v9.39.2 ([#987](https://github.com/fuf-stack/ts-project-setup/issues/987)) ([c3c9fd5](https://github.com/fuf-stack/ts-project-setup/commit/c3c9fd5777eaec5b606a7f81ac8f7422ceb6a83c))
18+
619
## [1.3.2](https://github.com/fuf-stack/ts-project-setup/compare/eslint-config-fuf-v1.3.1...eslint-config-fuf-v1.3.2) (2025-12-15)
720

821

packages/eslint-config-fuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuf-stack/eslint-config-fuf",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "fuf base eslint config for typescript",
55
"author": "Fröhlich ∧ Frei",
66
"homepage": "https://github.com/fuf-stack/ts-project-setup#readme",

0 commit comments

Comments
 (0)