Move graphql-tag from devDependencies to dependencies#7183
Merged
davimacedo merged 4 commits intoparse-community:masterfrom Mar 1, 2021
Merged
Move graphql-tag from devDependencies to dependencies#7183davimacedo merged 4 commits intoparse-community:masterfrom
davimacedo merged 4 commits intoparse-community:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7183 +/- ##
=======================================
Coverage 94.01% 94.02%
=======================================
Files 172 172
Lines 12913 12913
=======================================
+ Hits 12140 12141 +1
+ Misses 773 772 -1
Continue to review full report at Codecov.
|
Member
Author
Member
|
Looks like a mongo patch 4.4.4 was release and we test 4.4.3 |
Member
Author
|
Maybe we should enforce that for releasing but not for every commit. I will try to fix anyways. |
Member
|
I will look into auto-creating a PR with the updated version, like Snyk, to reduce the effort. |
mtrezza
added a commit
to mtrezza/parse-server
that referenced
this pull request
Aug 23, 2021
This was referenced Aug 23, 2021
Merged
mtrezza
added a commit
that referenced
this pull request
Aug 23, 2021
* move graphql-tag from devDependencies to dependencies (#7183) * bump version * Update CHANGELOG.md
Contributor
|
🎉 This change has been released in version 5.0.0-beta.1 |
Contributor
|
🎉 This change has been released in version 5.0.0 |
SebC99
pushed a commit
to hulab/parse-server
that referenced
this pull request
May 29, 2022
Squashed commits: [1306da7] Merge pull request from GHSA-23r4-5mxp-c7g5 [3a5c38d] revert to version 4.5.0 for testing [a3483d8] fix changelog skip 4.5.1 [3c42584] 4.5.2 [97b1dca] revert to version 4.5.0 for testing [f3133ac] Release 4.10.1 (parse-community#7508) * bump parse 3.3.0 * Update CHANGELOG.md * update user test (PR parse-community#7464) * fix Twitter API oauth Error (PR parse-community#7370) * bumped dependencies * Revert "bumped dependencies" This reverts commit 97ad83d. * bump @parse/push-adapter 3.4.1 * bump jwks-rsa@1.12.3 * bump mongodb@3.6.11 * bump ws@7.5.3 * changed logging for circular obj (PR parse-community#7457) * Update CHANGELOG.md [7e1da90] added changelog [0e3cae5] audit fix [f0d5232] bumped version [4ac4b7f] Merge pull request from GHSA-7pr3-p5fm-8r9x * fix: LQ deletes session token * add 4.10.4 * add changes [ef2ec21] ci: update docker image building (parse-community#7553) * docker * Update docker-publish.yml * Update docker-publish.yml [6ae5835] Merge pull request from GHSA-xqp8-w826-hh6x * Backport the advisory fix * Added a 4.10.3 section to CHANGELOG [0bfa6b7] Release 4.10.2 (parse-community#7513) * move graphql-tag from devDependencies to dependencies (parse-community#7183) * bump version * Update CHANGELOG.md [0be0b87] bump version
SebC99
pushed a commit
to hulab/parse-server
that referenced
this pull request
Nov 10, 2022
Squashed commits: [1306da7] Merge pull request from GHSA-23r4-5mxp-c7g5 [3a5c38d] revert to version 4.5.0 for testing [a3483d8] fix changelog skip 4.5.1 [3c42584] 4.5.2 [97b1dca] revert to version 4.5.0 for testing [f3133ac] Release 4.10.1 (parse-community#7508) * bump parse 3.3.0 * Update CHANGELOG.md * update user test (PR parse-community#7464) * fix Twitter API oauth Error (PR parse-community#7370) * bumped dependencies * Revert "bumped dependencies" This reverts commit 97ad83d. * bump @parse/push-adapter 3.4.1 * bump jwks-rsa@1.12.3 * bump mongodb@3.6.11 * bump ws@7.5.3 * changed logging for circular obj (PR parse-community#7457) * Update CHANGELOG.md [7e1da90] added changelog [0e3cae5] audit fix [f0d5232] bumped version [4ac4b7f] Merge pull request from GHSA-7pr3-p5fm-8r9x * fix: LQ deletes session token * add 4.10.4 * add changes [ef2ec21] ci: update docker image building (parse-community#7553) * docker * Update docker-publish.yml * Update docker-publish.yml [6ae5835] Merge pull request from GHSA-xqp8-w826-hh6x * Backport the advisory fix * Added a 4.10.3 section to CHANGELOG [0bfa6b7] Release 4.10.2 (parse-community#7513) * move graphql-tag from devDependencies to dependencies (parse-community#7183) * bump version * Update CHANGELOG.md [0be0b87] bump version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Pull Request Checklist
Issue Description
graphql-tag is required by one of the GraphQL files:
parse-server/src/GraphQL/loaders/schemaDirectives.js
Line 1 in 033a0bd
Related issue: close #7182
Approach
Move graphql-tag from devDependencies to dependencies
TODOs before merging