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

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

Open
Number: #5359
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: May 05, 2025 at 03:14 PM UTC
(4 months ago)
Updated: May 12, 2025 at 02:21 PM UTC
(4 months ago)
Labels:
dependencies javascript
Description:

Bumps the theoretically-non-breaking group with 29 updates in the / directory:

Package From To
@eslint/js 9.24.0 9.26.0
@nx/js 20.7.2 20.8.1
@swc/core 1.11.21 1.11.24
@types/node 22.14.1 22.15.3
@vitest/coverage-v8 3.1.1 3.1.3
@vitest/eslint-plugin 1.1.42 1.1.44
@vitest/ui 3.1.1 3.1.3
es-module-lexer 1.6.0 1.7.0
eslint 9.24.0 9.26.0
glob 11.0.1 11.0.2
nx 20.7.2 20.8.1
rollup 4.40.0 4.40.1
typescript-eslint 8.29.1 8.31.1
vitest 3.1.1 3.1.3
@babel/helper-module-imports 7.25.9 7.27.1
@babel/core 7.26.10 7.27.1
@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.1
parse5 7.2.1 7.3.0
@wdio/cli 9.9.1 9.12.7
@wdio/local-runner 9.9.1 9.12.7
@wdio/mocha-framework 9.9.0 9.12.6
@wdio/sauce-service 9.9.1 9.12.7
@wdio/spec-reporter 9.9.0 9.12.6
@wdio/static-server-service 9.9.0 9.12.6
@babel/types 7.27.0 7.27.1
@parse5/tools 0.5.0 0.6.0

Updates @eslint/js from 9.24.0 to 9.26.0

Release notes

Sourced from @​eslint/js's releases.

v9.26.0

Features

  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)

Bug Fixes

  • 96e84de fix: check cache file existence before deletion (#19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar)

Documentation

  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#19657) (CamWass)

Chores

  • 5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta)
  • d6fa4ac chore: package.json update for @​eslint/js release (Jenkins)
  • 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
  • f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta)
  • 40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)
  • 1cfd702 chore: update dependency @​eslint/json to ^0.12.0 (#19656) (renovate[bot])

v9.25.1

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

Chores

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)

v9.25.0

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)

Documentation

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.26.0 - May 2, 2025

  • 5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta)
  • d6fa4ac chore: package.json update for @​eslint/js release (Jenkins)
  • e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)
  • 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar)
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • 96e84de fix: check cache file existence before deletion (#19648) (sethamus)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta)
  • dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic)
  • f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta)
  • 9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic)
  • 40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#19657) (CamWass)
  • 1cfd702 chore: update dependency @​eslint/json to ^0.12.0 (#19656) (renovate[bot])
  • 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus)
  • 17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar)

v9.25.1 - April 21, 2025

  • 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic)
  • 771317f chore: package.json update for @​eslint/js release (Jenkins)
  • cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus)

v9.25.0 - April 18, 2025

  • 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic)
  • 345288d chore: package.json update for @​eslint/js release (Jenkins)
  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit)
  • ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti)
  • affe6be chore: upgrade trunk (#19628) (sethamus)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)
  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir)
  • f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti)
  • dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic)
  • 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar)

... (truncated)

Commits
  • 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 @nx/js from 20.7.2 to 20.8.1

Release notes

Sourced from @​nx/js's releases.

20.8.1 (2025-04-25)

🚀 Features

  • nx-dev: add React landing page (#30612)
  • nx-dev: add course preview component (83b235e9dd)

🩹 Fixes

  • angular: remove deprecated standaloneConfig from generators (#30578)
  • angular: handle ssr with convert-to-rspack (#30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#30778)
  • core: improve flaky ci test (#30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#30834)
  • js: remove check that ts plugin is used for ts sync generator (#30743)
  • linter: remove empty entry in typescript eslint flat config (#30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#30717)

❤️ Thank You

20.8.0 (2025-04-14)

🚀 Features

  • angular: add --bundler=rspack option to app generator (#30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#30546)
  • core: add --bundler=rspack option to angular stack cnw (#30629)
  • core: add support for http based caches (#30593)
  • core: add filter for git checkouts in generated pipelines and docs (#30547)
  • core: allow globs in project config to extend atomized targets (#30630)
  • nx-dev: tutorialkit project (#29992)
  • react: add crystal mf support to host and remote (#30424)
  • release: revamped nx release version implementation (#30418)
  • rspack: add support for non-buildable libraries in external dependencies (#30606)
  • storybook: migrate to latest storybook 8 version (#30584)
  • testing: add support for cypress v14 (#30618)

🩹 Fixes

... (truncated)

Commits
  • 08f4dd9 fix(js): remove check that ts plugin is used for ts sync generator (#30743)
  • ce41ded fix(js): ensure the tsconfig files cache is correctly busted when implementat...
  • 136e721 fix(js): handle when there are no package manager workspaces' patterns (#30666)
  • 7b85d91 feat(release): revamped nx release version implementation (#30418)
  • 2fd964f fix(js): Use correctly resolved path to tsconfig in readTsConfigWithRemappedP...
  • 538fd8c fix(js): update @​swc/cli version to fix vulnerability (#30575)
  • ac103fa cleanup(js): fix outdated unit test snapshot (#30582)
  • 9b84926 fix(js): handle extending from multiple config files and from local workspace...
  • 5974851 fix(js): infer dependency between typecheck and build tasks and more gran...
  • See full diff in compare view

Updates @swc/core from 1.11.21 to 1.11.24

Changelog

Sourced from @​swc/core's changelog.

Changelog

[unreleased]

Bug Fixes

  • (@​swc/types) Add transform.nativeClassProperties (#10418) (f3af44c)

  • (@​swc/types) Add resolveFully to BaseModuleConfig (#10426) (164cbaa)

  • (es/jest) Hoisting vars with names starting with mock (#10410) (a29eb29)

  • (es/module) Handle __proto__ export name (#10420) (1b94c7a)

  • (es/optimization) Support decimal numbers in jsonify (#10424) (affdec2)

Features

  • (es/react-compiler) Initialize support crate (#10422) (1e88e6b)

Refactor

[1.11.23] - 2025-04-29

Bug Fixes

  • (es/compat) Remove PURE mark from _async_to_generator (#10414) (1c6f65c)

  • (es/proposal) Preserve class id for hoisted classes when transforming using declarations (#10407) (b703f21)

Refactor

  • Use debug level tracing for ast related tracing (#10411) (3a0fa99)

... (truncated)

Commits
  • d793259 chore: Publish 1.11.24 with swc_core v22.5.4
  • edda77d chore: Update changelog
  • 819b6da chore: Publish 1.11.24-nightly-20250429.1 with swc_core v22.5.4
  • 69656ef chore: Enable fat LTO by default (#10417)
  • 7f5a002 chore: Update changelog
  • 37bb89c chore: Publish 1.11.23 with swc_core v22.5.4
  • a55c5b9 chore: Update changelog
  • c917771 chore: Publish 1.11.23-nightly-20250429.1 with swc_core v22.5.4
  • 57605e3 chore: Publish crates with swc_core v22.5.4
  • 1c6f65c fix(es/compat): Remove PURE mark from _async_to_generator (#10414)
  • Additional commits viewable in compare view

Updates @types/node from 22.14.1 to 22.15.3

Commits

Updates @vitest/coverage-v8 from 3.1.1 to 3.1.3

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.1.3

   🐞 Bug Fixes

    View changes on GitHub

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @vitest/eslint-plugin from 1.1.42 to 1.1.44

Release notes

Sourced from @​vitest/eslint-plugin's releases.

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

Updates @vitest/ui from 3.1.1 to 3.1.3

Release notes

Sourced from @​vitest/ui's releases.

v3.1.3

   🐞 Bug Fixes

    View changes on GitHub

v3.1.2

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 6e8d937 chore: release v3.1.3
  • 5a0afd1 chore: release v3.1.2
  • 6555d61 fix(ui): load panel sizes from storage on initial load (#7265)
  • 15701f5 fix(deps): update all non-major dependencies (#7831)
  • a7e773b fix: remove pointer-events-none after resizing the left panel (#7811)
  • 29084f1 chore(deps): update all non-major dependencies (#7802)
  • 7c3dfb1 fix(deps): update all non-major dependen...

    Description has been truncated

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
3.1.1 → 3.1.3
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
9.24.0 → 9.26.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.14.1 → 22.15.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.1 → 3.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.0 → 7.27.1
Update Type:
Patch
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.26.10 → 7.27.1
Update Type:
Minor
Package:
@vitest/ui
Ecosystem:
npm
Version Change:
3.1.1 → 3.1.3
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.24.0 → 9.26.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.40.0 → 4.40.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.29.1 → 8.31.1
Update Type:
Minor
Package:
@swc/core
Ecosystem:
npm
Version Change:
1.11.21 → 1.11.24
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.1.44
Update Type:
Patch
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.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.6.0 → 1.7.0
Update Type:
Minor
Package:
nx
Ecosystem:
npm
Version Change:
20.7.2 → 20.8.1
Update Type:
Minor
Package:
@wdio/cli
Ecosystem:
npm
Version Change:
9.9.1 → 9.12.7
Update Type:
Minor
Package:
@nx/js
Ecosystem:
npm
Version Change:
20.7.2 → 20.8.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.1 → 9.12.7
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.0 → 9.12.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.0 → 9.12.6
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.12.7
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.9.0 → 9.12.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.5.0 → 0.6.0
Update Type:
Minor
Technical Details
ID: 191954
UUID: 3040001463
Node ID: PR_kwDOBeHgqc6U9JbW
Host: GitHub
Repository: salesforce/lwc