fix(deps): update all non-major dependencies #377
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:
^1.34.0
->^1.35.0
^8.25.0
->^8.26.0
^1.7.10
->^1.7.11
^0.37.93
->^0.37.94
^15.2.8
->^15.2.9
^2.0.12
->^2.0.14
Release Notes
influxdata/influxdb-client-js (@influxdata/influxdb-client)
v1.35.0
Compare Source
Bug Fixes
getsentry/sentry-javascript (@sentry/node)
v8.26.0
Compare Source
Important Changes
feat(node): Add
fsInstrumentation
(#13291)This release adds
fsIntegration
, an integration that instruments thefs
API to the Sentry Node SDK. Theintegration creates spans with naming patterns of
fs.readFile
,fs.unlink
, and so on.This integration is not enabled by default and needs to be registered in your
Sentry.init
call. You can configurevia options whether to include path arguments or error messages as span attributes when an fs call fails:
WARNING: This integration may add significant overhead to your application. Especially in scenarios with a lot of
file I/O, like for example when running a framework dev server, including this integration can massively slow down
your application.
Other Changes
feat(browser): Add spotlightBrowser integration (#13263)
feat(browser): Allow sentry in safari extension background page (#13209)
feat(browser): Send CLS as standalone span (experimental) (#13056)
feat(core): Add OpenTelemetry-specific
getTraceData
implementation (#13281)feat(nextjs): Always add
browserTracingIntegration
(#13324)feat(nextjs): Always transmit trace data to the client (#13337)
feat(nextjs): export SentryBuildOptions (#13296)
feat(nextjs): Update
experimental_captureRequestError
to reflectRequestInfo.path
change in Next.js canary(#13344)
feat(nuxt): Always add tracing meta tags (#13273)
feat(nuxt): Set transaction name for server error (#13292)
feat(replay): Add a replay-specific logger (#13256)
feat(sveltekit): Add bundle size optimizations to plugin options (#13318)
feat(sveltekit): Always add browserTracingIntegration (#13322)
feat(tracing): Make long animation frames opt-out (#13255)
fix(astro): Correctly extract request data (#13315)
fix(astro): Only track access request headers in dynamic page requests (#13306)
fix(nuxt): Add import line for disabled
autoImport
(#13342)fix(nuxt): Add vue to excludeEsmLoaderHooks array (#13346)
fix(opentelemetry): Do not overwrite http span name if kind is internal (#13282)
fix(remix): Ensure
origin
is correctly set for remix server spans (#13305)Work in this release was contributed by @MonstraG, @undead-voron and @Zen-cronic. Thank you for your contributions!
swc-project/swc (@swc/core)
v1.7.11
Compare Source
Bug Fixes
(es) Improve sourcemap url error messages. (#9422) (230d1d9)
(visit) Fix regression of AST paths (#9420) (9751518)
Features
(es/typescript) Add
native_class_properties
to skip reordering of class properties inits (#9421) (d2929d1)(estree/compat) Remove dependency on
rayon
(#9393) (34d1b27)(html/minifier) Support using custom css minifier (#9425) (970cc81)
Miscellaneous Tasks
(bindings/node) Deprecate
parse
(#9419) (1bf467d)(deps) Update cargo (patch) (#9405) (baf4928)
(es/preset-env) Update core js compat data (#9407) (ce761cf)
(es/typescript) Remove the workaround for wasm-bindgen (#9428) (55f7268)
discordjs/discord-api-types (discord-api-types)
v0.37.94
Compare Source
Features
approximate_user_install_count
(#1052) (d504763)lint-staged/lint-staged (lint-staged)
v15.2.9
Compare Source
Patch Changes
b69ce2d
Thanks @iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected
.vercel/turborepo (turbo)
v2.0.14
Compare Source
v2.0.13
: Turborepo v2.0.13Compare Source
What's Changed
Docs
Changelog
--affected
toturbo ls
by @NicholasLYang in https://github.com/vercel/turbo/pull/8970New Contributors
Full Changelog: vercel/turborepo@v2.0.12...v2.0.13
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.