FraunhoferIOSB / frost-sensorthings-datasource

Apache License 2.0
10 stars 2 forks source link

Bump @swc/core from 1.3.75 to 1.4.0 #419

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps @swc/core from 1.3.75 to 1.4.0.

Changelog

Sourced from @​swc/core's changelog.

[1.4.0] - 2024-02-05

Bug Fixes

  • (cli) Make Rust CLI use sourcemap code from the swc crate (#8576) (82bc061)

  • (es/codegen) Fix codegen of async methods with decorators (#8575) (8c32225)

  • (es/lexer) Fix typo in package keyword (#8589) (8413a6c)

  • (es/minifier) Fix top-level check (#8583) (a7c5255)

  • (es/proposals) Support using using keyword with functions (#8574) (d81596c)

  • (es/resolver) Skip property in JSX member (#8598) (d480ab9)

  • (es/testing) Make test_inline! not read output as a file (#8569) (d683089)

  • (es/typescript) Handle exported JSX binding name in TypeScript namespace (#8596) (2a70a6b)

Features

Refactor

  • (es/ast) Improve type definitions of patterns (#8532) (7f2a2c1)

Testing

  • (es/minifer) Update the passing terser test list (#8573) (8b86638)

... (truncated)

Commits
  • d03f15c chore: Publish crates
  • a3d333a chore: Publish v1.4.0 with swc_core v0.90.x (#8599)
  • abf615d chore: Publish 1.3.108-nightly-20240205.1
  • 48524e2 chore: Bump crates
  • 7f2a2c1 refactor(es/ast): Improve type definitions of patterns (#8532)
  • 47e7b89 chore: Bump crates
  • d480ab9 fix(es/resolver): Skip property in JSX member (#8598)
  • 52b821a chore: Publish 1.3.108-nightly-20240204.1
  • b34421b chore: Bump crates
  • 2a70a6b fix(es/typescript): Handle exported JSX binding name in TypeScript namespace ...
  • 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 4 months ago

Superseded by #422.