Update all non-major dependencies#898
Merged
Merged
Conversation
✅ Deploy Preview for pauseai canceled.
|
a1c49db to
8a88fa3
Compare
936cf87 to
0ca9a80
Compare
a70a577 to
65c659a
Compare
755abf4 to
1a0e37a
Compare
d0c205d to
7a8b4eb
Compare
Collaborator
|
/preview |
Contributor
|
🚀 Deployment triggered for branch Once the build is finished, it will be available at: |
7a8b4eb to
e6836f0
Compare
This file contains hidden or 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
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:
^2.18.1→^2.20.0^1.17.0→^1.21.0^10.55.0→^10.58.0^10.55.0→^10.58.0^2.61.1→^2.65.2^24.12.4→^24.13.2^1.16.1→^1.18.0^8.0.0→^8.0.1^5.56.0→^5.56.3^4.22.3→^4.22.4^8.0.14→^8.0.16^4.1.7→^4.1.9Release Notes
opral/paraglide-js (@inlang/paraglide-js)
v2.20.0Minor Changes
2c34351: Emitmessages/package.jsonwith{ "type": "module", "sideEffects": false }formessage-modulesoutput, declaring the generated message modules side-effect-free.This lets bundlers (notably Vite 8 / Rolldown) drop unused re-exports from the
mbarrel per entry, instead of bundling every message used anywhere in the app into one shared chunk that every entry downloads. Without it, per-page JS scales with the union of all messages used across the app rather than with the messages a given route actually uses.The declaration is scoped to
messages/, soruntime.js(which has real side effects) is unaffected.type: "module"is included because the package.json creates a new module scope formessages/; without it, the generated ESM files would default to CommonJS (a package.json withouttypeis CJS in Node, even when the consuming project istype: "module").See #668
Patch Changes
921c3be:experimentalMiddlewareLocaleSplitting: the injected inline script now reuses the nonce from the response'sContent-Security-Policyheader, so it is allowed under a strict CSP instead of being blocked and breaking hydration. Automatic - no configuration needed.v2.19.0Minor Changes
67a8942: Compile pattern-level function-reference annotations to registry callsAnnotations attached directly to pattern expressions (e.g. i18next's
{{count, number}}imported via plugin-i18next) were silently dropped and compiled to plain interpolation. They now compile through the sameregistry.*path as local-variable annotations:Unknown formatter names fall back to plain interpolation with a compile-time warning instead of failing or staying silent.
compilePattern()gained an optionallocaleparameter, required to compile annotations.Fixes #694
d57efa1: Skip recompilation when inputs are unchanged across bundler runs in the same processvite buildfiresbuildStartonce per environment (client, ssr, ...) and each run did a fullcompile()— project loading and message compilation — even though the inputs hadn't changed. The plugin now hashes the tracked input files, their directory listings, and the output-affecting options after a successful compile, and skipscompile()entirely when the digest matches on the next run. The second and later environments become near-free:The digest fails open: any state it can't certify (missing files, read errors, changed options, a failed compile) forces a recompile. Multi-compiler webpack setups (client + server) benefit the same way via
beforeRun.Also fixed along the way:
fsoption silently bypassed the plugin's file-read tracking (the args spread overrode the tracked fs wrapper), which left file watching inert for custom-fs setups./cachet-app/had its inputs excluded from file watching. It now matches whole path segments only.Fixes #693
Patch Changes
6010611: Update@inlang/sdkto 2.10.0.v2.18.2Patch Changes
4bea31a: Preventparaglide-js compile --watchfrom cleaning the output directory on the initial compile.4dfa099: Fix emitted TypeScript declarations for message keys that require quoted export aliases, such as dotted nested keys.emitTsDeclarationsnow preserves quoted aliases from the generated JavaScript so.d.tsoutput remains valid for keys likegreeting.hello. The optional TypeScript peer dependency now requires TypeScript 5.6 or newer, which supports arbitrary quoted module export names.lucide-icons/lucide (@lucide/svelte)
v1.21.0: Version 1.21.0Compare Source
What's Changed
versionscripts in package scripts by @ericfennis in #4479broken-boneicon by @Patolord in #4131New Contributors
Full Changelog: lucide-icons/lucide@1.20.0...1.21.0
v1.20.0: Version 1.20.0Compare Source
What's Changed
square-arrow-*icons by @jguddas in #3926search-icons by @jamiemlaw in #4099save-checkicon by @Konixy in #3120tag-plusandtag-xicons by @adam-kov in #3980banknote-checkicon by @mfjramirezf in #3956clock-arrow-inicon by @jguddas in #2403summaryicon by @jpjacobpadilla in #3114user-round-arrow-inicon by @jguddas in #2283clock-arrow-outicon by @jguddas in #2404pencil-sparklesicon by @jennieboops in #4445New Contributors
Full Changelog: lucide-icons/lucide@1.19.0...1.20.0
v1.19.0: Version 1.19.0Compare Source
What's Changed
star-*icons by @RajnishKMehta in #3918save-penicon by @vaporvee in #4179wrench-officon by @nilsjonsson in #4434adicon by @jamiemlaw in #4323eye-dashedicon by @karsa-mistmere in #4415save-plusicon by @jwlinqx in #4448list-sort-descendingicon by @ericfennis in #4457wallet-cardsicon by @jguddas in #3888podiumicon by @jguddas in #2124New Contributors
Full Changelog: lucide-icons/lucide@1.18.0...1.19.0
v1.18.0: Version 1.18.0Compare Source
What's Changed
play-officon by @Ahmed-Dghaies in #4412@nextfrom installation instructions for@lucide/svelteby @alecglassford in #4432webcam-officon by @jordan-burnett in #4242New Contributors
Full Changelog: lucide-icons/lucide@1.17.0...1.18.0
getsentry/sentry-javascript (@sentry/deno)
v10.58.0Compare Source
Important Changes
feat(hono): Add support for the Deno runtime (#21450)
@sentry/hononow supports the Deno runtime via a new@sentry/hono/denoentry point.Install
@sentry/denoas a peer dependency and initialize Sentry through thesentry()middleware:feat(core): Extract objects as structured logs in
consoleLoggingIntegration(#21385)The
consoleLoggingIntegrationnow extracts structured log attributes when the first argument is a plain object.feat(react-router): Stabilize the instrumentation API (#21470)
React Router's instrumentation API is now stable — the
@experimentalmarkers have been removed fromcreateSentryServerInstrumentation,createSentryClientInstrumentation, and the related helpers and types.The manual server wrappers
wrapServerLoaderandwrapServerActionare now deprecated in favor of it. Exportinstrumentations = [Sentry.createSentryServerInstrumentation()]from yourentry.server.tsxto instrument all loaders and actions without wrapping them individually.Other Changes
useInstrumentationAPI(#21432)__sentry_wrapped__inherited fromFunction.prototype(#21506)safeJoinside-effect-free for DOM elements (#21356)moduleandtypesfields inpackage.json(#21449)okinstead ofinternal_error(#21521)defaultexports condition (#21472)Work in this release was contributed by @archievi, @AyaanFaisal21, @itosa-kazu, and @bkchr. Thank you for your contributions!
Internal Changes
22.7.5(#21527)SENTRY_BUILD_PRESERVE_MODULESenv check from rollup configs (#21487)Bundle size 📦
v10.57.0Compare Source
Important Changes
feat(angular): Add support for Angular 22 (#21330)
@sentry/angularnow officially supports Angular 22.ref(core): Deprecate
sendDefaultPiiin favor ofdataCollection(#21277)sendDefaultPiiis deprecated and will be removed in v11. The newdataCollectionoption lets you control each category of collected data.sendDefaultPii: truestill works and maps to enabling alldataCollectioncategories.dataCollection.userInfodefaults totruewhendataCollectionis provided, meaning auto-populateduser.*fields (e.g. IP address from a request) are collected by default.Data you set explicitly (like via
Sentry.setUser()) is always sent regardless.When
dataCollectionis not set at all, the legacysendDefaultPiibehavior applies (userInfo: falseby default) to preserve backward compatibility.Note that an empty
dataCollection: {}falls back to more permissive defaults thansendDefaultPii: false, so replicate the old behavior by opting out explicitly:Other Changes
dataCollection.frameContextLinesfor ContextLines integration (#21323)dataCollection.userInfototrue(#21348)dataCollection.httpBodiesto all valid body types (#21352)faviconetc) (#21365)safeDateNowcalls fornew Date()reads (#21351)pinoIntegrationon edge runtime (#21347)__SENTRY_SERVER_MODULES__lazily so Turbopack injection is honored (#21339)react.componentStackevent context (#21183)sentry._internal.replay_is_bufferingfor spans (#21297)Internal Changes
sendDefaultPiitodataCollectionoption (#21288)Work in this release was contributed by @zhongrenfei1-hub. Thank you for your contribution!
Bundle size 📦
v10.56.0Compare Source
Important Changes
feat(deno): Redis diagnostics channel based integration for Deno (#21087)
Adds Redis integration support for Deno, covering both
redisandioredisclients.Other Changes
@sentry/nodewas imported instead of@sentry/hono/node(#21240)consistentTraceSamplingis enabled (#21281)instrumentDurableObjectWithSentrybreaking Cloudflare Agents (#21101)WeakReffor Span-Scope circular references (#21242)InstrumentationNodeModuleFileto fix Bun--bytecodecrash (#21262)Internal Changes
hrTimeutilities from@opentelemetry/core(#21191)http.route(#21193)TraceStateimplementation (#21192)dataCollection(#21282)Bundle size 📦
Configuration
📅 Schedule: (UTC)
🚦 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.