build(deps): bump the theoretically-non-breaking group across 1 directory with 35 updates
Bumps the theoretically-non-breaking group with 34 updates in the / directory:
Updates @commitlint/cli from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/cli's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrsin conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQinin conventional-changelog/commitlint#4323- docs: changed
husky inittohusky installby@Stautvisin conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmullerin conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmullerin conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgsin conventional-changelog/commitlint#4343New Contributors
@Stautvismade their first contribution in conventional-changelog/commitlint#4356@felipecrsmade their first contribution in conventional-changelog/commitlint#4363@juliolmullermade their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Commits
Updates @eslint/js from 9.24.0 to 9.28.0
Release notes
Sourced from @eslint/js's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/[email protected](#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/[email protected](#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
844f5a6chore: package.json update for@eslint/jsreleaseecaef73chore: package.json update for@eslint/jsrelease7bc6c71feat: add no-unassigned-vars rule (#19618)35304ddchore: add missingfundingfield to packages (#19684)d6fa4acchore: package.json update for@eslint/jsreleaseaddd0a6docs: fix formatting of unordered lists in Markdown (#19660)771317fchore: package.json update for@eslint/jsrelease345288dchore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @swc/core from 1.11.21 to 1.12.0
Changelog
Sourced from @swc/core's changelog.
[1.12.0] - 2025-06-10
Bug Fixes
(es/codegen) Don't call
cmt.get_leadingfor dummy span (#10568) (16e204d)(es/parser) Disallow spread operator(
...) in JSX attribute values (#10587) (8deba78)(es/typescript) Pass
native_class_properties(#10561) (7e4cd9a)(es/typescript) Handle
export declare varin namespace (#10579) (2daa17f)(ts/isolated-dts) Add edges
SymbolFlags::ValueandSymbolFlags::Typein exports (#10577) (e6d4da2)Fix bindings (0f858fd)
Documentation
Features
(es/minifier) Regex support for
format.comments(#10571) (e441df5)(es/module) Add support for
import.meta.mainin AMD and CJS (#10596) (759de2e)Miscellaneous Tasks
Refactor
... (truncated)
Commits
f9c04dbchore: Publish1.12.0withswc_corev27.0.180fb4bcchore: Update changelog194f6ecchore: Publish1.12.0-nightly-20250610.2withswc_corev27.0.10f858fdfix: Fix bindingsb9a9856chore: Update changelog8b02840chore: Publish1.12.0-nightly-20250610.1withswc_corev27.0.170cbaeechore: Publish crates withswc_corev27.0.16e36859chore: Publish crates withswc_corev27.0.0759de2efeat(es/module): Add support forimport.meta.mainin AMD and CJS (#10596)c96fa23refactor(es/parser): Removecur!(false)macro (#10583)- Additional commits viewable in compare view
Updates @vitest/coverage-v8 from 3.1.1 to 3.2.3
Release notes
Sourced from @vitest/coverage-v8's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-vaand@hi-ogawain vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesterscall on the main thread - by@sheremet-vain vitest-dev/vitest#8101 (142c7)- Optimize build output and always prebundle vitest - by
@sheremet-va(00a39)- Make custom locators available in
vitest-browser-*packages - by@sheremet-vain vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual- by@dubzzzin vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dotreporter to work in non interactive terminals - by@bstephen1and@AriPerkkioin vitest-dev/vitest#7994 (6db9f)View changes on GitHub
v3.2.1
🐞 Bug Fixes
- Use sha1 instead of md5 for hashing - by
@sheremet-va(e4c73)- expect:
- Fix chai import in dts - by
@hi-ogawain vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers- by@sheremet-vain vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
... (truncated)
Commits
b87ee3echore: release v3.2.37ddcd33chore: release v3.2.2f858f3bchore: release v3.2.159200aechore: release v3.2.0407c0e4fix(coverage): in-source test cases excluded (#7985)e86282echore(deps): update Vite to 6.3.5 (#8051)ba87a62chore: release v3.2.0-beta.33f8159aci(rollup): disable watcher for types generators (#8035)51cd814fix(coverage): browser + v8 in source tests missing (#7946)2854ad6chore: release v3.2.0-beta.2- Additional commits viewable in compare view
Updates @vitest/eslint-plugin from 1.1.42 to 1.2.2
Release notes
Sourced from @vitest/eslint-plugin's releases.
v1.2.2
Bug Fixes
v1.2.1
Bug Fixes
- valid-title: Please allow function-typed variables and aliases as valid describe titles (#708) (76653c9)
What's Changed
- fix(valid-title): Please allow function-typed variables and aliases as valid describe titles by
@y-hsgwin vitest-dev/eslint-plugin-vitest#708Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.2.0...v1.2.1
v1.2.0
What's Changed
- chore: fix dependancies by
@veritemin vitest-dev/eslint-plugin-vitest#706Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.44...v1.2.0
v1.1.44
What's Changed
- docs: fix incorrect rule title by
@k-ylein vitest-dev/eslint-plugin-vitest#701New Contributors
@k-ylemade their first contribution in vitest-dev/eslint-plugin-vitest#701Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.43...v1.1.44
v1.1.43
Features
What's Changed
- feat: make vitest optional deps by
@veritemin vitest-dev/eslint-plugin-vitest#699- chore: fix prefer-describe-function-title by
@veritemin vitest-dev/eslint-plugin-vitest#700Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.42...v1.1.43
Commits
fa557d6chore: release v1.2.26a06cf9fix(valid-title): Added support for call signatures as well (#710)0cf72bfchore: release v1.2.176653c9fix(valid-title): Please allow function-typed variables and aliases as valid ...2818d59chore: release v1.2.070f018echore: fix dependancies (#706)37e9d9fchore: release v1.1.445714c27docs: fix incorrect rule title (#701)6191499chore: release v1.1.4333d5058chore: fix prefer-describe-function-title (#700)- Additional commits viewable in compare view
Updates @vitest/ui from 3.1.1 to 3.2.3
Release notes
Sourced from @vitest/ui's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-vaand@hi-ogawain vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesterscall on the main thread - by@sheremet-vain vitest-dev/vitest#8101 (142c7)- Optimize build output and always prebundle vitest - by
@sheremet-va(00a39)- Make custom locators available in
vitest-browser-*packages - by@sheremet-vain vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual- by@dubzzzin vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dotreporter to work in non interactive terminals - by@bstephen1and@AriPerkkioin vitest-dev/vitest#7994 (6db9f)View changes on GitHub
v3.2.1
🐞 Bug Fixes
- Use sha1 instead of md5 for hashing - by
@sheremet-va(e4c73)- expect:
- Fix chai import in dts - by
@hi-ogawain vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers- by@sheremet-vain vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
... (truncated)
Commits
b87ee3echore: release v3.2.3c69be1ffeat(ui): show test annotations and metadata in the test report tab (#8093)7ddcd33chore: release v3.2.2f858f3bchore: release v3.2.159200aechore: release v3.2.0cce98d3chore(deps): update all non-major dependencies (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Adjusted the dependabot config #5390. Closing this for now so dependabot can sort out the new groups.
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml