eliasku / 13

Fast-action P2P multiplayer game 13 (js13k-2022)
https://iioi.herokuapp.com/
92 stars 26 forks source link

Bump @swc/core from 1.3.40 to 1.3.41 #164

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @swc/core from 1.3.40 to 1.3.41.

Changelog

Sourced from @​swc/core's changelog.

[1.3.41] - 2023-03-17

Bug Fixes

  • (bindings/cli) Change order of checking inputs to workaround a Windows issue (#7077) (7bbec92)

  • (css/codegen) Respect raw of Str (#7078) (7849a2d)

  • (css/parser) Fix parsing of :global(> *) (#7082) (60f74ea)

  • (es/codegen) Emit type_params for TsConstructSignatureDecl (#7080) (8353acc)

  • (es/minifier) Preserve delete of unresolved variables (#7072) (86295ba)

  • (es/minifier) Accept keep_fnames and keep_classnames (#7090) (0086914)

  • (es/minifier) Remove wrong optimization of new RegExp(…) (#7091) (493a4f7)

  • (es/react) Align to babel@8 behavior (#7081) (7b491a6)

  • (testing) Ignore non_snake_case for generated test names (#7087) (1c254b1)

Performance

  • (es/lexer) Use jump table for skip_space (#7073) (f854d51)

Refactor

  • general: Fix lints using clippy from nightly-2023-03-13 (#6920) (963c460)
Commits
  • 4e6b44c chore: Publish v1.3.41 with swc_core v0.69.11 (#7093)
  • 17356bc chore: Publish crates
  • 493a4f7 fix(es/minifier): Remove wrong optimization of new RegExp(…) (#7091)
  • 8902741 chore: Publish crates
  • 8353acc fix(es/codegen): Emit type_params for TsConstructSignatureDecl (#7080)
  • 32b4d7b chore: Publish crates
  • 0086914 fix(es/minifier): Accept keep_fnames and keep_classnames (#7090)
  • 5f4fea2 chore: Publish crates
  • 7b491a6 fix(es/react): Align to babel@8 behavior (#7081)
  • 60ccdab 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)
dependabot[bot] commented 1 year ago

Superseded by #170.