From 1abc1a601445fc7f4cdb7465035c1b2b85084876 Mon Sep 17 00:00:00 2001 From: "TableCheck Inc." Date: Mon, 18 Mar 2024 08:17:13 +0000 Subject: [PATCH] Bump independent versions [skip ci] - @tablecheck/eslint-config@8.4.0 --- package-lock.json | 3 +-- packages/eslint-config/CHANGELOG.md | 17 ++++++----------- packages/eslint-config/package.json | 2 +- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6ab76a..f6b09b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2509,7 +2509,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -37580,7 +37579,7 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "8.3.0", + "version": "8.4.0", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 13e958f..e23f9bb 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,23 +1,18 @@ -# v8.4.0 (Mon Mar 18 2024) +# Change Log -:tada: This release contains work from a new contributor! :tada: +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -Thank you, Akash Gupta ([@akashgupta-tc](https://github.com/akashgupta-tc)), for all your work! +# [8.4.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.3.0...@tablecheck/eslint-config@8.4.0) (2024-03-18) -#### 🚀 Enhancement -- fix(eslint-config): turns on rule for error when no key in map [#107](https://github.com/tablecheck/frontend/pull/107) ([@akashgupta-tc](https://github.com/akashgupta-tc)) +### Bug Fixes -#### Authors: 1 +* **eslint-config:** turns on rule for error when no key in map ([c941b9b](https://github.com/tablecheck/frontend/commit/c941b9bdc508749e66a8bd5c9e61c57eb932c155)) -- Akash Gupta ([@akashgupta-tc](https://github.com/akashgupta-tc)) ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [8.3.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.2.5...@tablecheck/eslint-config@8.3.0) (2024-02-06) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 18f6989..75c7c2b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "8.3.0", + "version": "8.4.0", "exports": { ".": { "types": "./dist/index.d.ts",