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: Bump @swc/core from 1.2.159 to 1.2.160 #4745

Merged
merged 1 commit into from Mar 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2022

Bumps @swc/core from 1.2.159 to 1.2.160.

Changelog

Sourced from @​swc/core's changelog.

[1.2.160] - 2022-03-22

Bug Fixes

  • (common) Fix the line number of errors (#4082) (57802cf)

  • (es/codegen) Support multiline comments in return stmt (#4102) (552f16d)

  • (es/codegen) Emit decorators on class methods (#4103) (9b64a69)

  • (es/codegen) Fix codes related to sourcemap (#4106) (61f1a37)

  • (es/compat) Visit non-method properties in a nested object literal (#4094) (f5b9600)

  • (es/compat) Fix regression of es2015 (#4119) (154d443)

  • (es/minifier) Consider side effects while lifting sequences (#4116) (4a9817f)

  • (es/parser) Allow parentheses in assignment target (#4105) (d38117d)

  • (es/parser) Make let a reserved word in strict mode (#4113) (9a8fc27)

  • (es/typescript) Collect all bindings in strip (#4118) (13b2f38)

Features

... (truncated)

Commits

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

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@nx-cloud
Copy link

nx-cloud bot commented Mar 26, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit f2f196d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 43 targets

Sent with 💌 from NxCloud.

@dependabot dependabot bot added dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code labels Mar 26, 2022
@netlify
Copy link

netlify bot commented Mar 26, 2022

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit f2f196d
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/623ff4e327596700080308be
😎 Deploy Preview https://deploy-preview-4745--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #4745 (562bf3c) into main (9707daa) will increase coverage by 1.62%.
The diff coverage is n/a.

❗ Current head 562bf3c differs from pull request most recent head f2f196d. Consider uploading reports for the commit f2f196d to get more accurate results

@@            Coverage Diff             @@
##             main    #4745      +/-   ##
==========================================
+ Coverage   92.06%   93.68%   +1.62%     
==========================================
  Files         355      301      -54     
  Lines       12097    11196     -901     
  Branches     3455     3301     -154     
==========================================
- Hits        11137    10489     -648     
+ Misses        630      414     -216     
+ Partials      330      293      -37     
Flag Coverage Δ
unittest 93.68% <ø> (+1.62%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/scope-manager/src/variable/index.ts 80.00% <0.00%> (-20.00%) ⬇️
packages/scope-manager/src/assert.ts 33.33% <0.00%> (-16.67%) ⬇️
packages/typescript-estree/src/ts-estree/index.ts 50.00% <0.00%> (-7.15%) ⬇️
...s/scope-manager/src/scope/ClassStaticBlockScope.ts 75.00% <0.00%> (-5.00%) ⬇️
packages/eslint-plugin/src/util/objectIterators.ts 66.66% <0.00%> (-2.57%) ⬇️
packages/scope-manager/src/analyze.ts 65.38% <0.00%> (-1.29%) ⬇️
...es/eslint-plugin/src/rules/no-loss-of-precision.ts 83.33% <0.00%> (-1.29%) ⬇️
packages/scope-manager/src/scope/WithScope.ts 84.61% <0.00%> (-1.10%) ⬇️
packages/eslint-plugin/src/util/astUtils.ts 83.33% <0.00%> (-0.88%) ⬇️
...lugin/src/rules/no-confusing-non-null-assertion.ts 82.60% <0.00%> (-0.73%) ⬇️
... and 199 more

@JoshuaKGoldberg JoshuaKGoldberg enabled auto-merge (squash) March 27, 2022 03:38
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.159 to 1.2.160.
- [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.159...v1.2.160)

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

Signed-off-by: dependabot[bot] <support@github.com>
@JoshuaKGoldberg JoshuaKGoldberg force-pushed the dependabot/npm_and_yarn/swc/core-1.2.160 branch from 562bf3c to f2f196d Compare March 27, 2022 05:23
@JoshuaKGoldberg JoshuaKGoldberg merged commit 9eab1cd into main Mar 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/swc/core-1.2.160 branch March 27, 2022 05:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant