getjerry / nest-casl

Casl integration for NestJS
MIT License
225 stars 29 forks source link

chore(deps-dev): bump @swc/core from 1.3.74 to 1.3.75 #729

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @swc/core from 1.3.74 to 1.3.75.

Changelog

Sourced from @​swc/core's changelog.

[1.3.75] - 2023-08-08

Bug Fixes

  • (es/codegen) Don't strip necessary escape characters (#7687) (b45649b)

  • (es/compat) Fix loose mode of the spread pass (#7760) (b69ae8f)

  • (es/minifier) Abort on Array.slice with start >= end (#7745) (36ccbec)

  • (es/module) Fix handling of continuous assignments in systemjs (#7741) (f713f6a)

  • (es/utils) Ignore typeof Id while preserving side effects (#7763) (d57ac0d)

  • (plugin/runner) Use fs cache properly (#7748) (1122de7)

Features

  • (es) Alias format as output for minify() (#7746) (28dfc51)

Miscellaneous Tasks

Refactor

  • (es/ast) Avoid transmute in impl of Hash for Number (#7771) (2258274)

  • (es/minifier) Support stable rustc (#7734) (f7afe7e)

  • (es/parser) Do not use lexical (#7758) (e50cfde)

  • (es/parser) Do not validate top-level await with target (#7774) (5f97f86)

Commits
  • 41692f9 chore: Publish v1.3.75 with swc_core v0.79.49 (#7778)
  • 83983f4 chore: Publish crates
  • f7afe7e refactor(es/minifier): Support stable rustc (#7734)
  • 14906e2 chore: Publish crates
  • b45649b fix(es/codegen): Don't strip necessary escape characters (#7687)
  • 0219eeb chore: Publish crates
  • 5f97f86 refactor(es/parser): Do not validate top-level await with target (#7774)
  • 1323c25 chore: Publish crates
  • 36ccbec fix(es/minifier): Abort on Array.slice with start >= end (#7745)
  • 1e6ade8 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 #731.