Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.1 #300

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2022

Bumps google.golang.org/grpc from 1.49.0 to 1.50.1.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.50.1

New Features

  • gcp/observability: support new configuration defined in public preview user guide

Release 1.50.0

Behavior Changes

  • client: use proper "@" semantics for connecting to abstract unix sockets. (#5678)
    • This is technically a bug fix; the result is that the address was including a trailing NULL byte, which it should not have. This may break users creating the socket in Go by prefixing a NULL instead of an "@", though, so calling it out as a behavior change.

New Features

  • metadata: add experimental ValueFromIncomingContext to more efficiently retrieve a single value (#5596)
  • stats: provide peer information in HandleConn context (#5589)
  • xds: add support for Outlier Detection, enabled by default (#5435, #5673)

Bug Fixes

  • client: fix deadlock in transport caused by GOAWAY racing with stream creation (#5652)
    • This should only occur with an HTTP/2 server that does not follow best practices of an advisory GOAWAY (not a grpc-go server).
  • xds/xdsclient: fix a bug which was causing routes with cluster_specifier_plugin set to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off (#5670)
  • xds/xdsclient: NACK cluster resource if config_source_specifier in lrs_server is not self (#5613)
  • xds/ringhash: fix a bug which sometimes prevents the LB policy from retrying connection attempts (#5601)
  • xds/ringhash: do nothing when asked to exit IDLE instead of falling back on the default channel behavior of connecting to all addresses (#5614)
  • xds/rls: fix a bug which was causing the channel to be stuck in IDLE (#5656)
  • alts: fix a bug which was setting WaitForReady on handshaker service RPCs, thereby delaying fallback when required (#5620)
  • gcp/observability: fix End() to cleanup global state correctly (#5623)
Commits
  • 4c776ec Cherry-pick observability changes from master to v1.50.x and update version t...
  • 6576007 Change version to 1.50.1-dev (#5686)
  • c1d7d7a Change version to 1.50.0 (#5685)
  • 1451c62 internal/transport: optimize grpc-message encoding/decoding (#5654)
  • be4b63b test: minor test cleanup (#5679)
  • d83070e Changed Outlier Detection Env Var to default true (#5673)
  • 54521b2 client: remove trailing null from unix abstract socket address (#5678)
  • 36e4810 orca: cleanup old code, and get grpc package to use new code (#5627)
  • e8866a8 build: harden GitHub Workflow permissions (#5660)
  • 8458251 xdsclient: ignore routes with cluster_specifier_plugin when GRPC_EXPERIMENTAL...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.50.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.49.0...v1.50.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 20, 2022
@codeclimate
Copy link

codeclimate bot commented Oct 20, 2022

Code Climate has analyzed commit 5fc3172 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #300 (5fc3172) into develop (2f40add) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #300   +/-   ##
========================================
  Coverage    37.64%   37.64%           
========================================
  Files           18       18           
  Lines         2048     2048           
========================================
  Hits           771      771           
  Misses        1206     1206           
  Partials        71       71           

@kodiakhq kodiakhq bot merged commit 810eea1 into develop Oct 20, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/develop/google.golang.org/grpc-1.50.1 branch October 20, 2022 22:40
cybersiddhu added a commit that referenced this pull request Apr 5, 2024
2a30727 remove(.releaserc.json): delete .releaserc.json file
2eb2892 chore(workflows): remove semantic-release.yml workflow file
caf66b8 chore(package.json): remove semantic-release related packages
7955690 feat(semantic-release.yml): add setup nodejs step to GitHub Actions workflow
d74be58 fix(package.json): pin semantic-release related packages to specific versions
fd25e3e feat(schema.json): add FileToUpload and ImageFile types, and uploadFile mutation for file upload functionality
25ebdc3 feat(apollo-client-helpers.ts): add ImageFile type and uploadFile mutation
89cfa7c feat(types/index.ts): add Upload scalar type and FileToUpload, ImageFile types for file upload functionality
081f094 feat(upload.graphql): add UploadFile mutation to handle file uploads
35945f6 feat(mutation.graphql): add uploadFile mutation to support file uploads
e077644 feat(upload.graphql): add new GraphQL schema for file upload
6bbc41c chore(deps): bump undici from 5.28.3 to 5.28.4
f0a97c3 docs(README.md): add references to typed-document-node and document-nodes plugins
061696b feat(package.json): add @graphql-codegen/typed-document-node and @graphql-codegen/typescript-document-nodes dependencies
a32cea4 feat(codegen.ts): add 'typed-document-node' to plugins array and 'typescript-document-nodes' to new './types/query.ts' path
5ebfac4 chore(package.json): remove unused dependency @parcel/watcher
06592cd chore: updated bun lock file
5101492 chore(deps-dev): bump @semantic-release/commit-analyzer
773466f chore(deps-dev): bump @semantic-release/npm from 11.0.3 to 12.0.0
adb1eca Merge pull request #573 from dictyBase/feat/GOA-query
dd57b29 feat(.kodiak.toml): add rebase merge method to automerge configuration
4c8bbe6 docs(README.md): update development instructions to use bun instead of yarn
359b85f refactor(create-pull-request.yml): simplify pull request creation workflow and use GitHub CLI
76c9ec1 chore(semantic-release.yml): replace Node.js setup with Bun setup
0d19583 refactor(validate.yml): replace Node.js setup with Bun setup and adjust related commands
6e4ac16 feat(package.json): add "type": "module" to support ES modules
24474de feat: add bun lock file
4e394d3 chore(package.json): remove "clean" script from package.json
ac287bf docs(README.md): correct typos and improve clarity in the documentation
da9bc7f refactor(package.json): simplify build scripts and change main entry point to src/index.ts
3d33680 refactor: remove dist folder from the package
d96daa4 feat(package.json): update node engine version to 20.11.1
3886c3f refactor(schema.json): remove unused fields from the schema
6e4075e feat: add new generated graphql types
9bdc8f6 refactor: move these generated files from introspection folder
40b65a8 feat(codegen.ts): add new file for GraphQL codegen configuration
415a20a refactor: remove introspection folder as the code is merged in the type folder
04e9891 refactor(query.graphql): remove unused queries and add geneOntologyAnnotation query
13cde47 refactor(gene.graphql): simplify gene query and rename to GeneOntologyAnnotation
97c8dad refactor(content.graphql): capitalize query names for better readability and consistency
71f0a98 feat(queries): remove auth.graphql and download.graphql files
0f8d502 chore(gene.graphql): reformat query GeneOntologyAnnotation to improve readability and consistency
84c63b4 feat(gene.graphql): add query for GeneOntologyAnnotation to retrieve gene information including gene ontology annotations
01fbf7a Merge pull request #591 from dictyBase/dependabot/npm_and_yarn/semantic-release-23.0.6
76967c7 chore(deps-dev): bump semantic-release from 23.0.5 to 23.0.6
6c78d40 Merge pull request #590 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.28
d71e9d3 Merge pull request #589 from dictyBase/dependabot/npm_and_yarn/semantic-release/release-notes-generator-13.0.0
a371bd3 chore(deps-dev): bump @types/node from 18.19.26 to 18.19.28
1064b52 Merge pull request #588 from dictyBase/dependabot/npm_and_yarn/types/react-dom-18.2.23
5aba9f4 chore(deps-dev): bump @semantic-release/release-notes-generator
dfa41f8 Merge pull request #587 from dictyBase/dependabot/npm_and_yarn/types/react-18.2.73
afea4b8 chore(deps-dev): bump @types/react-dom from 18.2.22 to 18.2.23
f727bd9 chore(deps-dev): bump @types/react from 18.2.69 to 18.2.73
0d2295c Merge pull request #585 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.26
879b095 Merge pull request #584 from dictyBase/dependabot/npm_and_yarn/typescript-5.4.3
5fad8ed chore(deps-dev): bump @types/node from 18.19.24 to 18.19.26
659b853 Merge pull request #583 from dictyBase/dependabot/npm_and_yarn/semantic-release-23.0.5
108f8c8 chore(deps-dev): bump typescript from 5.4.2 to 5.4.3
5ac7f84 Merge pull request #582 from dictyBase/dependabot/npm_and_yarn/types/react-18.2.69
03de0f4 chore(deps-dev): bump semantic-release from 23.0.4 to 23.0.5
a2c1789 Merge pull request #581 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.9.9
bc55f0a chore(deps-dev): bump @types/react from 18.2.66 to 18.2.69
b779619 chore(deps): bump @apollo/client from 3.9.7 to 3.9.9
6e3aabd Merge pull request #579 from dictyBase/dependabot/npm_and_yarn/semantic-release-23.0.4
3bec1d1 chore(deps-dev): bump semantic-release from 23.0.2 to 23.0.4
536248e Merge pull request #577 from dictyBase/dependabot/npm_and_yarn/types/react-dom-18.2.22
4e1b3f6 Merge pull request #578 from dictyBase/dependabot/npm_and_yarn/semantic-release/github-10.0.2
0c2ae27 Merge pull request #576 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.9.7
eb24c75 chore(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.2
0b62ee6 Merge pull request #575 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.24
ec0db53 chore(deps-dev): bump @types/react-dom from 18.2.21 to 18.2.22
09513a8 chore(deps): bump @apollo/client from 3.9.6 to 3.9.7
2da505c Merge pull request #574 from dictyBase/dependabot/npm_and_yarn/types/react-18.2.66
f5b6df1 chore(deps-dev): bump @types/node from 18.19.22 to 18.19.24
64bb7fd chore(deps-dev): bump @types/react from 18.2.64 to 18.2.66
fe8cb47 Merge pull request #571 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.9.6
bb6e2fb Merge pull request #570 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.22
4dbf5e7 Merge pull request #569 from dictyBase/dependabot/npm_and_yarn/types/react-dom-18.2.21
5a9c3be Merge pull request #568 from dictyBase/dependabot/npm_and_yarn/typescript-5.4.2
706ece3 chore(deps): bump @apollo/client from 3.9.5 to 3.9.6
1502d8b chore(deps-dev): bump @types/node from 18.19.21 to 18.19.22
3488223 chore(deps-dev): bump @types/react-dom from 17.0.17 to 18.2.21
f945462 chore(deps-dev): bump typescript from 5.3.3 to 5.4.2
aab0cb9 Merge pull request #567 from dictyBase/dependabot/npm_and_yarn/jose-4.15.5
6771942 chore(deps): bump jose from 4.14.4 to 4.15.5
77e6e96 Merge pull request #566 from dictyBase/dependabot/npm_and_yarn/types/react-18.2.61
8d0160f Merge pull request #565 from dictyBase/dependabot/npm_and_yarn/semantic-release/npm-11.0.3
24ca8e2 Merge pull request #564 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.21
0849878 chore(deps-dev): bump @types/react from 18.2.58 to 18.2.61
c335a7d chore(deps-dev): bump @semantic-release/npm from 9.0.2 to 11.0.3
b9a54e4 chore(deps-dev): bump @types/node from 18.19.18 to 18.19.21
8d19bb8 Merge pull request #563 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-4.2.0
93dbc2e chore(deps-dev): bump @graphql-codegen/typescript-operations
c9a2c57 Merge pull request #561 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-4.0.6
81cb623 chore(deps-dev): bump @graphql-codegen/typescript from 4.0.4 to 4.0.6
9add43d Merge pull request #562 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.18
1051e69 chore(deps-dev): bump @types/node from 18.19.17 to 18.19.18
f5bc048 Merge pull request #559 from dictyBase/dependabot/npm_and_yarn/types/react-18.2.58
180458f Merge pull request #558 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/introspection-4.0.3
bcca789 chore(deps-dev): bump @types/react from 18.2.56 to 18.2.58
bcb1741 chore(deps-dev): bump @graphql-codegen/introspection from 4.0.2 to 4.0.3
e37d9db Merge pull request #557 from dictyBase/dependabot/npm_and_yarn/ip-1.1.9
4970f5b chore(deps): bump ip from 1.1.8 to 1.1.9
6473d50 Merge pull request #556 from dictyBase/dependabot/npm_and_yarn/semantic-release/github-9.2.6
82e4c8b Merge pull request #555 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.17
4022fa5 Merge pull request #554 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.9.5
d0bd315 chore(deps-dev): bump @semantic-release/github from 8.1.0 to 9.2.6
9a470cc Merge pull request #552 from dictyBase/dependabot/npm_and_yarn/semantic-release/commit-analyzer-11.1.0
7162ccb chore(deps-dev): bump @types/node from 18.19.15 to 18.19.17
2e523f7 chore(deps): bump @apollo/client from 3.9.4 to 3.9.5
ea776ae Merge pull request #551 from dictyBase/dependabot/npm_and_yarn/react-and-react-dom-and-types/react-18.2.0
234b5bd chore(deps-dev): bump @semantic-release/commit-analyzer
cb19dbc Merge pull request #550 from dictyBase/dependabot/npm_and_yarn/semantic-release/release-notes-generator-12.1.0
9790a8d chore(deps): bump react, react-dom and @types/react
36e7621 chore(deps-dev): bump @semantic-release/release-notes-generator
dcafb7e Merge pull request #549 from dictyBase/dependabot/npm_and_yarn/undici-5.28.3
1c35843 chore(deps): bump undici from 5.26.3 to 5.28.3
7f99114 Merge pull request #538 from dictyBase/dependabot/npm_and_yarn/semantic-release-23.0.2
419ec4f chore(github-actions): upgrade Node.js version from 16 to 20.x in semantic-release and validate workflows
899e037 Merge pull request #542 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/fragment-matcher-5.0.2
005e3e8 chore(deps-dev): bump semantic-release from 19.0.5 to 23.0.2
854fa08 chore(deps-dev): bump @graphql-codegen/fragment-matcher
5735051 chore(deps-dev): bump @graphql-codegen/typescript from 3.0.4 to 4.0.4 (#546)
83865b1 Merge pull request #548 from dictyBase/refactor/content-user-query
eb3a95b feat: add the newly generated code after changes in graphql query for content schema
ef8338a feat(content.graphql): add created_at and created_by fields to content queries
8b9766a refactor(content.graphql): remove roles and permissions fields from contentBySlug and content queries
e7ac876 Merge pull request #547 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-4.3.0
049e9e8 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
c16aa57 Merge pull request #544 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-5.0.2
5772c47 chore(deps-dev): bump @graphql-codegen/cli from 5.0.0 to 5.0.2
49099bc Merge pull request #541 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-4.1.2
d1604a3 Merge pull request #543 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.15
8b7954b chore(deps-dev): bump @graphql-codegen/typescript-operations
f0a76ce chore(deps-dev): bump @types/node from 18.19.14 to 18.19.15
0dbb63d Merge pull request #540 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.9.4
a899cdf chore(deps): bump @apollo/client from 3.9.2 to 3.9.4
82772c9 Merge pull request #539 from dictyBase/dependabot/npm_and_yarn/prettier-3.2.5
6974b13 chore(deps-dev): bump prettier from 3.2.4 to 3.2.5
553d0c0 Merge pull request #537 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/introspection-4.0.2
26ae3f4 chore(deps-dev): bump @graphql-codegen/introspection from 4.0.0 to 4.0.2
b1ade06 Merge pull request #536 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.14
d289aa8 chore(deps-dev): bump @types/node from 18.19.10 to 18.19.14
d3d3544 Merge pull request #535 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-4.2.0
9d11dd9 Merge pull request #534 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.9.2
4da1fe6 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
63dee9f chore(deps): bump @apollo/client from 3.8.10 to 3.9.2
84d2177 Merge pull request #533 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.10
d84eb40 chore(deps-dev): bump @types/node from 18.19.8 to 18.19.10
752abe7 Merge pull request #532 from dictyBase/dependabot/npm_and_yarn/prettier-3.2.4
0517131 chore(deps-dev): bump prettier from 3.2.1 to 3.2.4
1d8456d Merge pull request #531 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.10
9356ab4 chore(deps): bump @apollo/client from 3.8.9 to 3.8.10
f36d3f6 Merge pull request #530 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.8
6274bd5 chore(deps-dev): bump @types/node from 18.19.6 to 18.19.8
3dac5a1 Merge pull request #528 from dictyBase/dependabot/npm_and_yarn/prettier-3.2.1
13ae67e chore(deps-dev): bump prettier from 3.1.1 to 3.2.1
732db34 Merge pull request #529 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.9
53e9caf chore(deps): bump @apollo/client from 3.8.8 to 3.8.9
e4f2145 Merge pull request #526 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.6
08c5b7e chore(deps-dev): bump @types/node from 18.19.4 to 18.19.6
558bff5 Merge pull request #525 from dictyBase/dependabot/npm_and_yarn/eslint-plugin-prettier-5.1.3
c15d073 chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3
c6f1952 Merge pull request #524 from dictyBase/dependabot/npm_and_yarn/eslint-plugin-prettier-5.1.2
5f87390 chore(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2
207bec1 Merge pull request #523 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.4
83994c0 chore(deps-dev): bump @types/node from 18.19.3 to 18.19.4
7ac8ef6 Merge pull request #522 from dictyBase/dependabot/npm_and_yarn/eslint-plugin-prettier-5.1.1
0b231c1 chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.1
182d65e Merge pull request #519 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.3
5f27abf Merge pull request #521 from dictyBase/dependabot/npm_and_yarn/prettier-3.1.1
e94ee40 chore(deps-dev): bump prettier from 3.1.0 to 3.1.1
4df3a39 chore(deps-dev): bump @types/node from 18.19.1 to 18.19.3
3db44dd Merge pull request #517 from dictyBase/dependabot/npm_and_yarn/typescript-5.3.3
21ea597 chore(deps-dev): bump typescript from 5.3.2 to 5.3.3
0829dba Merge pull request #516 from dictyBase/dependabot/npm_and_yarn/types/node-18.19.1
e852081 Merge pull request #515 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.8
3543d86 chore(deps-dev): bump @types/node from 18.18.13 to 18.19.1
6c3ec3b chore(deps): bump @apollo/client from 3.8.7 to 3.8.8
1283860 Merge pull request #514 from dictyBase/dependabot/npm_and_yarn/typescript-5.3.2
5751dc8 chore(deps-dev): bump typescript from 5.2.2 to 5.3.2
88ff015 Merge pull request #512 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.13
f846081 chore(deps-dev): bump @types/node from 18.18.9 to 18.18.13
b28b27f Merge pull request #511 from dictyBase/dependabot/npm_and_yarn/prettier-3.1.0
e3b84a8 chore(deps-dev): bump prettier from 3.0.3 to 3.1.0
9b41cea Merge pull request #508 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.9
bb3e189 chore(deps-dev): bump @types/node from 18.18.8 to 18.18.9
9102167 Merge pull request #507 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-msw-2.1.0
6ea680d chore(deps-dev): bump @graphql-codegen/typescript-msw
9754e54 Merge pull request #506 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.7
55821dc chore(deps): bump @apollo/client from 3.8.6 to 3.8.7
a60d5a4 Merge pull request #505 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.8
ade9229 chore(deps-dev): bump @types/node from 18.18.7 to 18.18.8
61b9ac7 Merge pull request #503 from dictyBase/dependabot/github_actions/develop/actions/setup-node-4
a4b4874 chore(deps): bump actions/setup-node from 3 to 4
cb113b3 Merge pull request #502 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-4.1.0
ec8f249 Merge pull request #501 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.7
2fa1519 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
cd0c7f0 chore(deps-dev): bump @types/node from 18.18.6 to 18.18.7
eeee8c5 Merge pull request #500 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.6
2d60384 chore(deps): bump @apollo/client from 3.8.5 to 3.8.6
ba89405 Merge pull request #499 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.6
bc4e610 chore(deps-dev): bump @types/node from 18.18.5 to 18.18.6
fcde3d2 Merge pull request #498 from dictyBase/dependabot/npm_and_yarn/babel/traverse-7.23.2
8566d02 chore(deps): bump @babel/traverse from 7.16.10 to 7.23.2
3c3ece9 Merge pull request #497 from dictyBase/dependabot/npm_and_yarn/undici-5.26.3
7b62f76 chore(deps): bump undici from 5.19.1 to 5.26.3
42e90e1 Merge pull request #496 from dictyBase/dependabot/npm_and_yarn/eslint-plugin-prettier-5.0.1
c863cae Merge pull request #495 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.5
a964972 chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1
7e7fd3a chore(deps-dev): bump @types/node from 18.18.4 to 18.18.5
f70eeaf Merge pull request #494 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.4
1b5eddc Merge pull request #493 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.5
fe0309d chore(deps-dev): bump @types/node from 18.18.1 to 18.18.4
2b12c96 chore(deps): bump @apollo/client from 3.8.4 to 3.8.5
564b6d4 Merge pull request #491 from dictyBase/dependabot/npm_and_yarn/types/node-18.18.1
b8bafd1 chore(deps-dev): bump @types/node from 18.17.18 to 18.18.1
06b544c Merge pull request #489 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-4.0.0
e16091f Merge pull request #488 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-apollo-client-helpers-3.0.0
fd7b6c4 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
66913ff chore(deps-dev): bump @graphql-codegen/typescript-apollo-client-helpers
24906f3 Merge pull request #486 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.4
4fd85e9 Merge pull request #485 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.18
5de777f chore(deps): bump @apollo/client from 3.8.3 to 3.8.4
65a2a61 chore(deps-dev): bump @types/node from 18.17.17 to 18.17.18
7e390df Merge pull request #484 from dictyBase/dependabot/npm_and_yarn/graphql-16.8.1
4c214ba chore(deps): bump graphql from 16.8.0 to 16.8.1
84d303f Merge pull request #482 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.17
964634e chore(deps-dev): bump @types/node from 18.17.15 to 18.17.17
430d9ec Merge pull request #481 from dictyBase/dependabot/github_actions/develop/actions/checkout-4
02627d6 chore(deps): bump actions/checkout from 3 to 4
bcd8128 Merge pull request #480 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.3
a845d1d Merge pull request #479 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.15
3d5cc24 chore(deps): bump @apollo/client from 3.8.2 to 3.8.3
f7ac63f chore(deps-dev): bump @types/node from 18.17.13 to 18.17.15
5467fc9 Merge pull request #478 from dictyBase/dependabot/npm_and_yarn/prettier-3.0.3
effb8cb Merge pull request #477 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.13
fee874c Merge pull request #476 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.2
20f448c chore(deps-dev): bump prettier from 3.0.2 to 3.0.3
42b8b7f chore(deps-dev): bump @types/node from 18.17.11 to 18.17.13
7eb71d6 chore(deps): bump @apollo/client from 3.8.1 to 3.8.2
decbff7 Merge pull request #475 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.11
57ed50e chore(deps-dev): bump @types/node from 18.17.6 to 18.17.11
a3e6101 Merge pull request #473 from dictyBase/dependabot/npm_and_yarn/typescript-5.2.2
07acc8c chore(deps-dev): bump typescript from 5.1.6 to 5.2.2
0875859 Merge pull request #472 from dictyBase/dependabot/npm_and_yarn/graphql-16.8.0
b7ab496 Merge pull request #471 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.6
d6e0617 Merge pull request #470 from dictyBase/dependabot/npm_and_yarn/prettier-3.0.2
c2f1a34 chore(deps): bump graphql from 16.7.1 to 16.8.0
b8bc81c chore(deps-dev): bump @types/node from 18.17.5 to 18.17.6
5867b1f chore(deps-dev): bump prettier from 3.0.1 to 3.0.2
b316f05 Merge pull request #469 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.8.1
f4665e7 Merge pull request #468 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.5
8063b02 chore(deps): bump @apollo/client from 3.7.17 to 3.8.1
debbdde chore(deps-dev): bump @types/node from 18.17.3 to 18.17.5
cfc6df5 Merge pull request #467 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.3
db2f0b7 chore(deps-dev): bump @types/node from 18.17.1 to 18.17.3
c69eb7e Merge pull request #466 from dictyBase/dependabot/npm_and_yarn/prettier-3.0.1
bef3c94 Merge pull request #465 from dictyBase/dependabot/npm_and_yarn/tsup-7.2.0
60e2438 chore(deps-dev): bump prettier from 3.0.0 to 3.0.1
df44fe7 chore(deps-dev): bump tsup from 7.1.0 to 7.2.0
0b1f0ee Merge pull request #464 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.1
0cc63cf chore(deps-dev): bump @types/node from 18.17.0 to 18.17.1
68f00f7 Merge pull request #463 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-5.0.0
6f23f15 chore(deps-dev): bump @graphql-codegen/cli from 4.0.1 to 5.0.0
a0526b9 Merge pull request #462 from dictyBase/dependabot/npm_and_yarn/types/node-18.17.0
12267ff chore(deps-dev): bump @types/node from 18.16.19 to 18.17.0
862f9f2 Merge pull request #461 from dictyBase/dependabot/npm_and_yarn/eslint-plugin-prettier-5.0.0
d6dc762 Merge pull request #460 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.20.1
d68091d chore(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.0.0
af4827b chore(deps-dev): bump @graphql-eslint/eslint-plugin
1d31819 Merge pull request #459 from dictyBase/dependabot/npm_and_yarn/semver-5.7.2
7cd567f chore(deps): bump semver from 5.7.1 to 5.7.2
3958912 Merge pull request #458 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.17
360d795 chore(deps): bump @apollo/client from 3.7.16 to 3.7.17
51b469f Merge pull request #456 from dictyBase/dependabot/npm_and_yarn/prettier-3.0.0
6087eea Merge pull request #455 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.20.0
0505846 chore(deps-dev): bump prettier from 2.8.8 to 3.0.0
cc33b1c chore(deps-dev): bump @graphql-eslint/eslint-plugin
bf9f0a6 Merge pull request #454 from dictyBase/dependabot/npm_and_yarn/tsup-7.1.0
50308dc chore(deps-dev): bump tsup from 7.0.0 to 7.1.0
0dc2830 Merge pull request #453 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.19
d9635d4 Merge pull request #452 from dictyBase/dependabot/npm_and_yarn/typescript-5.1.6
436fadb chore(deps-dev): bump typescript from 5.1.3 to 5.1.6
54af258 chore(deps-dev): bump @types/node from 18.16.18 to 18.16.19
875d89b Merge pull request #450 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.19.2
cf2c631 chore(deps-dev): bump @graphql-eslint/eslint-plugin
a2bcb6a Merge pull request #448 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-4.0.1
64c6901 Merge pull request #447 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.16
4e7931b chore(deps): bump @apollo/client from 3.7.15 to 3.7.16
76dadd3 Merge pull request #446 from dictyBase/dependabot/npm_and_yarn/graphql-16.7.1
7238a82 chore(deps-dev): bump @graphql-codegen/typescript-operations
b43e96a chore(deps): bump graphql from 16.6.0 to 16.7.1
c9d3526 Merge pull request #445 from dictyBase/dependabot/npm_and_yarn/tsup-7.0.0
4903941 chore(deps-dev): bump tsup from 6.7.0 to 7.0.0
8efe7f3 Merge pull request #444 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.18
5223541 chore(deps-dev): bump @types/node from 18.16.17 to 18.16.18
6b5731c Merge pull request #442 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.17
91d2aef chore(deps-dev): bump @types/node from 18.16.16 to 18.16.17
6958c29 Merge pull request #441 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-4.0.1
03320bb Merge pull request #440 from dictyBase/dependabot/npm_and_yarn/semantic-release/github-8.1.0
f0e5f46 chore(deps-dev): bump @graphql-codegen/cli from 4.0.0 to 4.0.1
3870736 Merge pull request #439 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.15
860c1f4 chore(deps-dev): bump @semantic-release/github from 8.0.7 to 8.1.0
548f5d0 chore(deps): bump @apollo/client from 3.7.14 to 3.7.15
30aef9f Merge pull request #438 from dictyBase/dependabot/npm_and_yarn/typescript-5.1.3
0be1471 chore(deps-dev): bump typescript from 5.0.4 to 5.1.3
1b769d6 Merge pull request #434 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/introspection-4.0.0
cb3bb33 chore(deps-dev): bump @graphql-codegen/introspection from 2.2.3 to 4.0.0
2eca920 Merge pull request #433 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.16
eba7f31 chore(deps-dev): bump @types/node from 18.16.13 to 18.16.16
236ed85 Merge pull request #431 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.19.1
33f6e70 chore(deps-dev): bump @graphql-eslint/eslint-plugin
b86ff6f Merge pull request #430 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-4.0.0
a7e763f chore(deps-dev): bump @graphql-codegen/cli from 3.3.1 to 4.0.0
56eaa2e Merge pull request #429 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.13
b9cbb7e chore(deps-dev): bump @types/node from 18.16.9 to 18.16.13
3e85a09 Merge pull request #428 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.9
c43d30e chore(deps-dev): bump @types/node from 18.16.5 to 18.16.9
93d4a2f Merge pull request #427 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.5
684bb86 Merge pull request #426 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.14
144ccd9 chore(deps-dev): bump @types/node from 18.16.3 to 18.16.5
5ff5ef1 chore(deps): bump @apollo/client from 3.7.13 to 3.7.14
7f090a2 Merge pull request #425 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.8
86d8070 Merge pull request #423 from dictyBase/dependabot/npm_and_yarn/types/node-18.16.3
c638455 chore(deps-dev): bump prettier from 2.8.7 to 2.8.8
514c055 chore(deps-dev): bump @types/node from 18.15.13 to 18.16.3
ba72a79 Merge pull request #422 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.13
261de9b chore(deps): bump @apollo/client from 3.7.12 to 3.7.13
7edce79 Merge pull request #420 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-3.0.4
0af0734 Merge pull request #421 from dictyBase/dependabot/npm_and_yarn/types/node-18.15.13
501cfbf chore(deps-dev): bump @graphql-codegen/typescript from 3.0.3 to 3.0.4
b1438a1 Merge pull request #419 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-3.0.4
62c86ee chore(deps-dev): bump @types/node from 18.15.11 to 18.15.13
24a9329 Merge pull request #418 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-3.3.1
9b75584 chore(deps-dev): bump @graphql-codegen/typescript-operations
f42a5a3 chore(deps-dev): bump @graphql-codegen/cli from 3.3.0 to 3.3.1
86f5d40 Merge pull request #417 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.12
16c3088 chore(deps): bump @apollo/client from 3.7.11 to 3.7.12
1fa05a1 Merge pull request #415 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-3.0.3
57fbed0 chore(deps-dev): bump @graphql-codegen/typescript-operations
be5b4fc Merge pull request #416 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-3.3.0
bc25454 chore(deps-dev): bump @graphql-codegen/cli from 3.2.2 to 3.3.0
9906ac2 Merge pull request #414 from dictyBase/dependabot/npm_and_yarn/typescript-5.0.4
8bca5cc chore(deps-dev): bump typescript from 5.0.3 to 5.0.4
17d63c8 Merge pull request #413 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-3.0.3
379bab2 chore(deps-dev): bump @graphql-codegen/typescript from 3.0.2 to 3.0.3
0139324 Merge pull request #412 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.18.0
a4cb185 chore(deps-dev): bump @graphql-eslint/eslint-plugin
01dc9df Merge pull request #410 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.11
c9a08f4 Merge pull request #409 from dictyBase/dependabot/npm_and_yarn/typescript-5.0.3
247595f Merge pull request #408 from dictyBase/dependabot/npm_and_yarn/types/node-18.15.11
736b2cc chore(deps): bump @apollo/client from 3.7.10 to 3.7.11
d43d1f8 chore(deps-dev): bump typescript from 5.0.2 to 5.0.3
cbc2bb6 chore(deps-dev): bump @types/node from 18.15.9 to 18.15.11
b2fd0ca Merge pull request #405 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.16.2
67eeef4 Merge pull request #407 from dictyBase/dependabot/npm_and_yarn/tsup-6.7.0
0b309ff chore(deps-dev): bump @graphql-eslint/eslint-plugin
b064814 Merge pull request #404 from dictyBase/dependabot/npm_and_yarn/types/node-18.15.9
dcd4f8f chore(deps-dev): bump tsup from 6.6.3 to 6.7.0
da1631a Merge pull request #403 from dictyBase/dependabot/npm_and_yarn/semantic-release/changelog-6.0.3
36f0bff chore(deps-dev): bump @types/node from 18.15.3 to 18.15.9
31b27ec Merge pull request #402 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.7
9be5b04 chore(deps-dev): bump @semantic-release/changelog from 6.0.2 to 6.0.3
a22cfa1 chore(deps-dev): bump prettier from 2.8.4 to 2.8.7
9802c8b Merge pull request #401 from dictyBase/dependabot/npm_and_yarn/typescript-5.0.2
a1330e3 Merge pull request #399 from dictyBase/dependabot/npm_and_yarn/types/node-18.15.3
e7146a4 chore(deps-dev): bump typescript from 4.9.5 to 5.0.2
94c76ca chore(deps-dev): bump @types/node from 18.15.0 to 18.15.3
571c7a8 Merge pull request #398 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-3.0.2
b00c1a5 chore(deps-dev): bump @graphql-codegen/typescript-operations
27c51fd Merge pull request #397 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.10
49d2f0d Merge pull request #396 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-3.2.2
c242d8f chore(deps): bump @apollo/client from 3.7.9 to 3.7.10
1a3a59f Merge pull request #395 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-3.0.2
0ff5450 chore(deps-dev): bump @graphql-codegen/cli from 3.2.1 to 3.2.2
13f3928 Merge pull request #394 from dictyBase/dependabot/npm_and_yarn/types/node-18.15.0
5382125 chore(deps-dev): bump @graphql-codegen/typescript from 2.8.7 to 3.0.2
bcce7bb chore(deps-dev): bump @types/node from 18.14.6 to 18.15.0
2e22c6b Merge pull request #393 from dictyBase/dependabot/npm_and_yarn/types/node-18.14.6
353ff9e Merge pull request #391 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.16.1
2687c50 chore(deps-dev): bump @types/node from 18.14.1 to 18.14.6
8485a00 chore(deps-dev): bump @graphql-eslint/eslint-plugin
a0063b9 Merge pull request #388 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-3.2.1
99984fc chore(deps-dev): bump @graphql-codegen/cli from 3.0.0 to 3.2.1
9c25a24 Merge pull request #390 from dictyBase/dependabot/npm_and_yarn/types/node-18.14.1
fd6065c Merge pull request #389 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.9
15fd382 chore(deps-dev): bump @types/node from 18.14.0 to 18.14.1
ae91710 Merge pull request #386 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-3.0.1
7335907 chore(deps): bump @apollo/client from 3.7.8 to 3.7.9
178e059 chore(deps-dev): bump @graphql-codegen/typescript-operations
aefc50d Merge pull request #384 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/fragment-matcher-4.0.1
f512dc7 chore(deps-dev): bump @graphql-codegen/fragment-matcher
4e35ff2 Merge pull request #383 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.16.0
44d0790 Merge pull request #382 from dictyBase/dependabot/npm_and_yarn/types/node-18.14.0
6a38778 chore(deps-dev): bump @graphql-eslint/eslint-plugin
d1c4dc6 Merge pull request #381 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.8
ded6d0a chore(deps-dev): bump @types/node from 18.13.0 to 18.14.0
4782d96 chore(deps): bump @apollo/client from 3.7.7 to 3.7.8
de718de Merge pull request #380 from dictyBase/dependabot/npm_and_yarn/tsup-6.6.3
f4560f7 chore(deps-dev): bump tsup from 6.6.0 to 6.6.3
c3d6ac8 Merge pull request #379 from dictyBase/dependabot/npm_and_yarn/undici-5.19.1
8b83b51 chore(deps): bump undici from 5.9.1 to 5.19.1
c47299a Merge pull request #378 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.4
84b37e7 Merge pull request #377 from dictyBase/dependabot/npm_and_yarn/tsup-6.6.0
c58b67f chore(deps-dev): bump prettier from 2.8.3 to 2.8.4
4fe5ba7 chore(deps-dev): bump tsup from 6.5.0 to 6.6.0
ef2391e Merge pull request #376 from dictyBase/dependabot/npm_and_yarn/types/node-18.13.0
c405c96 chore(deps-dev): bump @types/node from 18.11.18 to 18.13.0
dbc56dc Merge pull request #373 from dictyBase/dependabot/npm_and_yarn/typescript-4.9.5
445d03a Merge pull request #371 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.7
eb3c369 chore(deps-dev): bump typescript from 4.9.4 to 4.9.5
3441e23 Merge pull request #370 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-3.0.0
4e69c89 Merge pull request #369 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-3.0.0
d69a7af chore(deps): bump @apollo/client from 3.7.5 to 3.7.7
81c5bbe chore(deps-dev): bump @graphql-codegen/cli from 2.16.2 to 3.0.0
c0333a0 chore(deps-dev): bump @graphql-codegen/typescript-operations
6405f43 Merge pull request #368 from dictyBase/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
c194c0f chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
0e94c1b Merge pull request #367 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.15.0
8c0dcb8 Merge pull request #366 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.5
d914f1e chore(deps-dev): bump @graphql-eslint/eslint-plugin
c9d92f9 chore(deps): bump @apollo/client from 3.7.4 to 3.7.5
abfb437 Merge pull request #364 from dictyBase/dependabot/npm_and_yarn/ua-parser-js-0.7.33
e9c2823 chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33
f8bb717 Merge pull request #363 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.3
281da59 Merge pull request #361 from dictyBase/dependabot/npm_and_yarn/semantic-release/npm-9.0.2
f5fe25f chore(deps-dev): bump prettier from 2.8.2 to 2.8.3
201d4a0 Merge pull request #360 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.4
faa539e chore(deps-dev): bump @semantic-release/npm from 9.0.1 to 9.0.2
6614cea chore(deps): bump @apollo/client from 3.7.3 to 3.7.4
656e39f Merge pull request #359 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.7
67ab350 chore(deps-dev): bump @graphql-codegen/typescript from 2.8.6 to 2.8.7
c5538e6 Merge pull request #357 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.2
635a17d Merge pull request #356 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.12
5e8674f chore(deps-dev): bump prettier from 2.8.1 to 2.8.2
468798d chore(deps-dev): bump @graphql-codegen/typescript-operations
dbc7798 Merge pull request #352 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.6
aba2435 chore(deps-dev): bump @graphql-codegen/typescript from 2.8.5 to 2.8.6
bf74e5d Merge pull request #355 from dictyBase/dependabot/npm_and_yarn/json5-2.2.2
9d9c976 Merge pull request #354 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.11
2d38e91 chore(deps-dev): bump @graphql-codegen/typescript-operations
faefccf Merge pull request #353 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.16.2
5d4d0b2 Merge pull request #351 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.14.3
e19b6ec chore(deps): bump json5 from 2.2.0 to 2.2.2
ab42e8b Merge pull request #350 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.18
7b924ed chore(deps-dev): bump @graphql-codegen/cli from 2.16.1 to 2.16.2
78f7c5c chore(deps-dev): bump @graphql-eslint/eslint-plugin
54398ae chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18
feec089 Merge pull request #349 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.3
c7f4e19 Merge pull request #348 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.17
fb1a362 chore(deps): bump @apollo/client from 3.7.2 to 3.7.3
2db3661 chore(deps-dev): bump @types/node from 18.11.16 to 18.11.17
5953699 Merge pull request #347 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.16
5167168 chore(deps-dev): bump @types/node from 18.11.12 to 18.11.16
88f4d58 Merge pull request #345 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.5
5aee6f9 chore(deps-dev): bump @graphql-codegen/typescript from 2.8.3 to 2.8.5
ee2c80d Merge pull request #346 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/fragment-matcher-3.3.3
439c5da Merge pull request #344 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.10
a2e6644 chore(deps-dev): bump @graphql-codegen/typescript-operations
5b56274 chore(deps-dev): bump @graphql-codegen/fragment-matcher
cb909c2 Merge pull request #343 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/introspection-2.2.3
05b285a Merge pull request #342 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.16.1
a3b883e Merge pull request #341 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.2
0b8c967 Merge pull request #340 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.1
e93c0f3 Merge pull request #339 from dictyBase/dependabot/npm_and_yarn/typescript-4.9.4
319131a chore(deps-dev): bump @graphql-codegen/introspection from 2.2.1 to 2.2.3
5020e85 chore(deps-dev): bump @graphql-codegen/cli from 2.15.0 to 2.16.1
aad037b Merge pull request #338 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.12
a77f663 chore(deps): bump @apollo/client from 3.7.1 to 3.7.2
6bc2b63 chore(deps-dev): bump prettier from 2.8.0 to 2.8.1
c162ba7 chore(deps-dev): bump typescript from 4.9.3 to 4.9.4
d335cb2 chore(deps-dev): bump @types/node from 18.11.10 to 18.11.12
95af885 Merge pull request #336 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.8
6a0043b chore(deps-dev): bump @graphql-codegen/typescript-operations
7fa146b Merge pull request #337 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.10
47e82c5 Merge pull request #335 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.15.0
9893529 Merge pull request #334 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.3
bc93b8d Merge pull request #333 from dictyBase/dependabot/npm_and_yarn/semantic-release/github-8.0.7
e9e18f9 chore(deps-dev): bump @semantic-release/github from 8.0.6 to 8.0.7
c39d533 chore(deps-dev): bump @types/node from 18.11.9 to 18.11.10
bad1894 chore(deps-dev): bump @graphql-codegen/cli from 2.14.1 to 2.15.0
708cd6e chore(deps-dev): bump @graphql-codegen/typescript from 2.8.2 to 2.8.3
3c5a401 Merge pull request #332 from dictyBase/dependabot/npm_and_yarn/semantic-release/changelog-6.0.2
689d6b4 chore(deps-dev): bump @semantic-release/changelog from 6.0.1 to 6.0.2
38b2c80 Merge pull request #331 from dictyBase/dependabot/npm_and_yarn/prettier-2.8.0
a8f5bc5 Merge pull request #330 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.14.1
0f76955 chore(deps-dev): bump prettier from 2.7.1 to 2.8.0
76251f5 chore(deps-dev): bump @graphql-codegen/cli from 2.13.12 to 2.14.1
9bd60a2 Merge pull request #329 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-3.3.7
58a1eb4 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
4a39727 Merge pull request #328 from dictyBase/dependabot/npm_and_yarn/tsup-6.5.0
2bf70be Merge pull request #327 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.7
9a96548 chore(deps-dev): bump @graphql-codegen/typescript-operations
8ef0876 chore(deps-dev): bump tsup from 6.4.0 to 6.5.0
70f004f Merge pull request #326 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.13.12
9521427 Merge pull request #325 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.2
2b55bc2 Merge pull request #324 from dictyBase/dependabot/npm_and_yarn/typescript-4.9.3
6db00a5 chore(deps-dev): bump @graphql-codegen/cli from 2.13.11 to 2.13.12
b5b3bdd chore(deps-dev): bump @graphql-codegen/typescript from 2.8.1 to 2.8.2
1f6b4d4 chore(deps-dev): bump typescript from 4.8.4 to 4.9.3
c9e1dbc Merge pull request #323 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.13.1
1e4367e chore(deps-dev): bump @graphql-eslint/eslint-plugin
f3e6a20 Merge pull request #321 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-apollo-client-helpers-2.2.6
ba4966c chore(deps-dev): bump @graphql-codegen/typescript-apollo-client-helpers
f0ef4cd Merge pull request #316 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.6
52fa89d Merge pull request #317 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.13.0
393c778 chore(deps-dev): bump @graphql-codegen/typescript-operations
aa04a13 chore(deps-dev): bump @graphql-eslint/eslint-plugin
f196a2c Merge pull request #322 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.1
e7acc5f Merge pull request #320 from dictyBase/dependabot/npm_and_yarn/tsup-6.4.0
063cbfe chore(deps-dev): bump @graphql-codegen/typescript from 2.8.0 to 2.8.1
5c91987 Merge pull request #319 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-msw-1.1.6
2e04326 Merge pull request #318 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.13.11
81e796c chore(deps-dev): bump tsup from 6.3.0 to 6.4.0
335356a chore(deps-dev): bump @graphql-codegen/typescript-msw
b21dea8 chore(deps-dev): bump @graphql-codegen/cli from 2.13.8 to 2.13.11
a1b232a Merge pull request #315 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.9
bc2d5fb Merge pull request #314 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-3.3.6
0e36bc2 chore(deps-dev): bump @types/node from 18.11.7 to 18.11.9
e1d06cc chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
e2e5416 Merge pull request #313 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.7
3afabde Merge pull request #312 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.13.8
c024183 chore(deps-dev): bump @types/node from 18.11.3 to 18.11.7
2139e68 chore(deps-dev): bump @graphql-codegen/cli from 2.13.5 to 2.13.8
59b77f8 Merge pull request #311 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.1
f66877a Merge pull request #310 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.8.0
6840ce8 chore(deps): bump @apollo/client from 3.7.0 to 3.7.1
fe52198 chore(deps-dev): bump @graphql-codegen/typescript from 2.7.5 to 2.8.0
5b61b33 Merge pull request #307 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.5
cc786b9 chore(deps-dev): bump @graphql-codegen/typescript-operations
4c22057 Merge pull request #308 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.7.5
5596880 Merge pull request #305 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-msw-1.1.5
42ef89c Merge pull request #309 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-3.3.5
5a41271 chore(deps-dev): bump @graphql-codegen/typescript from 2.7.4 to 2.7.5
fab2562 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
1b77d82 chore(deps-dev): bump @graphql-codegen/typescript-msw
0568ec2 Merge pull request #304 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-apollo-client-helpers-2.2.5
77c0d53 Merge pull request #303 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.3
6cb5330 chore(deps-dev): bump @graphql-codegen/typescript-apollo-client-helpers
aa60720 chore(deps-dev): bump @types/node from 17.0.45 to 18.11.3
a7b7b82 Merge master into develop
804e0c9 Merge branch 'develop'
e31f860 Pulling fix/dynamic-apollo-require into develop (#302)
21b7368 chore(deps-dev): bump @graphql-codegen/typescript-operations
d2fdc8c chore(deps-dev): bump @graphql-codegen/typescript-msw
715a54a chore(deps-dev): bump @graphql-codegen/typescript from 2.7.3 to 2.7.4
a686bd0 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
215175d chore(deps-dev): bump @graphql-codegen/typescript-apollo-client-helpers
a390eac chore(deps-dev): bump @types/node from 18.8.3 to 18.11.0
9fd1066 chore(deps-dev): bump @graphql-codegen/cli from 2.13.5 to 2.13.7
2f44b1e chore(deps-dev): bump @graphql-eslint/eslint-plugin
a078b11 chore(deps-dev): bump @yarnpkg/pnpify from 3.1.5 to 3.1.6
5a1873d chore(deps-dev): bump @graphql-codegen/cli from 2.13.1 to 2.13.5
bd2e629 chore(deps-dev): bump @types/node from 18.7.23 to 18.8.3
570d59b chore(deps-dev): bump @apollo/client from 3.6.9 to 3.7.0
2ad682b chore(deps-dev): bump @graphql-codegen/cli from 2.12.1 to 2.13.1
b3acd8b chore(deps-dev): bump typescript from 4.8.3 to 4.8.4
57de31c chore(deps-dev): bump @types/node from 18.7.20 to 18.7.23
c95b52a chore(deps-dev): bump @graphql-eslint/eslint-plugin
a434693 chore(deps-dev): bump @types/node from 18.7.18 to 18.7.20
de3c0ef chore(deps-dev): bump @graphql-codegen/cli from 2.12.0 to 2.12.1
9f6fde9 chore(deps-dev): bump @graphql-eslint/eslint-plugin
518b88e chore(deps-dev): bump @types/react from 18.0.20 to 18.0.21
9523c0b chore(deps-dev): bump @types/node from 18.7.16 to 18.7.18
5f6258f chore(deps-dev): bump @types/react from 18.0.19 to 18.0.20
eefa529 chore(deps-dev): bump @types/react from 18.0.18 to 18.0.19
13cc788 chore(deps-dev): bump @types/node from 18.7.14 to 18.7.16
df6e8d7 chore(deps-dev): bump typescript from 4.8.2 to 4.8.3
aaf83ae Pulling fix/dynamic-apollo-require into develop (#302)
2c869b4 Merge pull request #300 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-operations-2.5.4
bdfddc2 chore(deps-dev): bump @graphql-codegen/typescript-operations
4700cd4 Merge pull request #297 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-msw-1.1.4
8cfd7c8 Merge pull request #301 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-2.7.4
6b2ca75 chore(deps-dev): bump @graphql-codegen/typescript from 2.7.3 to 2.7.4
4317492 Merge pull request #298 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-react-apollo-3.3.4
ef6125b chore(deps-dev): bump @graphql-codegen/typescript-msw
b5e21d8 chore(deps-dev): bump @graphql-codegen/typescript-react-apollo
4053132 Merge pull request #296 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/typescript-apollo-client-helpers-2.2.4
6503e25 Merge pull request #299 from dictyBase/dependabot/npm_and_yarn/types/node-18.11.0
726258f chore(deps-dev): bump @graphql-codegen/typescript-apollo-client-helpers
d03508c chore(deps-dev): bump @types/node from 18.8.3 to 18.11.0
0d40c3e Merge pull request #295 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.13.7
b6d5694 Merge pull request #294 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.12.0
c509eb3 chore(deps-dev): bump @graphql-codegen/cli from 2.13.5 to 2.13.7
935008c chore(deps-dev): bump @graphql-eslint/eslint-plugin
da65d33 Merge pull request #293 from dictyBase/dependabot/npm_and_yarn/yarnpkg/pnpify-3.1.6
1e516f6 chore(deps-dev): bump @yarnpkg/pnpify from 3.1.5 to 3.1.6
aee013c Merge pull request #292 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.13.5
f2bf208 Merge pull request #291 from dictyBase/dependabot/npm_and_yarn/types/node-18.8.3
9822ab0 chore(deps-dev): bump @graphql-codegen/cli from 2.13.1 to 2.13.5
44705e5 chore(deps-dev): bump @types/node from 18.7.23 to 18.8.3
f25799b Merge pull request #290 from dictyBase/dependabot/npm_and_yarn/apollo/client-3.7.0
0eff73b chore(deps-dev): bump @apollo/client from 3.6.9 to 3.7.0
8ac692d Merge pull request #289 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.13.1
2e8675f Merge pull request #288 from dictyBase/dependabot/npm_and_yarn/typescript-4.8.4
af5125e chore(deps-dev): bump typescript from 4.8.3 to 4.8.4
0476772 Merge pull request #287 from dictyBase/dependabot/npm_and_yarn/types/node-18.7.23
e318fbf Merge pull request #286 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.11.2
b6034df chore(deps-dev): bump @graphql-codegen/cli from 2.12.1 to 2.13.1
e148e0e chore(deps-dev): bump @types/node from 18.7.20 to 18.7.23
20552d7 chore(deps-dev): bump @graphql-eslint/eslint-plugin
5977a5c Merge pull request #283 from dictyBase/dependabot/npm_and_yarn/types/node-18.7.20
f702a15 chore(deps-dev): bump @types/node from 18.7.18 to 18.7.20
7c71983 Merge pull request #285 from dictyBase/dependabot/npm_and_yarn/graphql-codegen/cli-2.12.1
7d1da26 Merge pull request #284 from dictyBase/dependabot/npm_and_yarn/graphql-eslint/eslint-plugin-3.11.0
6c14049 Merge pull request #282 from dictyBase/dependabot/npm_and_yarn/types/react-18.0.21
196f331 chore(deps-dev): bump @graphql-codegen/cli from 2.12.0 to 2.12.1
daed9a6 chore(deps-dev): bump @graphql-eslint/eslint-plugin
b785afa chore(deps-dev): bump @types/react from 18.0.20 to 18.0.21
76aae00 Merge pull request #281 from dictyBase/dependabot/npm_and_yarn/types/node-18.7.18
945d8cd chore(deps-dev): bump @types/node from 18.7.16 to 18.7.18
d378cee Merge pull request #280 from dictyBase/dependabot/npm_and_yarn/types/react-18.0.20
f49d96f chore(deps-dev): bump @types/react from 18.0.19 to 18.0.20
7bf8fe4 Merge pull request #279 from dictyBase/dependabot/npm_and_yarn/types/react-18.0.19
fc3e148 chore(deps-dev): bump @types/react from 18.0.18 to 18.0.19
2d236e8 Merge pull request #278 from dictyBase/dependabot/npm_and_yarn/types/node-18.7.16
d6ae005 Merge pull request #277 from dictyBase/dependabot/npm_and_yarn/typescript-4.8.3
44bff20 chore(deps-dev): bump @types/node from 18.7.14 to 18.7.16
1199c9d chore(deps-dev): bump typescript from 4.8.2 to 4.8.3

git-subtree-dir: api
git-subtree-split: 2a30727c57b486d7206e8cb38f40417c704a8c31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants