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 all non-major dependencies #6985

Merged
merged 1 commit into from
May 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/gateway (source) 2.7.7 -> 2.7.8 age adoption passing confidence
@apollo/subgraph (source) 2.7.7 -> 2.7.8 age adoption passing confidence
@commander-js/extra-typings 12.0.1 -> 12.1.0 age adoption passing confidence
@graphql-codegen/typed-document-node (source) 5.0.6 -> 5.0.7 age adoption passing confidence
commander 12.0.0 -> 12.1.0 age adoption passing confidence
eslint (source) 9.2.0 -> 9.3.0 age adoption passing confidence
fast-xml-parser 4.3.6 -> 4.4.0 age adoption passing confidence
mongoose (source) 8.3.5 -> 8.4.0 age adoption passing confidence
sharp (source, changelog) 0.33.3 -> 0.33.4 age adoption passing confidence
tsx 4.10.3 -> 4.10.5 age adoption passing confidence
undici (source) 6.16.1 -> 6.18.0 age adoption passing confidence
wrangler (source) 3.56.0 -> 3.57.0 age adoption passing confidence

Release Notes

apollographql/federation (@​apollo/gateway)

v2.7.8

Compare Source

Patch Changes
apollographql/federation (@​apollo/subgraph)

v2.7.8

Compare Source

Patch Changes
commander-js/extra-typings (@​commander-js/extra-typings)

v12.1.0

Compare Source

Changed
  • use ESLint for linting ([#​65])
  • format source files with Prettier ([#​66])
Removed
  • removed unimplemented Option.fullDescription from TypeScript definition ([#​70])
dotansimha/graphql-code-generator (@​graphql-codegen/typed-document-node)

v5.0.7

Compare Source

Patch Changes
tj/commander.js (commander)

v12.1.0

Compare Source

Added
eslint/eslint (eslint)

v9.3.0

Compare Source

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v4.4.0

Compare Source

Automattic/mongoose (mongoose)

v8.4.0

Compare Source

==================

  • feat: upgrade mongodb -> 6.6.2 #​14584
  • feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #​14583 #​13889
  • feat: handle initially null driver when instantiating Mongoose for Rollup support #​14577 #​12335
  • feat(mongoose): export omitUndefined() helper #​14582 #​14569
  • feat: add Model.listSearchIndexes() #​14519 #​14450
  • feat(connection): add listDatabases() function #​14506 #​9048
  • feat(schema): add schema-level readConcern option to apply default readConcern for all queries #​14579 #​14511
  • fix(error): remove model property from CastError to avoid printing all model properties to console #​14568 #​14529
  • fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #​14587 #​14572
  • fix(document): ensure transform function passed to toObject() options applies to subdocs #​14600 #​14589
  • types: add inferRawDocType helper #​13900 #​13772
  • types(document): make document _id type default to unknown instead of any #​14541
lovell/sharp (sharp)

v0.33.4

Compare Source

privatenumber/tsx (tsx)

v4.10.5

Compare Source

Bug Fixes

This release is also available on:

v4.10.4

Compare Source

nodejs/undici (undici)

v6.18.0

Compare Source

v6.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.16.1...v6.17.0

cloudflare/workers-sdk (wrangler)

v3.57.0

Compare Source

Minor Changes
  • #​5696 7e97ba8 Thanks @​geelen! - feature: Improved d1 execute --file --remote performance & added support for much larger SQL files within a single transaction.

  • #​5819 63f7acb Thanks @​CarmenPopoviciu! - fix: Show feedback on Pages project deployment failure

    Today, if uploading a Pages Function, or deploying a Pages project fails for whatever reason, there’s no feedback shown to the user. Worse yet, the shown message is misleading, saying the deployment was successful, when in fact it was not:

    ✨ Deployment complete!
    

    This commit ensures that we provide users with:

    • the correct feedback with respect to their Pages deployment
    • the appropriate messaging depending on the status of their project's deployment status
    • the appropriate logs in case of a deployment failure
  • #​5814 2869e03 Thanks @​CarmenPopoviciu! - fix: Display correct global flags in wrangler pages --help

    Running wrangler pages --help will list, amongst others, the following global flags:

    -j, --experimental-json-config
    -c, --config
    -e, --env
    -h, --help
    -v, --version
    

    This is not accurate, since flags such as --config, --experimental-json-config, or env are not supported by Pages.

    This commit ensures we display the correct global flags that apply to Pages.

  • #​5818 df2daf2 Thanks @​WalshyDev! - chore: Deprecate usage of the deployment object on the unsafe metadata binding in favor of the new version_metadata binding.

    If you're currently using the old binding, please move over to the new version_metadata binding by adding:

    [version_metadata]
    binding = "CF_VERSION_METADATA"

    and updating your usage accordingly. You can find the docs for the new binding here: https://developers.cloudflare.com/workers/runtime-apis/bindings/version-metadata

Patch Changes
  • #​5838 609debd Thanks @​petebacondarwin! - fix: update undici to the latest version to avoid a potential vulnerability

  • #​5832 86a6e09 Thanks @​petebacondarwin! - fix: do not allow non-string values in bulk secret uploads

    Prior to Wrangler 3.4.0 we displayed an error if the user tried to upload a
    JSON file that contained non-string secrets, since these are not supported
    by the Cloudflare backend.

    This change reintroduces that check to give the user a helpful error message
    rather than a cryptic workers.api.error.invalid_script_config error code.


Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor

github-actions bot commented May 16, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/cli 0.90.6-alpha-20240520141541-324cdf231f9a8a66b857b242d9d578619db99cdf npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.99.0-alpha-20240520141541-324cdf231f9a8a66b857b242d9d578619db99cdf npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.98.5-alpha-20240520141541-324cdf231f9a8a66b857b242d9d578619db99cdf npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.99.0-alpha-20240520141541-324cdf231f9a8a66b857b242d9d578619db99cdf npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented May 16, 2024

💻 Website Preview

The latest changes are available as preview in: https://b31025cf.graphql-mesh.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 044ffed to 2ad46dd Compare May 17, 2024 03:24
@renovate renovate bot changed the title fix(deps): update dependency sharp to v0.33.4 fix(deps): update all non-major dependencies May 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d740a11 to 0520880 Compare May 19, 2024 03:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0520880 to 324cdf2 Compare May 20, 2024 14:09
@ardatan ardatan merged commit 3666125 into master May 20, 2024
21 of 23 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch May 20, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant