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

Update all non-major dependencies #420

Merged
merged 1 commit into from Nov 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/cookie 8.2.0 -> 8.3.0 age adoption passing confidence
@fastify/cors 8.1.0 -> 8.2.0 age adoption passing confidence
@fastify/helmet 10.0.0 -> 10.0.2 age adoption passing confidence
@sentry/node (source) 7.13.0 -> 7.20.1 age adoption passing confidence
dotenv 16.0.2 -> 16.0.3 age adoption passing confidence
edgedb (source) 0.22.7 -> 0.22.8 age adoption passing confidence
mercurius (source) 11.0.0 -> 11.3.0 age adoption passing confidence
pino (source) 8.6.0 -> 8.7.0 age adoption passing confidence
pino-pretty 9.1.0 -> 9.1.1 age adoption passing confidence
pnpm (source) 7.12.1 -> 7.17.0 age adoption passing confidence
remeda 1.1.0 -> 1.3.0 age adoption passing confidence
simple-git-hooks 2.8.0 -> 2.8.1 age adoption passing confidence
tsx 3.9.0 -> 3.12.1 age adoption passing confidence
typescript (source) 4.8.3 -> 4.9.3 age adoption passing confidence

Release Notes

fastify/fastify-cookie

v8.3.0

Compare Source

📚 PR:

fastify/fastify-cors

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.1.1...v8.2.0

v8.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.1.0...v8.1.1

fastify/fastify-helmet

v10.0.2

Compare Source

📚 PR:

  • fix: min fastify version (#​205)

v10.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-helmet@v10.0.0...v10.0.1

getsentry/sentry-javascript

v7.20.1

Compare Source

  • fix(angular): Set <unknown> component name default in TraceDirective (#​6222)
  • fix(core): Include _sdkProcessingMetadata when cloning scope (#​6218)
  • fix(tracing): Make shouldAttachHeaders not fall back to default values (#​6238)
  • ref(vue): Check if SDK is initialized before app is mounted (#​6227)

v7.20.0

Compare Source

  • feat(angular): Add Angular 15 Peer Dependencies (#​6220)
  • feat(nextjs): Add excludeServerRoutes config option (#​6207)
  • feat(node): Move tracing options to Http integration (#​6191)
  • fix(nextjs): Use absolute path for distDir in webpack plugin options (#​6214)
  • fix(remix): Resolve Remix Request API compatibility issues. (#​6215)
  • ref(nextjs): Invert serverside injection criteria (#​6206)

v7.19.0

Compare Source

This release adds a new SDK, @​sentry/opentelemetry-node,
which is available as an alpha release to integrate OpenTelemetry performance tracing with Sentry.
Give it a try and let us know if you have any feedback or problems with using it. (#​6000)

This release also deprecates the tracingOrigins option in favor of using shouldCreateSpanForRequest and tracePropagationTargets.
See #​6176 for details.

  • feat(node): Allow keepAlive override (#​6161)
  • feat(tracing): Add transaction.setContext method (#​6154)
  • feat(tracing): Allow to set instrumenter on Span & Transaction (#​6136)
  • fix(integrations): Remove erroneous WINDOW exports (#​6185)
  • fix(react): Guard against non-error obj in ErrorBoundary (#​6181)
  • perf(core): Prevent creation of new contexts object on scope (#​6156)
  • ref(tracing): Deprecate tracingOrigins (#​6176)

v7.18.0

Compare Source

This release adds the beforeSendTransaction callback to all JS SDKs, letting you make changes to or drop transactions before they're sent to Sentry. This callback works identically to beforeSend, just for transactions.

  • feat(core): Add beforeSendTransaction (#​6121)
  • feat(node): Add option to OnUncaughtException integration that allows mimicking native uncaught error exit behaviour (#​6137)
  • feat(tracing): Add tracePropagationTargets option to browser routing instrumentation (#​6080)
  • fix(nextjs): Allow onUncaughtException integration to remain excluded (#​6148)
  • fix(nextjs): Do not exit process when errors bubble up while additional uncaughtException-handlers are registered (#​6138)
  • fix(remix): Prevent capturing pending promises as exceptions. (#​6129)

v7.17.4

Compare Source

  • fix(aws): Move relay to port 5333 to avoid collisions (#​6093)
  • fix(nextjs): Await Next.js server in patched getServerRequestHandler (#​6072)
  • fix(nextjs): CLI binary not found on Windows (#​6096)
  • fix(nextjs): Escape Windows paths when writing wrapper templates (#​6101)

v7.17.3

Compare Source

  • chore(ember): Show warning when using invalid config (#​6032)
  • fix(nextjs): Log false positive warning only if request is unfinished. (#​6070)
  • fix(tracing): Add an extra conditional check to web vitals onCLS() (#​6091)

v7.17.2

Compare Source

  • fix(tracing): Fix tracingOrigins not applying (#​6079)

v7.17.1

Compare Source

This release standardizes our SDKs to use the MIT License, which is our standard license for Sentry SDKs. We were previously using the BSD 3-Clause License in @sentry/browser,@sentry/core, @sentry/gatsby, @sentry/hub, @sentry/integrations, @sentry/node, @sentry/react, @sentry/types, @sentry/typescript, and @sentry/utils.

This release also updates the behaviour of tracingOrigins to no longer affect span creation. tracingOrigins will only affect if sentry-trace and baggage headers are attached to outgoing requests. To control span creation, use the shouldCreateSpanForRequest option.

  • chore: Standardize SDKs on MIT License (#​5993)
  • feat(nextjs): Add Next 13 to peer dependencies and integration tests (#​6042)
  • feat(remix): Enable RequestData integration for server-side requests (#​6007)
  • feat(tracing): Update to Web Vitals v3 (#​5987)
  • feat(tracing): Allow for spanId to be passed into startChild (#​6028)
  • fix(browser): Handle case where fetch can be undefined (#​5973)
  • fix(build): Prevent Rollup from adding [Symbol.toStringTag]: 'Module' to CJS files (#​6043)
  • fix(nextjs): Match loader files exactly (#​6013)
  • fix(react): Update types to match react router 6.4 updates (#​5992)
  • fix(tracing): Align missing express span operation names (#​6036)
  • fix(tracing): Don't consider tracingOrigins when creating spans (#​6039)
  • fix(utils): Remove WINDOW from utils (#​6024)
  • fix(vue): Fix vue3 render warning loop (#​6014)
  • fix(vue): Don't overwrite custom transaction names of pageload transactions (#​6060)
  • ref(node): Make RequestData integration default (#​5980)
  • ref(node): Use RequestData integration in express handlers (#​5990)
  • ref(serverless): Use RequestData integration in GCP wrapper (#​5991)

Work in this release contributed by @​philipatkinson, @​Rockergmail, @​ys-zhifu, and @​koenpunt. Thank you for your contributions!

Special shoutout to @​Tofandel who helped fix a bug in Jest that was affecting the Sentry JavaScript SDKs!

v7.17.0

Compare Source

Please do not use this version - the release is broken. Upgrade to 7.17.1 instead.

v7.16.0

Compare Source

This release adds the withSentryConfig feature to the Svelte SDK. It replaces the now deprecated Svelte componentTrackingPreprocessor which will be removed in the next major release.

  • feat(node): Export Span type from @sentry/types (#​5982)
  • feat(svelte): Add withSentryConfig function to wrap User Svelte Configuration (#​5936)
  • fix(nextjs): Correctly apply auto-instrumentation to pages in src folder (#​5984)
  • fix(nextjs): Fix typing issue with withSentryConfig and NextConfig (#​5967)
  • fix(react): Support root and wildcard routes in react router v6 (#​5971)
  • fix(remix): Add yargs dependency for uploading sourcemaps (#​5926)
  • fix(svelte): Track components without script tags (#​5957)
  • fix(utils): Rename global.ts -> worldwide.ts (#​5969)
  • fix(vue): Start pageload transaction earlier to capture missing spans (#​5983)
  • ref(build): Remove constToVarPlugin (#​5970)
  • ref(nextjs): Don't assert existance of pageProps in _app (#​5945)
  • ref(utils): Deprecate getGlobalObject as it's no longer used (#​5949)

Work in this release contributed by @​jeengbe. Thank you for your contribution!

v7.15.0

Compare Source

This release deprecates @sentry/hub and all of it's exports. All of the @sentry/hub exports have moved to @sentry/core. @sentry/hub will be removed in the next major release.

  • feat(ember): Add ember-engine-router support (#​5905)
  • feat(nextjs): Enable autoInstrumentServerFunctions per default (#​5919)
  • feat(tracing): Make BrowserTracing heartbeat interval configurable (#​5867)
  • fix(node): Remove Cookie header from requestdata.headers if cookies should not be sent to Sentry (#​5898)
  • fix(remix): Rework dynamic imports of react-router-dom (#​5897)
  • fix(utils): Accept DSN URLs with empty password (#​5902)
  • fix(vue): Finish spans in component tracking before starting new ones for same operation (#​5918)
  • ref(hub): Move @sentry/hub code to @sentry/core (#​5823)

Work in this release contributed by @​outsideris and @​JonasKruckenberg. Thank you for your contributions!

v7.14.2

Compare Source

  • fix(ember): Align span operations to new operations (#​5883)
  • fix(nextjs): Consider pageExtensions option in auto instrumentation (#​5881)
  • fix(remix): Align span operations to new operations (#​5889)
  • fix(serverless): Align span operations to new operations (#​5890)
  • fix(tracing): Align span operations to new operations (#​5891)
  • fix(vue): Align span operations to new operations (#​5892)
  • ref(hub): Remove hard cap from maxBreadcrumbs (#​5873)
  • ref(nextjs): Make build-phase check more robust (#​5857)

Work in this release contributed by @​outsideris. Thank you for your contributions!

v7.14.1

Compare Source

  • fix(nextjs): Handle CJS API route exports (#​5865)
  • fix(node): Only set DeviceContext.boot_time if os.uptime() is valid (#​5859)
  • fix(tracing): Warn if resolvers is not defined in ApolloServer config (#​5850)
  • fix(utils): Normalize when serializing envelope (#​5851)
  • ref(react): Improve React Router v6 error message (#​5853)

v7.14.0

Compare Source

  • feat(nextjs): Add status to data-fetcher spans (#​5777)
  • feat(nextjs): Auto-wrap API routes (#​5778)
  • feat(nextjs): Promote option to automatically wrap data fetchers and API routes to non-experimental (#​5793)
  • feat(utils): Modern implementation of getGlobalObject (#​5809)
  • fix(gatsby): Include app-* entrypoints as they may include user source code (#​5685)
  • fix(nextjs): Handle pathname being passed in object in instrumentServer (#​5782)
  • fix(nextjs): Pass request in sampling context of data fetchers wrapper transaction (#​5784)
  • fix(nextjs): Reverse order of checks for instrumenting server (#​5828)
  • fix(nextjs): Rename nextjs.data.server ops (#​5830)
  • fix(remix): Do not skip error handling if tracing is not enabled. (#​5811)
  • fix(remix): Use import() to get react-router-dom in Express wrapper. (#​5810)
  • fix(tracing): Remove connection.downlink measurement (#​5794)
  • ref(browser): Use configured transport as fallback for client reports (#​5797)
  • ref(nextjs): Use flush code from withSentry in all backend wrappers (#​5814)
  • ref(nextjs): Use integration to add request data to transaction events (#​5703)
  • ref(nextjs): UseRequestData integration for errors (#​5729)
  • ref(node): Move request data functions back to @sentry/node (#​5759)
  • ref(tracing): Don't track transaction sampling method (#​5775)
  • ref(types): Use intersections instead of extend in envelope types (#​5788)

Work in this release contributed by @​Auspicus and @​dagroe. Thank you for your contributions!

motdotla/dotenv

v16.0.3

Compare Source

Changed
  • Added library version to debug logs (#​682)
edgedb/edgedb-js

v0.22.8

Compare Source

Commits:

mercurius-js/mercurius

v11.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: mercurius-js/mercurius@v11.2.0...v11.3.0

v11.2.0

Compare Source

What's Changed

Full Changelog: mercurius-js/mercurius@v11.1.0...v11.2.0

v11.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: mercurius-js/mercurius@v11.0.1...v11.1.0

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: mercurius-js/mercurius@v11.0.0...v11.0.1

pinojs/pino

v8.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.6.1...v8.7.0

v8.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.6.0...v8.6.1

pinojs/pino-pretty

v9.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v9.1.0...v9.1.1

pnpm/pnpm

v7.17.0

Compare Source

Minor Changes

  • Added a new command pnpm licenses list, which displays the licenses of the packages #​2825

Patch Changes

  • pnpm update --latest !foo should not update anything if the only dependency in the project is the ignored one #​5643.
  • pnpm audit should send the versions of workspace projects for audit.
  • Hoisting with symlinks should not override external symlinks and directories in the root of node_modules.
  • The pnpm.updateConfig.ignoreDependencies setting should work with multiple dependencies in the array #​5639.

Our Gold Sponsors

Our Silver Sponsors

v7.16.1

Compare Source

Patch Changes
  • Sync all injected dependencies when hoisted node linker is used #​5630
Our Gold Sponsors
Our Silver Sponsors

v7.16.0

Compare Source

Minor Changes

  • Support pnpm env list to list global or remote Node.js versions #​5546.

Patch Changes

  • Replace environment variable placeholders with their values, when reading .npmrc files in subdirectories inside a workspace #​2570.
  • Fix an error that sometimes happen on projects with linked local dependencies #​5327.

Our Gold Sponsors

Our Silver Sponsors

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 7af53a9 to 34bc757 Compare October 3, 2022 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 1e37c16 to 6d1fbd6 Compare October 10, 2022 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cb65021 to b657ab5 Compare October 17, 2022 21:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ba13efd to 0ce6a70 Compare November 3, 2022 13:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 496e82d to e0444c9 Compare November 14, 2022 03:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 619f429 to 9796af8 Compare November 21, 2022 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a215c37 to 583bfec Compare November 21, 2022 15:42
@BeeeQueue BeeeQueue enabled auto-merge (squash) November 21, 2022 23:07
@BeeeQueue BeeeQueue merged commit 4fd9bc3 into master Nov 21, 2022
@BeeeQueue BeeeQueue deleted the renovate/all-minor-patch branch November 21, 2022 23:07
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant