Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@2bad/axiom 1.0.0-beta.14 -> 1.0.0-beta.15 age adoption passing confidence devDependencies patch
@2bad/tsfix 1.0.0 -> 1.1.1 age adoption passing confidence devDependencies minor
@swc/core (source) 1.11.9 -> 1.11.20 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.10 -> 22.14.1 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 3.0.8 -> 3.1.1 age adoption passing confidence devDependencies minor
mermaid 11.5.0 -> 11.6.0 age adoption passing confidence devDependencies minor
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence volta minor
npm (source) 11.2.0 -> 11.3.0 age adoption passing confidence packageManager minor
npm (source) 11.0.0 -> 11.3.0 age adoption passing confidence volta minor
tsc-alias (source) 1.8.11 -> 1.8.15 age adoption passing confidence devDependencies patch
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence devDependencies patch
vitest (source) 3.0.8 -> 3.1.1 age adoption passing confidence devDependencies minor

Release Notes

2BAD/axiom (@​2bad/axiom)

v1.0.0-beta.15

Compare Source

What's Changed

Full Changelog: 2BAD/axiom@v1.0.0-beta.14...v1.0.0-beta.15

2BAD/tsfix (@​2bad/tsfix)

v1.1.1

Compare Source

Fixed
  • Corrected issue where path aliases were incorrectly resolved with absolute paths instead of relative

v1.1.0

Compare Source

Added
  • Path alias resolution for TypeScript path mappings defined in tsconfig.json
    • Automatically transforms imports using path aliases to proper relative paths with extensions
    • Works with any path mapping configuration in your tsconfig.json
    • Supports nested aliases with correct resolution of the longest matching pattern
Fixed
  • Improved handling of directory imports to properly resolve to index.js files
  • Better error handling when files can't be found or accessed
Changed
  • More accurate detection of quote types (single vs double) when transforming imports
  • Enhanced error messages for better debugging of transformation issues
swc-project/swc (@​swc/core)

v1.11.20

Compare Source

Bug Fixes

Related issue:

Features
Miscellaneous Tasks
Performance
Testing

v1.11.18

Compare Source

Bug Fixes
Features
Refactor
Testing

v1.11.16

Compare Source

Miscellaneous Tasks

v1.11.15

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.13

Compare Source

Features
Performance

v1.11.12

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/minifier) Merge dead_branch_remover into pure optimizer (#​10201) (6841523)

v1.11.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
Testing

v1.11.10

Compare Source

Bug Fixes
  • (es/proposal) Fix declarations for explicit-resource-management (#​10198) (99ba555)

  • (es/types) Add missing types for jsc.transform.react.refresh (#​10206) (e71b000)

  • (typescript) Skip the body of ArrowExpr in type usage analysis (#​10187) (9aca205)

Documentation
Features
Miscellaneous Tasks
Performance
  • (es/minifier) Do not repeat applying pure minifier on last (#​10196) (e6b7cee)
Refactor
Testing
vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

v3.0.9

Compare Source

mermaid-js/mermaid (mermaid)

v11.6.0

Compare Source

Minor Changes
  • #​6408 ad65313 Thanks @​ashishjain0512! - fix: restore curve type configuration functionality for flowcharts. This fixes the issue where curve type settings were not being applied when configured through any of the following methods:

    • Config
    • Init directive (%%{ init: { 'flowchart': { 'curve': '...' } } }%%)
    • LinkStyle command (linkStyle default interpolate ...)
  • #​6381 95d73bc Thanks @​thomascizeron! - Add Radar Chart

Patch Changes
nodejs/node (node)

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get 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.

Copy link
Contributor Author

renovate bot commented Mar 17, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7bfdf48 to 366cd36 Compare March 24, 2025 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e023e51 to 5b4b890 Compare April 1, 2025 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d1bf3f5 to 608a343 Compare April 7, 2025 06:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 064eedf to 741e8a7 Compare April 11, 2025 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 741e8a7 to 4d30627 Compare April 11, 2025 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants