LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
240 stars 161 forks source link

⬆️ build(deps-dev): Bump @swc/core from 1.2.224 to 1.3.10 #188

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @swc/core from 1.2.224 to 1.3.10.

Changelog

Sourced from @​swc/core's changelog.

[1.3.10] - 2022-10-21

Bug Fixes

  • (css/codegen) Fix codegen of pseudo class selectors (#6186) (4fba0db)

  • (css/minifier) Don't touch @supports (#6199) (ac7cfa1)

  • (es/compat) Fix super method call in loose mode (#6207) (0e2de30)

  • (es/minifier) Remove wrong rule (#6201) (842abd4)

  • (es/minifier) Fix detection of direct eval (#6215) (780b5de)

  • (html/ast) Fix compilation (#6211) (1b0dad1)

  • (html/minifier) Avoid ; at the end of js (#6188) (5571c0c)

  • (html/minifier) Compress exportparts (#6187) (0ba464d)

  • (html/minifier) Fix bugs of merging and removing metadata elements (#6200) (3546632)

Features

  • (css/ast) Support @custom-media at-rule (#6152) (d46a19b)

  • (css/minifier) Handle nested calc() (#6153) (d4a733d)

  • (es/compat) Support readonly and writeonly for private fields (#6182) (aefc11b)

  • (es/minifier) Make sequential inliner self-repeat (#6168) (3f0fcf4)

  • (es/minifier) Skip function declarations in sequential inliner (#6147) (f2e8f98)

... (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)
dependabot[bot] commented 1 year ago

Superseded by #192.