Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
github-actions[bot] committed Nov 22, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6550d7a commit aecf46f
Showing 11 changed files with 82 additions and 55 deletions.
12 changes: 0 additions & 12 deletions .changeset/@theguild_eslint-config-102-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@theguild_eslint-config-115-dependencies.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/@theguild_eslint-config-99-dependencies.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/@theguild_prettier-config-97-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-cups-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-pianos-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-carrots-add.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- [#102](https://github.com/the-guild-org/shared-config/pull/102)
[`2375767`](https://github.com/the-guild-org/shared-config/commit/237576757b30002fc190f5b0ef397b76443c2fff)
Thanks [@B2o5T](https://github.com/B2o5T)! - add mdx/md linting

- [#99](https://github.com/the-guild-org/shared-config/pull/99)
[`83fd0d8`](https://github.com/the-guild-org/shared-config/commit/83fd0d8636ea2975ead28fa2991e0d72f0d666f2)
Thanks [@B2o5T](https://github.com/B2o5T)! - update eslint config, add new rules

### Patch Changes

- [#102](https://github.com/the-guild-org/shared-config/pull/102)
[`2375767`](https://github.com/the-guild-org/shared-config/commit/237576757b30002fc190f5b0ef397b76443c2fff)
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:

- Updated dependency
[`@rushstack/eslint-patch@^1.2.0` ↗︎](https://www.npmjs.com/package/@rushstack/eslint-patch/v/1.2.0)
(from `^1.1.4`, in `dependencies`)
- Updated dependency
[`@typescript-eslint/eslint-plugin@^5.42.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin/v/5.42.0)
(from `^5.36.2`, in `dependencies`)
- Updated dependency
[`@typescript-eslint/parser@^5.42.0` ↗︎](https://www.npmjs.com/package/@typescript-eslint/parser/v/5.42.0)
(from `^5.36.2`, in `dependencies`)
- Updated dependency
[`eslint-plugin-n@^15.4.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-n/v/15.4.0) (from
`^15.3.0`, in `dependencies`)
- Updated dependency
[`eslint-plugin-promise@^6.1.1` ↗︎](https://www.npmjs.com/package/eslint-plugin-promise/v/6.1.1)
(from `^6.0.1`, in `dependencies`)
- Updated dependency
[`eslint-plugin-unicorn@^44.0.2` ↗︎](https://www.npmjs.com/package/eslint-plugin-unicorn/v/44.0.2)
(from `^44.0.0`, in `dependencies`)
- Added dependency
[`eslint-plugin-jsonc@^2.5.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-jsonc/v/2.5.0) (to
`dependencies`)
- Added dependency
[`eslint-plugin-yml@^1.2.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-yml/v/1.2.0) (to
`dependencies`)

- [#115](https://github.com/the-guild-org/shared-config/pull/115)
[`6550d7a`](https://github.com/the-guild-org/shared-config/commit/6550d7a98dce7bb5cd1d7137800ec75c91954a3e)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`eslint-plugin-unicorn@^45.0.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-unicorn/v/45.0.0)
(from `^44.0.2`, in `dependencies`)

- [#99](https://github.com/the-guild-org/shared-config/pull/99)
[`83fd0d8`](https://github.com/the-guild-org/shared-config/commit/83fd0d8636ea2975ead28fa2991e0d72f0d666f2)
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:

- Added dependency
[`eslint-plugin-n@^15.3.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-n/v/15.3.0) (to
`dependencies`)
- Added dependency
[`eslint-plugin-simple-import-sort@^8.0.0` ↗︎](https://www.npmjs.com/package/eslint-plugin-simple-import-sort/v/8.0.0)
(to `dependencies`)

## 0.2.0

### Minor Changes
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.2.0",
"version": "0.3.0",
"type": "commonjs",
"description": "The Guild's shared ESLint config",
"repository": {
18 changes: 18 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @theguild/prettier-config

## 1.0.0

### Major Changes

- [#97](https://github.com/the-guild-org/shared-config/pull/97)
[`332219e`](https://github.com/the-guild-org/shared-config/commit/332219e166ac43a96ce6470c5b4e9a1243f71774)
Thanks [@B2o5T](https://github.com/B2o5T)! - update prettier config

### Patch Changes

- [#97](https://github.com/the-guild-org/shared-config/pull/97)
[`332219e`](https://github.com/the-guild-org/shared-config/commit/332219e166ac43a96ce6470c5b4e9a1243f71774)
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:

- Added dependency
[`prettier-plugin-pkg@^0.17.1` ↗︎](https://www.npmjs.com/package/prettier-plugin-pkg/v/0.17.1)
(to `dependencies`)

## 0.1.1

### Patch Changes
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": "0.1.1",
"version": "1.0.0",
"description": "The Guild's shared Prettier config",
"repository": {
"url": "the-guild-org/shared-config",

0 comments on commit aecf46f

Please sign in to comment.