Skip to content

Commit

Permalink
Upcoming Release Changes (alpha) (#1845)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
  • Loading branch information
3 people committed Aug 29, 2023
1 parent 09ce516 commit d4c236f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .changeset/@graphql-eslint_eslint-plugin-1813-dependencies.md
@@ -1,10 +1,21 @@
---
"@graphql-eslint/eslint-plugin": patch
'@graphql-eslint/eslint-plugin': patch
---

dependencies updates:
- Updated dependency [`graphql-config@^4.5.0` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.5.0) (from `^4.4.0`, in `dependencies`)
- Removed dependency [`@babel/code-frame@^7.18.6` ↗︎](https://www.npmjs.com/package/@babel/code-frame/v/7.18.6) (from `dependencies`)
- Removed dependency [`chalk@^4.1.2` ↗︎](https://www.npmjs.com/package/chalk/v/4.1.2) (from `dependencies`)
- Removed dependency [`tslib@^2.4.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.4.1) (from `dependencies`)
- Updated dependency [`graphql@^16` ↗︎](https://www.npmjs.com/package/graphql/v/16.0.0) (from `^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0`, in `peerDependencies`)
- Added dependency [`eslint@>=8.44.0` ↗︎](https://www.npmjs.com/package/eslint/v/8.44.0) (to `peerDependencies`)

- Updated dependency
[`graphql-config@^4.5.0` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.5.0) (from `^4.4.0`,
in `dependencies`)
- Removed dependency
[`@babel/code-frame@^7.18.6` ↗︎](https://www.npmjs.com/package/@babel/code-frame/v/7.18.6) (from
`dependencies`)
- Removed dependency [`chalk@^4.1.2` ↗︎](https://www.npmjs.com/package/chalk/v/4.1.2) (from
`dependencies`)
- Removed dependency [`tslib@^2.4.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.4.1) (from
`dependencies`)
- Updated dependency [`graphql@^16` ↗︎](https://www.npmjs.com/package/graphql/v/16.0.0) (from
`^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0`,
in `peerDependencies`)
- Added dependency [`eslint@>=8.44.0` ↗︎](https://www.npmjs.com/package/eslint/v/8.44.0) (to
`peerDependencies`)
1 change: 1 addition & 0 deletions .changeset/pre.json
Expand Up @@ -16,6 +16,7 @@
},
"changesets": [
"@graphql-eslint_eslint-plugin-1792-dependencies",
"@graphql-eslint_eslint-plugin-1813-dependencies",
"dull-scissors-destroy",
"few-mails-sparkle",
"itchy-ads-compete",
Expand Down
19 changes: 19 additions & 0 deletions packages/plugin/CHANGELOG.md
Expand Up @@ -114,6 +114,25 @@

### Patch Changes

- [#1813](https://github.com/B2o5T/graphql-eslint/pull/1813)
[`1c2d220`](https://github.com/B2o5T/graphql-eslint/commit/1c2d2205a8eb1d7446e4101bb4300e6e71120e42)
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:
- Updated dependency
[`graphql-config@^4.5.0` ↗︎](https://www.npmjs.com/package/graphql-config/v/4.5.0) (from
`^4.4.0`, in `dependencies`)
- Removed dependency
[`@babel/code-frame@^7.18.6` ↗︎](https://www.npmjs.com/package/@babel/code-frame/v/7.18.6) (from
`dependencies`)
- Removed dependency [`chalk@^4.1.2` ↗︎](https://www.npmjs.com/package/chalk/v/4.1.2) (from
`dependencies`)
- Removed dependency [`tslib@^2.4.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.4.1) (from
`dependencies`)
- Updated dependency [`graphql@^16` ↗︎](https://www.npmjs.com/package/graphql/v/16.0.0) (from
`^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0`,
in `peerDependencies`)
- Added dependency [`eslint@>=8.44.0` ↗︎](https://www.npmjs.com/package/eslint/v/8.44.0) (to
`peerDependencies`)

- [#1792](https://github.com/B2o5T/graphql-eslint/pull/1792)
[`804f8b61`](https://github.com/B2o5T/graphql-eslint/commit/804f8b617b3d63407db5bdea686bb3992801fa96)
Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates:
Expand Down

0 comments on commit d4c236f

Please sign in to comment.