Skip to content

Commit

Permalink
build: Merge pull request #1183 from keindev/dev
Browse files Browse the repository at this point in the history
build: release v5.0.0
  • Loading branch information
Daniil Ryazanov committed Aug 19, 2023
2 parents 935dea7 + 262f6ed commit a1a9337
Show file tree
Hide file tree
Showing 14 changed files with 6,428 additions and 9,626 deletions.
2 changes: 1 addition & 1 deletion .ghinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-gql",
"version": "4.0.1",
"version": "5.0.0",
"description": "GitHub GraphQL API helper for TypeScript",
"keywords": [
"api",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.1
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down
54 changes: 37 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,56 @@
src/__generated__

# !ignorefile-merge block-open @tagproject/ts-package-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

*.log
*.pid
*.pid.lock
*.seed
*.tgz
.editorconfig
.env
.eslintcache
.eslintignore
.eslintrc
.prettierignore
.prettierrc
.yarn-integrity
/.editorconfig
/.eslintcache
/.eslintignore
/.eslintrc
/.figma.yml
/.husky/
/.prettierignore
/.prettierrc
/.vscode/
/jest.config.js
/src/**/tsconfig.json
/tsconfig.json
coverage
jest.config.js
lib
logs
node_modules/
pids
src/__generated__
tsconfig.json
/tsconfig.json
/src/**/tsconfig.json
tsconfig.tsbuildinfo
yarn-debug.log*
yarn-error.log*
yarn-error.log*

# !ignorefile-merge block-close @tagproject/ts-package-shared-config

# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

# .env
# node_modules/

# !ignorefile-merge block-close @tagproject/docs-shared-config

# !ignorefile-merge block-open @tagproject/vscode-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

/.editorconfig
/.prettierignore
/.prettierrc
/.vscode/

# !ignorefile-merge block-close @tagproject/vscode-shared-config
45 changes: 38 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# !ignorefile-merge block-open @tagproject/ts-package-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

**/__benchmark__/**
**/__mocks__/**
**/__tests__/**
.changelogrc.yml
.config
.editorconfig
.env
.eslintignore
.eslintrc
.figma.yml
.ghinfo
.gitattributes
.github
.husky
.prettierignore
.prettierrc
.vscode
CODE_OF_CONDUCT.md
SECURITY.md
codecov.yml
codegen.yml
coverage/
Expand All @@ -27,4 +27,35 @@ media/
node_modules/
src/
tsconfig.json
typings/
typings/

# !ignorefile-merge block-close @tagproject/ts-package-shared-config

# !ignorefile-merge block-open @tagproject/docs-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

# .env
# CODE_OF_CONDUCT.md
SECURITY.md
# docs/
# example/
# media/
# node_modules/

# !ignorefile-merge block-close @tagproject/docs-shared-config

# !ignorefile-merge block-open @tagproject/vscode-shared-config
# ---------------------------------------------------------------
# This block generated automatically
# @see https://www.npmjs.com/package/ignorefile-merge
# ---------------------------------------------------------------

.editorconfig
.prettierignore
.prettierrc
.vscode

# !ignorefile-merge block-close @tagproject/vscode-shared-config
51 changes: 41 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,57 @@
# 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`

</details>

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

- Changed **[@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config)** from `^1.1.1` to `^1.1.2`
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^10.0.1` to `^10.0.2`
- Changed **[@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config)** from `^2.0.4` to `^2.0.5`
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.43.0` to `^5.44.0`
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.43.0` to `^5.44.0`
- Changed **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^4.0.6` to `^4.0.8`
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.6` to `^3.0.7`
- 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`

</details>

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

- Remove media, bump deps [`7055470`](https://github.com/keindev/gh-gql/commit/70554704b3f450aca2ec293d32ab456b60bb1ead)
- Fix types & imports [`d0a0f87`](https://github.com/keindev/gh-gql/commit/d0a0f87bd4db7cfa883e5902c739d582058e7e9f)

---

# Contributors

[![@keindev](https://avatars.githubusercontent.com/u/4527292?v=4&s=40)](https://github.com/keindev)
[![@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)

0 comments on commit a1a9337

Please sign in to comment.