Closed dependabot[bot] closed 2 weeks ago
Bumps the development-dependencies group with 8 updates in the / directory:
1.8.3
1.9.3
0.9.2
0.12.1
22.5.4
22.7.6
2.0.5
2.1.3
1.7.15
1.7.18
5.6.2
5.6.3
Updates @biomejs/biome from 1.8.3 to 1.9.3
@biomejs/biome
Sourced from @biomejs/biome's releases.
@biomejs/biome
CLI v1.9.3 CLI New features GritQL queries that match functions or methods will now match async functions or methods as well. If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness: $async function foo() {} where $async <: . Contributed by @arendjr Bug fixes Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @arendjr Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @ematipico Configuration Bug fixes Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @ematipico Editors Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @ematipico Formatter Bug fixes Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @vohoanglong0107 Fix a case where raw values inside url() functions weren't properly trimmed. .value { - background: url( - whitespace-around-string - ); + background: url(whitespace-around-string); } Contributed by @ematipico Fixed #4076, where a media query wasn't correctly formatted: .class {
GritQL queries that match functions or methods will now match async functions or methods as well.
If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:
async
$async function foo() {} where $async <: .
Contributed by @arendjr
@arendjr
Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @arendjr
Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @ematipico
lint
--write
--fix
@ematipico
noLabelWithoutControl
Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @vohoanglong0107
@vohoanglong0107
Fix a case where raw values inside url() functions weren't properly trimmed.
url()
.value { - background: url( - whitespace-around-string - ); + background: url(whitespace-around-string); }
Contributed by @ematipico
Fixed #4076, where a media query wasn't correctly formatted:
.class {
... (truncated)
Sourced from @biomejs/biome's changelog.
v1.9.3 (2024-10-01) CLI New features GritQL queries that match functions or methods will now match async functions or methods as well. If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness: $async function foo() {} where $async <: . Contributed by @arendjr Bug fixes Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @arendjr Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @ematipico Configuration Bug fixes Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @ematipico Editors Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @ematipico Formatter Bug fixes Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @vohoanglong0107 Fix a case where raw values inside url() functions weren't properly trimmed. .value { - background: url( - whitespace-around-string - ); + background: url(whitespace-around-string); } Contributed by @ematipico Fixed #4076, where a media query wasn't correctly formatted:
3d498ed
7e29f06
10a1371
295efb9
noDescendingSpecificity
f3cfa8a
options
cc4c867
d03c6cd
2b6b3c8
@biomejs
b76cb41
a766aeb
Updates @effect/vitest from 0.9.2 to 0.12.1
@effect/vitest
Sourced from @effect/vitest's releases.
@effect/vitest
@effect/vitest@0.12.1 Patch Changes Updated dependencies [61a99b2]: effect@3.9.2
@0
61a99b2
Sourced from @effect/vitest's changelog.
0.12.1 Patch Changes Updated dependencies [61a99b2]: effect@3.9.2 0.12.0 Minor Changes #3744 9fef880 Thanks @tim-smart! - expose hook timeout option to vitest layer api 0.11.1 Patch Changes Updated dependencies [3b2ad1d]: effect@3.9.1 0.11.0 Patch Changes Updated dependencies [ff3d1aa, 0ba66f2, bf77f51, 016f9ad, 0779681, 534129f, d75140c, be0451c, 9237ac6, be0451c, 5b36494, c716adb, 4986391, d75140c, d1387ae]: effect@3.9.0 0.10.6 Patch Changes Updated dependencies [88e85db, 83887ca, 5266b6c, cdead5c, 766a8af]: effect@3.8.5 0.10.5 Patch Changes #3689 4d91f41 Thanks @tim-smart! - add layer api to @effect/vitest This allows you to share a Layer between multiple tests, optionally wrapping the tests in a describe block. import { expect, layer } from "@effect/vitest" import { Context, Effect, Layer } from "effect" class Foo extends Context.Tag("Foo")<Foo, "foo">() { static Live = Layer.succeed(Foo, "foo") }
9fef880
@tim-smart
3b2ad1d
ff3d1aa
0ba66f2
bf77f51
016f9ad
0779681
534129f
d75140c
be0451c
9237ac6
5b36494
c716adb
4986391
d1387ae
88e85db
83887ca
5266b6c
cdead5c
766a8af
#3689 4d91f41 Thanks @tim-smart! - add layer api to @effect/vitest
4d91f41
This allows you to share a Layer between multiple tests, optionally wrapping the tests in a describe block.
Layer
describe
import { expect, layer } from "@effect/vitest" import { Context, Effect, Layer } from "effect" class Foo extends Context.Tag("Foo")<Foo, "foo">() { static Live = Layer.succeed(Foo, "foo") }
class Foo extends Context.Tag("Foo")<Foo, "foo">() { static Live = Layer.succeed(Foo, "foo") }
2465abd
597b301
6225e56
b06f17d
4c23a73
3b5b332
46efdc6
a7c3c85
Updates @types/node from 22.5.4 to 22.7.6
@types/node
Updates @vitest/coverage-v8 from 2.0.5 to 2.1.3
@vitest/coverage-v8
Sourced from @vitest/coverage-v8's releases.
@vitest/coverage-v8
v2.1.3 🐞 Bug Fixes Fix error diff of toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy - by @hi-ogawa in vitest-dev/vitest#6697 (e0027) browser: Provide aria role intellisense - by @sheremet-va in vitest-dev/vitest#6629 (f36ea) Not.toBeInTheDocument works with locators API - by @sheremet-va in vitest-dev/vitest#6634 (8bef5) Use /mockServiceWorker.js instead of /__vitest_msw__ - by @sheremet-va in vitest-dev/vitest#6687 (4b2ce) Don't override the esbuild option in the browser mode - by @sheremet-va in vitest-dev/vitest#6692 (d131f) expect: Preserve prototype in toMatchObject diff - by @hi-ogawa in vitest-dev/vitest#6620 (d289e) mocker: Specify correct spy dependency - by @sheremet-va (7e958) runner: Ensure sequential suite overrides sequence.concurrent - by @dsyddall and @hi-ogawa in vitest-dev/vitest#6653 (5e6de) vitest: Deprecate UserConfig in favor of ViteUserConfig - by @sheremet-va in vitest-dev/vitest#6626 (496bd) Don't hang with maxConcurrency 0 - by @sheremet-va in vitest-dev/vitest#6627 (946d8) Deprecate old task types and node-reliant types - by @sheremet-va in vitest-dev/vitest#6632 (00045) Fix <empty line> logs when interleaving console.log/error - by @hi-ogawa in vitest-dev/vitest#6644 (9ece3) Show rollup error details as test error - by @hi-ogawa in vitest-dev/vitest#6686 (47dde) Always inline setup files - by @sheremet-va in vitest-dev/vitest#6689 (19d64) Use fast-glob instead of tinyglobby in Vitest - by @sheremet-va in vitest-dev/vitest#6688 (70baa) web-worker: Share mocker with main executor - by @hi-ogawa in vitest-dev/vitest#6623 (fe7b8) 🏎 Performance Reuse full name in reported tasks, update generator types - by @sheremet-va in vitest-dev/vitest#6666 (7a0de) View changes on GitHub v2.1.2 🐞 Bug Fixes Move Vitest.setServer to post configureServer hook to enable import analysis for workspace config loading - by @hi-ogawa in vitest-dev/vitest#6584 (e7f35) benchmark: Clear BenchmarkResult.samples array to reduce memory usage - by @hi-ogawa and @AriPerkkio in vitest-dev/vitest#6541 (a6407) browser: Fix dynamic import inside worker - by @hi-ogawa in vitest-dev/vitest#6569 (ea2d4) Fix browser mock factory event race condition - by @hi-ogawa in vitest-dev/vitest#6530 (f131f) Serve ui assets as static - by @hi-ogawa in vitest-dev/vitest#6564 (adcda) Update solidjs testing library lib - by @CamilleTeruel in vitest-dev/vitest#6548 (91442) Use data: protocol on preview provider file upload - by @userquin in vitest-dev/vitest#6501 (e9821) Fix base for client script - by @hi-ogawa in vitest-dev/vitest#6510 (f9528) Throw an error if "@vitest/browser/context" is imported outside of the browser mode - by @sheremet-va in vitest-dev/vitest#6570 (383f1) coverage: Remove empty coverage folder on test failure too - by @AriPerkkio in vitest-dev/vitest#6547 (1371c) Include *.astro by default - by @AriPerkkio in vitest-dev/vitest#6565 (f8ff7) cleanOnRerun: false to invalidate previous results - by @AriPerkkio in vitest-dev/vitest#6592 (88bde)
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
@hi-ogawa
@sheremet-va
/mockServiceWorker.js
/__vitest_msw__
toMatchObject
@dsyddall
<empty line>
console.log/error
fast-glob
tinyglobby
Vitest.setServer
configureServer
BenchmarkResult.samples
@AriPerkkio
@CamilleTeruel
data:
@userquin
@vitest/browser/
*.astro
cleanOnRerun: false
4c03a0d
7155cee
0ce26a4
88bde99
1371ca6
699055e
9f1fd18
b2be23e
8ac7011
da52d23
vitenode
Updates @vitest/ui from 2.0.5 to 2.1.3
@vitest/ui
Sourced from @vitest/ui's releases.
@vitest/ui
e7f3521
d0bf89d
--standalone
94a186e
0223bb7
97773e2
Updates lefthook from 1.7.15 to 1.7.18
lefthook
Sourced from lefthook's releases.
v1.7.18 Changelog 2eb8d43fcdfc47f647727becd7c130e13b80bfea deps: September 2024 (#829) 9be9ab0e7499dde6b38e008d2078a3eb291f707a fix: force remote name origin when using remotes (#830) v1.7.17 Changelog 6383ff38f936d08a70769d0fab73c6ef3eca45eb feat: skip LFS hooks when pre-push hook is skipped (#818) v1.7.16 Changelog eb24c87bc72f72a2dd1b614a5685094bd1d63d20 chore: enhance some code parts (#824) 3daab42c2fd0334e3134672d741c63068cc122dd fix: quote script path (#823)
Sourced from lefthook's changelog.
1.7.18 (2024-09-30) fix: force remote name origin when using remotes (#830) by @mrexox deps: September 2024 (#829) by @mrexox 1.7.17 (2024-09-26) feat: skip LFS hooks when pre-push hook is skipped (#818) by @zachahn 1.7.16 (2024-09-23) chore: enhance some code parts (#824) by @mrexox fix: quote script path (#823) by @mrexox docs: fix typo for command names in configuration.md (#814) by @nack43
@mrexox
@zachahn
@nack43
3291e7d
9be9ab0
2eb8d43
e4d5cd2
6383ff3
6858ccb
eb24c87
3daab42
76cf1a0
Updates typescript from 5.6.2 to 5.6.3
typescript
Sourced from typescript's releases.
TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.6.0 (Beta). fixed issues query for Typescript 5.6.1 (RC). fixed issues query for Typescript 5.6.2 (Stable). fixed issues query for Typescript 5.6.3 (Stable). Downloads are available on: npm NuGet package
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
d48a5cf
fefa70a
ff71692
1f44dcf
Updates vitest from 2.0.5 to 2.1.3
vitest
Sourced from vitest's releases.
70baaaa
19d64e2
47dde76
Superseded by #503.
Bumps the development-dependencies group with 8 updates in the / directory:
1.8.3
1.9.3
0.9.2
0.12.1
22.5.4
22.7.6
2.0.5
2.1.3
2.0.5
2.1.3
1.7.15
1.7.18
5.6.2
5.6.3
2.0.5
2.1.3
Updates
@biomejs/biome
from 1.8.3 to 1.9.3Release notes
Sourced from
@biomejs/biome
's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome
's changelog.... (truncated)
Commits
3d498ed
release: v1.9.3 (#4140)7e29f06
fix(lint): options fornoLabelWithoutControl
are optional (#4138)10a1371
feat(useExhaustiveDependencies): add option to disable errors for unecessary ...295efb9
feat(biome_css_analyze): implementnoDescendingSpecificity
(#4097)f3cfa8a
fix(schema): make optional theoptions
JSON schema field (#4080)cc4c867
feat(linter): implement noTemplateCurlyInString (#4069)d03c6cd
feat(linter): implement no-nested-ternary (#4067)2b6b3c8
chore(deps): update@biomejs
packages (#4047)b76cb41
feat(linter): implement useExplicitFunctionReturnType (#3990)a766aeb
chore(readme): use polar shield (#4000)Updates
@effect/vitest
from 0.9.2 to 0.12.1Release notes
Sourced from
@effect/vitest
's releases.Changelog
Sourced from
@effect/vitest
's changelog.... (truncated)
Commits
2465abd
Version Packages (#3770)597b301
Version Packages (#3745)9fef880
test sql connection as part of client construction (#3744)6225e56
Version Packages (#3741)b06f17d
Version Packages (#3738)4c23a73
Version Packages (#3716)3b5b332
Version Packages (#3692)4d91f41
Add vitest layer api (#3689)46efdc6
Version Packages (#3668)a7c3c85
Version Packages (#3641)Updates
@types/node
from 22.5.4 to 22.7.6Commits
Updates
@vitest/coverage-v8
from 2.0.5 to 2.1.3Release notes
Sourced from
@vitest/coverage-v8
's releases.... (truncated)
Commits
4c03a0d
chore: release v2.1.37155cee
refactor(coverage): move re-usable parts to base provider (#6665)0ce26a4
chore: release v2.1.288bde99
fix(coverage):cleanOnRerun: false
to invalidate previous results (#6592)1371ca6
fix(coverage): remove empty coverage folder on test failure too (#6547)699055e
chore: release v2.1.19f1fd18
chore: release v2.1.0b2be23e
chore: release v2.1.0-beta.78ac7011
chore: release v2.1.0-beta.6da52d23
fix(coverage): use project specificvitenode
for uncovered files (#6044)Updates
@vitest/ui
from 2.0.5 to 2.1.3Release notes
Sourced from
@vitest/ui
's releases.... (truncated)
Commits
4c03a0d
chore: release v2.1.30ce26a4
chore: release v2.1.2e7f3521
fix: moveVitest.setServer
to postconfigureServer
hook to enable import ...d0bf89d
fix(ui): list tests on ui when--standalone
(#6577)699055e
chore: release v2.1.19f1fd18
chore: release v2.1.094a186e
fix(ui): render project name consistently (#6329)b2be23e
chore: release v2.1.0-beta.70223bb7
fix(ui): remove "filters" flickering (#6463)97773e2
chore: fix edge case in license files bundling (#6460)Updates
lefthook
from 1.7.15 to 1.7.18Release notes
Sourced from lefthook's releases.
Changelog
Sourced from lefthook's changelog.
Commits
3291e7d
1.7.18: set origin when cloning remotes and ignore defaultRemoteName setting9be9ab0
fix: force remote name origin when using remotes (#830)2eb8d43
deps: September 2024 (#829)e4d5cd2
1.7.17: skip LFS hooks when hook is skipped by config6383ff3
feat: skip LFS hooks when pre-push hook is skipped (#818)6858ccb
1.7.16: allow spaces in project name when using scriptseb24c87
chore: enhance some code parts (#824)3daab42
fix: quote script path (#823)76cf1a0
docs: fix typo for command names in configuration.md (#814)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)Updates
vitest
from 2.0.5 to 2.1.3Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4c03a0d
chore: release v2.1.370baaaa
fix(vitest): usefast-glob
instead oftinyglobby
in Vitest (#6688)19d64e2
fix(vitest): always inline setup files (#6689)47dde76
fix(vitest): show rollup error details as test error (#6686)7155cee
refactor(coverage): move re-usable parts to base provider (Superseded by #503.