chore(deps): update all non-major dependencies #1163
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:
^3.654.0
->^3.655.0
^1.9.1
->^1.9.2
^1.83.0
->^1.83.1
^0.61.0
->^0.62.4
^2.159.0
->^2.159.1
^2.159.0
->^2.159.1
^2.159.0
->^2.159.1
^0.5.5
->^0.5.7
^7.4.0
->^7.4.1
1.1.28-debian
->1.1.29-debian
1.1.28-debian
->1.1.29-debian
^4.22.0
->^4.22.2
0.61.0
->0.62.4
0.61.0
->0.62.4
^5.4.6
->^5.4.7
^5.4.6
->^5.4.7
^3.5.6
->^3.5.7
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-lambda)
v3.655.0
Compare Source
Features
biomejs/biome (@biomejs/biome)
v1.9.2
Compare Source
CLI
New features
Added support for custom GritQL definitions, including:
Contributed by @arendjr
Bug fixes
contains
queries to report false positives when the matchednode appeared inside a sibling node. Contributed by @arendjr
Editors
Bug fixes
Fix #3923. Now the
.editorconfig
is correctly parsed by the LSP, and the options are correctly applied to files when formatting is triggered.Plus, the Biome LSP now watches for any change to the
.editorconfig
, and updates the formatting settings.Reduced the number of log files generated by the LSP server. Now the maximum number of logs saved on disk is seven. Contributed by @ematipico
Fix the code actions capabilities available in the LSP Biome server. Before, the LSP was using the default capabilities, which resulted in pulling code actions even when they were disabled by the editor.
This means that the code actions are pulled by the client only when the editor enables
quickfix.biome
,source.organizeImports.biome
andsource.fixAll.biome
.Now, if you enable
organizeImports.enabled: true
in thebiome.json
, and then you configure your editor with the following code actionsource.organizeImports.biome: false
, the editor won't sort the imports.Contributed by @ematipico
Linter
New features
Bug fixes
noLabelWithoutControl now accept JSX expression as label value (#3875). Contributed by @Conaclos
useFilenamingConvention no longer suggests names with a disallowed case (#3952). Contributed by @Conaclos
useFilenamingConvention now recognizes file names starting with ASCII digits as lowercase (#3952).
Thus,
2024-09-17-filename
,2024_09_17_filename
and20240917FileName
are inkebab-case
,snake_case
, andcamelCase
respectively.Contributed by @Conaclos
useFilenamingConvention now applies the configured formats to the file extensions (#3650). Contributed by @Conaclos
Parser
Bug fixes
useStrictMode now reports Script files with some directives, but without the
use strict
directive. Contributed by @ConaclosThe CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by @Conaclos
raycast/extensions (@raycast/api)
v1.83.1
Compare Source
unocss/unocss (@unocss/reset)
v0.62.4
Compare Source
🚀 Features
svelte
- by @5P5 in https://github.com/unocss/unocss/issues/4128 (4762c)@unocss/runtime
, improve runtime bundler docs - by @henrikvilhelmberglund and @antfu in https://github.com/unocss/unocss/issues/4112 (35e32)🐞 Bug Fixes
View changes on GitHub
v0.62.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.62.2
Compare Source
🚀 Features
DEFAULT
key of theme - by @zyyv in https://github.com/unocss/unocss/issues/4072 (3f010)🐞 Bug Fixes
View changes on GitHub
v0.62.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.62.0
Compare Source
🚀 Features
@typescript-eslint
- by @antfu (aaf3a)content
option in presets - by @Jannchie and Anthony Fu in https://github.com/unocss/unocss/issues/4041 (2466d)🐞 Bug Fixes
View changes on GitHub
v0.61.9
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.61.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.61.7
Compare Source
🚀 Features
autocomplete.strict
config - by @Simon-He95 and @antfu in https://github.com/unocss/unocss/issues/3957 (77db3)🐞 Bug Fixes
unconfig
, fix #3812 - by @antfu and userquin in https://github.com/unocss/unocss/issues/3814 and https://github.com/unocss/unocss/issues/3812 (100d8)mini
andwind
- by @MellowCo and @antfu in https://github.com/unocss/unocss/issues/4025 (870d3)View changes on GitHub
v0.61.6
Compare Source
🚀 Features
(float - by **end)
(#3997)** and Anthony Fu (clear)-(start)🐞 Bug Fixes
View changes on GitHub
v0.61.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.61.4
Compare Source
🚀 Features
createRecoveryConfigLoader
- by @Simon-He95, @antfu and Anthony Fu in https://github.com/unocss/unocss/issues/3953 (64fb0)🐞 Bug Fixes
flushTask
- by @KermanX in https://github.com/unocss/unocss/issues/3984 (141cd)local
node10 types - by @userquin in https://github.com/unocss/unocss/issues/3963 (3ff7c)View changes on GitHub
v0.61.3
Compare Source
🚀 Features
View changes on GitHub
v0.61.2
Compare Source
No significant changes
View changes on GitHub
aws/aws-cdk (aws-cdk)
v2.159.1
Compare Source
Reverts
Alpha modules (2.159.1-alpha.0)
unjs/changelogen (changelogen)
v0.5.7
Compare Source
compare changes
🩹 Fixes
+
for canary suffix (#224)❤️ Contributors
v0.5.6
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
💅 Refactors
execa
withexecSync
(#222)🏡 Chore
❤️ Contributors
openapi-ts/openapi-typescript (openapi-typescript)
v7.4.1
Compare Source
Patch Changes
4a59124
Thanks @drwpow! - Bump Redocly Coreoven-sh/bun (oven/bun)
v1.1.29
rollup/rollup (rollup)
v4.22.2
Compare Source
2024-09-20
Bug Fixes
Pull Requests
v4.22.1
Compare Source
2024-09-20
Bug Fixes
Pull Requests
vitejs/vite (vite)
v5.4.7
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/core (vue)
v3.5.7
Compare Source
Bug Fixes
duration
setting even when it is0
(#11967) (f927a4a)Performance Improvements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.