From 8defbd5434b402caaca0049f7876b444edcc296e Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Thu, 28 Sep 2023 10:56:54 +0200 Subject: [PATCH] Add changeset Signed-off-by: Axel Hecht --- .changeset/eight-spiders-fold.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/eight-spiders-fold.md diff --git a/.changeset/eight-spiders-fold.md b/.changeset/eight-spiders-fold.md new file mode 100644 index 0000000000..e4d35cd11d --- /dev/null +++ b/.changeset/eight-spiders-fold.md @@ -0,0 +1,7 @@ +--- +'@backstage/cli': minor +--- + +Update typescript-eslint to 6.7.x, adding compatibility with TypeScript 5.2. + +This includes a major update on typescript-eslint, you can see the details in the [release notes](https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/).