Skip to content

Commit

Permalink
build(deps-dev): bump depcheck from 1.4.3 to 1.4.6 (#95)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump depcheck from 1.4.3 to 1.4.6

Bumps [depcheck](https://github.com/depcheck/depcheck) from 1.4.3 to 1.4.6.
- [Release notes](https://github.com/depcheck/depcheck/releases)
- [Changelog](https://github.com/depcheck/depcheck/blob/main/CHANGELOG.md)
- [Commits](depcheck/depcheck@1.4.3...v1.4.6)

---
updated-dependencies:
- dependency-name: depcheck
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: add @graphql-codegen/cli to depcheck ignore list

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
dependabot[bot] and paulschreiber authored Oct 3, 2023
1 parent b26cd17 commit 2ae5b72
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ignores: [ "@graphql-codegen/client-preset", "@graphql-typed-document-node/core", "@ianvs/prettier-plugin-sort-imports", "jest-environment-jsdom", "react-dom", "terraso-client-shared", "terraso-backend" ]
ignores: [ "@graphql-codegen/cli", "@graphql-codegen/client-preset", "@graphql-typed-document-node/core", "@ianvs/prettier-plugin-sort-imports", "jest-environment-jsdom", "react-dom", "terraso-client-shared", "terraso-backend" ]
222 changes: 164 additions & 58 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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/uuid": "^9.0.2",
"@typescript-eslint/parser": "^6.5.0",
"babel-plugin-root-import": "^6.6.0",
"depcheck": "^1.4.3",
"depcheck": "^1.4.6",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
Expand Down

0 comments on commit 2ae5b72

Please sign in to comment.