-
-
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 #838
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
October 2, 2023 18:35
d177c7f
to
af9393a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 3, 2023 04:17
af9393a
to
af1c8ed
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 3, 2023 13:17
af1c8ed
to
b21fddc
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 3, 2023 19:48
b21fddc
to
a31531a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
October 4, 2023 21:47
527bac3
to
2dfeaa9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 5, 2023 09:48
2dfeaa9
to
a13f624
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 5, 2023 16:25
e0da3fc
to
6c70c58
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
October 6, 2023 19:15
6e107ee
to
fe9bb92
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 6, 2023 22:18
fe9bb92
to
b2208df
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 7, 2023 16:10
b2208df
to
3f40f98
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 8, 2023 10:30
3f40f98
to
50540b7
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 13, 2023 12:49
7babe97
to
169821d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 14, 2023 17:00
169821d
to
f63a0ec
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 15, 2023 17:48
f63a0ec
to
cc4073b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 16, 2023 17:04
cc4073b
to
d5eeb5e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 14:24
d5eeb5e
to
985d23c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 21:30
985d23c
to
b0e5c85
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 17, 2023 21:44
b0e5c85
to
929ad5e
Compare
Edited/Blocked NotificationRenovate 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
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.72.0
->7.74.1
2.7.1
->2.8.0
7.72.0
->7.74.1
4.3.4
->4.4.0
10.4.1
->10.5.0
~=10.0.0
->~=10.1.0
0.4.1
->0.5.0
13.3.0
->13.3.1
2.1.2
->2.1.3
v1.4.0
->v1.4.1
3.3.1
->3.5.1
0.30.1
->0.31.2
2.1.6
->2.1.7
3.11-bullseye
->3.12-bullseye
1.9.6
->1.10.2
0.11.20
->0.11.22
1.72-alpine
->1.73-alpine
1.68.0
->1.69.3
1.32
->1.33
4.4.9
->4.4.11
1.8.15
->1.8.19
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
getsentry/sentry-javascript (@sentry/tracing)
v7.74.1
Compare Source
astro-integration
keyword (#9265)fetch
(#9275)defer
injection logic. (#9242)Work in this release contributed by @LubomirIgonda1. Thank you for your contribution!
Bundle size 📦
v7.74.0
Compare Source
Important Changes
sentryAstro
integration (#9218)This Release introduces the first alpha version of our new SDK for Astro.
At this time, the SDK is considered experimental and things might break and change in future versions.
The core of the SDK is an Astro integration which you easily add to your Astro config:
Check out the README for usage instructions and what to expect from this alpha release.
Other Changes
addIntegration
utility (#9186)continueTrace
method (#9164)VueIntegration
to initialize vue app later (#9180)referrerPolicy
on serverside fetch transports (#9200)init
(#9162)inspector
when needed (#9149)debug
option and instead add logger.isEnabled() (#9230).mjs
and.cjs
extensions from module name (#9231)processEvent
integration hook (#9151)processEvent
(#9021)rethrowAfterCapture
option (#9159)walk
method (#9157)Work in this release contributed by @aldenquimby. Thank you for your contributions!
Bundle size 📦
v7.73.0
Compare Source
Important Changes
This is fully backwards compatible with prior versions of the Replay SDK. The only breaking change that we will making is to not be masking
aria-label
by default. The reason for this change is to align with our core SDK which also does not maskaria-label
. This change also enables better support of searching by clicks.Another change that needs to be highlighted is the 13% bundle size increase. This bundle size increase is necessary to bring improved recording performance and improved replay fidelity, especially in regards to web components and iframes. We will be investigating the reduction of the bundle size in this PR.
Here are benchmarks comparing the version 1 of rrweb to version 2
Other Changes
captureAllExceptions
by default (#9102)tunnel
is considered forisSentryUrl
checks (#9130)RequestAsyncStorage
fallback path (#9126)load
functions (#9071)InboundFilters
integration to useprocessEvent
(#9020)processEvent
(#9019)Work in this release contributed by @vlad-zhukov. Thank you for your contribution!
Bundle size 📦
getsentry/sentry-javascript-bundler-plugins (@sentry/vite-plugin)
v2.8.0
Compare Source
Work in this release contributed by @hoslmelq, @mjomble, and @aquacash5. Thank you for your contributions!
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v4.4.0
@ts-ignore
when accessinglegacy?.buildSsrCjsExternalHeuristics
(#255) (04c3b0b), closes #255vueuse/vueuse (@vueuse/core)
v10.5.0
Compare Source
🚀 Features
Promisify
type definition - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3420 (b067b)🐞 Bug Fixes
brush
- by @17359898647 in https://github.com/vueuse/vueuse/issues/3463 (87ea3)View changes on GitHub
python-pillow/Pillow (Pillow)
v10.1.0
Compare Source
Added TrueType default font to allow for different sizes #7354
[radarhere]
Fixed invalid argument warning #7442
[radarhere]
Added ImageOps cover method #7412
[radarhere, hugovk]
Catch struct.error from truncated EXIF when reading JPEG DPI #7458
[radarhere]
Consider default image when selecting mode for PNG save_all #7437
[radarhere]
Support BGR;15, BGR;16 and BGR;24 access, unpacking and putdata #7303
[radarhere]
Added CMYK to RGB unpacker #7310
[radarhere]
Improved flexibility of XMP parsing #7274
[radarhere]
Support reading 8-bit YCbCr TIFF images #7415
[radarhere]
Allow saving I;16B images as PNG #7302
[radarhere]
Corrected drawing I;16 points and writing I;16 text #7257
[radarhere]
Set blue channel to 128 for BC5S #7413
[radarhere]
Increase flexibility when reading IPTC fields #7319
[radarhere]
Set C palette to be empty by default #7289
[radarhere]
Added gs_binary to control Ghostscript use on all platforms #7392
[radarhere]
Read bounding box information from the trailer of EPS files if specified #7382
[nopperl, radarhere]
Added reading 8-bit color DDS images #7426
[radarhere]
Added has_transparency_data #7420
[radarhere, hugovk]
Fixed bug when reading BC5S DDS images #7401
[radarhere]
Prevent TIFF orientation from being applied more than once #7383
[radarhere]
Use previous pixel alpha for QOI_OP_RGB #7357
[radarhere]
Added BC5U reading #7358
[radarhere]
Allow getpixel() to accept a list #7355
[radarhere, homm]
Allow GaussianBlur and BoxBlur to accept a sequence of x and y radii #7336
[radarhere]
Expand JPEG buffer size when saving optimized or progressive #7345
[radarhere]
Added session type check for Linux in ImageGrab.grabclipboard() #7332
[TheNooB2706, radarhere, hugovk]
Allow "loop=None" when saving GIF images #7329
[radarhere]
Fixed transparency when saving P mode images to PDF #7323
[radarhere]
Added saving LA images as PDFs #7299
[radarhere]
Set SMaskInData to 1 for PDFs with alpha #7316, #7317
[radarhere]
Changed Image mode property to be read-only by default #7307
[radarhere]
Silence exceptions in repr_jpeg and repr_png #7266
[mtreinish, radarhere]
Do not use transparency when saving GIF if it has been removed when normalizing mode #7284
[radarhere]
Fix missing symbols when libtiff depends on libjpeg #7270
[heitbaum]
cypress-io/cypress (cypress)
v13.3.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-3-1
diesel-rs/diesel (diesel)
v2.1.3
: Diesel 2.1.3Compare Source
DISTINCT ON
andORDER BY
clauses again as that broke existing codemaplibre/maplibre-gl-js (maplibre-gl)
v3.5.1
Compare Source
🐞 Bug fixes
v3.5.0
Compare Source
✨ Features and improvements
v3.4.1
Compare Source
✨ Features and improvements
🐞 Bug fixes
v3.4.0
Compare Source
✨ Features and improvements
🐞 Bug fixes
XAMPPRocky/octocrab (octocrab)
v0.31.2
Compare Source
Other
follow-redirect
feature (#469)v0.31.1
Compare Source
Other
v0.31.0
Compare Source
Other
github_app_authentication.rs
(#458)vuejs/pinia (pinia)
v2.1.7
Compare Source
Please refer to CHANGELOG.md for details.
rust-lang/regex (regex)
v1.10.2
Compare Source
===================
This is a new patch release that fixes a search regression where incorrect
matches could be reported.
Bug fixes:
Revert broadening of reverse suffix literal optimization introduced in 1.10.1.
v1.10.1
Compare Source
===================
This is a new patch release with a minor increase in the number of valid
patterns and a broadening of some literal optimizations.
New features:
Loosen ASCII-compatible rules such that regexes like
(?-u:☃)
are now allowed.Performance improvements:
Broader the reverse suffix optimization to apply in more cases.
v1.10.0
Compare Source
===================
This is a new minor release of
regex
that adds support for start and endword boundary assertions. That is,
\<
and\>
. The minimum supported Rustversion has also been raised to 1.65, which was released about one year ago.
The new word boundary assertions are:
\<
or\b{start}
: a Unicode start-of-word boundary (\W|\A
on the left,\w
on the right).\>
or\b{end}
: a Unicode end-of-word boundary (\w
on the left,\W|\z
on the right)).
\b{start-half}
: half of a Unicode start-of-word boundary (\W|\A
on theleft).
\b{end-half}
: half of a Unicode end-of-word boundary (\W|\z
on theright).
The
\<
and\>
are GNU extensions to POSIX regexes. They have been addedto the
regex
crate because they enjoy somewhat broad support in other regexengines as well (for example, vim). The
\b{start}
and\b{end}
assertionsare aliases for
\<
and\>
, respectively.The
\b{start-half}
and\b{end-half}
assertions are not found in anyother regex engine (although regex engines with general look-around support
can certainly express them). They were added principally to support the
implementation of word matching in grep programs, where one generally wants to
be a bit more flexible in what is considered a word boundary.
New features:
Add support for
\<
and\>
word boundary assertions.DFAs now have a
start_state
method that doesn't use anInput
.Performance improvements:
Unicode character class operations have been optimized in
regex-syntax
.Make patterns containing lots of literal characters use less memory.
Bug fixes:
Fix a bug that could result in incorrect match spans when using a Unicode word
boundary and searching non-ASCII strings.
Fix panics that can occur in
Ast->Hir
translation (not reachable fromregex
crate).
Remove guarantees in the API that connect the
u
flag with a specific HIRrepresentation.
regex-automata
breaking change release:This release includes a
regex-automata 0.4.0
breaking change release, whichwas necessary in order to support the new word boundary assertions. For
example, the
Look
enum has new variants and theLookSet
type now usesu32
instead of
u16
to represent a bitset of look-around assertions. These areoverall very minor changes, and most users of
regex-automata
should be ableto move to
0.4
from0.3
without any changes at all.regex-syntax
breaking change release:This release also includes a
regex-syntax 0.8.0
breaking change release,which, like
regex-automata
, was necessary in order to support the new wordboundary assertions. This release also includes some changes to the
Ast
type to reduce heap usage in some cases. If you are using the
Ast
typedirectly, your code may require some minor modifications. Otherwise, users of
regex-syntax 0.7
should be able to migrate to0.8
without any code changes.regex-lite
release:The
regex-lite 0.1.1
release contains support for the new word boundaryassertions. There are no breaking changes.
seanmonstar/reqwest (reqwest)
v0.11.22
Compare Source
trust-dns
is enabled.v0.11.21
Compare Source
ClientBuilder::tls_info(bool)
, which will puttls::TlsInfo
into the response extensions.sass/dart-sass (sass)
v1.69.3
Compare Source
Embedded Sass
package.json
.v1.69.2
Compare Source
JS API
variable named
process
.v1.69.1
Compare Source
v1.69.0
Compare Source
Add a
meta.get-mixin()
function that returns a mixin as a first-class Sassvalue.
Add a
meta.apply()
mixin that includes a mixin value.Add a
meta.module-mixins()
function which returns a map from mixin names ina module to the first-class mixins that belong to those names.
Add a
meta.accepts-content()
function which returns whether or not a mixinvalue can take a content block.
Add support for the relative color syntax from CSS Color 5. This syntax
cannot be used to create Sass color values. It is always emitted as-is in the
CSS output.
Dart API
Deprecation.calcInterp
since it was never actually emitted as adeprecation.
Embedded Sass
protocol error was immediately followed by another request.
tokio-rs/tokio (tokio)
v1.33.0
: Tokio v1.33.0Compare Source
1.33.0 (October 9, 2023)
Fixed
Interest::add
with#[must_use]
([#6037])watch::Receiver::wait_for
([#6021])spawn_local
source location ([#5984])Changed
watch
([#6018])Added
tokio::fs::File
([#5958])Interest::remove
method ([#5906])DuplexStream
([#5985])?Sized
bound to{MutexGuard,OwnedMutexGuard}::map
([#5997])watch::Receiver::mark_unseen
([#5962], [#6014], [#6017])watch::Sender::new
([#5998])OnceCell::from_value
([#5903])Removed
stats
feature ([#5952])Documented
Child::wait
is cancel safe ([#5Configuration
📅 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.