Skip to content

chore(deps): update all non-major dependencies#859

Merged
Phillip9587 merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 2, 2026
Merged

chore(deps): update all non-major dependencies#859
Phillip9587 merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 20.2.020.4.2 age confidence
@commitlint/config-conventional (source) 20.2.020.4.2 age confidence
@eslint/eslintrc 3.3.33.3.4 age confidence
@eslint/js (source) 9.39.29.39.3 age confidence
@swc/cli 0.7.90.8.0 age confidence
@swc/core (source) 1.15.51.15.18 age confidence
@swc/helpers (source) 0.5.170.5.19 age confidence
cosmiconfig 9.0.09.0.1 age confidence
eslint (source) 9.39.29.39.3 age confidence
memfs 4.51.14.56.10 age confidence
pnpm (source) 10.26.010.30.3 age confidence
prettier (source) 3.7.43.8.1 age confidence
typescript-eslint (source) 8.50.08.56.1 age confidence
verdaccio (source) 6.2.46.2.9 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/cli

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

eslint/eslintrc (@​eslint/eslintrc)

v3.3.4

Compare Source

Bug Fixes
  • update ajv to 6.14.0 to address security vulnerabilities (#​221) (9139140)
  • update minimatch to 3.1.3 to address security vulnerabilities (#​224) (30339d0)
eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

swc-project/swc (@​swc/core)

v1.15.18

Compare Source

Bug Fixes
Documentation
Features
Ci

v1.15.17

Compare Source

Documentation
Features

v1.15.13

Compare Source

Bug Fixes
  • (errors) Avoid panic on invalid diagnostic spans (#​11561) (b24b8e0)

  • (es/helpers) Fix _object_without_properties crash on primitive values (#​11571) (4f35904)

  • (es/jsx) Preserve whitespace before HTML entities (#​11521) (64be077)

  • (es/minifier) Do not merge if statements with different local variable values (#​11518) (3e63627)

  • (es/minifier) Prevent convert_tpl_to_str when there's emoji under es5 (#​11529) (ff6cf88)

  • (es/minifier) Inline before merge if (#​11526) (aa5a9ac)

  • (es/minifier) Preserve array join("") nullish semantics (#​11558) (d477f61)

  • (es/minifier) Inline side-effect-free default params (#​11564) (1babda7)

  • (es/parser) Fix generic arrow function in TSX mode (#​11549) (366a16b)

  • (es/react) Preserve first-line leading whitespace with entities (#​11568) (fc62617)

  • (es/regexp) Transpile unicode property escapes in RegExp constructor (#​11554) (476d544)

Documentation
Features
Refactor
  • (es/parser) Compare token kind rather than strings (#​11531) (5872ffa)

  • (es/typescript) Run typescript transform in two passes (#​11532) (b069558)

  • (es/typescript) Precompute namespace import-equals usage in semantic pass (#​11534) (b7e87c7)

Testing
Ci

v1.15.11

Compare Source

Bug Fixes
  • (es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#​11488) (1520633)

  • (es/decorators) Invoke addInitializer callbacks for decorated fields (#​11495) (11cfe4d)

  • (es/es3) Visit export decl body even if name is not reserved (#​11473) (9113fff)

  • (es/es3) Remove duplicate code (#​11499) (fbee775)

  • (es/minifier) Treat new expression with empty class as side-effect free (#​11455) (a33a45e)

  • (es/minifier) Escape control characters when converting strings to template literals (#​11464) (028551f)

  • (es/minifier) Handle unused parameters with default values (#​11494) (6ed1ee9)

  • (es/module) Preserve ./ prefix for hidden directory imports (#​11489) (a005391)

  • (es/parser) Validate dynamic import argument count (#​11462) (2f67591)

  • (es/parser) Allow compilation with --no-default-features (#​11460) (b70c5f8)

  • (es/parser) Skip emitting TS1102 in TypeScript mode (#​11463) (e6f5b06)

  • (es/parser) Reject ambiguous generic arrow functions in TSX mode (#​11491) (ac00915)

  • (es/parser) Disallow NumericLiteralSeparator with BigInts (#​11510) (6b3644b)

  • (es/react) Preserve HTML entity-encoded whitespace in JSX (#​11474) (7d433a9)

  • (es/renamer) Prevent duplicate parameter names with destructuring patterns (#​11456) (e25a2c8)

  • (es/testing) Skip update when expected output has invalid code (#​11469) (2be6b8a)

  • (es/typescript) Don't mark enums with opaque members as pure (#​11452) (b713fae)

  • (preset-env) Distinguish unknown browser vs empty config (#​11457) (1310957)

Documentation
Features
  • (cli) Add --root-mode argument for .swcrc resolution (#​11501) (b53a0e2)

  • (es/module) Make module transforms optional via module feature (#​11509) (b94a178)

  • (es/regexp) Implement unicode property escape transpilation (#​11472) (a2e0ba0)

  • (es/transformer) Merge ES3 hooks into swc_ecma_transformer (#​11503) (5efcac9)

Miscellaneous Tasks
  • (es/minifier) Extend OrderedChain to support more node types (#​11477) (aa9d789)
Performance
Refactor
Testing
  • (es/minifier) Add test case for merge_imports order preservation (#​11458) (b874a05)

  • (es/parser) Add error tests for import.source and import.defer with too many args (#​11466) (7313462)

  • (es/parser) Check handler.has_errors() in test error parsing (#​11487) (fade647)

  • Replace deprecated cargo_bin function with cargo_bin! macro (#​11461) (73f77b6)

v1.15.10

Compare Source

Bug Fixes
  • (ci) Handle merged PRs separately in milestone manager (#​11409) (3554268)

  • (es/compat) Preserve this context in nested arrow functions (#​11423) (f2bdaf2)

  • (es/es2017) Replace this in arrow functions during async-to-generator (#​11450) (a993da6)

Features
Miscellaneous Tasks
Performance
  • (es/codegen, es/utils) Migrate to dragonbox_ecma for faster Number::toString (#​11412) (b7978cc)

  • (es/react) Optimize JSX transforms to reduce allocations (#​11425) (2a20cb6)

Refactor
Testing
Ci
  • Collapse preivous claude[bot] PR review comments (affb6a2)

v1.15.8

Compare Source

Bug Fixes
  • (es/minifier) Remove unused webpack-related code (#​11397) (8e4eab4)

  • (es/minifier) Evaluate TemplateLiteral in BinaryExpression (#​11406) (8d1b6f6)

  • (es/minifier) More strict check if cannot add ident when invoking IIFE (#​11399) (03642aa)

Features
Performance
Refactor

v1.15.7

Compare Source

Bug Fixes
  • (es/minifier) Prevent unsafe sequence merging in super() calls (#​11381) (eb02780)

  • (es/transformer) Fix variable declaration for nullish coalescing in else-if branches (#​11384) (6746002)

  • (es/transforms) Update _ts_rewrite_relative_import_extension helper code (#​11382) (1ec444e)

Features
Performance
Refactor

v1.15.6

Compare Source

Bug Fixes
  • (es/transformer) Fix missing var declaration in nullish coalescing with spreads (#​11377) (686d154)
Performance
swc-project/swc (@​swc/helpers)

v0.5.19

Compare Source

v0.5.18

Compare Source

cosmiconfig/cosmiconfig (cosmiconfig)

v9.0.1

Compare Source

  • Fixed a race condition where multiple instances existing simultaneously could cause cosmiconfig to fail to load TypeScript config files.
  • Fixed an issue on Windows where CWD being a short path (e.g. C:\Users\USERNA~1) would cause cosmiconfig to fail to load ESM config files.
streamich/memfs (memfs)

v4.56.10

Compare Source

Full Changelog: streamich/memfs@v4.56.9...v4.56.10

v4.56.9

Compare Source

Full Changelog: streamich/memfs@v4.56.8...v4.56.9

v4.56.8

Compare Source

Full Changelog: streamich/memfs@v4.56.7...v4.56.8

v4.56.7

Compare Source

Full Changelog: streamich/memfs@v4.56.2...v4.56.7

v4.56.4

Compare Source

v4.56.2

Compare Source

Full Changelog: streamich/memfs@v4.54.0...v4.56.2

v4.56.1

Compare Source

v4.55.0

Compare Source

v4.54.0

Compare Source

Features
  • 🎸 add locking for FSA writable handles (35d3519)

v4.53.0

Compare Source

Features
  • implement Result type and improve error handling for exists methods (f95531f), closes #​1218

v4.52.0

Compare Source

Bug Fixes
  • 🐛 add deprecated Dirent.path with deprecation notice (ebf8ea9)
Features
  • 🎸 add disposable methods to Dir (d237aa9)
  • 🎸 add Dirent.parentPath (f72f9fe)

4.51.1 (2025-11-30)

Bug Fixes
  • add glob functions to API lists (445f337)
pnpm/pnpm (pnpm)

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@nx-cloud
Copy link

nx-cloud bot commented Dec 18, 2025

View your CI Pipeline Execution ↗ for commit 5a78574

Command Status Duration Result
nx run e2e:e2e --configuration=ci ✅ Succeeded <1s View ↗
nx build nx-stylelint ✅ Succeeded <1s View ↗
nx test nx-stylelint --ci ✅ Succeeded <1s View ↗
nx lint nx-stylelint ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-02 18:54:12 UTC

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 899dd8b to 8a2fb7c Compare December 18, 2025 18:27
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.15.6 chore(deps): update dependency @swc/core to v1.15.7 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a2fb7c to e07409a Compare December 19, 2025 01:37
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.15.7 chore(deps): update all non-major dependencies Dec 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1ff34d0 to 7ccfd58 Compare December 25, 2025 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7000bd1 to 024447d Compare January 5, 2026 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2f47eaa to 843cfd2 Compare January 15, 2026 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b18e456 to c782282 Compare January 23, 2026 13:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c782282 to 2cdcb6d Compare January 26, 2026 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e53e411 to 6d25b48 Compare February 2, 2026 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cc1db4d to 53da39e Compare February 11, 2026 16:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 92e2ffc to 4924730 Compare February 23, 2026 18:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 69eaf1d to e07fcfd Compare March 2, 2026 18:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e07fcfd to 5a78574 Compare March 2, 2026 18:51
@Phillip9587 Phillip9587 merged commit da7ad97 into main Mar 2, 2026
3 checks passed
@Phillip9587 Phillip9587 deleted the renovate/all-minor-patch branch March 2, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant