build(deps): bump the theoretically-non-breaking group across 1 directory with 35 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
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
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made 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
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)Documentation
3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
844f5a6
chore: package.json update for@eslint/js
releaseecaef73
chore: package.json update for@eslint/js
release7bc6c71
feat: add no-unassigned-vars rule (#19618)35304dd
chore: add missingfunding
field to packages (#19684)d6fa4ac
chore: package.json update for@eslint/js
releaseaddd0a6
docs: fix formatting of unordered lists in Markdown (#19660)771317f
chore: package.json update for@eslint/js
release345288d
chore: package.json update for@eslint/js
release- 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_leading
for 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 var
in namespace (#10579) (2daa17f)(ts/isolated-dts) Add edges
SymbolFlags::Value
andSymbolFlags::Type
in exports (#10577) (e6d4da2)Fix bindings (0f858fd)
Documentation
Features
(es/minifier) Regex support for
format.comments
(#10571) (e441df5)(es/module) Add support for
import.meta.main
in AMD and CJS (#10596) (759de2e)Miscellaneous Tasks
Refactor
... (truncated)
Commits
f9c04db
chore: Publish1.12.0
withswc_core
v27.0.1
80fb4bc
chore: Update changelog194f6ec
chore: Publish1.12.0-nightly-20250610.2
withswc_core
v27.0.1
0f858fd
fix: Fix bindingsb9a9856
chore: Update changelog8b02840
chore: Publish1.12.0-nightly-20250610.1
withswc_core
v27.0.1
70cbaee
chore: Publish crates withswc_core
v27.0.1
6e36859
chore: Publish crates withswc_core
v27.0.0
759de2e
feat(es/module): Add support forimport.meta.main
in AMD and CJS (#10596)c96fa23
refactor(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-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-va
and@hi-ogawa
in vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesters
call on the main thread - by@sheremet-va
in 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-va
in vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual
- by@dubzzz
in vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dot
reporter to work in non interactive terminals - by@bstephen1
and@AriPerkkio
in 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-ogawa
in vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers
- by@sheremet-va
in vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
... (truncated)
Commits
b87ee3e
chore: release v3.2.37ddcd33
chore: release v3.2.2f858f3b
chore: release v3.2.159200ae
chore: release v3.2.0407c0e4
fix(coverage): in-source test cases excluded (#7985)e86282e
chore(deps): update Vite to 6.3.5 (#8051)ba87a62
chore: release v3.2.0-beta.33f8159a
ci(rollup): disable watcher for types generators (#8035)51cd814
fix(coverage): browser + v8 in source tests missing (#7946)2854ad6
chore: 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-hsgw
in 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
@veritem
in 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-yle
in vitest-dev/eslint-plugin-vitest#701New Contributors
@k-yle
made 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
@veritem
in vitest-dev/eslint-plugin-vitest#699- chore: fix prefer-describe-function-title by
@veritem
in vitest-dev/eslint-plugin-vitest#700Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.42...v1.1.43
Commits
fa557d6
chore: release v1.2.26a06cf9
fix(valid-title): Added support for call signatures as well (#710)0cf72bf
chore: release v1.2.176653c9
fix(valid-title): Please allow function-typed variables and aliases as valid ...2818d59
chore: release v1.2.070f018e
chore: fix dependancies (#706)37e9d9f
chore: release v1.1.445714c27
docs: fix incorrect rule title (#701)6191499
chore: release v1.1.4333d5058
chore: 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-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
v3.2.2
🚀 Features
- Support rolldown-vite - by
@sheremet-va
and@hi-ogawa
in vitest-dev/vitest#7509 (c8d62)🐞 Bug Fixes
- browser:
- Calculate prepare time from
createTesters
call on the main thread - by@sheremet-va
in 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-va
in vitest-dev/vitest#8103 (247ef)- expect:
- Ensure we can always self
toEqual
- by@dubzzz
in vitest-dev/vitest#8094 (02ec8)- reporter:
- Allow
dot
reporter to work in non interactive terminals - by@bstephen1
and@AriPerkkio
in 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-ogawa
in vitest-dev/vitest#8077 (a7593)- Export
DeeplyAllowMatchers
- by@sheremet-va
in vitest-dev/vitest#8078 (30ab4)View changes on GitHub
v3.2.0
... (truncated)
Commits
b87ee3e
chore: release v3.2.3c69be1f
feat(ui): show test annotations and metadata in the test report tab (#8093)7ddcd33
chore: release v3.2.2f858f3b
chore: release v3.2.159200ae
chore: release v3.2.0cce98d3
chore(deps): update all non-major dependencies (Pull Request Statistics
Commits:
3Files Changed:
12Additions:
+1000Deletions:
-887
Package Dependencies
@babel/helper-module-imports
npm
7.25.9 → 7.27.1
Minor
npm
7.26.8 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.1
Minor
npm
7.25.9 → 7.27.3
Minor
@wdio/static-server-service
npm
9.9.0 → 9.15.0
Minor
Technical Details
ID: | 1481367 |
UUID: | 2585374522 |
Node ID: | PR_kwDOBeHgqc6aGa86 |
Host: | GitHub |
Repository: | salesforce/lwc |
Mergeable: | Yes |
Merge State: | Unstable |