fontawesome.macro icon indicating copy to clipboard operation
fontawesome.macro copied to clipboard

Bump babel-plugin-tester from 9.2.0 to 11.0.4

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps babel-plugin-tester from 9.2.0 to 11.0.4.

Release notes

Sourced from babel-plugin-tester's releases.

v11.0.4

11.0.4 (2023-01-25)

🪄 Fixes

  • Ensure exec realm has access to context-sensitive versions of __filename and __dirname globals (0306698)

v11.0.3

11.0.3 (2023-01-24)

🪄 Fixes

  • Pass full file path to prettier::resolveConfig, not just the dirname (e9ebcdd)

v11.0.2

11.0.2 (2023-01-23)

🪄 Fixes

  • src: use cross-realm symbols (330aa1e)
  • Use node-util import compatible with node@14 (2c4cd84)

⚙️ Build system

  • babel: explicitly include polyfills for shipped proposals (850d58c)

v11.0.1

11.0.1 (2023-01-18)

🪄 Fixes

  • src: ensure deprecated config option is still supported by prettierFormatter (e48badf) closes #139

v11.0.0

11.0.0 (2023-01-18)

💥 BREAKING CHANGES 💥

  • Implicit "global" options merging is no longer supported

    In previous versions of babel-plugin-tester, any test object and fixture configuration option could be passed directly to babel-plugin-tester and apply "globally" across all test objects and fixtures. This was even the case for options that made no sense in a "global" context, such as only, skip, and code. In this version of babel-plugin-tester, only options explicitly listed in the documentation can be passed directly and applied globally. Unrecognized "rest" options are silently ignored.

  • Test/fixture configuration is resolved early and consistently

... (truncated)

Changelog

Sourced from babel-plugin-tester's changelog.

[11.0.4][3] (2023-01-25)

🪄 Fixes

  • Ensure exec realm has access to context-sensitive versions of __filename and __dirname globals ([0306698][4])

[11.0.3][5] (2023-01-24)

🪄 Fixes

  • Pass full file path to prettier::resolveConfig, not just the dirname ([e9ebcdd][6])

[11.0.2][7] (2023-01-23)

🪄 Fixes

  • src: use cross-realm symbols ([330aa1e][8])
  • Use node-util import compatible with node@14 ([2c4cd84][9])

⚙️ Build System

  • babel: explicitly include polyfills for shipped proposals ([850d58c][10])

[11.0.1][11] (2023-01-18)

🪄 Fixes

  • src: ensure deprecated config option is still supported by prettierFormatter ([e48badf][12]) closes #139[13]

[11.0.0][14] (2023-01-18)

💥 Breaking Changes 💥

  • error no longer accepts arbitrary class constructors

    error (aka throws) no longer accepts arbitrary class constructors. Any provided class constructor must extend Error, e.g. built-ins like SyntaxError or custom error classes like class MyError extends Error. Thanks to the nature of JavaScript, providing a class constructor that does not extend Error will lead to undefined behavior.

  • error only captures exceptions from Babel

    error (aka throws) no longer potentially captures exceptions thrown by the formatResult function. If the formatResult function throws, the entire test will fail immediately.

  • TypeError for config error; AssertionError for test error

    All configuration-related issues now throw TypeError instead of

... (truncated)

Commits
  • e8c7f88 release: 11.0.4 [skip ci]
  • 0306698 fix: ensure exec realm has access to context-sensitive versions of __filename...
  • ded70cc release: 11.0.3 [skip ci]
  • 2803fe2 chore(package): update dependencies
  • e9ebcdd fix: pass full file path to prettier::resolveConfig, not just the dirname
  • 6606dc2 chore(package): re-add browserslist package
  • 18b0b95 release: 11.0.2 [skip ci]
  • 13b0f5f docs(maintaining): remove env command suggestion
  • 85264b0 test: fix test setup for Windows systems
  • 5b2759b ci: update env defaults and related instructions
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by xunnamius, a new releaser for babel-plugin-tester since your current version.


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] avatar Jan 25 '23 20:01 dependabot[bot]