Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2025

This PR contains the following updates:

Package Change Age Confidence
oxc-parser (source) ^0.74.0 -> ^0.78.0 age confidence
oxc-transform (source) ^0.74.0 -> ^0.78.0 age confidence

Release Notes

oxc-project/oxc (oxc-parser)

v0.77.3

🚀 Features
  • bc0fbe5 allocator: AllocatorPool store IDs in Allocators (#​12310) (overlookmotel)
🚜 Refactor
  • c5dff1e linter, napi/parser: Add source_len field to RawTransferMetadata (#​12383) (overlookmotel)
  • 5e3b415 linter: Duplicate RawTransferMetadata in oxc_linter crate (#​12382) (overlookmotel)
  • 319fc3b allocator/fixed-size: Store alloc_ptr in the memory block backing the allocator (#​12380) (overlookmotel)
  • 8fe1aec ast_tools, allocator, napi/parser: Rename vars (#​12379) (overlookmotel)

v0.77.2

🚜 Refactor
  • 4517624 napi/parser: Use sourceByteLen for UTF8 source length (#​12365) (overlookmotel)

v0.77.1

🚀 Features
🚜 Refactor
  • a2da682 napi/parser: Clarify pointer maths (#​12300) (overlookmotel)
  • 2f9bd11 allocator: Fixed size allocator leave space for metadata after arena (#​12278) (overlookmotel)
  • 5fba91c napi/parser: Raw transfer: introduce metadata struct (#​12269) (overlookmotel)
  • 39ef911 napi/parser, allocator: Raw transfer: store buffer size and align as consts (#​12275) (overlookmotel)
  • d009bdb napi/parser: Raw transfer: store offsets as consts (#​12268) (overlookmotel)
  • 43f61ed napi/parser: Correct comment about raw transfer buffer size (#​12273) (overlookmotel)
  • 28ed99b napi/parser: Do not compile raw transfer code on WASM (#​12271) (overlookmotel)
⚡ Performance
  • cc1e9fc napi/parser: Raw transfer: reduce size of buffer by 16 bytes (#​12277) (overlookmotel)
  • 28be5de napi/parser: Raw transfer: move check for supported platform (#​12274) (overlookmotel)

v0.77.0

🚀 Features
🚜 Refactor
⚡ Performance
  • 4c35f4a napi/parser: Optimize raw transfer deserializer for TSClassImplements (#​12158) (overlookmotel)

v0.76.0

🐛 Bug Fixes
  • a490e00 napi/parser: Lazy visit: correct error messages (#​12109) (overlookmotel)
🚜 Refactor
  • c5e8d90 napi/parser: Lazy deser: constructors.js export static object (#​12090) (overlookmotel)
  • fe35285 napi/parser: Lazy deser: remove construct function (#​12089) (overlookmotel)
  • 9ae0815 napi/parser: Move files (#​12088) (overlookmotel)

v0.75.1

🐛 Bug Fixes
  • a3641d2 napi/parser: Remove non-existent methods from TS type defs (#​12054) (overlookmotel)
🚜 Refactor
  • 016634f ast/estree: Introduce serialize_span method (#​12013) (overlookmotel)
  • 754f01d ast/estree: Move start and end fields to last (#​12012) (overlookmotel)
  • 4597311 ast/estree: Remove temp vars for ranges from serializer (#​12007) (overlookmotel)
📚 Documentation

v0.75.0

💥 BREAKING CHANGES
  • 9a2548a napi/parser: [BREAKING] Add range option (#​11728) (Bacary Bruno Bodian)
🐛 Bug Fixes
  • cf0e18a napi/parser: NodeArray allow setting large integer properties (#​11883) (overlookmotel)
🚜 Refactor
  • 0bf7815 napi/parser: Lazy visitor: pre-calculate count of node types (#​11861) (overlookmotel)
⚡ Performance
  • 84fa006 napi/parser: Lazy deser: faster construction of NodeArray iterators (#​11870) (overlookmotel)
  • fb02e6c napi/parser: Lazy deser: speed up creating NodeArrays (#​11869) (overlookmotel)
  • 58dfff8 napi/parser: Raw deser: remove WeakMap from NodeArray (#​11868) (overlookmotel)
  • 6c5ee78 napi/parser: Lazy visit: cheaper for loop (#​11864) (overlookmotel)
🧪 Testing
  • 54f9464 napi/parser: Add benchmarks for lazy visit alone (#​11866) (overlookmotel)
  • 97b671f napi/parser: Load internal modules with require in benchmarks (#​11865) (overlookmotel)
oxc-project/oxc (oxc-transform)

v0.78.0

💥 BREAKING CHANGES
  • ccbcf3e transformer, minifier, syntax: [BREAKING] Remove ESTarget::ES5 (#​12448) (Dunqing)
🐛 Bug Fixes
  • 986c48e transformer/decorator: Transformed decorators should be injected after class-properties has run (#​12418) (Dunqing)

v0.77.3

⚡ Performance
  • 8bae417 codegen: Remove the useless tokens generated by some expressions (#​12394) (Boshen)

v0.77.0

🚀 Features
🐛 Bug Fixes
  • bfd47f8 transformer/styled-components: Should use source path to generate file hash when the path is absoulte path (#​12199) (Dunqing)
🚜 Refactor

v0.76.0

💥 BREAKING CHANGES

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 added the Type: Dependency Dependencies fixes label Jul 27, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jul 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 27, 2025

Open in StackBlitz

@intlify/core

npm i https://pkg.pr.new/@intlify/core@2243

@intlify/core-base

npm i https://pkg.pr.new/@intlify/core-base@2243

@intlify/devtools-types

npm i https://pkg.pr.new/@intlify/devtools-types@2243

@intlify/message-compiler

npm i https://pkg.pr.new/@intlify/message-compiler@2243

petite-vue-i18n

npm i https://pkg.pr.new/petite-vue-i18n@2243

@intlify/shared

npm i https://pkg.pr.new/@intlify/shared@2243

vue-i18n

npm i https://pkg.pr.new/vue-i18n@2243

@intlify/vue-i18n-core

npm i https://pkg.pr.new/@intlify/vue-i18n-core@2243

commit: 9fc9e15

@github-actions
Copy link

Size Report

Bundles

File Size Gzip Brotli
core.esm-browser.prod.js 38.05 kB 11.62 kB 10.38 kB
core.global.prod.js 31.11 kB 10.78 kB 9.71 kB
core.runtime.esm-browser.prod.js 23.77 kB 7.70 kB 6.90 kB
core.runtime.global.prod.js 18.08 kB 7.03 kB 6.31 kB
message-compiler.esm-browser.prod.js 19.29 kB 5.76 kB 5.14 kB
message-compiler.global.prod.js 17.32 kB 5.55 kB 4.98 kB
petite-vue-i18n-core.esm-browser.prod.js 20.70 kB 6.98 kB 6.27 kB
petite-vue-i18n-core.global.prod.js 15.66 kB 6.08 kB 5.51 kB
petite-vue-i18n.esm-browser.prod.js 37.01 kB 11.36 kB 10.19 kB
petite-vue-i18n.global.prod.js 29.87 kB 10.21 kB 9.21 kB
petite-vue-i18n.runtime.esm-browser.prod.js 22.58 kB 7.35 kB 6.64 kB
petite-vue-i18n.runtime.global.prod.js 16.86 kB 6.42 kB 5.82 kB
vue-i18n.esm-browser.prod.js 50.71 kB 15.17 kB 13.55 kB
vue-i18n.global.prod.js 40.57 kB 13.63 kB 12.26 kB
vue-i18n.runtime.esm-browser.prod.js 36.28 kB 11.17 kB 10.03 kB
vue-i18n.runtime.global.prod.js 27.56 kB 9.88 kB 8.91 kB

Usages

Name Size Gzip Brotli
packages/size-check-core (@intlify/core) 9.22 kB 3.82 kB 3.46 kB
packages/size-check-petite-vue-i18n (petite-vue-i18n) 78.12 kB 30.46 kB 27.44 kB
packages/size-check-vue-i18n (vue-i18n) 83.34 kB 31.94 kB 28.72 kB

@cloudflare-workers-and-pages
Copy link

Deploying vue-i18n-next with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9fc9e15
Status: ✅  Deploy successful!
Preview URL: https://672c5f7e.vue-i18n-next.pages.dev
Branch Preview URL: https://renovate-oxlint-monorepo.vue-i18n-next.pages.dev

View logs

@renovate renovate bot merged commit f809bb3 into master Jul 28, 2025
31 checks passed
@renovate renovate bot deleted the renovate/oxlint-monorepo branch July 28, 2025 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependency Dependencies fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant