-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update all non-major dependencies #482
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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 20, 2025 09:27
e9e768c
to
1c5e3ef
Compare
renovate
bot
changed the title
Update all non-major dependencies to v15.1.5
Update all non-major dependencies
Jan 20, 2025
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
January 26, 2025 16:39
87c635f
to
2718d5d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
January 28, 2025 13:32
3e81997
to
1556b86
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 28, 2025 18:28
1556b86
to
6e4b0a4
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.26.0
->7.26.7
3.0.871
->3.0.879
1.0.34
->1.0.35
5.0.3
->5.0.4
4.5.1
->4.6.0
5.0.12
->5.0.13
4.1.2
->4.1.3
4.4.0
->4.4.1
8.50.0
->8.52.0
8.5.0
->8.5.2
8.5.0
->8.5.2
8.5.0
->8.5.2
8.5.0
->8.5.2
8.5.0
->8.5.2
8.5.0
->8.5.2
8.5.0
->8.5.2
8.5.0
->8.5.2
22.10.7
->22.12.0
9.18.0
->9.19.0
15.1.4
->15.1.6
2.11.0
->2.11.1
15.1.4
->15.1.6
22.13.0
->22.13.1
2.15.0
->2.15.1
8.5.0
->8.5.2
Release Notes
babel/babel (@babel/core)
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)cloudscape-design/components (@cloudscape-design/components)
v3.0.879
Compare Source
3.0.879 (2025-01-28)
Bug Fixes
Reverts
v3.0.878
Compare Source
3.0.878 (2025-01-27)
No customer visible changes in this release
v3.0.877
Compare Source
3.0.877 (2025-01-26)
Reverts
v3.0.876
Compare Source
3.0.876 (2025-01-24)
No customer visible changes in this release
v3.0.875
Compare Source
3.0.875 (2025-01-24)
Features
Bug Fixes
v3.0.874
Compare Source
3.0.874 (2025-01-22)
Features
Reverts
v3.0.873
Compare Source
3.0.873 (2025-01-21)
No customer visible changes in this release
v3.0.872
Compare Source
3.0.872 (2025-01-20)
Bug Fixes
cloudscape-design/global-styles (@cloudscape-design/global-styles)
v1.0.35
Compare Source
1.0.35 (2025-01-28)
No customer visible changes in this release
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v5.0.4
Compare Source
Patch Changes
#10248
72eb86f
Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.10.0
↗︎ (from^0.9.20
, independencies
)#10227
6f1741a
Thanks @eddeee888! - Fix schema pointers type to allow an array of pointersUpdated dependencies [
8737dd8
,ed71811
]:dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v4.6.0
Compare Source
Minor Changes
#10268
8737dd8
Thanks @eddeee888! - Forward customDirectives to support Apollo unmask#10155
ed71811
Thanks @nebbles! - client-preset generated output is configurable with onlyOperationTypes and onlyEnumTypesPatch Changes
60dd72f
]:dotansimha/graphql-code-generator (@graphql-codegen/typed-document-node)
v5.0.13
Compare Source
Patch Changes
60dd72f
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v4.1.3
Compare Source
Patch Changes
60dd72f
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v4.4.1
Compare Source
Patch Changes
60dd72f
]:getsentry/sentry-javascript (@sentry/nextjs)
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!
Bundle size 📦
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!
Bundle size 📦
storybookjs/storybook (@storybook/addon-actions)
v8.5.2
Compare Source
v8.5.1
Compare Source
interaction test
->component test
- #30333, thanks @kylegach!storybookjs/storybook (@storybook/addon-essentials)
v8.5.2
Compare Source
v8.5.1
Compare Source
interaction test
->component test
- #30333, thanks @kylegach!eslint/eslint (eslint)
v9.19.0
Compare Source
vercel/next.js (eslint-config-next)
v15.1.6
Compare Source
Core Changes
Credits
Huge thanks to @lubieowoce and @ztanner for helping!
v15.1.5
Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @huozhi, @matmannion and @ztanner for helping!
pmndrs/jotai (jotai)
v2.11.1
Compare Source
Jotai v2.11.0 was a big change, and we faced some fundamental issues. It required time to reconsider the architecture from the ground up. We've added various tests, and this patch version should be more stable.
Having that said, we are still in the middle of the re-architecture. If you prefer to stay away from bleeding-edge features and encounter no bugs, feel free to keep using the previous versions.
Kudos to @dmaskasky
What's Changed
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 is behind base branch, 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.