diff --git a/package-lock.json b/package-lock.json index b2f2005..ff59820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2484,7 +2484,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -38599,12 +38598,12 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "9.2.1", + "version": "10.0.0", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "19.3.0", - "@tablecheck/eslint-plugin": "^7.1.1", + "@tablecheck/eslint-plugin": "^8.0.0", "@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/parser": "7.13.1", "eslint-config-airbnb": "^19.0.4", @@ -38640,7 +38639,7 @@ }, "packages/eslint-plugin": { "name": "@tablecheck/eslint-plugin", - "version": "7.1.1", + "version": "8.0.0", "license": "MIT", "dependencies": { "eslint-module-utils": "2.8.0" @@ -38987,7 +38986,7 @@ }, "packages/vite-import-massager-plugin": { "name": "@tablecheck/vite-import-massager-plugin", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "magic-string": "^0.30.11" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index eb1c3b6..45da502 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,19 +1,23 @@ -# v10.0.0 (Thu Sep 12 2024) +# Change Log -#### 💥 Breaking Change +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- feat: add vite import massager plugin [#114](https://github.com/tablecheck/frontend/pull/114) ([@SimeonC](https://github.com/SimeonC)) +# [10.0.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@9.2.1...@tablecheck/eslint-config@10.0.0) (2024-09-12) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Features + +* add vite import massager plugin ([ae8809f](https://github.com/tablecheck/frontend/commit/ae8809fc50184f8c63a76f34bcbd780e99600523)) + + +### BREAKING CHANGES + +* eslint-plugin has ‘forbidden imports’ replaced with vite plugin + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [9.2.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@9.2.0...@tablecheck/eslint-config@9.2.1) (2024-09-02) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5638e07..4ba0d5f 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": "9.2.1", + "version": "10.0.0", "exports": { ".": { "types": "./dist/index.d.ts", @@ -57,7 +57,7 @@ "dependencies": { "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "19.3.0", - "@tablecheck/eslint-plugin": "^7.1.1", + "@tablecheck/eslint-plugin": "^8.0.0", "@typescript-eslint/eslint-plugin": "7.13.1", "@typescript-eslint/parser": "7.13.1", "eslint-config-airbnb": "^19.0.4", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 44d5c3c..40cd5be 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,19 +1,23 @@ -# v8.0.0 (Thu Sep 12 2024) +# Change Log -#### 💥 Breaking Change +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- feat: add vite import massager plugin [#114](https://github.com/tablecheck/frontend/pull/114) ([@SimeonC](https://github.com/SimeonC)) +# [8.0.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@7.1.1...@tablecheck/eslint-plugin@8.0.0) (2024-09-12) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Features + +* add vite import massager plugin ([ae8809f](https://github.com/tablecheck/frontend/commit/ae8809fc50184f8c63a76f34bcbd780e99600523)) + + +### BREAKING CHANGES + +* eslint-plugin has ‘forbidden imports’ replaced with vite plugin + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [7.1.1](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@7.1.0...@tablecheck/eslint-plugin@7.1.1) (2024-09-02) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 88164a4..5b44519 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "7.1.1", + "version": "8.0.0", "exports": { ".": { "default": "./dist/index.js" diff --git a/packages/vite-import-massager-plugin/CHANGELOG.md b/packages/vite-import-massager-plugin/CHANGELOG.md index d2112cc..6a6ab02 100644 --- a/packages/vite-import-massager-plugin/CHANGELOG.md +++ b/packages/vite-import-massager-plugin/CHANGELOG.md @@ -1,3 +1,24 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 2.0.0 (2024-09-12) + + +### Features + +* add vite import massager plugin ([ae8809f](https://github.com/tablecheck/frontend/commit/ae8809fc50184f8c63a76f34bcbd780e99600523)) + + +### BREAKING CHANGES + +* eslint-plugin has ‘forbidden imports’ replaced with vite plugin + + + + + # v2.0.0 (Thu Sep 12 2024) #### 💥 Breaking Change diff --git a/packages/vite-import-massager-plugin/package.json b/packages/vite-import-massager-plugin/package.json index 97b6a88..984e0e0 100644 --- a/packages/vite-import-massager-plugin/package.json +++ b/packages/vite-import-massager-plugin/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "1.0.0", + "version": "2.0.0", "type": "module", "exports": { ".": {