thefrontside / javascript

Frontside JavaScript tooling
9 stars 5 forks source link

bump typescript and eslint config deps to use current versions from monorepo #41

Closed wKich closed 2 years ago

wKich commented 2 years ago

Motivation

The eslint-config depends on eslint plugin package from the same repo. The same for typescript package and tsconfig. I forgot update deps after bumping versions from eslint plugin and tsconfig

Approach

Alternate Designs

Added tsconfig.json file to typescript pacakge, that extends from tsconfig package, so we don't need to install tsconfig package explicitly.

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 9bf1e836ffe88bfb60d1ae135f0821ff559ccd04

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ------------------------ | ----- | | @frontside/eslint-config | Patch | | @frontside/typescript | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 2 years ago

The preview packages of this pull request have been published. Click on the following packages for instructions on how to install them:

@frontside/eslint-config --- Install using the following command: ```bash $ npm install @frontside/eslint-config@sync-versions ``` Or update your package.json file: ```bash { "@frontside/eslint-config": "sync-versions" } ``` ---
eslint-plugin-prefer-let --- Install using the following command: ```bash $ npm install eslint-plugin-prefer-let@sync-versions ``` Or update your package.json file: ```bash { "eslint-plugin-prefer-let": "sync-versions" } ``` ---
@frontside/typescript --- Install using the following command: ```bash $ npm install @frontside/typescript@sync-versions ``` Or update your package.json file: ```bash { "@frontside/typescript": "sync-versions" } ``` ---

Generated by :no_entry_sign: dangerJS against 9bf1e836ffe88bfb60d1ae135f0821ff559ccd04