Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@swc-node/register 1.10.9 -> 1.11.1 age confidence
@swc/core (source) 1.10.18 -> 1.13.5 age confidence
@swc/helpers (source) 0.5.15 -> 0.5.17 age confidence
@swc/jest (source) 0.2.37 -> 0.2.39 age confidence

Release Notes

swc-project/swc-node (@​swc-node/register)

v1.11.1

Compare Source

v1.10.10

Compare Source

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

v1.13.5

Compare Source

Bug Fixes
Features
Refactor

v1.13.4

Compare Source

Bug Fixes
  • (es/lexer) Use error when handling '\0' (#​10964) (53c22d1)

  • (es/minifier) Skip serde of pure_funcs in options (#​10969) (862e70d)

  • (es/minifier) Fix compile error with debug feature (#​10999) (831eed5)

  • (es/minifier) Don't eliminate class expr if some side effects contain this (#​11003) (18aeac6)

  • (es/module) Support optional chaining in import.meta (#​10985) (758d8ec)

  • (es/parser) Allow TS type args to start with LSHIFT (<<) to parse T<<S>() => void> (#​10996) (4911ec7)

  • (ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#​10992) (0d680fd)

  • Expose GlobalPassOption.build (#​10968) (c8a2668)

Features
Miscellaneous Tasks
Performance
Refactor

v1.13.3

Compare Source

Bug Fixes
Performance

v1.13.2

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (claude) Use Opus and allow assigning to the claude-bot (3275b9c)
Performance
Refactor
Testing

v1.13.1

Compare Source

Bug Fixes
Testing

v1.13.0

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.12.14

Compare Source

Bug Fixes
Features
  • (es/parser) Enable support for dynamic import with defer phase (#​10845) (097d29d)

  • (plugin) Remove bytecheck to make Wasm plugins backward compatible (#​10842) (30ad808)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.12.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Pref

v1.12.9

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing

v1.12.7

Compare Source

Bug Fixes
Features
Performance
Testing

v1.12.6

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)
Performance
Refactor
Build

v1.12.5

Compare Source

Bug Fixes
Performance
Refactor

v1.12.4

Compare Source

Bug Fixes
Refactor

v1.12.3

Compare Source

Bug Fixes

v1.12.2

Compare Source

Bug Fixes
  • (ci) Fix build of @swc/minifier (0dc5244)

  • (es/codegen) Fix .map path when using output_path (01e5bd1)

  • (es/parser) Allow type ann in jsx expr child (#​10626) (48f576c)

  • (swc) Fix wrong caching of resolvers regarding file exts (#​10615) (68aacd1)

  • (ts/isolated-dts) Fix usage dependency (#​10621) (b3677d3)

  • (ts/isolated-dts) Emit properties in overloaded constructor params (#​10623) (6634ef1)

Features
  • (swc_common) Allow returning None in try_lookup_source_file (#​10625) (d8e2405)
Performance

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot enabled auto-merge (squash) March 30, 2025 06:40
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 10 times, most recently from ce3e72b to cd0f113 Compare April 5, 2025 01:58
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 12 times, most recently from 9ff6d8c to 1241740 Compare April 12, 2025 19:28
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 7 times, most recently from 0b32f43 to e8995f0 Compare April 17, 2025 12:29
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 9 times, most recently from a2fa415 to aab2a09 Compare June 23, 2025 17:16
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from fe07b6f to ed627a2 Compare June 26, 2025 13:58
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 0b650c2 to 60b2075 Compare July 8, 2025 07:39
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from a13f267 to 3328d97 Compare July 14, 2025 10:56
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 6d40428 to 7e6c64e Compare July 19, 2025 20:53
@yharaskrik
Copy link

Yes please!

@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from b2de947 to 7ee2d06 Compare July 29, 2025 06:42
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 7ee2d06 to dac6dbb Compare August 10, 2025 15:04
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from f6a431e to 98d55a2 Compare August 24, 2025 12:32
yharaskrik added a commit to yharaskrik/devkit that referenced this pull request Aug 24, 2025
…nfo return type

Rust CI is failing to build jscutlery#802. The function
`parse_query_prop_info` returned `AngularPropInfo` with an
elided lifetime, while the input `&ClassProp` provided the
borrow. This inconsistency triggered the lint.

Updated the return type to `AngularPropInfo<'_>` to explicitly
tie the lifetime of the returned value to the input borrow,
removing the warning and unifying local and CI builds.

This makes the lifetime contract explicit.
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 98d55a2 to 7d6f2dd Compare August 31, 2025 12:36
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.

1 participant