Skip to content

Commit

Permalink
build: bump to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Feb 14, 2024
1 parent 7403eeb commit 7291b32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .ghinfo
@@ -1,6 +1,6 @@
{
"name": "gh-gql",
"version": "5.0.0",
"version": "5.0.1",
"description": "GitHub GraphQL API helper for TypeScript",
"keywords": [
"api",
Expand Down
41 changes: 6 additions & 35 deletions CHANGELOG.md
@@ -1,57 +1,28 @@
# Important Changes

## Engines

- Changed **node** from `^14.13.1 || >=16.0.0` to `>=16.0.0`

## Dependencies

<details>
<summary>Dependencies</summary>

- Changed **[graphql](https://www.npmjs.com/package/graphql)** from `^16.6.0` to `^16.8.0`
- Bumped **[graphql-request](https://www.npmjs.com/package/graphql-request)** from `^5.0.0` to `^6.1.0`
- Changed **[graphql](https://www.npmjs.com/package/graphql)** from `^16.8.0` to `^16.8.1`
- Changed **[universal-user-agent](https://www.npmjs.com/package/universal-user-agent)** from `^7.0.1` to `^7.0.2`

</details>

<details>
<summary>Dev Dependencies</summary>

- Bumped **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^10.0.2` to `^11.0.1`
- Removed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)**, with `^1.1.2`
- Removed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)**, with `^2.0.5`
- Removed **[@types/jest](https://www.npmjs.com/package/@types/jest)**, with `^29.2.3`
- Removed **[@types/node](https://www.npmjs.com/package/@types/node)**, with `^18.11.9`
- Removed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)**, with `^5.44.0`
- Removed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)**, with `^5.44.0`
- Removed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)**, with `^4.0.8`
- Removed **[cspell](https://www.npmjs.com/package/cspell)**, with `^6.14.3`
- Removed **[dotenv-cli](https://www.npmjs.com/package/dotenv-cli)**, with `^6.0.0`
- Removed **[eslint](https://www.npmjs.com/package/eslint)**, with `^8.28.0`
- Removed **[eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier)**, with `^8.5.0`
- Removed **[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)**, with `^2.26.0`
- Removed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)**, with `^27.1.5`
- Removed **[eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node)**, with `^11.1.0`
- Removed **[eslint-plugin-optimize-regex](https://www.npmjs.com/package/eslint-plugin-optimize-regex)**, with `^1.2.1`
- Removed **[eslint-plugin-promise](https://www.npmjs.com/package/eslint-plugin-promise)**, with `^6.1.1`
- Removed **[figma-portal](https://www.npmjs.com/package/figma-portal)**, with `^1.0.2`
- Removed **[ghinfo](https://www.npmjs.com/package/ghinfo)**, with `^3.0.7`
- Removed **[husky](https://www.npmjs.com/package/husky)**, with `^8.0.2`
- Removed **[jest](https://www.npmjs.com/package/jest)**, with `^29.3.1`
- Removed **[npm-run-all](https://www.npmjs.com/package/npm-run-all)**, with `^4.1.5`
- Removed **[prettier](https://www.npmjs.com/package/prettier)**, with `^2.7.1`
- Removed **[rimraf](https://www.npmjs.com/package/rimraf)**, with `^3.0.2`
- Removed **[ts-jest](https://www.npmjs.com/package/ts-jest)**, with `^29.0.3`
- Removed **[typescript](https://www.npmjs.com/package/typescript)**, with `^4.9.3`
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^11.0.1` to `^11.0.4`

</details>

# :bug: Bug Fixes
# :memo: Internal changes

- Fix types & imports [`d0a0f87`](https://github.com/keindev/gh-gql/commit/d0a0f87bd4db7cfa883e5902c739d582058e7e9f)
- Fix lint warnings [`7403eeb`](https://github.com/keindev/gh-gql/commit/7403eeb8601bdb48aeca703285a9285fa0a3a2b0)

---

# Contributors

[![@github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4&s=40)](https://github.com/github-actions%5Bbot%5D) [![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gh-gql",
"version": "5.0.0",
"version": "5.0.1",
"description": "GitHub GraphQL API helper for TypeScript",
"license": "MIT",
"homepage": "https://github.com/keindev/gh-gql#readme",
Expand Down

0 comments on commit 7291b32

Please sign in to comment.