fix(deps): update all dependencies #229
Merged
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:
^11.11.4
->^11.13.0
^11.11.5
->^11.13.0
^5.0.4
->^5.0.5
^3.6.0
->^3.9.0
^8.9.2
->^8.20.0
^20.14.5
->^20.14.12
20.14.13
^14.2.4
->^14.2.5
^10.12.2
->^10.12.4
^11.2.11
->^11.3.18
11.3.19
^9.0.11
->^9.1.3
^5.21.2
->^5.27.0
^14.2.4
->^14.2.5
^3.3.2
->^3.3.3
^7.52.0
->^7.52.1
^9.5.0
->^9.5.0
^5.4.5
->^5.5.4
^4.5.2
->^4.5.4
This is a special PR that replaces
standard-version
with the community suggested minimal stable replacement version.Release Notes
emotion-js/emotion (@emotion/react)
v11.13.0
Compare Source
v11.12.0
Compare Source
getsentry/sentry-javascript (@sentry/nextjs)
v8.20.0
Compare Source
Important Changes
registerEsmLoaderHooks
to preload (#12998)You can write your own custom preload script and configure this in the preload options.
registerEsmLoaderHooks
can bepassed as an option to
preloadOpenTelemetry
, which allows to exclude/include packages in the preload.Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.
Other Changes
v8.19.0
Compare Source
node --import=@sentry/node/import app.js
v8.18.0
Compare Source
Important Changes
enableTracing
(12897)The
enableTracing
option has been deprecated and will be removed in the next major version. We recommend removing itin favor of the
tracesSampleRate
andtracesSampler
options. If you want to enable performance monitoring, please setthe
tracesSampleRate
to a sample rate of your choice, or provide a sampling function astracesSampler
optioninstead. If you want to disable performance monitoring, remove the
tracesSampler
andtracesSampleRate
options.Other Changes
exclude
andinclude
options for ESM loader (#12910)experimental_captureRequestError
foronRequestError
hook (#12885)rrweb
to 2.25.0 (#12478)ErrorEvent
check in ErrorHandler to avoid throwing in Node environments (#12892)ignoreIncomingRequests
callback (#12929)otel.kind: INTERNAL
attribute (#12841)null
asparentSpan
instartSpan*
(#12928)Work in this release was contributed by @GitSquared and @mcous. Thank you for your contributions!
Bundle size 📦
v8.17.0
Compare Source
v8.16.0
Compare Source
Important Changes
Previously, the
@sentry/nextjs
SDK automatically recorded spans in the form of transactions for each of your top-levelserver components (pages, layouts, ...). This approach had a few drawbacks, the main ones being that traces didn't have
a root span, and more importantly, if you had data stream to the client, its duration was not captured because the
server component spans had finished before the data could finish streaming.
With this release, we will capture the duration of App Router requests in their entirety as a single transaction with
server component spans being descendants of that transaction. This means you will get more data that is also more
accurate. Note that this does not apply to the Edge runtime. For the Edge runtime, the SDK will emit transactions as it
has before.
Generally speaking, this change means that you will see less transactions and more spans in Sentry. You will no
longer receive server component transactions like
Page Server Component (/path/to/route)
(unless using the Edgeruntime), and you will instead receive transactions for your App Router SSR requests that look like
GET /path/to/route
.If you are on Sentry SaaS, this may have an effect on your quota consumption: Less transactions, more spans.
The
@sentry/nestjs
SDK now includes a@SentryCron
decorator that can be used to augment the native NestJS@Cron
decorator to send check-ins to Sentry before and after each cron job run:
Other Changes
httpIntegration
(#12761)addPluginTemplate
(#12760)h
import inScreenshotEditor
(#12784)autoSessionTracking
is enabled by default (#12790)vercel/next.js (eslint-config-next)
v14.2.5
Compare Source
firebase/firebase-js-sdk (firebase)
v10.12.4
Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/analytics@0.10.6
Patch Changes
f58d48cd4
#8301 - Begin using safevalues to sanitize HTML vulnerable to XSS.@firebase/analytics-compat@0.2.12
Patch Changes
f58d48cd4
]:@firebase/app@0.10.7
Patch Changes
@firebase/app-check@0.8.6
Patch Changes
f58d48cd4
#8301 - Begin using safevalues to sanitize HTML vulnerable to XSS.@firebase/app-check-compat@0.3.13
Patch Changes
f58d48cd4
]:@firebase/app-compat@0.2.37
Patch Changes
[email protected]
Patch Changes
f58d48cd4
]:@firebase/rules-unit-testing@3.0.4
Patch Changes
d752e8096
#8298 - Upgrade firebase-admin to 11.11.1framer/motion (framer-motion)
v11.3.18
Compare Source
Fixed
AnimatePresence
and made safe to use with concurrent rendering.v11.3.17
Compare Source
Added
domMin
feature bundle.v11.3.16
Compare Source
Changed
UseScrollOptions
type.v11.3.15
Compare Source
Changed
inView()
'smargin
property.v11.3.14
Compare Source
Fixed
usePresence
'ssafeToRemove
callback inuseCallback
leading to fewer re-renders.v11.3.13
Compare Source
Fixed
position: fixed
layout animations while scrolling.v11.3.12
Compare Source
Fixed
useSpring
types so it acceptsMotionValue<string>
orMotionValue<number>
but always returnsMotionValue<number>
.v11.3.11
Compare Source
Fixed
"react"
import from DOM-only bundle.v11.3.10
Compare Source
Fixed
isBrowser
check fromdocument
towindow
.v11.3.9
Compare Source
Changed
window.MotionDebug
check.v11.3.8
Compare Source
Changed
v11.3.7
Compare Source
Changed
Set
lookups.v11.3.6
Compare Source
Changed
v11.3.5
Compare Source
Fixed
react
andreact-dom
as dependencies.v11.3.4
Compare Source
Changed
display: contents
elements now against component props instead ofElement.style
.v11.3.3
Compare Source
Changed
Set
vsSet
andArray
, leading to smaller bundlesize and better performance under heavy load.v11.3.2
Compare Source
Fixed
background-color
towill-change
.v11.3.1
Compare Source
Updated
MotionValue
s are no longer permanently added towill-change
.v11.3.0
Compare Source
Updated
will-change
.v11.2.14
Compare Source
Updated
typicode/husky (husky)
v9.1.3
Compare Source
PATH
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
Super saiyan
goddog! It's over 9.0.0!There's a bug with this release which prevents the deprecation notice to appear and requires to remove
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
(which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.What's new
You can now run package commands directly, no need for
npx
or equivalents.It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky init
commandDeprecations
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
from your hooks~/.huskyrc
to.config/husky/init.sh
Support for these will be removed in v10, notices have been added.
Friendly reminder
If Git hooks don't fit your workflow, you can disable Husky globally. Just add
export HUSKY=0
to.config/husky/init.sh
.I've seen some confusion about this on X, so just a heads-up!
Sponsoring
Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.
Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉
webpro-nl/knip (knip)
v5.27.0
Compare Source
bea004f
)799cc42
)5d23932
)bc66b4f
)ae5c341
) (5e742dc
)9f5eb01
)108eff1
)ebd79d4
)element == undefined
(#725) (ae5c341
)f5680fb
(b4dc692
)916b633
)fef3dba
)f5680fb
)f6b0058
)bd16c98
)953d4fb
)2de3924
)efd7d2a
)3cbfd0a
)src/vite-env.d.ts
to entry paths in vite(st) plugin (closes #732) (8cf6a0a
)cdea5b1
)d0166be
)d887b1d
)03cba1d
)3ea24cf
)85fc933
)9deb9c5
)7274e8d
)0dc5eba
)toSourcePath
toProjectPrincipal
constructor (ef1ab49
)v5.26.0
Compare Source
v5.25.2
Compare Source
ca03fd8
)deeb2ac
)09fc536
)moduleResolution: bundler
if tsconfig.json (3c13118
)34be850
)c1db1ec
)699fd28
)moduleResolution: bundler
if not set and don't share it (resolves #719) (2c24678
)parseFragment
instead oftext
node which breaks formatting (#720) (3201c07
)v5.25.1
Compare Source
fdac7ba
)v5.25.0
Compare Source
b42c85b
)e77ce77
)78e7b28
)2679f20
)v5.24.4
Compare Source
65d8098
)v5.24.3
Compare Source
641b5fc
)f0f9f5a
)v5.24.2
Compare Source
1cd4bd8
)66f48c0
)9754973
)1f61f77
)dependencies
warning (#713) (71e89a2
)3d03cde
)bb333ed
)vercel/next.js (next)
v14.2.5
Compare Source
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
Microsoft/TypeScript (typescript)
v5.5.4
Compare Source
Configuration
📅 Schedule: Branch creation - "before 1am on Monday" in timezone Asia/Jakarta, 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 was generated by Mend Renovate. View the repository job log.