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

fix(deps): update dependency @platformatic/sql-graphql to v2 #315

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@platformatic/sql-graphql 1.53.4 -> 2.27.1 age adoption passing confidence

Release Notes

platformatic/platformatic (@​platformatic/sql-graphql)

v2.27.1

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.26.2...v2.27.0

v2.26.2

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.26.1...v2.26.2

v2.26.1

Compare Source

Full Changelog: platformatic/platformatic@v2.26.0...v2.26.1

v2.26.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.25.0...v2.26.0

v2.25.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.24.0...v2.25.0

v2.24.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.23.0...v2.24.0

v2.23.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.22.0...v2.23.0

v2.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: platformatic/platformatic@v2.21.1...v2.22.0

v2.21.1

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.21.0...v2.21.1

v2.21.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.19.0...v2.20.0

v2.19.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.18.0...v2.19.0

v2.18.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.17.0...v2.18.0

v2.17.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.16.0...v2.17.0

v2.16.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.15.0...v2.16.0

v2.15.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.14.0...v2.15.0

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: platformatic/platformatic@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

Full Changelog: platformatic/platformatic@v2.12.0...v2.13.0

v2.12.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codesandbox bot commented Sep 24, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented Sep 24, 2024

⚠️ No Changeset found

Latest commit: 71a08e0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

coderabbitai bot commented Sep 24, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

socket-security bot commented Sep 24, 2024

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@platformatic/[email protected] Transitive: environment, eval, filesystem, network, shell +118 14.3 MB matteo.collina

View full report↗︎

@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 6 times, most recently from 6246ac4 to c425bac Compare October 1, 2024 18:28
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 2 times, most recently from 3899369 to 72da1e1 Compare October 4, 2024 09:35
@renovate renovate bot changed the title fix(deps): update dependency @platformatic/sql-graphql to v2 fix(deps): update dependency @platformatic/sql-graphql to v2 - autoclosed Oct 7, 2024
@renovate renovate bot closed this Oct 7, 2024
@renovate renovate bot deleted the renovate/platformatic-sql-graphql-2.x branch October 7, 2024 13:15
@renovate renovate bot changed the title fix(deps): update dependency @platformatic/sql-graphql to v2 - autoclosed fix(deps): update dependency @platformatic/sql-graphql to v2 Oct 7, 2024
@renovate renovate bot reopened this Oct 7, 2024
@renovate renovate bot restored the renovate/platformatic-sql-graphql-2.x branch October 7, 2024 15:14
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 6 times, most recently from f5f40a5 to 5c70a8a Compare October 11, 2024 14:57
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 5 times, most recently from 662735c to 5b2ee1a Compare November 5, 2024 13:46
Copy link

sweep-ai bot commented Nov 6, 2024

Hey @renovate[bot], here is an example of how you can ask me to improve this pull request:

@Sweep Add unit tests for the updated `@platformatic/sql-graphql` package to ensure compatibility with the new version 2.9.1. Specifically, test:
1. GraphQL schema generation
2. Case-insensitive LIKE query functionality mentioned in the changelog
3. Verify that existing database integrations still work correctly

📖 For more information on how to use Sweep, please read our documentation.

@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 4 times, most recently from e44289a to 673ec72 Compare November 8, 2024 22:05
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 4 times, most recently from d63ca17 to 1b4aa5f Compare November 18, 2024 17:21
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 4 times, most recently from 314ce33 to ad61063 Compare November 26, 2024 17:10
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch from ad61063 to 78d5dd3 Compare December 3, 2024 14:37
Copy link

socket-security bot commented Dec 3, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Possible typosquat attack npm/@fastify/[email protected] ⚠︎

View full report↗︎

Next steps

What is a typosquat?

Package name is similar to other popular packages and may not be the package you want.

Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 5 times, most recently from 01679b2 to edf58ed Compare December 11, 2024 14:14
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch 4 times, most recently from 840cd0e to 10b475a Compare December 19, 2024 17:46
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch from 10b475a to 2e5a282 Compare December 20, 2024 17:03
@renovate renovate bot force-pushed the renovate/platformatic-sql-graphql-2.x branch from 2e5a282 to 71a08e0 Compare December 20, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants