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.2.145 to 1.2.146 #685

Merged
merged 2 commits into from
Feb 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @swc/core from 1.2.145 to 1.2.146.

Changelog

Sourced from @​swc/core's changelog.

[1.2.146] - 2022-02-27

Bug Fixes

  • (css) Fix processing of integers (#3752) (f258ee4)

  • (es/codegen) Fix escaping of unicodes in es5 (#3636) (dba90ea)

  • (es/helpers) Cast the result of the instanceof helper to boolean (#3728) (72c9e6c)

  • (es/parser) Handle trailing comma and bracket after an arrow function in conditional (#3685) (342dccc)

  • (es/typescript) Allow empty nested namespaces (#3754) (f5a3647)

  • (plugin/macro) Do not free guest memory twice (#3732) (d8b0166)- general: Fix(es/parser) Throw a syntax error for const without initializer in strict mode (#3742)

Co-authored-by: Donny/강동윤 kdy1997.dev@gmail.com (abc0572)

Features

  • (cli) Add tracing options for compile command (#3746) (41f92d2)

  • (css/ast) Support more selectors (#3729) (f5c5e77)

  • (css/ast) Allow more syntax for @supports at-rule (#3740) (9b92eba)

  • (css/ast) Improve type definitions for unicode ranges (#3757) (91cf965)

  • (css/minifier) Compress display (#3706) (8512719)

  • (es/codegen) Add sourcemap entry for injected semicolons (#3750) (0fd4fd2)

  • (es/compat) Implement loose mode for class_properties (#3722) (14155eb)

... (truncated)

Commits
  • ded7a8e chore: Publish v1.2.146
  • c8b0d28 chore: Publish crates
  • 9f90882 test(css/parser): Add malformed hex color tests (#3762)
  • 752edf8 chore: Publish crates
  • f5a3647 fix(es/typescript): Allow empty nested namespaces (#3754)
  • d5a520b chore: Publish crates
  • 0ff4ad3 chore: Skip more actions for automated commits (#3761)
  • abc0572 fix(es/parser) Throw a syntax error for const without initializer in strict...
  • 1865b6d chore: Publish crates
  • 6d98d14 chore: Skip CI for automated commits (#3760)
  • 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 @poad.


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 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)

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.145 to 1.2.146.
- [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.2.145...v1.2.146)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 28, 2022
Copy link
Owner

@poad poad left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@poad poad merged commit 2bb2856 into main Feb 28, 2022
@poad poad deleted the dependabot/npm_and_yarn/swc/core-1.2.146 branch February 28, 2022 09:16
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.

1 participant