diff --git a/CHANGELOG.md b/CHANGELOG.md index d7071ab..7a08ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-alpha.18](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.17...v8.0.0-alpha.18) (2022-10-11) + + +### Features + +* **eslint-config:** remove babel, add tsm config ([7933cb3](https://github.com/TrigenSoftware/scripts/commit/7933cb3da5b2a1139ded40417bcc4dae6c080977)) + + + + + # [8.0.0-alpha.17](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.16...v8.0.0-alpha.17) (2022-10-07) diff --git a/lerna.json b/lerna.json index 85db5d6..b93cf13 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.0-alpha.17", + "version": "8.0.0-alpha.18", "useWorkspaces": true, "command": { "version": { diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index a9aa5fb..63ad890 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-alpha.18](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.17...v8.0.0-alpha.18) (2022-10-11) + + +### Features + +* **eslint-config:** remove babel, add tsm config ([7933cb3](https://github.com/TrigenSoftware/scripts/commit/7933cb3da5b2a1139ded40417bcc4dae6c080977)) + + + + + # [8.0.0-alpha.14](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.13...v8.0.0-alpha.14) (2022-02-18) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f367977..a0253e4 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@trigen/eslint-config", - "version": "8.0.0-alpha.14", + "version": "8.0.0-alpha.18", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT", diff --git a/packages/lint-package-json/CHANGELOG.md b/packages/lint-package-json/CHANGELOG.md index f4ad1c2..ca00b0a 100644 --- a/packages/lint-package-json/CHANGELOG.md +++ b/packages/lint-package-json/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-alpha.18](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.17...v8.0.0-alpha.18) (2022-10-11) + + +### Features + +* **eslint-config:** remove babel, add tsm config ([7933cb3](https://github.com/TrigenSoftware/scripts/commit/7933cb3da5b2a1139ded40417bcc4dae6c080977)) + + + + + # [8.0.0-alpha.16](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.15...v8.0.0-alpha.16) (2022-05-02) diff --git a/packages/lint-package-json/package.json b/packages/lint-package-json/package.json index a9aa332..ecfc748 100644 --- a/packages/lint-package-json/package.json +++ b/packages/lint-package-json/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/lint-package-json", "type": "module", - "version": "8.0.0-alpha.16", + "version": "8.0.0-alpha.18", "description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.", "author": "dangreen", "license": "MIT", diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index f66941d..d26fc64 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0-alpha.18](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.17...v8.0.0-alpha.18) (2022-10-11) + + +### Features + +* **eslint-config:** remove babel, add tsm config ([7933cb3](https://github.com/TrigenSoftware/scripts/commit/7933cb3da5b2a1139ded40417bcc4dae6c080977)) + + + + + # [8.0.0-alpha.9](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.8...v8.0.0-alpha.9) (2022-02-17) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 7e691a5..2d4e311 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/scripts", "type": "module", - "version": "8.0.0-alpha.9", + "version": "8.0.0-alpha.18", "description": "CLI tool for running scripts.", "author": "dangreen", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a95545..ea3faad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,11 +111,8 @@ importers: packages/eslint-config: specifiers: - '@babel/eslint-parser': ^7.15.7 - '@babel/eslint-plugin': ^7.14.5 '@typescript-eslint/eslint-plugin': ^5.0.0 '@typescript-eslint/parser': ^5.0.0 - eslint-plugin-babel: ^5.3.1 eslint-plugin-import: ^2.25.3 eslint-plugin-jest: ^25.0.0 eslint-plugin-jest-dom: ^4.0.0 @@ -124,11 +121,8 @@ importers: eslint-plugin-react-hooks: ^4.3.0 eslint-plugin-testing-library: ^5.0.0 dependencies: - '@babel/eslint-parser': 7.16.5 - '@babel/eslint-plugin': 7.16.5_zi3xz6wgphmxao3z4rcfnvszvu '@typescript-eslint/eslint-plugin': 5.9.1_wlqcdreolgitljyk6jsqltyur4 '@typescript-eslint/parser': 5.9.1 - eslint-plugin-babel: 5.3.1 eslint-plugin-import: 2.25.4_wlqcdreolgitljyk6jsqltyur4 eslint-plugin-jest: 25.3.4_zqmhfhuhraqzshwotp5u7f4hhi eslint-plugin-jest-dom: 4.0.1 @@ -211,29 +205,6 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.16.5: - resolution: {integrity: sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==} - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/core': '>=7.11.0' - eslint: ^7.5.0 || ^8.0.0 - dependencies: - eslint-scope: 5.1.1 - eslint-visitor-keys: 2.1.0 - semver: 6.3.0 - dev: false - - /@babel/eslint-plugin/7.16.5_zi3xz6wgphmxao3z4rcfnvszvu: - resolution: {integrity: sha512-R1p6RMyU1Xl1U/NNr+D4+HjkQzN5dQOX0MpjW9WLWhHDjhzN9gso96MxxOFvPh0fKF/mMH8TGW2kuqQ2eK2s9A==} - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/eslint-parser': '>=7.11.0' - eslint: '>=7.5.0' - dependencies: - '@babel/eslint-parser': 7.16.5 - eslint-rule-composer: 0.3.0 - dev: false - /@babel/generator/7.16.7: resolution: {integrity: sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==} engines: {node: '>=6.9.0'} @@ -4911,15 +4882,6 @@ packages: - supports-color dev: false - /eslint-plugin-babel/5.3.1: - resolution: {integrity: sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g==} - engines: {node: '>=4'} - peerDependencies: - eslint: '>=4.0.0' - dependencies: - eslint-rule-composer: 0.3.0 - dev: false - /eslint-plugin-import/2.25.4_wlqcdreolgitljyk6jsqltyur4: resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} @@ -5041,11 +5003,6 @@ packages: - typescript dev: false - /eslint-rule-composer/0.3.0: - resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==} - engines: {node: '>=4.0.0'} - dev: false - /eslint-scope/5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'}