LearningTypeScript / projects

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

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

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps @swc/core from 1.2.224 to 1.3.38.

Changelog

Sourced from @​swc/core's changelog.

[1.3.38] - 2023-03-06

Bug Fixes

  • (bindings/node) Fix visitBindingIdentifier (#7000) (30cff01)

  • (es) Allow any kind of input source maps if it's enabled (#7002) (da5367b)

  • (es/minifier) Don't skip expressions with side effects from seq inliner (#7007) (cfeb088)

  • (es/minifier) Don't create invalid property names (#7010) (bb2486c)

  • (es/parser) Fix parsing of an array spread in tsx properties (#7011) (6d6731f)

  • (es/preset-env) Move findLast and findLastIndex to finished proposals (#7012) (b46a724)

  • (es/typescript) Treat export default declarations as declarations (#7017) (34f9ad3)

Features

  • (es/minifier) Optimize calls to Boolean/Number/String/Symbol (#7006) (06cbb90)

  • (es/parser) Support auto accessors (#6981) (37533a2)

  • (es/parser) Add an option to disallow ambiguous jsx (#6913) (a6471f3)

  • (es/transforms) Add an option to drop unused imports (#6962) (67d0a89)

  • (es/transforms) Support namespace imports from const_modules (#7013) (3cb03d5)

  • (es/typescript) Support export type * from "mod" (#6867) (beb38d3)

Miscellaneous Tasks

... (truncated)

Commits
  • 873e532 chore: Publish v1.3.38 (#7018)
  • 0d3cff5 chore: Publish crates
  • 34f9ad3 fix(es/typescript): Treat export default declarations as declarations (#7017)
  • 66247f0 chore: Publish crates
  • da5367b fix(es): Allow any kind of input source maps if it's enabled (#7002)
  • f32be0e chore: Publish crates
  • 3cb03d5 feat(es/transforms): Support namespace imports from const_modules (#7013)
  • b7cef34 chore: Publish crates
  • b46a724 fix(es/preset-env): Move findLast and findLastIndex to finished proposals...
  • 1a368de chore: Publish 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 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)