This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 8 updates in the / directory:
2.9.2
2.10.2
9.8.0
9.9.0
22.0.0
22.2.0
9.8.0
9.9.0
1.7.9
1.7.12
0.6.5
0.6.6
7.17.0
8.0.1
2.0.4
2.0.5
Updates
@astrojs/compiler
from 2.9.2 to 2.10.2Release notes
Sourced from
@astrojs/compiler
's releases.Commits
1c01c72
[ci] release (#1041)f05a7cc
fix(tsx): Extract positions based on utf-16 encoding (#1037)b9b0b6a
[ci] release (#1034)21b7b95
revert: top level returns transformations (#1036)af471f5
fix(tsx): Collect multibytes characters in skipped script and styles (#1033)0ebfc96
chore: cover all tests (#1011)f31a4ea
[ci] release (#1029)1d684b1
chore: changeset (#1032)399c6bb
ci: add workflow to close issues without repro automaticalluy (#1031)7fa6577
fix(tsx): Transform top level returns into throws (#1028)Updates
@eslint/js
from 9.8.0 to 9.9.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
59dba1b
chore: package.json update for@eslint/js
releaseUpdates
@types/node
from 22.0.0 to 22.2.0Commits
Updates
eslint
from 9.8.0 to 9.9.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
0dd3863
9.9.02e5ba77
Build: changelog update for 9.9.0461b2c3
chore: upgrade to@eslint/js@9.9.0
(#18765)59dba1b
chore: package.json update for@eslint/js
releasefea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724)41d0206
feat: Add support for TS config files (#18134)aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760)9fe068c
docs: how to author plugins with configs that extend other configs (#18753)b97fa05
chore: update wdio dependencies for more stable tests (#18759)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716)Updates
lefthook
from 1.7.9 to 1.7.12Release notes
Sourced from lefthook's releases.
Changelog
Sourced from lefthook's changelog.
Commits
302f67a
1.7.12: log subcommands stderr in verbose mode only26bf489
fix: log stderr in debug logs only (#804)bd773b2
1.7.11: revert NPM packaging changes for backward compatibility5c336d8
fix: revert packaging change (#796)fb17ca3
1.7.10: use direct reference to lefthook binary in NPM packageb32fd33
deps: July 2024 (#795)19b7a72
packaging(npm): try direct reference for lefthook executable (#794)Updates
prettier-plugin-tailwindcss
from 0.6.5 to 0.6.6Release notes
Sourced from prettier-plugin-tailwindcss's releases.
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
Commits
0368ffb
0.6.6b7830c6
Support Tailwind CSSv4.0.0-alpha.19
(#310)ee50b9b
Add cache for known plugins (#301)f69f739
Remove versions key in testsf6661cd
Fix code stylec0c5040
Convert tests to typescriptb2c8574
Fix type error96d9d18
Hide Pug debug logs during testingc5eed72
Add compatibility withprettier-plugin-multiline-arrays
(#299)f101793
Move fixtures' expected outputs to the fixture directories (#298)Updates
typescript-eslint
from 7.17.0 to 8.0.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.06cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)f3dfc0a
Merge branch 'main' into v888a8673
feat(eslint-plugin): [return-await] add return-await to strict-type-checked p...c365664
Merge branch 'main'6bd4211
Merge branch 'main'1593840
Merge branch 'main'Updates
vitest
from 2.0.4 to 2.0.5Release notes
Sourced from vitest's releases.
Commits
99452a7
chore: release v2.0.59b9bdf7
chore: remove unnecessary await (#6249)40dfad8
docs: add reported tasks docs (#6245)13d85bd
feat: introduce experimental reported tasks (#6149)b76a927
refactor(vitest): move public exports to public folder (#6218)56dbfa6
refactor: make a distinction between node and runtime types (#6214)a48be6f
fix(vitest): correctly resolve mocked node:* imports in mocks folder (#6204)3aab8a1
refactor: deprecate all config types from the main Vitest entrypoint, introdu...57d23ce
docs: fix inconsistencies, remove low informative twoslash examples (#6200)8cd8272
fix(vitest): improvedefineProject
anddefineWorkspace
types (#6198)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show