Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2025

This PR contains the following updates:

Package Change Age Confidence
oxc-parser (source) 0.72.3 -> 0.97.0 age confidence

Release Notes

oxc-project/oxc (oxc-parser)

v0.97.0

🚀 Features
🐛 Bug Fixes
  • 7f079ab ast/estree: Fix raw transfer deserializer for AssignmentTargetPropertyIdentifier (#​15304) (overlookmotel)
⚡ Performance
  • c82fab0 ast/estree: Remove pointless assignments from raw transfer deserializers (#​15305) (overlookmotel)

v0.96.0

🚀 Features
🐛 Bug Fixes
  • 597340e ast-tools: Use oxfmt to format generated code (#​15064) (camc314)
  • 84b2605 linter/plugins: Remove parent property from comments (#​14624) (overlookmotel)
🚜 Refactor
  • 14de671 linter/plugins: Simplify comments getter (#​14728) (overlookmotel)
  • 85a2743 linter/plugins, napi/parser: Remove extraneous code from raw transfer deserializers (#​14683) (overlookmotel)
  • 2b14abc napi/parser: Shorten raw transfer deserializer for Comment (#​14623) (overlookmotel)

v0.95.0

🚀 Features
🚜 Refactor
  • 4f301de napi/parser, linter/plugins: Improve formatting of generated code (#​14554) (overlookmotel)
  • 68c0252 napi/parser, linter/plugins: Shorten generated raw transfer deserializer code (#​14553) (overlookmotel)
  • f6d890a napi/parser: Re-run ast_tools codegen (#​14547) (overlookmotel)
  • 52f35c6 napi/parser, linter/plugins: Rename types.js to type_ids.js (#​14384) (overlookmotel)
🧪 Testing
  • f293e3e napi/parser: Disable raw transfer tests on antd.js fixture (#​14446) (overlookmotel)
  • 994c099 napi/parser: Skip slow test (#​14424) (overlookmotel)
  • 0b076b4 napi/parser: Fix and clarify exclude tests logic (#​14409) (overlookmotel)
  • 56274a5 napi/parser: Increase timeout on slow test (#​14391) (overlookmotel)

v0.94.0

🚀 Features
  • a2914fe linter/plugins: Add loc field getter to all AST nodes (#​14355) (overlookmotel)
  • c8de6fe linter/plugins: Add parent field to AST nodes (#​14345) (overlookmotel)
  • 7e4d04f napi/parser: Add option to add parent prop to AST nodes with raw transfer (#​14344) (overlookmotel)
  • 6374065 napi/parser: Raw transfer support range field (#​14319) (overlookmotel)
🐛 Bug Fixes
  • a11bc9f napi/parser, linter/plugins: Add range field to TemplateElement (#​14339) (overlookmotel)
  • c65e782 napi/parser: Fix JSDoc comments (#​14318) (overlookmotel)
🚜 Refactor
  • 1489376 napi/parser, linter/plugins: Minify walker code (#​14376) (overlookmotel)
  • c8eeeb5 linter/plugins: Remove build-time dependency on napi/parser (#​14374) (overlookmotel)
  • 073167a napi/parser: Simplify raw transfer deserializer codegen (#​14313) (overlookmotel)
  • 34e1c0b napi/parser: Use minifier to generate JS/TS raw transfer deserializers from single source (#​14312) (overlookmotel)
  • a98757a napi/parser: Minify syntax in raw transfer deserializers (#​14308) (overlookmotel)
⚡ Performance
  • e75d42d napi/parser, linter/plugins: Remove runtime preserveParens option from raw transfer deserializers (#​14338) (overlookmotel)

v0.93.0

🚜 Refactor
  • c0c0c17 napi/parser: Remove unnecessary #[estree(field_order)] attr (#​14144) (overlookmotel)
🧪 Testing
  • 8c09592 napi/parser: Align fixture version with other tasks (#​14146) (overlookmotel)

v0.92.0

💥 BREAKING CHANGES
  • b1da5d5 napi/parser: [BREAKING] Change oxc-parser to ESM (#​14042) (overlookmotel)
🐛 Bug Fixes
  • 1f4be38 napi/parser: Generate .d.mts extension for types (#​14038) (Daniel Roe)
🚜 Refactor
📚 Documentation
🧪 Testing

v0.91.0

🐛 Bug Fixes
  • 0185984 napi/parser: Raw transfer preserveParens option apply to TSParenthesizedType (#​13964) (overlookmotel)
  • bd2fa90 napi/parser: Move browser.js file (#​13918) (overlookmotel)
  • 5ff91bc napi/parser: Fix example (#​13887) (overlookmotel)
  • 21bbf95 napi: Rebuild bindings file for NAPI packages (#​13889) (overlookmotel)
🚜 Refactor
  • 48062d0 napi/parser: Itemize files in package.json (#​13978) (overlookmotel)
  • 329b7e7 napi/parser: Move scripts to scripts directory (#​13900) (overlookmotel)
  • ac3e9e9 napi/parser: Move JS code into src-js directory (#​13899) (overlookmotel)
  • 2cef8ec napi/parser: Remove outdated comment (#​13886) (overlookmotel)
📚 Documentation
  • 7a50ad9 napi/parser, napi/transform: Correct README examples (#​13934) (overlookmotel)
💼 Other

v0.90.0

🚀 Features
  • b52389a node: Bump engines field to require Node.js 20.19.0+ for ESM support (#​13879) (Copilot)
  • 24a21b3 napi/parser: preserveParens option for raw transfer (#​13855) (overlookmotel)
🐛 Bug Fixes
  • 9796ec1 napi: Fix binding files (Boshen)
🚜 Refactor

v0.89.0

🐛 Bug Fixes
  • 341791e parser: Invalid main entrypoint in package.json (#​13767) (Ari Perkkiö)

v0.88.0

💥 BREAKING CHANGES
🐛 Bug Fixes
  • ab51394 raw_transfer: Disable layout assertions on some 32-bit platforms (#​13716) (overlookmotel)
🚜 Refactor
  • babbaca all: Remove pub from modules with no exports (#​13618) (overlookmotel)

v0.87.0

v0.86.0

v0.85.0

v0.84.0

v0.82.3

🚜 Refactor

v0.82.2

🚜 Refactor
  • f6ac2e6 allocator, napi/parser: Use usize::is_multiple_of (#​13142) (overlookmotel)
⚡ Performance
  • ecc9c60 napi/parser: Raw transfer: reduce maths complexity (#​13145) (overlookmotel)

v0.82.1

v0.82.0

🚜 Refactor
  • bf9ae3b ast/estree: Remove custom serializer for TSImportTypeQualifier (#​12961) (overlookmotel)

v0.81.0

💥 BREAKING CHANGES
  • 2cc1001 ast: [BREAKING] Remove ExportDefaultDeclaration exported field (#​12808) (overlookmotel)
  • 50b91ac ast: [BREAKING] Remove IdentifierReference from qualifier field of TSImportType (#​12799) (camc314)
🐛 Bug Fixes
  • 47e2c59 estree: Fix serialization of TSImportTypeQualifier (#​12801) (camc314)

v0.80.0

💥 BREAKING CHANGES
  • cd93174 ast: [BREAKING] Introduce WithClauseKeyword (#​12741) (overlookmotel)
  • 7332ae4 ast: [BREAKING] Box rest fields of ArrayAssignmentTarget and ObjectAssignmentTarget (#​12698) (Copilot)
🧪 Testing

v0.79.1

v0.79.0

🚜 Refactor
  • 8717807 napi/oxlint: Make types.js importable (#​12581) (overlookmotel)
  • f0b1f0d napi/oxlint, napi/parser: Remove source length from RawTransferMetadata (#​12483) (overlookmotel)
⚡ Performance
  • 69f8b63 napi/parser, napi/oxlint: Lazy visit: faster check for exit visitor (#​12496) (overlookmotel)

v0.78.0

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)

v0.74.0

🚀 Features
  • 93069a5 napi/parser: Add experimental lazy visitor (#​11837) (overlookmotel)
🚜 Refactor
📚 Documentation
  • 4dc8a4e napi/parser: Add JSDoc comments to all functions (#​11814) (overlookmotel)
⚡ Performance
  • 6bbe048 napi/parser: Do not lazily create TextEncoder (#​11817) (overlookmotel)
  • aef1770 napi/parser: Destructure bindings on import (#​11811) (overlookmotel)
  • 3a0a673 napi/parser: Lazy-load raw transfer and lazy deser code (#​11807) (overlookmotel)

v0.73.2

🐛 Bug Fixes
  • a47a6de napi/parser: Lazy deser: do not expose getElement method from NodeArray (#​11777) (overlookmotel)
⚡ Performance
  • 21c8852 napi/parser: Faster deserialization of Vecs in raw transfer (#​11776) (overlookmotel)

v0.73.0

💥 BREAKING CHANGES
  • f3eaefb ast: [BREAKING] Add value field to BigIntLiteral (#​11564) (overlookmotel)
🚀 Features
  • 5860195 napi/parser: Improved console.log output for lazy deserialized AST (#​11642) (overlookmotel)
  • 5a55a58 napi/parser: Add lazy deserialization (#​11595) (overlookmotel)
  • 120b00f napi/parser: Support old versions of NodeJS (#​11596) (overlookmotel)
🐛 Bug Fixes
  • 931fc73 napi/parser: Cache nodes in lazy deserialization (#​11637) (overlookmotel)
🚜 Refactor
  • ff7111c napi/parser: Use "construct" instead of "deserialize" in lazy deserializer (#​11616) (overlookmotel)
  • 95ee174 napi/parser: Move raw transfer code into separate directory (#​11583) (overlookmotel)
  • 8e74e05 ast/estree: Remove dead code from generated raw transfer deserializer (#​11579) (overlookmotel)
⚡ Performance
  • 5271951 napi/parser: Remove function calls from lazy deserialization (#​11615) (overlookmotel)
  • 7c66637 napi/parser: Re-use TypedArray objects in raw transfer (#​11585) (overlookmotel)
🧪 Testing
  • 8cab72f napi/parser: Env var to run lazy deserialization tests (#​11636) (overlookmotel)
  • 8ad3061 napi/parser: Run raw transfer tests on multiple threads (#​11611) (overlookmotel)
  • c0027e0 ast/estree: Benchmark raw transfer deserialization in isolation (#​11584) (overlookmotel)

Configuration

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

🔕 Ignore: Close this PR and you won't be reminded about this update 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 dependencies Pull requests that update a dependency file label Jul 2, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jul 2, 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.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 9d31d99 to 0dfd0c4 Compare July 3, 2025 17:46
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.75.0 chore(deps): update dependency oxc-parser to v0.75.1 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 0dfd0c4 to 3371e37 Compare July 8, 2025 11:00
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.75.1 chore(deps): update dependency oxc-parser to v0.76.0 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 3371e37 to 49b2c25 Compare July 12, 2025 05:39
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.76.0 chore(deps): update dependency oxc-parser to v0.77.0 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 49b2c25 to 105aa77 Compare July 16, 2025 18:03
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.77.0 chore(deps): update dependency oxc-parser to v0.77.1 Jul 16, 2025
@socket-security
Copy link

socket-security bot commented Jul 16, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​nuxt/​test-utils@​3.19.2 ⏵ 3.20.198 +110077 +192 +8100
Updated@​nuxt/​module-builder@​1.0.1 ⏵ 1.0.298 +110010093 +4100
Addednuxt@​4.2.1100100100100100
Added@​nuxt/​devtools@​3.1.0100100100100100

View full report

@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.77.1 chore(deps): update dependency oxc-parser to v0.77.2 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 105aa77 to 37c3e24 Compare July 17, 2025 17:51
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.77.2 chore(deps): update dependency oxc-parser to v0.77.3 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch 2 times, most recently from 8e77f43 to 7a349b8 Compare July 24, 2025 07:44
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.77.3 chore(deps): update dependency oxc-parser to v0.78.0 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 7a349b8 to e230378 Compare July 30, 2025 05:10
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.78.0 chore(deps): update dependency oxc-parser to v0.79.0 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from e230378 to 609a8f4 Compare July 31, 2025 08:52
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.79.0 chore(deps): update dependency oxc-parser to v0.79.1 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 609a8f4 to 74c6241 Compare August 3, 2025 10:46
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.79.1 chore(deps): update dependency oxc-parser to v0.80.0 Aug 3, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 74c6241 to 5bb2b8d Compare August 6, 2025 17:49
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.80.0 chore(deps): update dependency oxc-parser to v0.81.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch 2 times, most recently from 5793dad to a63deee Compare August 12, 2025 10:34
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.81.0 chore(deps): update dependency oxc-parser to v0.82.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from a63deee to f9a52ff Compare August 13, 2025 08:03
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.82.0 chore(deps): update dependency oxc-parser to v0.82.1 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 9fbad46 to 76eac41 Compare August 31, 2025 09:19
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.82.3 chore(deps): update dependency oxc-parser to v0.85.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 76eac41 to 60cca34 Compare August 31, 2025 12:48
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.85.0 chore(deps): update dependency oxc-parser to v0.86.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 60cca34 to 6bfca1a Compare September 8, 2025 05:51
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.86.0 chore(deps): update dependency oxc-parser to v0.87.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 6bfca1a to 80a80d4 Compare September 15, 2025 06:34
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.87.0 chore(deps): update dependency oxc-parser to v0.88.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 80a80d4 to a9500d7 Compare September 15, 2025 08:53
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.88.0 chore(deps): update dependency oxc-parser to v0.89.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from a9500d7 to 72b5cb8 Compare September 18, 2025 16:51
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.89.0 chore(deps): update dependency oxc-parser to v0.90.0 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 72b5cb8 to bceff4f Compare September 22, 2025 13:14
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.90.0 chore(deps): update dependency oxc-parser to v0.91.0 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from bceff4f to 777f84c Compare September 24, 2025 05:29
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.91.0 chore(deps): update dependency oxc-parser to v0.92.0 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 777f84c to 5d87c4a Compare September 28, 2025 10:45
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.92.0 chore(deps): update dependency oxc-parser to v0.93.0 Sep 28, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 5d87c4a to 100a727 Compare October 6, 2025 15:02
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.93.0 chore(deps): update dependency oxc-parser to v0.94.0 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 100a727 to 52be107 Compare October 15, 2025 08:57
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.94.0 chore(deps): update dependency oxc-parser to v0.95.0 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 52be107 to da647cf Compare October 21, 2025 10:03
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from da647cf to 80c43b5 Compare October 30, 2025 14:01
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.95.0 chore(deps): update dependency oxc-parser to v0.96.0 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 80c43b5 to a844709 Compare November 10, 2025 18:34
@socket-security
Copy link

socket-security bot commented Nov 10, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm safer-buffer is 94.0% likely obfuscated

Confidence: 0.94

Location: Package overview

From: pnpm-lock.yamlnpm/[email protected]npm/@nuxt/[email protected]npm/[email protected]npm/[email protected]

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from a844709 to 135d0a6 Compare November 11, 2025 12:37
@renovate renovate bot changed the title chore(deps): update dependency oxc-parser to v0.96.0 chore(deps): update dependency oxc-parser to v0.97.0 Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant