Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @sucrase/jest-plugin from 2.2.0 to 2.2.1 #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps @sucrase/jest-plugin from 2.2.0 to 2.2.1.

Changelog

Sourced from @​sucrase/jest-plugin's changelog.

3.21.0 (2022-04-06)

  • Restructure package directory layout to better support ESM. (#684) (Neo Nie)

3.20.3 (2021-10-18)

  • Allow the names true, false, and null as TS enum keys. (#656, #657) (pushkine, Alan Pierce)
  • Properly handle TS definite assignment assertions for private fields and when disabling the class transform. (#658)

3.20.2 (2021-10-07)

  • Fix ASI issue that broke function declarations immediately following a default export. (#648) (Ben Lambert)

3.20.1 (2021-08-09)

  • Fix transformation of anonymous "export default" classes. (#614) (Matthieu Gicquel)
  • Handle shadowed globals when they are JSX names. (#642) (Matthieu Gicquel)

3.20.0 (2021-07-07)

  • Various small bug fixes and upcoming JS feature support in the parser. (#632, #635, #637)
  • Add support for TypeScript 4.2 abstract constructor signatures. (#635)
  • Add support for TypeScript 4.3 override, static index signatures, and get/set type members. (#636) (Lucas Garron, Alan Pierce)
  • Add support for Flow indexed access types and optional indexed access types. (#636, #637)

3.19.0 (2021-06-23)

  • Add option to disable ES transforms. (#623, #624, #625) (Denys Kniazevych, Alan Pierce)

3.18.2 (2021-06-07)

  • Properly handle imports like import {default as myFunc} from './myFunc'; when importing from files that are not ES modules. (#619) (Patrik Oldsberg)
  • Fix bug where other transforms were not being applied to enum value expressions, so enum declarations like A = EnumInOtherFile.A didn't work. (#621)

3.18.1 (2021-04-12)

  • Fix regression causing incomplete nullish coalescing and optional chaining in some cases. (#610)

3.18.0 (2021-04-11)

  • Add jest transform analogous to babel-plugin-jest-hoist. (#540) (Patrik Oldsberg)
  • When calling a register function or addHook, return a function that

... (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)

Bumps [@sucrase/jest-plugin](https://github.com/alangpierce/sucrase) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/alangpierce/sucrase/releases)
- [Changelog](https://github.com/alangpierce/sucrase/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alangpierce/sucrase/commits)

---
updated-dependencies:
- dependency-name: "@sucrase/jest-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 2, 2022

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants