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 (minor) #50

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs (source) 7.61.1 -> 7.63.0 age adoption passing confidence
@sentry/webpack-plugin (source) 2.5.0 -> 2.6.2 age adoption passing confidence
eslint (source) 8.46.0 -> 8.47.0 age adoption passing confidence
jotai 2.2.3 -> 2.3.1 age adoption passing confidence
react-router-dom 6.14.2 -> 6.15.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs)

v7.63.0

Compare Source

  • build(deps): bump @​opentelemetry/instrumentation from 0.41.0 to 0.41.2
  • feat(eventbuilder): Export exceptionFromError for use in hybrid SDKs (#​8766)
  • feat(node-experimental): Re-export from node (#​8786)
  • feat(tracing): Add db connection attributes for mysql spans (#​8775)
  • feat(tracing): Add db connection attributes for postgres spans (#​8778)
  • feat(tracing): Improve data collection for mongodb spans (#​8774)
  • fix(nextjs): Execute sentry config independently of autoInstrumentServerFunctions and autoInstrumentAppDirectory (#​8781)
  • fix(replay): Ensure we do not flush if flush took too long (#​8784)
  • fix(replay): Ensure we do not try to flush when we force stop replay (#​8783)
  • fix(replay): Fix hasCheckout handling (#​8782)
  • fix(replay): Handle multiple clicks in a short time (#​8773)
  • ref(replay): Skip events being added too long after initial segment (#​8768)

v7.62.0

Compare Source

Important Changes
  • feat(integrations): Add ContextLines integration for html-embedded JS stack frames (#​8699)

This release adds the ContextLines integration as an optional integration for the Browser SDKs to @sentry/integrations.

This integration adds source code from inline JavaScript of the current page's HTML (e.g. JS in <script> tags) to stack traces of captured errors.
It can't collect source code from assets referenced by your HTML (e.g. <script src="..." />).

The ContextLines integration is useful when you have inline JS code in HTML pages that can't be accessed by Sentry's backend, for example, due to a login-protected page.

import { ContextLines } from "@&#8203;sentry/integrations";

Sentry.init({
  // ...
  integrations: [
    new ContextLines({
      // The number of lines to collect before and after each stack frame's line number
      // Defaults to 7
      frameContextLines: 7,
    }),
  ],
});
Other Changes
  • fix(nextjs): Make all wrappers isomorphic and available in all runtimes (#​8743)
  • fix(replay): Cancel debounce when replay is too short/long (#​8742)
  • fix(utils): dirname and basename should handle Windows paths (#​8737)
  • ref: Hoist flush, close, and lastEventId into @sentry/core (#​8731)
  • ref(node): Don't call JSON.stringify on prisma client when logging (#​8745)
getsentry/sentry-javascript-bundler-plugins (@​sentry/webpack-plugin)

v2.6.2

Compare Source

  • fix: Fix regex in source map locating heuristic via sourceMappingURL (#​376)
  • fix: Make sourceMappingURL heuristic more resilient (#​378)

Thanks to @​tomyam1 for identifying and pinpointing a bug that was hard to spot!

v2.6.1

Compare Source

  • fix: Don't crash on failed delete after upload (#​373)

v2.6.0

Compare Source

  • deps: Bump sentry-cli to 2.20.1 (#​355)
  • feat: Allow ommiting org when using organization auth token (#​368)
  • ref: Make asset detection more robust (#​369)
eslint/eslint (eslint)

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

pmndrs/jotai (jotai)

v2.3.1

Compare Source

There was a bug in #​2061, which is fixed. It's about a dev-only warning.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.3.0...v2.3.1

v2.3.0

Compare Source

Jotai v2's store API is framework-agnostic. The primary use case is for React, but the store can be used for other frameworks. One of the difficulties was handling promises, and there has been unstable_unwrap util since Jotai v2.0.0. Now, it's considered stable and becomes unwrap util (see docs for details).

What's Changed

Full Changelog: pmndrs/jotai@v2.2.3...v2.3.0

remix-run/react-router (react-router-dom)

v6.15.0

Compare Source

Minor Changes
  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#​10705)
Patch Changes
  • Fixes an edge-case affecting web extensions in Firefox that use URLSearchParams and the useSearchParams hook. (#​10620)
  • Do not include hash in useFormAction() for unspecified actions since it cannot be determined on the server and causes hydration issues (#​10758)
  • Reorder effects in unstable_usePrompt to avoid throwing an exception if the prompt is unblocked and a navigation is performed synchronously (#​10687, #​10718)
  • Updated dependencies:
    • @remix-run/router@1.8.0
    • react-router@6.15.0

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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.

👻 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.

@renovate renovate bot added the renovate label Jul 31, 2023
@vercel
Copy link

vercel bot commented Jul 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shiro ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2023 4:24pm

@renovate renovate bot changed the title fix(deps): update dependency @sentry/nextjs to v7.61.0 fix(deps): update all non-major dependencies (minor) Aug 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 395b89c to 78551b8 Compare August 3, 2023 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78551b8 to ff29aff Compare August 4, 2023 14:27
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (minor) fix(deps): update all non-major dependencies (minor) - autoclosed Aug 6, 2023
@renovate renovate bot closed this Aug 6, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch August 6, 2023 15:08
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (minor) - autoclosed fix(deps): update all non-major dependencies (minor) Aug 7, 2023
@renovate renovate bot reopened this Aug 7, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch August 7, 2023 03:39
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (minor) fix(deps): update dependency jotai to v2.3.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff29aff to 486b7c4 Compare August 7, 2023 15:50
@renovate renovate bot changed the title fix(deps): update dependency jotai to v2.3.0 fix(deps): update all non-major dependencies (minor) Aug 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 486b7c4 to 9f3c2e5 Compare August 8, 2023 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f3c2e5 to d92ea2c Compare August 9, 2023 16:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d92ea2c to 91438dd Compare August 10, 2023 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91438dd to 5bb10b6 Compare August 10, 2023 20:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bb10b6 to 8e9c016 Compare August 11, 2023 14:24
@Innei Innei merged commit 798f5e1 into main Aug 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant