fix(deps): update dependencies (non-major) #48
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:
22.0.0->22.0.115.0.0->15.0.21.8.2->1.12.010.12.0->10.25.012.23.15->12.23.241.14.2->1.15.0^0.544.0->^0.554.015.5.3->15.5.619.1.1->19.2.019.1.1->19.2.04.1.8->4.1.12Release Notes
octokit/rest.js (@octokit/rest)
v22.0.1Compare Source
Bug Fixes
octokit/types.ts (@octokit/types)
v15.0.2Compare Source
Bug Fixes
v15.0.1Compare Source
Bug Fixes
opennextjs/opennextjs-cloudflare (@opennextjs/cloudflare)
v1.12.0Compare Source
Minor Changes
#973
8cb7669Thanks @petebacondarwin! - Add standard Next template generated from create-next-app that will be used by create-cloudflare going forward#983
68aed26Thanks @vicb! - feat: turbopack supportv1.11.1Compare Source
Patch Changes
#968
ddb0589Thanks @rgembalik! - fix: Compiled config is now imported usingpathToFileURLto avoid crashes on Windows.#958
7edf91cThanks @vicb! - fix: add missingawaits#978
d7ad53eThanks @vicb! - error early when a node middleware is detected#976
93f4c8aThanks @rgembalik! - fix: shell quoting on windows machines to avoid upload errors for routes with[...path]segmentsv1.11.0Compare Source
Minor Changes
#925
62fee71Thanks @krzysztof-palka-monogo! - feature: optional batch upload for faster R2 cache populationThis update adds optional batch upload support for R2 cache population, significantly improving upload performance for large caches when enabled via .env or environment variables.
Key Changes:
Optional Batch Upload: Configure R2 credentials via .env or environment variables to enable faster batch uploads:
R2_ACCESS_KEY_IDR2_SECRET_ACCESS_KEYCF_ACCOUNT_IDAutomatic Detection: When credentials are detected, batch upload is automatically used for better performance
Smart Fallback: If credentials are not configured, the CLI falls back to standard Wrangler uploads with a helpful message about enabling batch upload for better performance
All deployment commands support batch upload:
populateCache- Explicit cache populationdeploy- Deploy with cache populationupload- Upload version with cache populationpreview- Preview with cache populationPerformance Benefits (when batch upload is enabled):
Usage:
Add the credentials in a
.env/.dev.varsfile in your project root:You can also set the environment variables for CI builds.
Note:
You can follow documentation https://developers.cloudflare.com/r2/api/tokens/ for creating API tokens with appropriate permissions for R2 access.
Patch Changes
#951
e3aba83Thanks @vicb! - bump@opennextjs/awsto 3.8.5See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.5
#948
0c655c3Thanks @vicb! - refactor: do not create a wrangler config when a custom one is passedv1.10.1Compare Source
Patch Changes
#945
f73ac0fThanks @vicb! - bump@opennextjs/awsto 3.8.4See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.4
v1.10.0Compare Source
Minor Changes
#937
32ba91aThanks @vicb! - feat: retrieve CLI environment variables fromprocess.envand.env*filesRecommended usage on CI:
process.env(i.e.CF_ACCOUNT_ID)wrangler.jsonc(i.e.R2_CACHE_PREFIX_ENV_NAME)Recommended usage for local dev:
.dev.vars*or.env*file (i.e.CF_ACCOUNT_ID)wrangler.jsonc(i.e.R2_CACHE_PREFIX_ENV_NAME)Patch Changes
#941
59f52e0Thanks @vicb! - bump@opennextjs/awsto 3.8.2See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.2
#939
54c47e5Thanks @vicb! - perf: low-hanging fruitsv1.9.2Compare Source
Patch Changes
#932
0c7d1aeThanks @vicb! - bump@opennextjs/awsto 3.8.1See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.1
v1.9.1Compare Source
Patch Changes
#918
eeb18bbThanks @vicb! - refactor: account for empty tag list in tag cache#921
07487a4Thanks @vicb! - bump@opennextjs/awsto 3.8.0See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.8.0
v1.9.0Compare Source
Minor Changes
dcc864dThanks @vicb! - feat: add an experimental KV based tag cachePatch Changes
ba4cac5Thanks @vicb! - refactor: only try to purge the cache when invalidation is configuredv1.8.5Compare Source
Patch Changes
#901
17a4beaThanks @vicb! - chore: bump wrangler to ^4.38.0#903
7fced0fThanks @vicb! - fix: enable using workerd process v2process v2 is an updated version of
node:processactive by default after 2025-09-15v1.8.4Compare Source
Patch Changes
#888
51322a8Thanks @james-elicx! - fix: remote flag not working for preview command's cache populationPreviously, passing the
--remoteflag when runningopennextjs-cloudflare preview --remotewould not result in the remote preview binding being populated, and would throw errors due to a missing preview flag when populating Workers KV. The remote flag is now supported for the cache popoulation step when running the preview command.opennextjs-cloudflare preview --remotewill populate the remote binding for the preview ID specified in your Wrangler config.opennextjs-cloudflare previewwill continue to populate the local binding in your Wrangler config.v1.8.3Compare Source
Patch Changes
#892
1ee505fThanks @vicb! - Bump @opennextjs/aws to 3.7.7See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.7.7
getsentry/sentry-javascript (@sentry/nextjs)
v10.25.0Compare Source
v10.24.0Compare Source
Important Changes
feat(metrics): Add top level option
enableMetricsandbeforeSendMetric(#18088)This PR moves
enableMetricsandbeforeSendMetricout of the_experimentsoptions.The metrics feature will now be enabled by default (none of our integrations will auto-emit metrics as of now), but you can disable sending metrics via
enableMetrics: false.Metric options within
_experimentsgot deprecated but will still work as of now, they will be removed with the next major version of our SDKs.Other Changes
SENTRY_LAYER_EXTENSIONto configure using the lambda layer extension via env variables (#18101)background-imagewhenblockAllMediais enabled (#18019)Internal Changes
Bundle size 📦
v10.23.0Compare Source
user-agentheader with envelope requests in server SDKs (#17929)maxValueLength: 250(#18043)optionsparameter optional onattachErrorHandler(#18072)internal_errorinstead ofunknown_error(#17909)Internal Changes
Work in this release was contributed by @hanseo0507. Thank you for your contribution!
Bundle size 📦
v10.22.0Compare Source
Important Changes
feat(node): Instrument cloud functions for firebase v2 (#17952)
We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.
feat(core): Instrument LangChain AI (#17955)
Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:
Other Changes
err(#17999)/when getting pathname (#17985)spanEndfor potentially cancelled lazy-route transactions (#17962)Internal Changes
getMetaTagTransformertests for Vitest compatibility (#18013)createHashRouter(#17789)Bundle size 📦
v10.21.0Compare Source
Important Changes
feat(browserProfiling): Add
tracelifecycle mode for UI profiling (#17619)Adds a new
tracelifecycle mode for UI profiling, allowing profiles to be captured for the duration of a trace. Amanualmode will be added in a future release.feat(nuxt): Instrument Database (#17899)
Adds instrumentation for Nuxt database operations, enabling better performance tracking of database queries.
feat(nuxt): Instrument server cache API (#17886)
Adds instrumentation for Nuxt's server cache API, providing visibility into cache operations.
feat(nuxt): Instrument storage API (#17858)
Adds instrumentation for Nuxt's storage API, enabling tracking of storage operations.
Other Changes
onRequestSpanEndhook to browser tracing integration (#17884)clean-css(#17979)Internal Changes
Work in this release was contributed by @0xbad0c0d3. Thank you for your contribution!
Bundle size 📦
v10.20.0Compare Source
Important Changes
feat(flags): Add Growthbook integration (#17440)
Adds a new Growthbook integration for feature flag support.
feat(solid): Add support for TanStack Router Solid (#17735)
Adds support for TanStack Router in the Solid SDK, enabling better routing instrumentation for Solid applications.
feat(nextjs): Support native debugIds in turbopack (#17853)
Adds support for native Debug IDs in Turbopack, improving source map resolution and error tracking for Next.js applications using Turbopack. Native Debug ID generation will be enabled automatically for compatible versions.
Other Changes
pinologger name (#17930)POPguard for long-runningpageloadspans (#17867)Internal Changes
- chore(nextjs): Add Next.js 16 peer dependency ([#17925](https://redirect.github.com/getsentry/sentry-javascript/pull/17925)) - chore(ci): Update Next.js canary testing ([#17939](https://redirect.github.com/getsentry/sentry-javascript/pull/17939)) - chore: Bump size limit ([#17941](https://redirect.github.com/getsentry/sentry-javascript/pull/17941)) - test(nextjs): Add next@16 e2e test ([#17922](https://redirect.github.com/getsentry/sentry-javascript/pull/17922)) - test(nextjs): Update next 15 tests ([#17919](https://redirect.github.com/getsentry/sentry-javascript/pull/17919)) - chore: Add external contributor to CHANGELOG.md ([#17915](https://redirect.github.com/getsentry/sentry-javascript/pull/17915)) - chore: Add external contributor to CHANGELOG.md ([#17928](https://redirect.github.com/getsentry/sentry-javascript/pull/17928)) - chore: Add external contributor to CHANGELOG.md ([#17940](https://redirect.github.com/getsentry/sentry-javascript/pull/17940))Work in this release was contributed by @seoyeon9888, @madhuchavva and @thedanchez. Thank you for your contributions!
v10.19.0Compare Source
Internal Changes
v10.18.0Compare Source
Important Changes
feat(node):
pinointegration (#17584)This release adds a new
pinointegration for Node.js, enabling Sentry to capture logs from the Pino logging library.feat: Remove @sentry/pino-transport package (#17851)
The
@sentry/pino-transportpackage has been removed. Please use the newpinointegration in@sentry/nodeinstead.feat(node-core): Extend onnhandledrejection with ignore errors option (#17736)
Added support for selectively suppressing specific errors with configurable logging control in onnhandledrejection integration.
Other Changes
sentry.client.config.tsin nuxt app types (#17830)OriginalHandleRequestwith middleware (#17870)Internal Changes
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.