fix(deps): update all non-major dependencies #113
+669
−413
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
1.12.0
->1.12.2
2.1.3
->2.2.3
20.16.10
->20.17.6
v0.0.5
->v0.0.12
v4.2.1
->v4.2.2
v4.4.0
->v4.5.0
v4.0.4
->v4.1.0
13.20.2
->13.23.1
13.24.1
(+1)9.12.1
->9.12.3
8.3.0
->8.3.5
2.1.3
->2.2.3
5.6.2
->5.6.3
5.6.2
->5.6.3
2.1.2
->2.1.4
2.1.2
->2.1.4
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
grpc/grpc-node (@grpc/grpc-js)
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
vercel/turborepo (@turbo/gen)
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
: Turborepo v2.2.1Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.2.0...v2.2.1
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
YutaUra/actions (YutaUra/actions)
v0.0.12
Compare Source
actions v0.0.12
Patch Changes
601bc01
: chore(deps): update all non-major dependenciesaction-release-changeset v0.0.12
Patch Changes
601bc01
: chore(deps): update all non-major dependenciesrenovate-changeset v0.0.12
Patch Changes
601bc01
: chore(deps): update all non-major dependenciesupdate-action-readme v0.0.12
Patch Changes
601bc01
: chore(deps): update all non-major dependenciesv0.0.11
Compare Source
actions v0.0.11
Patch Changes
b061a62
: chore(deps): update all non-major dependenciesaction-release-changeset v0.0.11
Patch Changes
b061a62
: chore(deps): update all non-major dependenciesrenovate-changeset v0.0.11
Patch Changes
b061a62
: chore(deps): update all non-major dependenciesupdate-action-readme v0.0.11
Patch Changes
b061a62
: chore(deps): update all non-major dependenciesv0.0.10
Compare Source
actions v0.0.10
Patch Changes
6c1893d
: chore(deps): update all non-major dependenciesaction-release-changeset v0.0.10
Patch Changes
6c1893d
: chore(deps): update all non-major dependenciesrenovate-changeset v0.0.10
Patch Changes
6c1893d
: chore(deps): update all non-major dependenciesupdate-action-readme v0.0.10
Patch Changes
6c1893d
: chore(deps): update all non-major dependenciesv0.0.9
Compare Source
actions v0.0.9
Patch Changes
065c6b3
: chore(deps): update all non-major dependenciesaction-release-changeset v0.0.9
Patch Changes
065c6b3
: chore(deps): update all non-major dependenciesrenovate-changeset v0.0.9
Patch Changes
065c6b3
: chore(deps): update all non-major dependenciesupdate-action-readme v0.0.9
Patch Changes
065c6b3
: chore(deps): update all non-major dependenciesv0.0.8
Compare Source
actions v0.0.8
action-release-changeset v0.0.8
renovate-changeset v0.0.8
update-action-readme v0.0.8
Patch Changes
bf761e1
: update inputs and outputsv0.0.7
Compare Source
actions v0.0.7
action-release-changeset v0.0.7
Patch Changes
e6881c3
: use github-action-yamlrenovate-changeset v0.0.7
Patch Changes
e6881c3
: use github-action-yamlupdate-action-readme v0.0.7
Patch Changes
e6881c3
: use github-action-yamlv0.0.6
Compare Source
actions v0.0.6
action-release-changeset v0.0.6
renovate-changeset v0.0.6
update-action-readme v0.0.6
Patch Changes
3b99a7d
: create update-action-readmeactions/checkout (actions/checkout)
v4.2.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946actions/setup-java (actions/setup-java)
v4.5.0
Compare Source
What's Changed
Bug fixes:
isGhes
logic by @jww3 in #697New Contributors:
Full Changelog: actions/setup-java@v4...v4.5.0
actions/setup-node (actions/setup-node)
v4.1.0
Compare Source
firebase/firebase-tools (firebase-tools)
v13.23.1
Compare Source
upsertMany
, introducesvars
as a shorthand forrequest.variables
in@auth
expressions, adds new methods toGeneratedConnector
andGeneratedOperation
implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#7888).v13.23.0
Compare Source
v13.22.1
Compare Source
rimraf
.demo-
prefix. (#7779)FUNCTIONS_DISCOVERY_TIMEOUT
wasn't respected. (#6285)emulators:export
cannot read the metadata file.v13.22.0
Compare Source
v13.21.0
Compare Source
insertMany
and improved error handling.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
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
vitest-dev/vitest (vitest)
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)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.