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

chore(deps): update dependency @swc/core to v1.3.107 #2467

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.105 -> 1.3.107 age adoption passing confidence

Release Notes

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

v1.3.107

Compare Source

Bug Fixes
  • (es/codegen) Do not produce octal literals (#​8565) (07634a0)

  • (es/decorator) Skip TypeScript class method/prop declarations (#​8555) (6a8dd8c)

  • (es/decorator) Preserve state while traversing the module_items scope (#​8556) (f416aff)

  • (es/loader) Make tsc resolver work for bare specifier (#​8550) (d6a4615)

v1.3.106

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency @swc/cli to v0.2.0 chore(deps): update dependency @swc/cli to v0.2.2 Jan 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency @swc/cli to v0.2.2 chore(deps): update dependency @swc/cli to v0.3.0 Jan 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency @swc/cli to v0.3.0 chore(deps): update swc monorepo Jan 25, 2024
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from 1084aae to f3119f8 Compare January 28, 2024 16:15
@CatsMiaow
Copy link

https://discord.com/channels/520622812742811698/1201348422364573706

FYI, the paths when building from @swc/cli v0.3.x behave differently than previous versions, so I think you should consider the stripLeadingPaths option in @swc/cli@0.3 in nest-cli for consistent behavior.

Reference links

@noahw3
Copy link
Contributor

noahw3 commented Jan 30, 2024

https://discord.com/channels/520622812742811698/1201348422364573706

FYI, the paths when building from @swc/cli v0.3.x behave differently than previous versions, so I think you should consider the stripLeadingPaths option in @swc/cli@0.3 in nest-cli for consistent behavior.

Reference links

I was just going to open a PR for this exact issue. Ideally the nest-provided defaults should match tsconfig behavior (not to mention this is technically a breaking change as is for swc users as they'll need to create their own swcrc override otherwise).

@noahw3
Copy link
Contributor

noahw3 commented Jan 30, 2024

In my attempt to override the option manually I realized that the swcrc file doesn't even allow cliOptions to be specified. In which case, I think that the open PR is actually required to make the swc integration work correctly, unless there's another way to pass through cli options that I'm unaware of.

@renovate renovate bot changed the title chore(deps): update swc monorepo chore(deps): update dependency @swc/core to v1.3.107 Feb 1, 2024
@renovate renovate bot merged commit 901be09 into master Feb 1, 2024
1 check passed
@renovate renovate bot deleted the renovate/swc-monorepo branch February 1, 2024 15:39
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.

None yet

3 participants