-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 #821
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👋 Thank you for contributing. A staging environment for this PR for this change will be available shortly |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 21, 2023 03:51
7e54987
to
af7239c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 21, 2023 12:17
af7239c
to
80f59e7
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 22, 2023 09:32
80f59e7
to
fcb5119
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 24, 2023 18:14
fcb5119
to
f600964
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 25, 2023 12:26
f600964
to
cdb5e11
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 25, 2023 15:41
cdb5e11
to
6e7dd3e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 25, 2023 18:38
6e7dd3e
to
a7f5ac9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 26, 2023 15:24
a7f5ac9
to
8a33f3a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 26, 2023 19:13
8a33f3a
to
a261731
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 27, 2023 01:02
a261731
to
0486514
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 27, 2023 16:33
0486514
to
4951e3b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 28, 2023 09:21
61a4cc5
to
6db3848
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 28, 2023 09:50
6db3848
to
3215f32
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 28, 2023 09:59
3215f32
to
6f2f42e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.69.0
->7.72.0
7.69.0
->7.72.0
0.45.1
->0.46.0
13.2.0
->13.3.0
2.1.1
->2.1.2
v1.3.4
->v1.4.0
~=0.57.1
->~=0.58.0
~=2.3.0
->~=2.4.2
1.67.0
->1.68.0
0.7.1
->0.7.2
4.2.4
->4.2.5
1.8.11
->1.8.15
Release Notes
getsentry/sentry-javascript (@sentry/tracing)
v7.72.0
Compare Source
Important Changes
This release introduces support for Application Not Responding (ANR) errors for Node.js applications.
These errors are triggered when the Node.js main thread event loop of an application is blocked for more than five seconds.
The Node SDK reports ANR errors as Sentry events and can optionally attach a stacktrace of the blocking code to the ANR event.
To enable ANR detection, import and use the
enableANRDetection
function from the@sentry/node
package before you run the rest of your application code.Any event loop blocking before calling
enableANRDetection
will not be detected by the SDK.Example (ESM):
Example (CJS):
Other Changes
RequestAsyncStorage
locations by locations that webpack will resolve (#9114)replay_id
is not captured when session is expired (#9109)v7.71.0
Compare Source
basename
-prefixed route. (#9076)processEvent
(#9022)Work in this release contributed by @jorrit. Thank you for your contribution!
Bundle size 📦
v7.70.0
Compare Source
Important Changes
This release contains the beta version of
@sentry/bun
, our SDK for the Bun JavaScript runtime! For details on how to use it, please see the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.Note that as of now the Bun runtime does not support global error handlers. This is being actively worked on, see the tracking issue in Bun's GitHub repo.
The Sentry Remix SDK now officially supports Remix v2! See our Remix docs for more details.
Other Changes
processEvent
hook onIntegration
(#9017)React.ComponentType
instead ofReact.FC
aswithSentry
's generic type. (#9043)preprocessEvent
hook (#9034)handleErrorWithSentry
type (#9054)Work in this release contributed by @Dima-Dim, @krist7599555 and @lifeiscontent. Thank you for your contributions!
Special thanks for @isaacharrisholt for helping us implement a Vercel Edge Runtime SDK which we use under the hood for our Next.js SDK.
Bundle size 📦
jaemk/cached (cached)
v0.46.0
[0.46.0]
cypress-io/cypress (cypress)
v13.3.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-3-0
diesel-rs/diesel (diesel)
v2.1.2
: Diesel 2.1.2Compare Source
DISTINCT ON
andORDER BY
clauses consisting of custom sql expressions (e.g..nullable()
)#[derive(Selectable)]
and#[diesel(check_for_backend)]
generates invalid rust code if the struct contains lifetimes/generic typesYou can support the development of diesel by contributions or by sponsoring the project on Github.
pydantic/pydantic (pydantic)
v2.4.2
Compare Source
GitHub release
What's Changed
Fixes
models_json_schema
for generic models by @adriangb in #7654New Contributors
v2.4.1
Compare Source
GitHub release
What's Changed
Packaging
Fixes
Any
by @adriangb in #7606v2.4.0
Compare Source
GitHub release
What's Changed
Packaging
New Features
Base64Url
types by @dmontagu in #7286number
tostr
coercion by @lig in #7508field_name
anddata
in all validators if there is data and a field name by @samuelcolvin in #7542BaseModel.model_validate_strings
andTypeAdapter.validate_strings
by @hramezani in #7552plugins
experimental implementation by @lig @samuelcolvin and @Kludex in #6820Changes
model_post_init
in subclass with private attrs by @Viicos in #7302Extra
as deprecated by @disrupted in #7299EncodedStr
a dataclass by @Kludex in #7396annotated_handlers
to be public by @samuelcolvin in #7569Performance
CoreSchema
by @adriangb in #7523CoreSchema
walking by @adriangb in #7528dict.get
anddict.setdefault
with more verbose versions inCoreSchema
building hot paths by @adriangb in #7536CoreSchema
discovery by @adriangb in #7535CoreSchema
validation for faster startup times by @adriangb in #7565Fixes
TypedDict
from grandparent classes by @dmontagu in #7272strict
config overridable in field for Path by @hramezani in #7281ser_json_<timedelta|bytes>
on default inGenerateJsonSchema
by @Kludex in #7269SkipValidation
to referenced schemas by @adriangb in #7381__get_pydantic_core_schema__
signature by @hramezani in #7415TypeAdapter
) by @sydney-runkle in #7435TypeError
onmodel_validator
inwrap
mode by @pmmmwh in #7496repr
work for instances that failed initialization when handlingValidationError
s by @dmontagu in #7439UUID
values havingUUID.version=None
by @lig in #7566__iter__
returning privatecached_property
info by @sydney-runkle in #7570New Contributors
sass/dart-sass (sass)
v1.68.0
Compare Source
abs-percent
deprecation.JS API
Non-filesystem importers can now set the
nonCanonicalScheme
field, whichdeclares that one or more URL schemes (without
:
) will never be used forURLs returned by the
canonicalize()
method.Add a
containingUrl
field to thecanonicalize()
andfindFileUrl()
methods of importers, which is set to the canonical URL of the stylesheet that
contains the current load. For filesystem importers, this is always set; for
other importers, it's set only if the current load has no URL scheme, or if
its URL scheme is declared as non-canonical by the importer.
Dart API
Add
AsyncImporter.isNonCanonicalScheme
, which importers (async or sync) canuse to indicate that a certain URL scheme will never be used for URLs returned
by the
canonicalize()
method.Add
AsyncImporter.containingUrl
, which is set during calls to thecanonicalize()
method to the canonical URL of the stylesheet that containsthe current load. This is set only if the current load has no URL scheme, or
if its URL scheme is declared as non-canonical by the importer.
Embedded Sass
The
CalculationValue.interpolation
field is deprecated and will be removedin a future version. It will no longer be set by the compiler, and if the host
sets it it will be treated as equivalent to
CalculationValue.string
exceptthat
"("
and")"
will be added to the beginning and end of the stringvalues.
Properly include TypeScript types in the
sass-embedded
package.launchbadge/sqlx (sqlx)
v0.7.2
23 pull requests were merged this release cycle.
Added
FromRow
derive [[@95ulisse]]Type
,Decode
, andEncode
forBox<str>
andBox<[u8]>
[[@grant0417]]Changed
remove_dir_all
crate fromsqlx-cli
, fixes RUSTSEC-2023-0018 [[@aldur]]Fixed
min_connections
[[@hakoerber]]vuejs/router (vue-router)
v4.2.5
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v1.8.15
Compare Source
v1.8.14
Compare Source
defineEmit
now able to infer event types with more than 4 overloads (#3379) (#1855)__VLS_ConstructorOverloads
when emits type is not inlined (#3585) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.13
Compare Source
noPropertyAccessFromIndexSignature
is not enabled (#3575) - thanks @so1vev1.8.12
Compare Source
vue-component-type-helper
strictTemplates: false
(#3565) - thanks @so1veConfiguration
📅 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.
👻 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.