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

chore(deps): update dependency newrelic to v11 #5879

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
newrelic ^7 || ^8.0.0 || ^10.0.0 -> ^7 || ^8.0.0 || ^10.0.0 || ^11.0.0 age adoption passing confidence
newrelic 10.6.2 -> 11.10.2 age adoption passing confidence

Release Notes

newrelic/node-newrelic (newrelic)

v11.10.2

Compare Source

v11.10.2 (2024-01-31)

Bug fixes
  • Updated winston instrumentation to wrap configure to properly retain our transporter to do log forwarding (#​1987) (b54a97f)
Documentation
Miscellaneous chores
Tests
  • Pinned prisma instrumentation testing to <5.9.0 until we can fix issues with instrumentation (#​1985) (5eae6ee)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.10.1

Compare Source

Bug fixes
  • Updated instrumentation registration to allow for instrumenting of a local file that does not exist within node_modules.
    • To properly instrument a local file, you must pass in absolutePath with the absolute path to the file that is being instrumented along with the moduleName which in this case is just the file name without the extension. (#​1974) (f545b4e)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.10.0

Compare Source

Features
  • Added llm attribute to all transactions that contain llm spans for openai (#​1946) (6312629)
  • Added transaction ID to ErrorTrace event (#​1954) (5d0ebcd)
Security improvements
  • remote_method: Redacted ingest key in trace level logs (#​1948) (04fee88)
Code refactoring
  • Updated lib/shim/shim.js to remove cognitive complexity violations (#​1950) (60e57a1)
  • Updated message-shim to remove cognitive complexity violations. (#​1958) (3d1caaf)
Miscellaneous chores
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.9.0

Compare Source

v11.9.0 (2024-01-10)

Features
  • Assign pkgVersion and id of all child shim instances when using shim.makeSpecializedShim with a ConglomerateShim instance (#​1941) (d3e393d)
Bug fixes
  • Dropped support for ElasticSearch < 7.16.0 (#​1940) (e017768)
    • Previously, New Relic's Node Agent instrumented ElasticSearch as early as v7.13.0, which was susceptible to crashing when using ElasticSearch's .helper API. ElasticSearch fixed this bug in v7.16.0, so we now support instrumentation from that version onward, and previous versions are noops.
  • Removed extra / in openai framework metric name (#​1938) (7f586c3)
Security improvements
Miscellaneous chores
Tests
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.8.0

Compare Source

Features
  • Removed api.setLlmMetadata (#​1918) (cc4a975)
    • It will be assigned via api.addCustomAttribute with a prefix of llm. * The conversation_id will now be assigned from llm.conversation_id custom attribute
  • Updated SQL obfuscation tokenizer to better handle negative numbers and boolean values.
Bug fixes
  • Ensure opts.headers is defined in http instrumentation (#​1926) (7ea31a3)
Code refactoring
  • Updated lib/instrumentation/core/http.js to reduce the cognitive complexity to an allowable value (#​1922) (4c30d97)
  • Updated lib/shim/promise-shim.js to reduce the cognitive complexity (#​1924) (bd0a5dc)
  • Updated lib/shim/webframework-shim.js to reduce the cognitive complexity (#​1927) (1ce371e)
Miscellaneous chores
Tests
  • Refactored tests that were still using the tap mocha shim + chai to now use tap. (#​1919) (957529e)
  • removed access to deprecated req._headers and instead use req.headers (#​1923) (0ec2f66)
  • updated the cross agent tests, made updates to tests based on fixture changes (#​1917) (2d666b6)
  • Updated helper.randomPort to use crypto.randomInt instead of Math.random by using crypto lib (#​1921) (9003791)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.7.0

Compare Source

v11.7.0 (2023-12-14)

Features
  • Added deserialized X-NewRelic-Synthetics-Info header to transaction and transaction trace intrinsic attributes (#​1912) (7ed64bd)
    • The attributes in transactions are: nr.syntheticsType, nr.syntheticsInitiator, and nr.synthetics<attributeKey(s)>
    • The attributes in transaction traces are: synthetics_type, synthetics_initiator, and synthetics_<attribute_key(s)>
    • It will also include the X-NewRelic-Synthetics-Info header in outgoing http requests
  • Added instrumentation for Restify async handlers (#​1910) (1a3f87f)
Bug fixes
  • Update import-in-the-middle to fix ESM on Node 18.19.0 (#​1906) (e9c3748)
Code refactoring
Miscellaneous chores
Continuous integration
  • removed step in post release process to update an internal system with the latest agent version (#​1909) (2080b1f)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.6.1

Compare Source

v11.6.1 (2023-12-07)

Bug fixes
Code refactoring
  • Fixed cognitive complexity violations of openai instrumentation by moving functions outside of the parent function scope (#​1895) (31dc717)
  • Updated span names of openai actions to allow AI O11y team to locate relevant spans (#​1896) (b7a644d)
Miscellaneous chores
Tests
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.6.0

Compare Source

v11.6.0 (2023-11-29)

Features
  • Added instrumentation for openai.
    • This feature is in limited preview and will be off by default.
    • Aside from creating spans for chat completions and embeddings, it will create custom events that drive the New Relic AI Monitoring.
    • Added instrumentation for chat completion streams (#​1884) (404e317)
    • Added instrumentation for openai chat completion creation (#​1862) (34dcd70)
    • Added instrumentation for openai embedding creation (#​1872) (1c62321)
    • Added ai_monitoring.enabled configuration.(#​1873) (52bf9f3)
    • Added Nodejs/ML/OpenAI/<version> metric every time a chat completion or embedding occurs.(#​1886) (d11d100)
    • Added setLlmMetadata API to allow users to specify metadata for LLM events (#​1863) (85979d7)
    • Ensure API errors are tracked (#​1880) (289c2a2)
    • Added getLlmMessageIds and recordLlmFeedbackEvent API methods for tracking LLM feedback (#​1868) (1681e4b)
    • Added openai LLM events. (#​1857) (a7786f3)
  • Added pkgVersion to shim instances to facilitate semver checking without having to re-parse the package.json (#​1883) (4ddfd81)
Bug fixes
  • Updated isSimpleObject util to only check plain objects not arrays (#​1865) (8baa5bc)
Security improvements
  • Set log file permissions to read/write for Node process only (#​1854) (1b93ec9)
Code refactoring
  • Improved custom event attributes checking when using api.recordCustomEvent (#​1870) (20e7f1d)
Miscellaneous chores
Tests
Continuous integration
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.5.0

Compare Source

Miscellaneous chores
Continuous integration
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.4.0

Compare Source

Features
  • Added support for parsing container ids from docker versions using cgroups v2. (#​1830) (9892901)
Miscellaneous chores
Tests
  • Increased timeout for integration tests to avoid random failures. (#​1827) (5202048)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.3.0

Compare Source

v11.3.0 (2023-10-23)

Features
  • Updated agent initialization to allow running in worker threads when config.worker_threads.enabled is true (#​1817) (a39f0ef)
Bug fixes
  • Updated Elasticsearch instrumentation to register on v7.13.0+ only (#​1816) (6437671)
Miscellaneous chores
Tests
  • Updated the grpc versioned tests utils to dynamically bind ports to avoid conflicts between cjs and esm tests (#​1820) (95ac917)
Continuous integration
  • Disabled fail-fast on testing jobs to make sure all versions are run before getting canceled because of a flappy test (#​1819) (0928ee3)
  • Updated CI workflow to use larger runners on versioned tests but only when running against the main branch (#​1812) (01eaa14)
  • Updated post release script to update the nodejs_agent_version only on staging and us prod, eu will get it via replication now (#​1811) (317a00a)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.2.1

Compare Source

v11.2.1 (2023-10-12)

Bug fixes
  • Updated initialization to return the api on start up to the security agent properly (#​1807) (99e5792)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.2.0

Compare Source

Features
Bug Fixes
  • Updated agent to create a stub api when running in a worker thread to avoid Next.js early return errors (#​1800) (636e8f0)
  • Updated shimmer to allow registering instrumentation for different versions of the same module (#​1799) (30f0b16)
Miscellaneous Chores
Tests
  • Updated elasticsearch container to ignore highwatermark to function on a constrained environment (#​1803) (8380e9d)
  • Updated invalid json pino test as this was fixed in 8.15.1 of the pino library. (#​1782) (3e65fdc)
Continuous Integration
  • Added steps to zip up container logs on versioned test failure (#​1804) (0a54729)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.1.0

Compare Source

Features
  • Added instrumentation for fetch. (#​1776) (980b4dc)
  • Removed undici feature flag. This will now instrument undici by default. (#​1772) (683b254)
  • Updated undici instrumentation to create segment on request create instead of after connection and opening socket to more accurately record time it takes to make an undici request. (#​1770) (3f494f8)
Performance Improvements
  • Trace: optimise getTotalTimeDurationInMillis function to push to an array instead of concat arrays. (#​1774) (6ecde97)
Miscellaneous Chores
  • Updated Next.js plugin versioned tests to use main now that require-in-the-middle fixes have been merged. (#​1768) (6a72d1f)
  • Upgraded @newrelic/test-utilities and removed unused shimmer.patchModule and shimmer.unpatchModule (#​1769) (96620ef)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)

v11.0.0

Compare Source

v11.0.0 (2023-08-28)

⚠ BREAKING CHANGES
  • Removed support for Node 14.
  • Replaced ESM loader with import-in-the-middle to fix instrumentation firing for both CommonJS and ESM.
    • You must load both the ESM loader and agent as follows: node --experimental-loader newrelic/esm-loader.mjs -r newrelic path/to/app.js.
    • Removed config.esm.custom_instrumentation_entrypoint to register ESM instrumentation. You can now just call the newrelic.instrument* APIs but you must pass in an object and specify isEsm: true. See example.
  • Updated agent to use require-in-the-middle to register CommonJS instrumentation. You can no longer use an onResolved hook to register custom instrumentation.
  • Updated the default context manager to be AsyncLocalContextManager.
  • Renamed shim.handleCATHeaders to shim.handleMqTracingHeaders.
Features
  • Added support for Node 20.
  • Renamed shim.handleCATHeaders to shim.handleMqTracingHeaders (#​1735) (6788f9e)
    • If you have calls to shim.handleCATHeaders, the signature is identical and a function name change is only necessary.
    • Note: The agent will be removing CAT functionality in an upcoming release.
  • Updated the default context manager to be AsyncLocalContextManager (#​1731) (25f2bd8)
    • To restore functionality of legacy context manager you can set config.feature_flag.legacy_context_manager to true or `NEW_RELIC_FEATURE_FLAG_LEGACY_CONTEXT_MANAGER=true
    • Please note this legacy context manager will be removed in future major releases. If you have any issues, please raise with New Relic support or on the issues of the agent.
Bug Fixes
  • Replaced esm loader with import-in-the-middle to fix instrumentation firing for both commonjs and esm (#​1760) (4452354), closes 1646
    • Breaking Change: Updated ESM loader that now requires to use both a loader and -r.
      • node --experimental-loader newrelic/esm-loader.mjs -r newrelic path/to/app.js
    • Breaking Change: Removed config.esm.custom_instrumentation_entrypoint to register ESM instrumentation.
      • You can now just call the newrelic.instrument* APIs but you must pass in an object and specify isEsm: true.
  • Updated prisma instrumentation to parse prisma datamodel with internal package (#​1765) (48079b3)
Code Refactoring
  • Updated agent to use require-in-the-middle to register CommonJS instrumentation (#​1758) (d4b4f11)
    • Removed onResolved hook. If you're using custom instrumentation with an onResolved hook, you must update to use onRequire
    • You can no longer instrument files that are not within a node_module unless you provide an absolute path to the file when registering the instrumentation.
    • You cannot instrument both the base module and a sub module.
Miscellaneous Chores
  • Remove support for Node 14 (#​1756) (0ff9912)
  • Updated the bundled packages to the latest @newrelic/superagent, @newrelic/aws-sdk, @newrelic/koa, @newrelic/native-metrics, and @newrelic/test-utilities (#​1766) (8f6e15b)
  • Updated the aws-sdk external branch to be main now that the code is in there (#​1761) (d34d0fe)
Tests
  • update smoke tests versioned matrix in CI to 16, 18, and 20. (#​1762) (c82b517)
Support statement:

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)


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 these updates again.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Aug 28, 2023

🦋 Changeset detected

Latest commit: 47c5a45

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-mesh/plugin-newrelic Patch

Not sure what this means? Click here to learn what changesets are.

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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 28, 2023

🚀 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/apollo-link 0.97.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-cfw-kv 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-file 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-localforage 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-redis 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.88.6-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/compose-cli 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/config 0.98.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-composition 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-execution 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-federation 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.97.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.98.0-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/mongoose 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.98.0-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.98.0-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/supergraph 0.1.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.97.2-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/tuql 0.97.3-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.97.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.98.0-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/mysql 0.0.3-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/neo4j 0.0.3-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.98.0-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.98.0-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/sqlite 0.0.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@omnigraph/thrift 0.0.3-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-federation 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-deduplicate-request 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.96.6-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-cache 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-details-extensions 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-live-query 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-mock 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-newrelic 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-field-permissions 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-rate-limit 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-response-cache 0.96.6-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-snapshot 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-statsd 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/runtime 0.97.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-cli 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-runtime 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-cache 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-encapsulate 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-federation 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-filter-schema 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.96.6-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hoist-field 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-naming-convention 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prefix 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prune 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rate-limit 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rename 0.96.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-replace-field 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-resolvers-composition 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-transfer-schema 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-type-merging 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-common 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-rest 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-soap 0.0.1-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/types 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/urql-exchange 0.97.5-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎
@graphql-mesh/utils 0.96.4-alpha-20240207135205-811357aaff63653278ed8aab4fddb79ced9ed18e npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Aug 28, 2023

💻 Website Preview

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

Copy link
Contributor Author

renovate bot commented Feb 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

0 participants