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

Bump @swc/core from 1.5.25 to 1.6.1 #8627

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

Bumps @swc/core from 1.5.25 to 1.6.1.

Changelog

Sourced from @​swc/core's changelog.

[1.6.1] - 2024-06-16

Bug Fixes

  • (common) Revert Use SourceMap::adjust_mappings (#9058) (cdd20cd)

Performance

  • (es/parser) Reduce allocations while lexing numbers (#9057) (ca26eb7)

[1.6.0] - 2024-06-15

Features

Performance

  • (es/lints) Avoid needless allocations in no-dupe-args (#9041) (e560198)

  • (es/parser) Do not track raw by hand (#9047) (60fe5f0)

  • (es/parser) Reduce allocations for raw while lexing numbers (#9056) (bc8ec62)

Refactor

Testing

... (truncated)

Commits
  • e640972 chore: Publish 1.6.1 with swc_core v0.95.2
  • f8c2c47 chore: Bump crates
  • cdd20cd fix(common): Revert Use SourceMap::adjust_mappings (#9058)
  • 11df9e9 chore: Bump crates
  • ca26eb7 perf(es/parser): Reduce allocations while lexing numbers (#9057)
  • 064af53 chore: Update changelog
  • 13c2b2e chore: Publish 1.6.0 with swc_core v0.95.0
  • 131bd42 chore: Bump crates
  • bc8ec62 perf(es/parser): Reduce allocations for raw while lexing numbers (#9056)
  • 56464f2 chore: Bump crates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2024
Copy link

codecov bot commented Jun 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.65%. Comparing base (18c5348) to head (5c24b23).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8627      +/-   ##
==========================================
+ Coverage   73.63%   73.65%   +0.01%     
==========================================
  Files        1344     1344              
  Lines       41544    41575      +31     
  Branches     7767     7778      +11     
==========================================
+ Hits        30592    30623      +31     
  Misses      10952    10952              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.5.25 to 1.6.1.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.5.25...v1.6.1)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@twschiller twschiller merged commit 48ecd59 into main Jun 16, 2024
21 checks passed
@twschiller twschiller deleted the dependabot/npm_and_yarn/swc/core-1.6.1 branch June 16, 2024 11:20
@twschiller twschiller added this to the 2.0.3 milestone Jun 16, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants