Skip to content

Commit ec30a7b

Browse files
chore(deps): update patch/minor dependencies (#273)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@biomejs/biome](https://biomejs.dev) ([source](https://redirect.github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)) | [`2.4.5` → `2.4.6`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/2.4.5/2.4.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@biomejs%2fbiome/2.4.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@biomejs%2fbiome/2.4.5/2.4.6?slim=true) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.11.0` → `24.12.0`](https://renovatebot.com/diffs/npm/@types%2fnode/24.11.0/24.12.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.11.0/24.12.0?slim=true) | --- ### Release Notes <details> <summary>biomejs/biome (@&#8203;biomejs/biome)</summary> ### [`v2.4.6`](https://redirect.github.com/biomejs/biome/blob/HEAD/packages/@&#8203;biomejs/biome/CHANGELOG.md#246) [Compare Source](https://redirect.github.com/biomejs/biome/compare/@biomejs/biome@2.4.5...@biomejs/biome@2.4.6) ##### Patch Changes - [#&#8203;9305](https://redirect.github.com/biomejs/biome/pull/9305) [`40869b5`](https://redirect.github.com/biomejs/biome/commit/40869b5a698de5e0d2c06bc7587a9cad8c0389c5) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fixed [#&#8203;4946](https://redirect.github.com/biomejs/biome/issues/4946): `noUnreachable` no longer reports code inside `finally` blocks as unreachable when there is a `break`, `continue`, or `return` in the corresponding `try` body. - [#&#8203;9303](https://redirect.github.com/biomejs/biome/pull/9303) [`464910c`](https://redirect.github.com/biomejs/biome/commit/464910c06058454a0a0ed08998e1b32cb4a6ca67) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fixed [#&#8203;2786](https://redirect.github.com/biomejs/biome/issues/2786): The formatter no longer produces different output on subsequent runs when a `case` clause has a trailing line comment followed by a single block statement. - [#&#8203;9324](https://redirect.github.com/biomejs/biome/pull/9324) [`6294aa2`](https://redirect.github.com/biomejs/biome/commit/6294aa2e2710e90a05ed53edfc4dd80e3c4cbd9a) Thanks [@&#8203;arendjr](https://redirect.github.com/arendjr)! - Fixed [`#7730`](https://redirect.github.com/biomejs/biome/issues/7730): [`useAnchorContent`](https://biomejs.dev/linter/rules/use-anchor-content/) now recognises SolidJS's `innerHTML` the same way as React's `dangerouslySetInnerHTML`. - [#&#8203;9298](https://redirect.github.com/biomejs/biome/pull/9298) [`1003229`](https://redirect.github.com/biomejs/biome/commit/1003229853c80569751137b6f52dcc1b08aed659) Thanks [@&#8203;Netail](https://redirect.github.com/Netail)! - Fixed [`#9296`](https://redirect.github.com/biomejs/biome/issues/9296), so comments are moved along with the attributes in the useSortedAttributes assist rule code fix. - [#&#8203;9329](https://redirect.github.com/biomejs/biome/pull/9329) [`855b451`](https://redirect.github.com/biomejs/biome/commit/855b45125ad33933066eb363f706e1f00dc149d2) Thanks [@&#8203;dyc3](https://redirect.github.com/dyc3)! - Improved performance of [`noEmptyBlockStatements`](https://biomejs.dev/linter/rules/no-empty-block-statements/). The rule is now smarter about short-circuiting its logic. - [#&#8203;9326](https://redirect.github.com/biomejs/biome/pull/9326) [`85dfe9b`](https://redirect.github.com/biomejs/biome/commit/85dfe9b00b820fee0ad936a54328491446e085f5) Thanks [@&#8203;dyc3](https://redirect.github.com/dyc3)! - Improved performance for [`noImportCycles`](https://biomejs.dev/linter/rules/no-import-cycles/) by explicitly excluding node\_modules from the cycle detection. The performance improvement is directly proportional to how big your dependency tree is. - [#&#8203;9323](https://redirect.github.com/biomejs/biome/pull/9323) [`d5ee469`](https://redirect.github.com/biomejs/biome/commit/d5ee4690bba0a3bb8a97da029732afde56cd4cd7) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fixed [#&#8203;9217](https://redirect.github.com/biomejs/biome/issues/9217) and [biomejs/biome-vscode#959](https://redirect.github.com/biomejs/biome-vscode/issues/959), where the Biome language server didn't correctly resolve the editor setting `configurationPath` when the provided value is a relative path. - [#&#8203;9302](https://redirect.github.com/biomejs/biome/pull/9302) [`86fbc70`](https://redirect.github.com/biomejs/biome/commit/86fbc70e8f5a63fd9ece11a99b2684c25c301dba) Thanks [@&#8203;sepagian](https://redirect.github.com/sepagian)! - Fixed [#&#8203;9300](https://redirect.github.com/biomejs/biome/issues/9300): Lowercase component member expressions like `<form.Field>` in Svelte and Astro files are now correctly formatted. ```diff -<form .Field></form.Field> +<form.Field></form.Field> ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-actor-docker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02b239b commit ec30a7b

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

.github/actions/version-matrix/yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@ __metadata:
6767
linkType: hard
6868

6969
"@biomejs/biome@npm:^2.0.0":
70-
version: 2.4.5
71-
resolution: "@biomejs/biome@npm:2.4.5"
70+
version: 2.4.6
71+
resolution: "@biomejs/biome@npm:2.4.6"
7272
dependencies:
73-
"@biomejs/cli-darwin-arm64": "npm:2.4.5"
74-
"@biomejs/cli-darwin-x64": "npm:2.4.5"
75-
"@biomejs/cli-linux-arm64": "npm:2.4.5"
76-
"@biomejs/cli-linux-arm64-musl": "npm:2.4.5"
77-
"@biomejs/cli-linux-x64": "npm:2.4.5"
78-
"@biomejs/cli-linux-x64-musl": "npm:2.4.5"
79-
"@biomejs/cli-win32-arm64": "npm:2.4.5"
80-
"@biomejs/cli-win32-x64": "npm:2.4.5"
73+
"@biomejs/cli-darwin-arm64": "npm:2.4.6"
74+
"@biomejs/cli-darwin-x64": "npm:2.4.6"
75+
"@biomejs/cli-linux-arm64": "npm:2.4.6"
76+
"@biomejs/cli-linux-arm64-musl": "npm:2.4.6"
77+
"@biomejs/cli-linux-x64": "npm:2.4.6"
78+
"@biomejs/cli-linux-x64-musl": "npm:2.4.6"
79+
"@biomejs/cli-win32-arm64": "npm:2.4.6"
80+
"@biomejs/cli-win32-x64": "npm:2.4.6"
8181
dependenciesMeta:
8282
"@biomejs/cli-darwin-arm64":
8383
optional: true
@@ -97,62 +97,62 @@ __metadata:
9797
optional: true
9898
bin:
9999
biome: bin/biome
100-
checksum: 10/e347734ee73c921f1f2866c4c2dca220feb3dcf514533a08c1ea96160a9909dd82a49921b229b36eb331309045605e2076fa1b30b9aa4301e62c8ff29d491c1d
100+
checksum: 10/a956525e8322fe8448a85915c6fdfacfbfd77fb729cf1644d7166c787d12ccd0cd4386bcee9f5d797f1dff6ba9d96b4f8491a938cdd5bf1a6efab2aebbd718cf
101101
languageName: node
102102
linkType: hard
103103

104-
"@biomejs/cli-darwin-arm64@npm:2.4.5":
105-
version: 2.4.5
106-
resolution: "@biomejs/cli-darwin-arm64@npm:2.4.5"
104+
"@biomejs/cli-darwin-arm64@npm:2.4.6":
105+
version: 2.4.6
106+
resolution: "@biomejs/cli-darwin-arm64@npm:2.4.6"
107107
conditions: os=darwin & cpu=arm64
108108
languageName: node
109109
linkType: hard
110110

111-
"@biomejs/cli-darwin-x64@npm:2.4.5":
112-
version: 2.4.5
113-
resolution: "@biomejs/cli-darwin-x64@npm:2.4.5"
111+
"@biomejs/cli-darwin-x64@npm:2.4.6":
112+
version: 2.4.6
113+
resolution: "@biomejs/cli-darwin-x64@npm:2.4.6"
114114
conditions: os=darwin & cpu=x64
115115
languageName: node
116116
linkType: hard
117117

118-
"@biomejs/cli-linux-arm64-musl@npm:2.4.5":
119-
version: 2.4.5
120-
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.4.5"
118+
"@biomejs/cli-linux-arm64-musl@npm:2.4.6":
119+
version: 2.4.6
120+
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.4.6"
121121
conditions: os=linux & cpu=arm64 & libc=musl
122122
languageName: node
123123
linkType: hard
124124

125-
"@biomejs/cli-linux-arm64@npm:2.4.5":
126-
version: 2.4.5
127-
resolution: "@biomejs/cli-linux-arm64@npm:2.4.5"
125+
"@biomejs/cli-linux-arm64@npm:2.4.6":
126+
version: 2.4.6
127+
resolution: "@biomejs/cli-linux-arm64@npm:2.4.6"
128128
conditions: os=linux & cpu=arm64 & libc=glibc
129129
languageName: node
130130
linkType: hard
131131

132-
"@biomejs/cli-linux-x64-musl@npm:2.4.5":
133-
version: 2.4.5
134-
resolution: "@biomejs/cli-linux-x64-musl@npm:2.4.5"
132+
"@biomejs/cli-linux-x64-musl@npm:2.4.6":
133+
version: 2.4.6
134+
resolution: "@biomejs/cli-linux-x64-musl@npm:2.4.6"
135135
conditions: os=linux & cpu=x64 & libc=musl
136136
languageName: node
137137
linkType: hard
138138

139-
"@biomejs/cli-linux-x64@npm:2.4.5":
140-
version: 2.4.5
141-
resolution: "@biomejs/cli-linux-x64@npm:2.4.5"
139+
"@biomejs/cli-linux-x64@npm:2.4.6":
140+
version: 2.4.6
141+
resolution: "@biomejs/cli-linux-x64@npm:2.4.6"
142142
conditions: os=linux & cpu=x64 & libc=glibc
143143
languageName: node
144144
linkType: hard
145145

146-
"@biomejs/cli-win32-arm64@npm:2.4.5":
147-
version: 2.4.5
148-
resolution: "@biomejs/cli-win32-arm64@npm:2.4.5"
146+
"@biomejs/cli-win32-arm64@npm:2.4.6":
147+
version: 2.4.6
148+
resolution: "@biomejs/cli-win32-arm64@npm:2.4.6"
149149
conditions: os=win32 & cpu=arm64
150150
languageName: node
151151
linkType: hard
152152

153-
"@biomejs/cli-win32-x64@npm:2.4.5":
154-
version: 2.4.5
155-
resolution: "@biomejs/cli-win32-x64@npm:2.4.5"
153+
"@biomejs/cli-win32-x64@npm:2.4.6":
154+
version: 2.4.6
155+
resolution: "@biomejs/cli-win32-x64@npm:2.4.6"
156156
conditions: os=win32 & cpu=x64
157157
languageName: node
158158
linkType: hard
@@ -262,11 +262,11 @@ __metadata:
262262
linkType: hard
263263

264264
"@types/node@npm:^24.0.0":
265-
version: 24.11.0
266-
resolution: "@types/node@npm:24.11.0"
265+
version: 24.12.0
266+
resolution: "@types/node@npm:24.12.0"
267267
dependencies:
268268
undici-types: "npm:~7.16.0"
269-
checksum: 10/d2f4f898c6a0f14980e55c697904fb58681729fc46b4e264d5f64dc391b23da73c9b422cfffbca28c045e6e8eca72dab5f28ed633faa95398ef1528af5398382
269+
checksum: 10/e9dcf8a378af5a636353b6d88a6fae018504bab776410ac6b5411e29afbe601ba9d7957356556fc27268a62814ca4085974f785613482c18f739686efcd49655
270270
languageName: node
271271
linkType: hard
272272

0 commit comments

Comments
 (0)