fix(deps): update all non-major dependencies #2867
Open
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:
1.10.1
->1.11.1
0.5.0
->0.5.1
2.27.7
->2.28.1
8.0.19
->8.0.20
4.6.0
->4.7.0
8.49.0
->8.55.0
7.114.0
->7.120.3
0.4.2
->0.6.3
20.14.15
->20.17.24
18.3.3
->18.3.19
0.10.3
->0.10.5
0.6.3
->0.6.5
2.2.2
->2.2.3
5.1.0
->5.1.3
5.7.0
->5.13.2
9.0.11
->9.1.7
3.0.2
->3.1.0
15.2.8
->15.5.0
1.13.2
->1.13.4
9.12.3
->9.15.9
v4.0.0
->v4.1.0
3.3.3
->3.5.3
13.2.2
->13.4.4
0.8.5
->0.9.2
2.0.2
->2.0.4
3.7.0
->3.8.1
2.6.2
->2.8.1
5.5.4
->5.8.2
Release Notes
actions/toolkit (@actions/core)
v1.11.1
crypto.randomUUID
on Node 18 and earlier #1842v1.11.0
uuid
package #1824changesets/changesets (@changesets/changelog-github)
v0.5.1
Compare Source
Patch Changes
84a4a1b
]:ardatan/graphql-tools (@graphql-tools/github-loader)
v8.0.20
Compare Source
Patch Changes
[
d123e26
]:suren-atoyan/monaco-react (@monaco-editor/react)
v4.7.0
Compare Source
getsentry/sentry-javascript (@sentry/node)
v8.55.0
Compare Source
Important Changes
SentryNodeServerlessSDKv8
(#15351)The
SentryNodeServerlessSDK
AWS Lambda Layer will stop receiving updates.If you intend to stay on
v8
and receive updates useSentryNodeServerlessSDKv8
instead.Other Changes
vercelAIIntegration
export (#15339)enabled
to disable Sentry module (#15337) (#15381)registerEsmLoaderHooks
(#15352)beforeUpdate
call (#15262)Work in this release was contributed by @aryanvdesh. Thank you for your contribution!
Bundle size 📦
v8.54.0
Compare Source
Work in this release was contributed by @nwalters512. Thank you for your contribution!
v8.53.0
Compare Source
url
toSourcemapsUploadOptions
(#15202)fromLocation
can be undefined in Tanstack Router Instrumentation (#15237)Work in this release was contributed by @tannerlinsley. Thank you for your contribution!
v8.52.1
Compare Source
this.name
tonew.target.prototype.constructor.name
(#15222)Work in this release was contributed by @Zen-cronic. Thank you for your contribution!
v8.52.0
Compare Source
Important Changes
withSentry
wrapper for SolidStart config (#15135)To enable the SolidStart SDK, wrap your SolidStart Config with
withSentry
. ThesentrySolidStartVite
plugin is now automaticallyadded by
withSentry
and you can pass the Sentry build-time options like this:With the
withSentry
wrapper, the Sentry server config should not be added to thepublic
directory anymore.Add the Sentry server config in
src/instrument.server.ts
. Then, the server config will be placed inside the server build output asinstrument.server.mjs
.Now, there are two options to set up the SDK:
--import
CLI flag to the start command like this (path depends on your server setup):node --import ./.output/server/instrument.server.mjs .output/server/index.mjs
autoInjectServerSentry: 'top-level-import'
and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)Other Changes
Bun.serve
survives a server reload (#15157)module
intoloadModule
(#15139) (#15166)Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions!
v8.51.0
Compare Source
Important Changes
feat(v8/node): Add
prismaInstrumentation
option to Prisma integration as escape hatch for all Prisma versions (#15128)This release adds a compatibility API to add support for Prisma version 6.
To capture performance data for Prisma version 6:
Install the
@prisma/instrumentation
package on version 6.Pass a
new PrismaInstrumentation()
instance as exported from@prisma/instrumentation
to theprismaInstrumentation
option:The passed instrumentation instance will override the default instrumentation instance the integration would use, while the
prismaIntegration
will still ensure data compatibility for the various Prisma versions.Remove the
previewFeatures = ["tracing"]
option from the client generator block of your Prisma schema.Other Changes
multiplexedtransport.js
CDN bundle (#15046)fetchProxyScriptNonce
option (#15011)fatal
events should set session as crashed (#15073)Work in this release was contributed by @tjhiggins, and @nwalters512. Thank you for your contributions!
v8.50.0
Compare Source
createMemoryRouter
(#14985)the-guild-org/shared-config (@theguild/tailwind-config)
v0.6.3
Compare Source
Patch Changes
6f745e6
: Add functional tones to Tailwind configv0.6.2
Compare Source
Patch Changes
4149fb5
: Add theme.config.tsx back to Tailwind contentv0.6.1
Compare Source
Patch Changes
d23da18
: Stop crashing when @theguild/components cannot be imported83a003f
: add'./content/**/*.{md,mdx}'
to Tailwind CSS configv0.6.0
Compare Source
Minor Changes
99b9452
: Add@tailwindcss/container-queries
plugin asdependency
ed086a8
: Invert dark: prefix selectora3d8e2f
: - use ESM config forpostcss
postcss-lightningcss
instead ofautoprefixer
andcssnano
peerDependencies
to be installedpostcss-import
,postcss-lightningcss
andtailwindcss
content
property to include Next.js'app
directorytype: "module"
inpackage.json
Patch Changes
a3d8e2f
: dependencies updates:autoprefixer@^10.4.19
↗︎ (fromdependencies
)cssnano@^7.0.0
↗︎ (fromdependencies
)postcss@^8.4.38
↗︎ (fromdependencies
)postcss-import@^16.1.0
↗︎ (fromdependencies
)tailwindcss@^3.4.3
↗︎(from
dependencies
)postcss-import@^16.1.0
↗︎ (topeerDependencies
)postcss-lightningcss@^1.0.1
↗︎(to
peerDependencies
)tailwindcss@^3.4.14
↗︎(to
peerDependencies
)v0.5.0
Compare Source
Minor Changes
f026ad1
Thanks @hasparus! - Add Hive Design System colors
ardatan/whatwg-node (@whatwg-node/fetch)
v0.10.5
Compare Source
Patch Changes
#2093
31f021a
Thanks @ardatan! - Fixes the
TypeError: bodyInit.stream is not a function
error thrown when@whatwg-node/server
is usedwith
node:http2
and attempts the incoming HTTP/2 request to parse withRequest.json
,Request.text
,Request.formData
, orRequest.blob
methods.Updated dependencies
[
31f021a
]:v0.10.4
Compare Source
Patch Changes
#2082
b217e30
Thanks @ardatan! - dependencies updates:
@whatwg-node/node-fetch@^0.7.9
↗︎(from
^0.7.8
, independencies
)#2079
090b4b0
Thanks @ardatan! - Fix the bug when
set-cookies
given is ignoredin
HeadersInit
;Updated dependencies
[
090b4b0
]:cli-table/cli-table3 (cli-table3)
v0.6.5
Compare Source
What's Changed
New Contributors
Full Changelog: cli-table/cli-table3@v0.6.4...v0.6.5
v0.6.4
Compare Source
What's Changed
New Contributors
Full Changelog: cli-table/cli-table3@v0.6.3...v0.6.4
graphql/dataloader (dataloader)
v2.2.3
Compare Source
Patch Changes
38fedd4
Thanks @abendi! - EnsurecacheKeyFn
is not called when caching is disabled, since the key is not utilized in that case.kamilkisiela/graphql-config (graphql-config)
v5.1.3
Compare Source
Patch Changes
d95462c
Thanks @dimaMachina! - revert cosmiconfig update to v8v5.1.2
Compare Source
Patch Changes
9a89093
Thanks @that1matt! - Change minimatch to version 9v5.1.1
Compare Source
Patch Changes
5d00c94
Thanks @renovate! - Update minimatchdotansimha/graphql-yoga (graphql-yoga)
v5.13.2
Compare Source
Patch Changes
#3876
abe91bd
Thanks @EmrysMyrddin! - Re-export the utility type
AsyncIterableIteratorOrValue
from@envelop/core
.#3874
9311842
Thanks @EmrysMyrddin! - Gives access to the request in the
operation
instrument payload, since the request is not in the context yet.v5.13.1
Compare Source
Patch Changes
dee7995
Thanks @ardatan! - dependencies updates:
@envelop/core@^5.2.3
↗︎ (from^5.2.1
, independencies
)@whatwg-node/server@^0.10.1
↗︎(from
^0.10.0
, independencies
)@envelop/instrumentation@^1.0.0
↗︎(to
dependencies
)@envelop/instruments@^1.0.0
↗︎(from
dependencies
)v5.13.0
Compare Source
Minor Changes
#3793
63b78d5
Thanks @EmrysMyrddin! - Add new Instrumentation API
Introduction of a new API allowing to instrument the graphql pipeline.
This new API differs from already existing Hooks by not having access to input/output of phases.
The goal of
Instrumentation
is to run allow running code before, after or around the wholeprocess of a phase, including plugins hooks executions.
The main use case of this new API is observability (monitoring, tracing, etc...).
Basic usage
Multiple instrumentation plugins
It is possible to have multiple instrumentation plugins (Prometheus and Sentry for example), they
will be automatically composed by envelop in the same order than the plugin array (first is
outermost, last is inner most).
Custom instrumentation ordering
If the default composition ordering doesn't suite your need, you can manually compose
instrumentation. This allows to have a different execution order of hooks and instrumentation.
Patch Changes
#3793
63b78d5
Thanks @EmrysMyrddin! - dependencies updates:
@envelop/core@^5.2.1
↗︎ (from^5.0.2
, independencies
)@envelop/instrumentation@^1.0.0
↗︎(to
dependencies
)@whatwg-node/promise-helpers@^1.2.4
↗︎(to
dependencies
)#3855
6ed67e8
Thanks @renovate! - dependencies updates:
@whatwg-node/server@^0.10.0
↗︎(from
^0.9.71
, independencies
)v5.12.2
Compare Source
Patch Changes
a6b3de9
Thanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.9.71
↗︎(from
^0.9.69
, independencies
)v5.12.1
Patch Changes
fbf328c
Configuration
📅 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 was generated by Mend Renovate. View the repository job log.