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-dev): bump @swc/core from 1.3.104 to 1.3.105 #32

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps @swc/core from 1.3.104 to 1.3.105.

Changelog

Sourced from @​swc/core's changelog.

[1.3.105] - 2024-01-21

Bug Fixes

  • (common) Remove < and > from Display impl of FileName::Custom (#8530) (014a6cd)

  • (es/codegen) Fix codegen of \\0 (#8433) (9f1ce3a)

  • (es/minifier) Fix a bug in tpl string string logic (#8510) (4946a11)

  • (es/typescript) Fix panic on invalid jsx pragma (#8513) (f40f59b)

Miscellaneous Tasks

Testing

  • (es/codegen) Add tests for @ctrl/tinycolor (#8518) (1c4eb1f)

  • (es/codegen) Add a JS test for ascii-only mode (#8519) (974c6a0)

  • (es/minifier) Add a test for a fixed issue (#8520) (8fac2bb)

  • (es/module) Add a test for a fixed issue (#8521) (4b4a0a2)

Commits
  • 40d9fb7 chore: Publish v1.3.105 with swc_core v0.87.29 (#8531)
  • 1ca0d65 chore: Bump crates
  • 014a6cd fix(common): Remove \< and > from Display impl of FileName::Custom (#8...
  • 48c56d1 chore: Publish 1.3.105-nightly-20240121.1
  • 828190c chore: Publish 1.3.105-nightly-20240120.1
  • 6d9939d chore: Bump crates
  • 5e40dc7 chore(preset-env): Update browserslist-rs (#8524)
  • cdc55b7 chore: Bump crates
  • 974c6a0 test(es/codegen): Add a JS test for ascii-only mode (#8519)
  • 4b76b8f 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 will merge this PR once CI passes on it, as requested by @AlbertHernandez.


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 javascript 📦 Dependencies Pull requests that update a dependency file labels Jan 22, 2024
Copy link
Contributor

github-actions bot commented Jan 22, 2024

Dependency Review

✅ No vulnerabilities or license issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 660fd02.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Manifest Files

package-lock.json
package.json
  • @swc/core@^1.3.105
  • @swc/core@^1.3.104

Copy link
Owner

@AlbertHernandez AlbertHernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@github-actions github-actions bot added ignore-for-release Ignore pull request for a new release and removed ignore-for-release Ignore pull request for a new release labels Jan 22, 2024
Copy link
Contributor

📦 Package Metrics 📦

  • Size of the Package in the base (main): 9.6kB
  • Size of the Package in this branch (dependabot/npm_and_yarn/swc/core-1.3.105): 9.6kB

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.104 to 1.3.105.
- [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.3.104...v1.3.105)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swc/core-1.3.105 branch from b13bff4 to 660fd02 Compare January 22, 2024 19:40
@github-actions github-actions bot added ignore-for-release Ignore pull request for a new release and removed ignore-for-release Ignore pull request for a new release labels Jan 22, 2024
@dependabot dependabot bot merged commit 24b47b9 into main Jan 22, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/swc/core-1.3.105 branch January 22, 2024 19:41
@github-actions github-actions bot added ignore-for-release Ignore pull request for a new release and removed ignore-for-release Ignore pull request for a new release labels Jan 22, 2024
Copy link
Owner

@AlbertHernandez AlbertHernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

This PR has already been merged! 🎉

@github-actions github-actions bot added ignore-for-release Ignore pull request for a new release and removed ignore-for-release Ignore pull request for a new release labels Jan 22, 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 ignore-for-release Ignore pull request for a new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant