-
Notifications
You must be signed in to change notification settings - Fork 0
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 minor dependencies (minor) #35
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/chewam/deaths/CceTia6S6NXpHsryQ5G1rXhaD93x [Deployment for 466cb39 failed] |
8310167
to
c47a58c
Compare
c47a58c
to
5802d19
Compare
5802d19
to
037e837
Compare
037e837
to
29ef3ad
Compare
29ef3ad
to
f652ecc
Compare
f652ecc
to
fec9513
Compare
fec9513
to
77074cc
Compare
77074cc
to
e24171c
Compare
e24171c
to
e33e6bb
Compare
e33e6bb
to
1260f8a
Compare
1260f8a
to
20d6169
Compare
20d6169
to
8c036f2
Compare
8c036f2
to
7860c5c
Compare
7860c5c
to
226d486
Compare
a0d0bf6
to
859276e
Compare
859276e
to
0180853
Compare
0180853
to
9c3f83d
Compare
9c3f83d
to
43c5e1c
Compare
43c5e1c
to
9bfc395
Compare
9bfc395
to
7027e7e
Compare
7027e7e
to
2eacf62
Compare
2eacf62
to
edd0e4c
Compare
edd0e4c
to
506c85a
Compare
506c85a
to
5326124
Compare
5326124
to
399d435
Compare
399d435
to
86c5d95
Compare
86c5d95
to
13ed4bc
Compare
Kudos, SonarCloud Quality Gate passed!
|
This PR contains the following updates:
6.13.3
->6.19.7
3.5.1
->3.9.1
1.0.2
->1.4.0
2.0.0
->2.1.0
12.1.6
->12.2.4
0.0.16
->0.2.0
3.0.5
->3.3.0
5.20.13
->5.25.1
1.42.1
->1.54.3
1.0.1
->1.3.0
2.3.1
->2.4.0
Release Notes
getsentry/sentry-javascript
v6.19.7
Compare Source
Work in this release contributed by @cameronaziz and @kpdecker. Thank you for your contributions!
v6.19.6
Compare Source
v6.19.5
Compare Source
v6.19.4
Compare Source
build/types
to tarballs and adjusttypes
entry points (#4824)Work in this release contributed by @MikevPeeren. Thank you for your contribution!
v6.19.3
Compare Source
v6.19.2
Compare Source
isNaN
function (#4759)v6.19.1
Compare Source
This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.
v6.19.0
Compare Source
This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new
maxNormalizationBreadth
setting. See #4689 for details.normalize
maximum properties/elements (#4689)apply
rather thancall
intry-catch
integration (#4695)@sentry/browser
(#4688)syntheticException
creation (#4691)BrowserTracing
logging flag default value (#4708)isDebugBuild
logging guard (#4696)Work in this release contributed by @Turbo87. Thank you for your contribution!
v6.18.2
Compare Source
If you are using
@sentry-internal/eslint-config-sdk
, please note that this release turns on the quotes rule to enforce usage of single quotes.This release also removes
@sentry/tracing
as a dependency of@sentry/node
. Please explicitly install and import@sentry/tracing
if you want to use performance monitoring capabilities. For more details, see our docs on setting up Node Performance Monitoring.We also now produce an ES6 version of our CDN tracing bundle, which can be accessed with
bundle.tracing.es6.min.js
.Work in this release contributed by @Ignigena. Thank you for your contribution!
v6.18.1
Compare Source
Work in this release contributed by @belgattitude, @pbernery, and @kylemh. Thank you for your contributions!
v6.18.0
Compare Source
This patch deprecates the
frameContextLines
option for the Node SDK. The migration documentation details how to migrate off the deprecatedframeContextLines
option.ignoreSentryErrors
option for AWS lambda (#4620)Work in this release contributed by @GoshaEgorian and @ichina. Thank you for your contributions!
v6.17.9
Compare Source
Work in this release contributed by @aaronadamsCA. Thank you for your contribution!
v6.17.8
Compare Source
normalizeDepth
when normalization is skipped(#4574)Work in this release contributed by @mydea. Thank you for your contribution!
v6.17.7
Compare Source
Work in this release contributed by @connorjclark. Thank you for your contribution!
v6.17.6
Compare Source
Work in this release contributed by @mobilestar1. Thank you for your contribution!
v6.17.5
Compare Source
This release deprecates the
Severity
enum, theSeverityLevel
type, and the internalSeverityLevels
array, all from@sentry/types
. In v7,Severity
will disappear (in favor ofSeverityLevel
) andSeverityLevel
andSeverityLevels
will live in@sentry/utils
. If you are using any of the three, we encourage you to migrate your usage now, using our migration guide.@sentry/webpack-plugin
to 1.18.5 (#4501)@sentry/utils
(#4492)Work in this release contributed by @Bobakanoosh and @ssnielsen. Thank you for your contributions!
v6.17.4
Compare Source
@sentry/webpack-plugin
from 1.18.3 to 1.18.4 (#4464)ExtraErrorData
'sdepth
option (#4487)BrowserTracing
integration directly (#4480)SpanStatus
enum (#4478)_isVue
not defined in Vue3 (#4461)Work in this release contributed by @7inspire, @jaeseokk, and @rchl. Thank you for your contributions!
v6.17.3
Compare Source
req
andres
if necessary when instrumenting server (#4467)v6.17.2
Compare Source
This patch contains a breaking change for anyone setting the undocumented
rethrowAfterCapture
option for@sentry/serverless
's AWS wrapper tofalse
, as its functionality has been removed. For backwards compatibility with anyone setting it totrue
(which is also the default), the option remains in theWrapperOptions
type for now. It will be removed in the next major release, though, so we recommend removing it from your code.rethrowAfterCapture
use in AWS lambda wrapper (#4448)v6.17.1
Compare Source
hidden-source-map
as webpack devtool value (#4436)Work in this release contributed by @datbth. Thank you for your contribution!
v6.17.0
Compare Source
This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our upcoming major release. There are no breaking changes in this patch unless you are using our internal
Dsn
class, which has been removed. We also deprecated a few of our typescript enums and our internalAPI
class. We've detailed in our migration documentation how to update your sdk usage if you are using any of these in your code.Work in this release contributed by @yordis, @Badisi, and @lh1me. Thank you for your contribution!
v6.16.1
Compare Source
Work in this release contributed by @KATT. Thank you for your contribution!
v6.16.0
Compare Source
Work in this release contributed by @jherdman and @travigd. Thank you for your contribution!
v6.15.0
Compare Source
DOMExceptions
, if possible (#4160)withSentry
is done (#4027)Work in this release contributed by @nowylie. Thank you for your contribution!
v6.14.3
Compare Source
is
utility functions (#4124)v6.14.2
Compare Source
false API resolved without sending a response
warning (#4139)is
utility functions (#4124)Work in this release contributed by @J4YF7O. Thank you for your contribution!
v6.14.1
Compare Source
v6.14.0
Compare Source
Work in this release contributed by @tmilar, @deammer, and @freekii. Thank you for your contributions!
chartjs/Chart.js
v3.9.1
Compare Source
Essential Links
Bugs Fixed
Thanks to @LeeLenaleee
v3.9.0
Compare Source
Essential Links
Enhancements
Performance
Bugs Fixed
Documentation
Development
Thanks to @LeeLenaleee, @M4sterShake, @benmccann, @dangreen, @kurkle, @peterhauke, @stockiNail, @thabarbados and @touletan
v3.8.2
Compare Source
Essential Links
Bugs Fixed
Development
Thanks to @etimberg
v3.8.1
Compare Source
Essential Links
Enhancements
Bugs Fixed
Types
Documentation
Development
Thanks to @LeeLenaleee, @Pourbahrami, @andrewl64, @dependabot, @dependabot[bot], @etimberg, @ideabrian, @igorlukanin, @kurkle, @naveensrinivasan, @stockiNail and @touletan
v3.8.0
Compare Source
Essential Links
Enhancements
Bugs Fixed
Types
Documentation
Development
Thanks to @CommanderRoot, @LeeLenaleee, @Talla2XLC, @akiraaso, @dependabot, @dependabot[bot], @etimberg, @joshkel, @kurkle, @kylejonesdev, @linkviii, @luke-heberling, @msteiger, @pzelnip, @t-mangoe and @yhvicey
v3.7.1
Compare Source
Essential Links
Bugs Fixed
Types
Documentation
Development
Thanks to @DimitriPapadopoulos, @LeeLenaleee, @LovelyAndy, @caub, @charlesmass2, @etimberg, @jmorel and @stockiNail
[
v3.7.0
](https://togithub.com/chartjs/CConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.