Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 30, 2023
1 parent 3f7437f commit 9ff6b20
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 54 deletions.
15 changes: 0 additions & 15 deletions .changeset/@theguild_eslint-config-157-dependencies.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/hot-pigs-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-berries-camp.md

This file was deleted.

74 changes: 74 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,79 @@
# @theguild/eslint-config

## 0.8.0

### Minor Changes

- [#157](https://github.com/the-guild-org/shared-config/pull/157)
[`3f7437f`](https://github.com/the-guild-org/shared-config/commit/3f7437f6430459661b5d40b3f6f49666042b4122)
Thanks [@B2o5T](https://github.com/B2o5T)! - new rules:

- `yoda`

- `unicorn/prefer-export-from`

- `promise/no-multiple-resolved`

- `unicorn/prefer-logical-operator-over-ternary`

- `@typescript-eslint/no-unused-expressions`

- `unicorn/no-negated-condition`

react:

fix `import/extensions`

- 'react/prop-types': 'off'
- 'react/jsx-boolean-value': 'error'
- 'react/hook-use-state': 'error'
- 'react/iframe-missing-sandbox': 'error'

forbid:

- `process.browser`

- restrict `isNaN` in favour of `Number.isNaN`

### Patch Changes

- [#157](https://github.com/the-guild-org/shared-config/pull/157)
[`3f7437f`](https://github.com/the-guild-org/shared-config/commit/3f7437f6430459661b5d40b3f6f49666042b4122)
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:
- Updated dependency
[`@typescript-eslint/eslint-plugin@^5.48.1` ↗︎](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/5.48.1)
(from `^5.45.1`, in `dependencies`)
- Updated dependency
[`@typescript-eslint/parser@^5.48.1` ↗︎](https://www.npmjs.com/package/@typescript-eslint/parser/v/5.48.1)
(from `^5.45.1`, in `dependencies`)
- Updated dependency
[`eslint-config-prettier@^8.6.0` ↗︎](https://www.npmjs.com/package/eslint-config-prettier/v/8.6.0)
(from `^8.5.0`, in `dependencies`)
- Updated dependency
[`eslint-plugin-import@^2.27.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-import/v/2.27.0)
(from `^2.26.0`, in `dependencies`)
- Updated dependency
[`eslint-plugin-jsonc@^2.6.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-jsonc/v/2.6.0)
(from `^2.5.0`, in `dependencies`)
- Updated dependency
[`eslint-plugin-jsx-a11y@^6.7.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-jsx-a11y/v/6.7.0)
(from `^6.6.1`, in `dependencies`)
- Updated dependency
[`eslint-plugin-n@^15.6.1` ↗︎](https://www.npmjs.com/package/eslint-plugin-n/v/15.6.1) (from
`^15.6.0`, in `dependencies`)
- Updated dependency
[`eslint-plugin-react@^7.32.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-react/v/7.32.0)
(from `^7.31.11`, in `dependencies`)
- Updated dependency
[`eslint-plugin-unicorn@^45.0.2` ↗︎](https://www.npmjs.com/package/eslint-plugin-unicorn/v/45.0.2)
(from `^45.0.1`, in `dependencies`)
- Updated dependency
[`eslint-plugin-yml@^1.4.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-yml/v/1.4.0) (from
`^1.2.0`, in `dependencies`)
- Added dependency
[`eslint-import-resolver-typescript@^3.5.3` ↗︎](https://www.npmjs.com/package/eslint-import-resolver-typescript/v/3.5.3)
(to `dependencies`)

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theguild/eslint-config",
"version": "0.7.0",
"version": "0.8.0",
"type": "commonjs",
"description": "The Guild's shared ESLint config",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @theguild/prettier-config

## 1.1.1

### Patch Changes

- [#157](https://github.com/the-guild-org/shared-config/pull/157)
[`3f7437f`](https://github.com/the-guild-org/shared-config/commit/3f7437f6430459661b5d40b3f6f49666042b4122)
Thanks [@B2o5T](https://github.com/B2o5T)! - format svg with html parser

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theguild/prettier-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "The Guild's shared Prettier config",
"repository": {
"url": "the-guild-org/shared-config",
Expand Down

0 comments on commit 9ff6b20

Please sign in to comment.