chore(deps): update all non-major dependencies #59
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.422.9.0->22.13.4^8.5.12->^8.5.14^0.9.7->^0.13.4^7.4.1->^7.6.1^8.3.0->^8.3.6^1.95.0->^1.97.2^8.17.0->^8.18.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
openapi-ts/openapi-typescript (openapi-fetch)
v0.13.4Compare Source
Patch Changes
5935cd2Thanks @kerwanp! - add support for arbitrary methodv0.13.3Patch Changes
Refresh of 0.13.2; corrupted package
v0.13.2Patch Changes
7081842Thanks @mellster2012! - Add client option to pass custom RequestInit object into fetch requests for supported implementationsv0.13.1Compare Source
Patch Changes
35c576cThanks @luchsamapparat! - add onError handler to middlewarev0.13.0Compare Source
Minor Changes
267977eThanks @DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty objectv0.12.5Compare Source
Patch Changes
#1937
06163a2Thanks @DjordyKoert! - client data & error now return a union of possible typesUpdated dependencies [
06163a2]:v0.12.4Compare Source
Patch Changes
abfad56]:v0.12.3Compare Source
Patch Changes
d14aa65Thanks @BlakeSzabo! - Fix multiple empty arrays in query params appending extra ampersandsv0.12.2Compare Source
Patch Changes
e39d11eThanks @yicrotkd! - ImproveMiddlewaretype definition to require either onRequest or onResponsev0.12.1Compare Source
Patch Changes
efaa1e2Thanks @tobiasdcl! - allow usage of custom Request classv0.12.0Compare Source
Minor Changes
b893c44Thanks @goce-cz! - Do not set content-type on body-less requestsv0.11.3Compare Source
Patch Changes
6038f8fThanks @goce-cz! - Allow falsy values (except undefined) as a valid bodyv0.11.2Compare Source
Patch Changes
#1817
2a4b067Thanks @Gruak! - Allow specifying baseUrl per request#1842
0e42cbbThanks @gzm0! - fix: allow use ofPathBasedClientwith generatedpathsv0.11.1Compare Source
Patch Changes
#1831
091e71aThanks @SebastienGllmt! - Add MethodResponse utility type to easily get the return type of an endpoint on a client#1833
cec023dThanks @ngraef! - Fix identification of required properties whenstrictNullChecksis disabledUpdated dependencies [
cec023d]:v0.11.0Compare Source
Minor Changes
--⚠️ Breaking Change #1791
a956d5dThanks @gzm0! - Add support forclient["/endpoint"].GET()style callsv0.10.6Compare Source
Patch Changes
#1809
f21c05bThanks @gzm0! - perf: remove unnecessaryasynckeywords (for reduced code size)#1827
ba0d595Thanks @ngraef! - Fix typing for environments without DOM libv0.10.5Compare Source
Patch Changes
7698546Thanks @thatsprettyfaroutman! - Allow FormData through defaultBodySerializerv0.10.4Compare Source
Patch Changes
bcc9222]:v0.10.3Compare Source
Patch Changes
#1717
335530cThanks @kerwanp! - Ignore configuration files in published package#1717
335530cThanks @kerwanp! - Create own client type for easier reusabilityUpdated dependencies [
335530c]:v0.10.2Compare Source
Patch Changes
aea31a8Thanks @swachter! - Fix: encode primitive path parametersv0.10.1Compare Source
Patch Changes
#1719
a8f2253Thanks @drwpow! - Remove nanoid from dependencies#1719
a8f2253Thanks @drwpow! - Fix "failed to execute fetch on Window" error#1719
a8f2253Thanks @drwpow! - Revert customFetch API back tofetch(input: Request)v0.10.0Compare Source
Minor Changes
openapi-typescript@7is needed to work. You’ll get type errors withopenapi-typescript@6and below.(request, options)or(response, options). See Middleware docs for updated API.Content-Typeheader is no longer sent by default if a body payload is attached.customFetchtype now callsfetch(input: string, init: RequestInit)and the types have been updated, rather thanfetch(input: Request)introduced in0.9.0.Added
idto middleware handlers that create a unique ID per-fetchopenapi-ts/openapi-typescript (openapi-typescript)
v7.6.1Compare Source
Patch Changes
41bed98Thanks @htunnicliff! - Update @redocly/openapi-core to fix punycode deprecation bugv7.6.0Compare Source
Minor Changes
0cdfc47Thanks @ViktorPontinen! - Support generating path params for flaky schemas using --generate-path-params optionv7.5.2Compare Source
Patch Changes
2bffe2aThanks @drwpow! - Update @redocly/openapi-core to 1.27.0v7.5.1Compare Source
Patch Changes
39f9b2fThanks @duncanbeevers! - Add schema to postTransform optionsv7.5.0Compare Source
Minor Changes
#2052
d2de5c7Thanks @laurenz-glueck! - brings back --make-paths-enum option to generate ApiPaths enum#2059
9e4f61cThanks @gduliscouet-ubitransport! - Allow all types except UNKNOWN to be nullablev7.4.4Compare Source
Patch Changes
e2d8541Thanks @patzick! - Improved error messages to contain locations.v7.4.3Compare Source
Patch Changes
8d00218Thanks @prewk! - Make pathParamsAsTypes work with integer/boolean typesv7.4.2Compare Source
Patch Changes
c2c396dThanks @DanDeMicco! - Support for generating enums when enums definition has null valueegoist/tsup (tsup)
v8.3.6Compare Source
🐞 Bug Fixes
onSuccess- by @laat in https://github.com/egoist/tsup/issues/1256 (314a6)View changes on GitHub
v8.3.5Compare Source
🐞 Bug Fixes
experimentalDtsonly once - by @aryaemami59 in https://github.com/egoist/tsup/issues/1236 (fddd4)View changes on GitHub
v8.3.4Compare Source
No significant changes
View changes on GitHub
microsoft/vscode (vscode)
v1.97.2: January 2025 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.97.1: January 2025 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.97.0: January 2025Compare Source
Welcome to the January 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Bluesky vscode.dev or Twitter @code!
v1.96.4: November 2024 Recovery 4Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.3: November 2024 Recovery 3Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.2: November 2024 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.1: November 2024 Recovery 1Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.0: November 2024Compare Source
Welcome to the November 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:
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Twitter @code!
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.
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.