chore(deps): update all non-major dependencies #50
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.4
^8.5.12
->^8.5.13
^0.9.7
->^0.13.0
^7.4.1
->^7.4.3
^8.3.0
->^8.3.5
^2.1.1
->^2.1.5
^1.93.1
->^1.95.3
^8.17.0
->^8.18.0
Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4
Compare 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/noInteractiveElementToNoninteractiveRole
incorrectly reports arole
for non-interactive elements. Contributed by @eryue0220noSuspiciousSemicolonInJsx
now catches suspicious semicolons in React fragments. Contributed by @vasucp1207CLI
Enhancements
The
--summary
reporter 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/useSortedClasses
nursery/useTrimStartEnd
style/useTemplate
suspicious/noMisleadingCharacterClass
Contributed by @Conaclos
Fix #4190, where the rule
noMissingVarFunction
wrongly reported a variable as missing when used inside avar()
function that was a newline. Contributed by @ematipicoFix #4041. Now the rule
useSortedClasses
won't be triggered ifclassName
is 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
void
expressions 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
name
parameter 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-size
function (#4212).The following code
calc-size
is 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-mode
in Import Types(#2115)Contributed by @fireairforce
openapi-ts/openapi-typescript (openapi-fetch)
v0.13.0
Compare Source
Minor Changes
267977e
Thanks @DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty objectv0.12.5
Compare Source
Patch Changes
#1937
06163a2
Thanks @DjordyKoert! - client data & error now return a union of possible typesUpdated dependencies [
06163a2
]:v0.12.4
Compare Source
Patch Changes
abfad56
]:v0.12.3
Compare Source
Patch Changes
d14aa65
Thanks @BlakeSzabo! - Fix multiple empty arrays in query params appending extra ampersandsv0.12.2
Compare Source
Patch Changes
e39d11e
Thanks @yicrotkd! - ImproveMiddleware
type definition to require either onRequest or onResponsev0.12.1
Compare Source
Patch Changes
efaa1e2
Thanks @tobiasdcl! - allow usage of custom Request classv0.12.0
Compare Source
Minor Changes
b893c44
Thanks @goce-cz! - Do not set content-type on body-less requestsv0.11.3
Compare Source
Patch Changes
6038f8f
Thanks @goce-cz! - Allow falsy values (except undefined) as a valid bodyv0.11.2
Compare Source
Patch Changes
#1817
2a4b067
Thanks @Gruak! - Allow specifying baseUrl per request#1842
0e42cbb
Thanks @gzm0! - fix: allow use ofPathBasedClient
with generatedpaths
v0.11.1
Compare Source
Patch Changes
#1831
091e71a
Thanks @SebastienGllmt! - Add MethodResponse utility type to easily get the return type of an endpoint on a client#1833
cec023d
Thanks @ngraef! - Fix identification of required properties whenstrictNullChecks
is disabledUpdated dependencies [
cec023d
]:v0.11.0
Compare Source
Minor Changes
a956d5d
Thanks @gzm0! - Add support forclient["/endpoint"].GET()
style callsv0.10.6
Compare Source
Patch Changes
#1809
f21c05b
Thanks @gzm0! - perf: remove unnecessaryasync
keywords (for reduced code size)#1827
ba0d595
Thanks @ngraef! - Fix typing for environments without DOM libv0.10.5
Compare Source
Patch Changes
7698546
Thanks @thatsprettyfaroutman! - Allow FormData through defaultBodySerializerv0.10.4
Compare Source
Patch Changes
bcc9222
]:v0.10.3
Compare Source
Patch Changes
#1717
335530c
Thanks @kerwanp! - Ignore configuration files in published package#1717
335530c
Thanks @kerwanp! - Create own client type for easier reusabilityUpdated dependencies [
335530c
]:v0.10.2
Compare Source
Patch Changes
aea31a8
Thanks @swachter! - Fix: encode primitive path parametersv0.10.1
Compare Source
Patch Changes
#1719
a8f2253
Thanks @drwpow! - Remove nanoid from dependencies#1719
a8f2253
Thanks @drwpow! - Fix "failed to execute fetch on Window" error#1719
a8f2253
Thanks @drwpow! - Revert customFetch API back tofetch(input: Request)
v0.10.0
Compare Source
Minor Changes
openapi-typescript@7
is needed to work. You’ll get type errors withopenapi-typescript@6
and below.(request, options)
or(response, options)
. See Middleware docs for updated API.Content-Type
header is no longer sent by default if a body payload is attached.customFetch
type now callsfetch(input: string, init: RequestInit)
and the types have been updated, rather thanfetch(input: Request)
introduced in0.9.0
.Added
id
to middleware handlers that create a unique ID per-fetchopenapi-ts/openapi-typescript (openapi-typescript)
v7.4.3
Compare Source
Patch Changes
8d00218
Thanks @prewk! - Make pathParamsAsTypes work with integer/boolean typesv7.4.2
Compare Source
Patch Changes
c2c396d
Thanks @DanDeMicco! - Support for generating enums when enums definition has null valueegoist/tsup (tsup)
v8.3.5
Compare Source
🐞 Bug Fixes
experimentalDts
only once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4
Compare Source
No significant changes
View changes on GitHub
vitest-dev/vitest (vitest)
v2.1.5
Compare Source
🚀 Features
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
v2.1.4
Compare Source
🚀 Features
transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)🐞 Bug Fixes
v=
queries to setup files imports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6759 (b8258)toThrowError
with empty string parameter - by @shulaoda in https://github.com/vitest-dev/vitest/issues/6710 (a6129)test.extend
type exports - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6707 (e5c38)🏎 Performance
hash
to replacecreateHash
- by @btea in https://github.com/vitest-dev/vitest/issues/6703 (5d07b)View changes on GitHub
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
microsoft/vscode (vscode)
v1.95.3
: October 2024 Recovery 3Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.2
: October 2024 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.1
: October 2024 Recovery 1Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.0
: October 2024Compare Source
Welcome to the October 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
v1.94.2
: September Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.94.1
: September Recovery 1Compare Source
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.94.0
: September 2024Compare Source
Welcome to the September 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
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.