-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Update all non-major dependencies #374
Conversation
|
1b29be6
to
168ac77
Compare
54505ac
to
f873098
Compare
f873098
to
9a245ec
Compare
9a245ec
to
78f2b59
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #374 +/- ##
=======================================
Coverage 94.42% 94.42%
=======================================
Files 107 107
Lines 2366 2366
Branches 516 507 -9
=======================================
Hits 2234 2234
- Misses 131 132 +1
+ Partials 1 0 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
This PR contains the following updates:
1.9.3
->1.9.4
1.9.3
->1.9.4
^9.0.3
->^9.1.0
1.7.35
->1.7.42
^2.0.20
->^2.0.21
^3.3.2
->^3.4.0
^6.9.0
->^6.10.0
^14.2.15
->^14.2.16
^8.13.0
->^8.13.1
^2.12.0
->^2.12.1
9.12.1
->9.12.3
^8.3.0
->^8.3.5
^2.1.3
->^2.2.3
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
faker-js/faker (@faker-js/faker)
v9.1.0
Compare Source
New Locales
Features
continent
method (#3162) (4056ab0)Changed Locales
Bug Fixes
swc-project/swc (@swc/core)
v1.7.42
Compare Source
Bug Fixes
(es/generator) Fix code generation for
break
in nested while (#9684) (65872af)(es/parser) Parse
await using()
call (#9693) (bcf05de)(es/resolver) Skip resolving lowercase
JSXIdentifiers
(#9686) (6ed1715)(es/types) Add
jsc.experimental.keepImportAssertions
to types (#9691) (4b4dcfa)Features
(es/minifier) Optimize switch with side effect and termination tests (#9677) (7344a63)
(es/parser) Ability to get script's potential module errors (#9682) (2bbd1e8)
Miscellaneous Tasks
Performance
(es) Cache
current_dir()
system calls (#9683) (7aab945)(es/lints) Disable lints by default (#9689) (4d887d0)
(visit) Introduce
Pass
API and adjust visitor APIs for it (#9680) (581aafb)v1.7.40
Compare Source
Bug Fixes
(bindings) Update napi to handle string with
\0
(#9665) (8f45eaf)(bindings/node) Add
VisitTsPropertySignature
(#9670) (715c42c)(es/codegen) Improve EndsWithAlphaNum (#9675) (ba2a942)
(es/renamer) Check
preserved
in normal renaming mode (#9666) (87b4e10)(typescript) Check whether the method is abstract when checking
is_overload
(#9678) (78500af)Documentation
Miscellaneous Tasks
v1.7.39
Compare Source
Bug Fixes
(es/compat) Add missing visit children for
destructuring
(#9658) (32116a0)(es/parser) Correct
>
and<
when exit type context (#9653) (abffc07)(es/proposal) Use
tsc
version of explicit resource management (#9585) (f735108)(wasm-typescript) Fix option types of functions (#9662) (4cbe33c)
Features
Miscellaneous Tasks
v1.7.36
Compare Source
Bug Fixes
(es) Run esnext transforms on esnext target (#9644) (8a19201)
(es/codegen) Emit space after div if rhs has leading comment (#9631) (f2be26e)
(es/lints) Correct the false positive error of TS2309 (#9635) (f74c1f3)
(es/minifier) Only merge last if return (#9633) (6f52949)
(es/minifier) Check type of assignment target before merging assignments (#9617) (4436621)
Features
(es) Introduce
runPluginFirst
for Wasm plugins (#9645) (3d3e434)(es/minifier) Support unary negate in
cast_to_number
(#9642) (88a2186)Miscellaneous Tasks
artilleryio/artillery (artillery)
v2.0.21
: Artillery v2.0.21Compare Source
Core
--env-file
flag as an alternative for--dotenv
flag. This makes it consistent with the Node.js--env-file
flag. The--dotenv
flag will be deprecated in a future release (https://github.com/artilleryio/artillery/pull/3376)http.response_time.2xx
orhttp.response_time.5xx
) is now reported to provide more granular view of response times in a test (https://github.com/artilleryio/artillery/pull/3326)pause
phases (https://github.com/artilleryio/artillery/pull/3331)Playwright
Azure
--dotenv
/--env-file
flag available to workers containers (rather than just the Artillery process running inside the worker) (https://github.com/artilleryio/artillery/pull/3376)OpenTelemetry
Artillery Cloud
Dependencies
json-plus
to address a critical security vulnerability (#3369)With contributions from @hassy @Archangelza1 @dirkluijk
mariadb-corporation/mariadb-connector-nodejs (mariadb)
v3.4.0
Compare Source
Full Changelog
mongodb/node-mongodb-native (mongodb)
v6.10.0
Compare Source
Features
Bug Fixes
vercel/next.js (next)
v14.2.16
Compare Source
brianc/node-postgres (pg)
v8.13.1
Compare Source
brianc/node-postgres (pg-cursor)
v2.12.1
Compare Source
pnpm/pnpm (pnpm)
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).v9.12.2
Compare Source
Patch Changes
egoist/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
vercel/turborepo (turbo)
v2.2.3
: Turborepo v2.2.3Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.2.2...v2.2.3
v2.2.2
: Turborepo v2.2.2Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.2.1...v2.2.2
v2.2.1
Compare Source
v2.2.0
: Turborepo v2.2.0Compare Source
What's Changed
Docs
}
and remove comma by @morinokami in https://github.com/vercel/turborepo/pull/9223--affected
on GitHub by @dimitropoulos in https://github.com/vercel/turborepo/pull/9283@turbo/repository
Examples
display
key from generatedtsconfig
by @Sensanaty in https://github.com/vercel/turborepo/pull/9225types
field into first position ofexports
ofkitchen-sink
example. by @anthonyshew in https://github.com/vercel/turborepo/pull/9226with-shell-commands
by @breadadams in https://github.com/vercel/turborepo/pull/9219pnpm test
to fail by @dimitropoulos in https://github.com/vercel/turborepo/pull/9239Changelog
affectedPackages
by @NicholasLYang in https://github.com/vercel/turborepo/pull/9201currentRun
field toturbo query
by @NicholasLYang in https://github.com/vercel/turborepo/pull/9196New Contributors
Full Changelog: vercel/turborepo@v2.1.3...v2.2.0
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.