An open index of dependabot pull requests across open source projects.

build(deps): bump the theoretically-non-breaking group across 1 directory with 35 updates

Closed
Number: #5385
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 3
Created: June 11, 2025 at 08:47 PM UTC
(3 months ago)
Updated: June 20, 2025 at 05:27 PM UTC
(3 months ago)
Closed: June 20, 2025 at 05:27 PM UTC
(3 months ago)
Time to Close: 9 days
Labels:
dependencies javascript
Description:

⚠️ 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:

Package From To
@commitlint/cli 19.8.0 19.8.1
@eslint/js 9.24.0 9.28.0
@swc/core 1.11.21 1.12.0
@vitest/coverage-v8 3.1.1 3.2.3
@vitest/eslint-plugin 1.1.42 1.2.2
@vitest/ui 3.1.1 3.2.3
es-module-lexer 1.6.0 1.7.0
eslint 9.24.0 9.28.0
glob 11.0.1 11.0.2
globals 16.0.0 16.2.0
rollup 4.40.0 4.43.0
terser 5.39.0 5.42.0
typescript-eslint 8.29.1 8.34.0
vitest 3.1.1 3.2.3
@babel/helper-module-imports 7.25.9 7.27.1
@babel/core 7.26.10 7.27.4
@babel/plugin-transform-async-generator-functions 7.26.8 7.27.1
@babel/plugin-transform-async-to-generator 7.25.9 7.27.1
@babel/plugin-transform-class-properties 7.25.9 7.27.1
@babel/plugin-transform-object-rest-spread 7.25.9 7.27.3
parse5 7.2.1 7.3.0
@types/jasmine 5.1.7 5.1.8
@wdio/cli 9.9.1 9.15.0
@wdio/local-runner 9.9.1 9.15.0
@wdio/mocha-framework 9.9.0 9.15.0
@wdio/sauce-service 9.9.1 9.15.0
@wdio/spec-reporter 9.9.0 9.15.0
@wdio/static-server-service 9.9.0 9.15.0
@babel/types 7.27.0 7.27.6
acorn 8.14.1 8.15.0
estree-toolkit 1.7.12 1.7.13
@types/estree 1.0.7 1.0.8
postcss 8.5.3 8.5.5
@parse5/tools 0.5.0 0.6.0

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

Docs

CI

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.8.1 (2025-05-08)

Bug Fixes

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 in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-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 from GlobalScope#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 in no-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: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit 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: update SourceCodeTraverser 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: add allowRegexCharacters to no-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 in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)

... (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 from GlobalScope#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: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-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: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit 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 in no-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 in SourceCode 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: add allowRegexCharacters to no-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 release
  • ecaef73 chore: package.json update for @​eslint/js release
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618)
  • 35304dd chore: add missing funding field to packages (#19684)
  • d6fa4ac chore: package.json update for @​eslint/js release
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660)
  • 771317f chore: package.json update for @​eslint/js release
  • 345288d 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

  • (@​swc/types) Add jsc.output.charset (#10567) (26b41e8)

  • (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 and SymbolFlags::Type in exports (#10577) (e6d4da2)

  • Fix bindings (0f858fd)

Documentation

  • (contributing) Add a script to patch local projects (#10565) (3ac0a21)

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

  • (plugin/runner) Update virtual-fs to dedupe dependencies (#10594) (de667bb)

Refactor

... (truncated)

Commits
  • f9c04db chore: Publish 1.12.0 with swc_core v27.0.1
  • 80fb4bc chore: Update changelog
  • 194f6ec chore: Publish 1.12.0-nightly-20250610.2 with swc_core v27.0.1
  • 0f858fd fix: Fix bindings
  • b9a9856 chore: Update changelog
  • 8b02840 chore: Publish 1.12.0-nightly-20250610.1 with swc_core v27.0.1
  • 70cbaee chore: Publish crates with swc_core v27.0.1
  • 6e36859 chore: Publish crates with swc_core v27.0.0
  • 759de2e feat(es/module): Add support for import.meta.main in AMD and CJS (#10596)
  • c96fa23 refactor(es/parser): Remove cur!(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

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.1

   🐞 Bug Fixes

    View changes on GitHub

v3.2.0

... (truncated)

Commits

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

  • valid-title: Added support for call signatures as well (#710) (6a06cf9)

v1.2.1

Bug Fixes

  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#708) (76653c9)

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.2.0...v1.2.1

v1.2.0

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.44...v1.2.0

v1.1.44

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.43...v1.1.44

v1.1.43

Features

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.42...v1.1.43

Commits
  • fa557d6 chore: release v1.2.2
  • 6a06cf9 fix(valid-title): Added support for call signatures as well (#710)
  • 0cf72bf chore: release v1.2.1
  • 76653c9 fix(valid-title): Please allow function-typed variables and aliases as valid ...
  • 2818d59 chore: release v1.2.0
  • 70f018e chore: fix dependancies (#706)
  • 37e9d9f chore: release v1.1.44
  • 5714c27 docs: fix incorrect rule title (#701)
  • 6191499 chore: release v1.1.43
  • 33d5058 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

   🐞 Bug Fixes

    View changes on GitHub

v3.2.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.2.1

   🐞 Bug Fixes

    View changes on GitHub

v3.2.0

... (truncated)

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
3.1.1 → 3.2.3
Update Type:
Minor
Package:
globals
Ecosystem:
npm
Version Change:
16.0.0 → 16.2.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.24.0 → 9.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.1 → 3.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.0 → 7.27.6
Update Type:
Patch
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.26.10 → 7.27.4
Update Type:
Minor
Package:
@vitest/ui
Ecosystem:
npm
Version Change:
3.1.1 → 3.2.3
Update Type:
Minor
Package:
terser
Ecosystem:
npm
Version Change:
5.39.0 → 5.42.0
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.24.0 → 9.28.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.40.0 → 4.43.0
Update Type:
Minor
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.3 → 8.5.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.29.1 → 8.34.0
Update Type:
Minor
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.11.21 → 1.12.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.8.0 → 19.8.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.1.7 → 5.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.7 → 1.0.8
Update Type:
Patch
Package:
glob
Ecosystem:
npm
Version Change:
11.0.1 → 11.0.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.1.42 → 1.2.2
Update Type:
Minor
Package:
acorn
Ecosystem:
npm
Version Change:
8.14.1 → 8.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.25.9 → 7.27.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.8 → 7.27.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.25.9 → 7.27.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.25.9 → 7.27.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.25.9 → 7.27.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.6.0 → 1.7.0
Update Type:
Minor
Package:
@wdio/cli
Ecosystem:
npm
Version Change:
9.9.1 → 9.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.1 → 9.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.0 → 9.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.0 → 9.15.0
Update Type:
Minor
Package:
parse5
Ecosystem:
npm
Version Change:
7.2.1 → 7.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.1 → 9.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.0 → 9.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.5.0 → 0.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.7.12 → 1.7.13
Update Type:
Patch
Technical Details
ID: 1481367
UUID: 2585374522
Node ID: PR_kwDOBeHgqc6aGa86
Host: GitHub
Repository: salesforce/lwc
Mergeable: Yes
Merge State: Unstable