Skip to content

fix(deps): update all non-major dependencies#69

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#69
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@oxc-project/types (source) ^0.103.0^0.112.0 age confidence
@swc/core (source) ^1.15.5^1.15.11 age confidence
@sxzz/eslint-config ^7.4.3^7.6.0 age confidence
@sxzz/prettier-config ^2.2.6^2.3.1 age confidence
@sxzz/test-utils ^0.5.14^0.5.15 age confidence
@types/node (source) ^25.0.2^25.2.1 age confidence
@typescript/native-preview (source) 7.0.0-dev.20251215.17.0.0-dev.20260205.1 age confidence
bumpp ^10.3.2^10.4.1 age confidence
esbuild ^0.27.1^0.27.2 age confidence
oxc-parser (source) >=0.103.0>=0.112.0 age confidence
oxc-transform (source) >=0.103.0>=0.112.0 age confidence
pnpm (source) 10.26.010.28.2 age confidence
prettier (source) ^3.7.4^3.8.1 age confidence
publint (source) ^0.3.16^0.3.17 age confidence
rolldown (source) ^1.0.0-beta.54^1.0.0-rc.3 age confidence
rollup (source) ^4.53.4^4.57.1 age confidence
tsdown (source) ^0.18.0^0.20.3 age confidence
unplugin-oxc ^0.5.6^0.5.7 age confidence
vite (source) ^7.3.0^7.3.1 age confidence
vitest (source) ^4.0.15^4.0.18 age confidence

Release Notes

oxc-project/oxc (@​oxc-project/types)

v0.111.0

🐛 Bug Fixes
  • c205b0d ast: Remove ThisExpression from TSModuleReference (#​18489) (Boshen)

v0.109.0

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

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
sxzz/eslint-config (@​sxzz/eslint-config)

v7.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v7.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v7.4.5

Compare Source

No significant changes

    View changes on GitHub

v7.4.4

Compare Source

No significant changes

    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.3.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.3.0

Compare Source

No significant changes

    View changes on GitHub

v2.2.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sxzz/test-utils (@​sxzz/test-utils)

v0.5.15

Compare Source

   🐞 Bug Fixes
  • rolldown: Default checks.pluginTimings to false  -  by @​sxzz (77a49)
    View changes on GitHub
microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260205.1

Compare Source

v7.0.0-dev.20260204.1

Compare Source

v7.0.0-dev.20260203.1

Compare Source

v7.0.0-dev.20260202.1

Compare Source

v7.0.0-dev.20260201.1

Compare Source

v7.0.0-dev.20260131.1

Compare Source

v7.0.0-dev.20260130.1

Compare Source

v7.0.0-dev.20260129.1

Compare Source

v7.0.0-dev.20260128.1

Compare Source

v7.0.0-dev.20260127.1

Compare Source

v7.0.0-dev.20260126.1

Compare Source

v7.0.0-dev.20260124.1

Compare Source

v7.0.0-dev.20260123.3

Compare Source

v7.0.0-dev.20260122.4

Compare Source

v7.0.0-dev.20260122.3

Compare Source

v7.0.0-dev.20260122.2

Compare Source

v7.0.0-dev.20260120.1

Compare Source

v7.0.0-dev.20260119.1

Compare Source

v7.0.0-dev.20260118.1

Compare Source

v7.0.0-dev.20260117.1

Compare Source

v7.0.0-dev.20260116.1

Compare Source

v7.0.0-dev.20260115.1

Compare Source

v7.0.0-dev.20260114.1

Compare Source

v7.0.0-dev.20260113.1

Compare Source

v7.0.0-dev.20260112.1

Compare Source

v7.0.0-dev.20260111.1

Compare Source

v7.0.0-dev.20260109.1

Compare Source

v7.0.0-dev.20260108.1

Compare Source

v7.0.0-dev.20260107.1

Compare Source

v7.0.0-dev.20260106.1

Compare Source

v7.0.0-dev.20260105.1

Compare Source

v7.0.0-dev.20260104.1

Compare Source

v7.0.0-dev.20260103.1

Compare Source

v7.0.0-dev.20260102.1

Compare Source

v7.0.0-dev.20260101.1

Compare Source

v7.0.0-dev.20251231.1

Compare Source

v7.0.0-dev.20251230.1

Compare Source

v7.0.0-dev.20251229.1

Compare Source

v7.0.0-dev.20251228.1

Compare Source

v7.0.0-dev.20251227.1

Compare Source

v7.0.0-dev.20251226.1

Compare Source

v7.0.0-dev.20251225.1

Compare Source

v7.0.0-dev.20251223.1

Compare Source

v7.0.0-dev.20251222.1

Compare Source

v7.0.0-dev.20251221.1

Compare Source

v7.0.0-dev.20251220.1

Compare Source

v7.0.0-dev.20251219.1

Compare Source

v7.0.0-dev.20251218.3

Compare Source

v7.0.0-dev.20251218.1

Compare Source

v7.0.0-dev.20251217.1

Compare Source

v7.0.0-dev.20251216.1

Compare Source

antfu-collective/bumpp (bumpp)

v10.4.1

Compare Source

   🚀 Features
    View changes on GitHub

v10.4.0

Compare Source

No significant changes

    View changes on GitHub
evanw/esbuild (esbuild)

v0.27.2

Compare Source

  • Allow import path specifiers starting with #/ (#​4361)

    Previously the specification for package.json disallowed import path specifiers starting with #/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping #/* to ./src/* (previously you had to use another character such as #_* instead, which was more confusing). There is some more context in nodejs/node#49182.

    This change was contributed by @​hybrist.

  • Automatically add the -webkit-mask prefix (#​4357, #​4358)

    This release automatically adds the -webkit- vendor prefix for the mask CSS shorthand property:

    /* Original code */
    main {
      mask: url(x.png) center/5rem no-repeat
    }
    
    /* Old output (with --target=chrome110) */
    main {
      mask: url(x.png) center/5rem no-repeat;
    }
    
    /* New output (with --target=chrome110) */
    main {
      -webkit-mask: url(x.png) center/5rem no-repeat;
      mask: url(x.png) center/5rem no-repeat;
    }

    This change was contributed by @​BPJEnnova.

  • Additional minification of switch statements (#​4176, #​4359)

    This release contains additional minification patterns for reducing switch statements. Here is an example:

    // Original code
    switch (x) {
      case 0:
        foo()
        break
      case 1:
      default:
        bar()
    }
    
    // Old output (with --minify)
    switch(x){case 0:foo();break;case 1:default:bar()}
    
    // New output (with --minify)
    x===0?foo():bar();
  • Forbid using declarations inside switch clauses (#​4323)

    This is a rare change to remove something that was previously possible. The Explicit Resource Management proposal introduced using declarations. These were previously allowed inside case and default clauses in switch statements. This had well-defined semantics and was already widely implemented (by V8, SpiderMonkey, TypeScript, esbuild, and others). However, it was considered to be too confusing because of how scope works in switch statements, so it has been removed from the specification. This edge case will now be a syntax error. See tc39/proposal-explicit-resource-management#215 and rbuckton/ecma262#14 for details.

    Here is an example of code that is no longer allowed:

    switch (mode) {
      case 'read':
        u

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@pkg-pr-new
Copy link

pkg-pr-new bot commented May 12, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-isolated-decl@69

commit: 7e81c9c

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23fd7de to 12816bf Compare May 12, 2025 10:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from be89d11 to 25010dc Compare May 20, 2025 01:23
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency rolldown to v1.0.0-beta.9-commit.43425a0 May 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25010dc to 1e230c9 Compare May 20, 2025 06:20
@renovate renovate bot changed the title chore(deps): update dependency rolldown to v1.0.0-beta.9-commit.43425a0 fix(deps): update all non-major dependencies May 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b9b2a51 to 2043e01 Compare May 22, 2025 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 09e3655 to 50bf82b Compare January 28, 2026 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 9e5a8f5 to e04d681 Compare February 5, 2026 01:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e04d681 to 37fdd8b Compare February 5, 2026 10:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37fdd8b to 7e81c9c Compare February 5, 2026 18:38
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.

0 participants