Update all non-major dependencies #823
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.9.3->1.9.41.13.2->1.13.78.34.0->8.38.011.3.0->11.5.04.6.5->4.6.109.4.0->9.5.09.12.1->9.13.29.3.0->9.4.04.19.1->4.19.24.26.1->4.27.0Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4Compare Source
Analyzer
Bug fixes
Implement GraphQL suppression action. Contributed by @vohoanglong0107
Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule
a11y/noInteractiveElementToNoninteractiveRoleincorrectly reports arolefor non-interactive elements. Contributed by @eryue0220noSuspiciousSemicolonInJsxnow catches suspicious semicolons in React fragments. Contributed by @vasucp1207CLI
Enhancements
The
--summaryreporter now reports parsing diagnostics too. Contributed by @ematipicoImproved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr
Configuration
Bug fixes
Editors
Formatter
Bug fixes
JavaScript APIs
Linter
New features
Bug Fixes
Biome no longer crashes when it encounters a string that contain a multibyte character (#4181).
This fixes a regression introduced in Biome 1.9.3
The regression affected the following linter rules:
nursery/useSortedClassesnursery/useTrimStartEndstyle/useTemplatesuspicious/noMisleadingCharacterClassContributed by @Conaclos
Fix #4190, where the rule
noMissingVarFunctionwrongly reported a variable as missing when used inside avar()function that was a newline. Contributed by @ematipicoFix #4041. Now the rule
useSortedClasseswon't be triggered ifclassNameis composed only by inlined variables. Contributed by @ematipicouseImportType and useExportType now report useless inline type qualifiers (#4178).
The following fix is now proposed:
Contributed by @Conaclos
useExportType now reports ungrouped
export from.The following fix is now proposed:
Contributed by @Conaclos
noVoidTypeReturn now accepts
voidexpressions in return position (#4173).The following code is now accepted:
Contributed by @Conaclos
noUselessFragments now correctly handles fragments containing HTML escapes (e.g.
) inside expression escapes{ ... }(#4059).The following code is no longer reported:
Contributed by @fireairforce
noUnusedFunctionParameters and noUnusedVariables no longer reports a parameter as unused when another parameter has a constructor type with the same parameter name (#4227).
In the following code, the
nameparameter is no longer reported as unused.Contributed by @Conaclos
noUndeclaredDependencies now accepts dependency names with dots. Contributed by @Conaclos
useFilenamingConvention now correctly handles renamed exports (#4254).
The rule allows the filename to be named as one of the exports of the module.
For instance, the file containing the following export can be named
Button.The rule now correctly handles the renaming of an export.
For example, the file containing the following export can only be named
Button.Previously the rule expected the file to be named
A.Contributed by @Conaclos
useConsistentMemberAccessibility now ignore private class members such as
#property(#4276). Contributed by @ConaclosnoUnknownFunction correctly handles
calc-sizefunction (#4212).The following code
calc-sizeis no longer reported as unknown:Contributed by @fireairforce
useNamingConvention now allows configuring conventions for readonly index signatures.
Contributed by @sepruko
Previously, the rule incorrectly reported duplicates for all properties, including non-custom ones. Contributed by @togami2864
Parser
Bug Fixes
The CSS parser now accepts more emoji in identifiers (#3627).
Browsers accept more emoji than the standard allows.
Biome now accepts these additional emojis.
The following code is now correctly parsed:
Contributed by @Conaclos
Add support for parsing typescript's
resolution-modein Import Types(#2115)Contributed by @fireairforce
honojs/node-server (@hono/node-server)
v1.13.7Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.6...v1.13.7
v1.13.6Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.5...v1.13.6
v1.13.5Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.4...v1.13.5
v1.13.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.3...v1.13.4
v1.13.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.2...v1.13.3
getsentry/sentry-javascript (@sentry/node)
v8.38.0Compare Source
knexintegration (#13526)tediousintegration (#13486)debug_metawith ANR events (#14203)Work in this release was contributed by @grahamhency, @Zen-cronic, @gilisho and @phuctm97. Thank you for your contributions!
v8.37.1Compare Source
v8.37.0Compare Source
Important Changes
piniaIntegration(#14138)The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the
piniaIntegrationto your client config:The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.
This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.
Learn more about the end of the Metrics beta.
Other Changes
http.response_delivery_typeattribute to resource spans (#14056)skipBrowserExtensionCheckescape hatch option (#14147)asyncFunctionReExportsto define re-exported server functions (#14104)piniaIntegration(#14138)maybeInstrument(#14140)modulesIntegrationdoes not crash esm apps (#14169)Work in this release was contributed by @rexxars. Thank you for your contribution!
v8.36.0Compare Source
Important Changes
The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the
trackPiniaoption totruein your client config:Read more about the Pinia plugin in the Sentry Pinia Documentation.
With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry.
Some exceptions apply in cases where Next.js captures inaccurate data itself.
NOTE: You may experience minor differences in transaction names in Sentry.
Most importantly transactions for serverside pages router invocations will now be named
GET /[param]/my/routeinstead of/[param]/my/route.This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.
Other Changes
child_processandworker_thread(#13896).mjsentry files in rollup (#14060)onErrorcallback (#14002)v8.35.0Compare Source
WiseLibs/better-sqlite3 (better-sqlite3)
v11.5.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v11.4.0...v11.5.0
v11.4.0Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.3.0...v11.4.0
honojs/hono (hono)
v4.6.10Compare Source
What's Changed
no-response.ymlby @yusukebe in https://github.com/honojs/hono/pull/3622devDependenciesby @EdamAme-x in https://github.com/honojs/hono/pull/3633package.jsonandjsr.jsonby @EdamAme-x in https://github.com/honojs/hono/pull/3638#for private props to reduce the minified bundle size by @EdamAme-x in https://github.com/honojs/hono/pull/3660c.req.routeIndexfrom being changed by @usualoma in https://github.com/honojs/hono/pull/3663New Contributors
Full Changelog: honojs/hono@v4.6.9...v4.6.10
v4.6.9Compare Source
What's Changed
c.req.paramdecodes invalid percent strings by @yusukebe in https://github.com/honojs/hono/pull/3573memofor DOM renderer by @usualoma in https://github.com/honojs/hono/pull/3568.concatinstead of spread syntax by @EdamAme-x in https://github.com/honojs/hono/pull/3584anyand fix types of adapter/deno by @EdamAme-x in https://github.com/honojs/hono/pull/3291.matchRouteand reduce bundle size by @EdamAme-x in https://github.com/honojs/hono/pull/3595c.redirect()by @cometkim in https://github.com/honojs/hono/pull/3609| 0instead ofMath.floorby @EdamAme-x in https://github.com/honojs/hono/pull/3605#for private methods to reduce the minified file size by @yusukebe in https://github.com/honojs/hono/pull/3596New Contributors
Full Changelog: honojs/hono@v4.6.8...v4.6.9
v4.6.8Compare Source
What's Changed
--hotby @nakasyou in https://github.com/honojs/hono/pull/3576New Contributors
Full Changelog: honojs/hono@v4.6.7...v4.6.8
v4.6.7Compare Source
What's Changed
requestContextby @yusukebe in https://github.com/honojs/hono/pull/3549New Contributors
Full Changelog: honojs/hono@v4.6.6...v4.6.7
v4.6.6Compare Source
What's Changed
NotFoundwarning on Deno by @pablo-abc in https://github.com/honojs/hono/pull/3542New Contributors
Full Changelog: honojs/hono@v4.6.5...v4.6.6
pinojs/pino (pino)
v9.5.0Compare Source
What's Changed
New Contributors
Full Changelog: pinojs/pino@v9.4.0...v9.5.0
pnpm/pnpm (pnpm)
v9.13.2: pnpm 9.13.2Compare Source
Patch Changes
dlxprocesses.Platinum Sponsors
Gold Sponsors
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.