From e8c7f88376cc05b5d933909c939b33263daf19af Mon Sep 17 00:00:00 2001 From: "Xunnamius (Romulus)" Date: Tue, 24 Jan 2023 20:24:02 -0800 Subject: [PATCH] release: 11.0.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [11.0.4](https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.3...v11.0.4) (2023-01-25) #### 🪄 Fixes * Ensure exec realm has access to context-sensitive versions of __filename and __dirname globals ([0306698](https://github.com/babel-utils/babel-plugin-tester/commit/03066985e981da21f3899cb6b1e0957295cdb996)) --- CHANGELOG.md | 564 +++++++++++++++++++++++----------------------- package-lock.json | 4 +- package.json | 2 +- 3 files changed, 289 insertions(+), 281 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3f403..8da0ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,30 +4,36 @@ All notable changes to this project will be documented in this auto-generated file. The format is based on [Conventional Commits][1]; this project adheres to [Semantic Versioning][2]. -### [11.0.3][3] (2023-01-24) +### [11.0.4][3] (2023-01-25) #### 🪄 Fixes -- Pass full file path to prettier::resolveConfig, not just the dirname ([e9ebcdd][4]) +- Ensure exec realm has access to context-sensitive versions of \_\_filename and \_\_dirname globals ([0306698][4]) -### [11.0.2][5] (2023-01-23) +### [11.0.3][5] (2023-01-24) #### 🪄 Fixes -- **src:** use cross-realm symbols ([330aa1e][6]) -- Use node-util import compatible with node\@14 ([2c4cd84][7]) +- 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][8]) +- **babel:** explicitly include polyfills for shipped proposals ([850d58c][10]) -### [11.0.1][9] (2023-01-18) +### [11.0.1][11] (2023-01-18) #### 🪄 Fixes -- **src:** ensure deprecated `config` option is still supported by `prettierFormatter` ([e48badf][10]) closes [#139][11] +- **src:** ensure deprecated `config` option is still supported by `prettierFormatter` ([e48badf][12]) closes [#139][13] -## [11.0.0][12] (2023-01-18) +## [11.0.0][14] (2023-01-18) ### 💥 Breaking Changes 💥 @@ -118,52 +124,52 @@ this project adheres to [Semantic Versioning][2]. - Plugin names are once again automatically determined by analyzing the return value of the plugin function. Though this is implemented in a backwards-compatible way, there is a - [small caveat][13]. + [small caveat][15]. #### ✨ Features -- Add support for testing presets ([73b90b3][14]) -- Implement default filepath inference using Error stack trace ([9d1b321][15]) -- **src:** add `exec`/`execFixture` support via Node's VM module ([4754f42][16]) -- **src:** add support for "only", "skip", and "title" test options in fixtures ([#90][17]) ([89b58b5][18]) -- **src:** add support for arbitrary run order of plugin under test ([#91][19]) ([8c8b858][20]) -- **src:** add support for loading prettier configuration files in fixtures ([f54deda][21]) -- **src:** add TEST\_SKIP/TEST\_NUM\_SKIP/TEST\_ONLY/TEST\_NUM\_ONLY env variable support ([13626d1][22]) -- **src:** bring back (lightweight) plugin name inference ([#92][23]) ([f9ad903][24]) -- **src:** implement `titleNumbering` and `restartTitleNumbering` options ([09e792d][25]) -- **src:** implement standard `setup`/`teardown` run order ([4ea283f][26]) -- **src:** provide debug output support via debug package ([4c7c6e7][27]) -- Windows support ([f214995][28]) +- Add support for testing presets ([73b90b3][16]) +- Implement default filepath inference using Error stack trace ([9d1b321][17]) +- **src:** add `exec`/`execFixture` support via Node's VM module ([4754f42][18]) +- **src:** add support for "only", "skip", and "title" test options in fixtures ([#90][19]) ([89b58b5][20]) +- **src:** add support for arbitrary run order of plugin under test ([#91][21]) ([8c8b858][22]) +- **src:** add support for loading prettier configuration files in fixtures ([f54deda][23]) +- **src:** add TEST\_SKIP/TEST\_NUM\_SKIP/TEST\_ONLY/TEST\_NUM\_ONLY env variable support ([13626d1][24]) +- **src:** bring back (lightweight) plugin name inference ([#92][25]) ([f9ad903][26]) +- **src:** implement `titleNumbering` and `restartTitleNumbering` options ([09e792d][27]) +- **src:** implement standard `setup`/`teardown` run order ([4ea283f][28]) +- **src:** provide debug output support via debug package ([4c7c6e7][29]) +- Windows support ([f214995][30]) #### 🪄 Fixes -- **src:** ensure test function errors are not swallowed by teardown function errors ([2acfe37][29]) -- **src:** fix fixtureOutputExt being ignored in root options.json ([#89][30]) ([481be19][31]) -- **src:** fix plugin run order for fixtures to match tests ([#88][32]) ([fbb6c19][33]) +- **src:** ensure test function errors are not swallowed by teardown function errors ([2acfe37][31]) +- **src:** fix fixtureOutputExt being ignored in root options.json ([#89][32]) ([481be19][33]) +- **src:** fix plugin run order for fixtures to match tests ([#88][34]) ([fbb6c19][35]) #### ⚙️ Build System -- **deps:** bump prettier from 2.8.0 to 2.8.1 ([#98][34]) ([0bdb351][35]) -- **package:** restore @babel/core\@7.11.6 as minimum supported version ([00712c0][36]) -- Transmute codebase to TypeScript ([#96][37]) ([5f588e9][38]) -- Update tooling ([d5b4d9c][39]) +- **deps:** bump prettier from 2.8.0 to 2.8.1 ([#98][36]) ([0bdb351][37]) +- **package:** restore @babel/core\@7.11.6 as minimum supported version ([00712c0][38]) +- Transmute codebase to TypeScript ([#96][39]) ([5f588e9][40]) +- Update tooling ([d5b4d9c][41]) #### 🔥 Reverted -- _"test: make debugging names shorter and sweeter"_ ([0b869bb][40]) +- _"test: make debugging names shorter and sweeter"_ ([0b869bb][42]) #### 🧙🏿 Refactored -- Lodash.mergeWith customizer now allows unsetting options by setting them to `undefined` ([74af680][41]) -- Reorganize source into unified extensible tester pipeline w/ first-class fixtures support ([0c44392][42]) +- Lodash.mergeWith customizer now allows unsetting options by setting them to `undefined` ([74af680][43]) +- Reorganize source into unified extensible tester pipeline w/ first-class fixtures support ([0c44392][44]) -## [10.1.0][43] (2021-05-29) +## [10.1.0][45] (2021-05-29) #### ✨ Features -- Use babel.transformAsync when it's available ([#84][44]) ([969be11][45]) +- Use babel.transformAsync when it's available ([#84][46]) ([969be11][47]) -## [10.0.0][46] (2020-10-02) +## [10.0.0][48] (2020-10-02) ### 💥 Breaking Changes 💥 @@ -171,27 +177,27 @@ this project adheres to [Semantic Versioning][2]. #### 🪄 Fixes -- **pluginnameinference:** remove the inference. Default to "unknown plugin" ([#78][47]) ([91c22ec][48]) closes [#60][49] +- **pluginnameinference:** remove the inference. Default to "unknown plugin" ([#78][49]) ([91c22ec][50]) closes [#60][51] -## [9.2.0][50] (2020-05-27) +## [9.2.0][52] (2020-05-27) #### ✨ Features -- Add 'fixtureOutputExt' configuration option ([#73][51]) ([ae67eee][52]) +- Add 'fixtureOutputExt' configuration option ([#73][53]) ([ae67eee][54]) -## [9.1.0][53] (2020-05-20) +## [9.1.0][55] (2020-05-20) #### ✨ Features -- Add types from definitely typed ([#70][54]) ([b5569f4][55]) +- Add types from definitely typed ([#70][56]) ([b5569f4][57]) -### [9.0.1][56] (2020-04-10) +### [9.0.1][58] (2020-04-10) #### 🪄 Fixes -- Apply fix line endings to code and output in two spots ([#68][57]) ([f1c17ef][58]) +- Apply fix line endings to code and output in two spots ([#68][59]) ([f1c17ef][60]) -## [9.0.0][59] (2020-03-23) +## [9.0.0][61] (2020-03-23) ### 💥 Breaking Changes 💥 @@ -199,15 +205,15 @@ this project adheres to [Semantic Versioning][2]. #### 🪄 Fixes -- **node:** update to prettier\@2 and drop Node < 10.13 ([#66][60]) ([1e7ad06][61]) +- **node:** update to prettier\@2 and drop Node < 10.13 ([#66][62]) ([1e7ad06][63]) -### [8.0.1][62] (2019-12-01) +### [8.0.1][64] (2019-12-01) #### 🪄 Fixes -- Avoid crash when importing without global expect ([#56][63]) ([a134785][64]) +- Avoid crash when importing without global expect ([#56][65]) ([a134785][66]) -## [8.0.0][65] (2019-11-15) +## [8.0.0][67] (2019-11-15) ### 💥 Breaking Changes 💥 @@ -215,33 +221,33 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- Format result with prettier and unstring snapshots ([#55][66]) ([60e5c07][67]) +- Format result with prettier and unstring snapshots ([#55][68]) ([60e5c07][69]) -### [7.0.4][68] (2019-11-14) +### [7.0.4][70] (2019-11-14) #### 🪄 Fixes -- Set configFile to false by default ([7b97a6f][69]) +- Set configFile to false by default ([7b97a6f][71]) -### [7.0.3][70] (2019-11-11) +### [7.0.3][72] (2019-11-11) #### 🪄 Fixes -- Support all babelrc files ([#54][71]) ([dd01d8b][72]) +- Support all babelrc files ([#54][73]) ([dd01d8b][74]) -### [7.0.2][73] (2019-11-09) +### [7.0.2][75] (2019-11-09) #### 🪄 Fixes -- Remove unnecessary packages ([#52][74]) ([9d1b8ff][75]) +- Remove unnecessary packages ([#52][76]) ([9d1b8ff][77]) -### [7.0.1][76] (2019-08-19) +### [7.0.1][78] (2019-08-19) #### 🪄 Fixes -- Remove try/catch. ([523fc9a][77]) +- Remove try/catch. ([523fc9a][79]) -## [7.0.0][78] (2019-08-19) +## [7.0.0][80] (2019-08-19) ### 💥 Breaking Changes 💥 @@ -249,57 +255,57 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- Update all the things ([7c8296b][79]) +- Update all the things ([7c8296b][81]) -## [6.5.0][80] (2019-08-18) +## [6.5.0][82] (2019-08-18) #### ✨ Features -- Jsx and tsx support ([#48][81]) ([9ea1783][82]) +- Jsx and tsx support ([#48][83]) ([9ea1783][84]) -## [6.4.0][83] (2019-06-12) +## [6.4.0][85] (2019-06-12) #### ✨ Features -- Control which linefeed character to use ([#45][84]) ([8c38231][85]) +- Control which linefeed character to use ([#45][86]) ([8c38231][87]) -### [6.3.1][86] (2019-06-12) +### [6.3.1][88] (2019-06-12) #### 🪄 Fixes -- Trim input and output correctly ([#44][87]) ([1d22086][88]) +- Trim input and output correctly ([#44][89]) ([1d22086][90]) -## [6.3.0][89] (2019-06-12) +## [6.3.0][91] (2019-06-12) #### ✨ Features -- Concat arrays in `babelOptions` ([#43][90]) ([b63e8e1][91]) +- Concat arrays in `babelOptions` ([#43][92]) ([b63e8e1][93]) -### [6.2.1][92] (2019-05-12) +### [6.2.1][94] (2019-05-12) #### 🪄 Fixes -- **fixtures:** get options from root options.json ([#42][93]) ([556ca0d][94]) +- **fixtures:** get options from root options.json ([#42][95]) ([556ca0d][96]) -## [6.2.0][95] (2019-05-12) +## [6.2.0][97] (2019-05-12) #### ✨ Features -- **fixtures:** get plugin options for fixtures from options.json ([#41][96]) ([7b9e76d][97]) +- **fixtures:** get plugin options for fixtures from options.json ([#41][98]) ([7b9e76d][99]) -## [6.1.0][98] (2019-05-04) +## [6.1.0][100] (2019-05-04) #### ✨ Features -- **fixtures:** allow formatting fixtures results ([#39][99]) ([e6c219f][100]) +- **fixtures:** allow formatting fixtures results ([#39][101]) ([e6c219f][102]) -### [6.0.1][101] (2019-03-14) +### [6.0.1][103] (2019-03-14) #### 🪄 Fixes -- Avoid returning values in describe blocks ([#38][102]) ([f3d7b5b][103]) +- Avoid returning values in describe blocks ([#38][104]) ([f3d7b5b][105]) -## [6.0.0][104] (2019-02-14) +## [6.0.0][106] (2019-02-14) ### 💥 Breaking Changes 💥 @@ -307,51 +313,51 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- Upgrade to babel 7 ([#37][105]) ([a174a76][106]) closes [#23][107] +- Upgrade to babel 7 ([#37][107]) ([a174a76][108]) closes [#23][109] -### [5.5.2][108] (2018-11-17) +### [5.5.2][110] (2018-11-17) #### 🪄 Fixes -- **output:** allow empty output ([#35][109]) ([0a8d279][110]) +- **output:** allow empty output ([#35][111]) ([0a8d279][112]) -### [5.5.1][111] (2018-08-17) +### [5.5.1][113] (2018-08-17) #### 🪄 Fixes -- Change babel-core import to optional require in default param ([#33][112]) ([2b33b36][113]) +- Change babel-core import to optional require in default param ([#33][114]) ([2b33b36][115]) -## [5.5.0][114] (2018-08-05) +## [5.5.0][116] (2018-08-05) #### ✨ Features -- Add typescript file extension support ([#32][115]) ([c8e49be][116]) +- Add typescript file extension support ([#32][117]) ([c8e49be][118]) -## [5.4.0][117] (2018-06-10) +## [5.4.0][119] (2018-06-10) #### ✨ Features -- Read nested fixture directories ([#28][118]) ([1efc84a][119]) +- Read nested fixture directories ([#28][120]) ([1efc84a][121]) -## [5.3.0][120] (2018-06-04) +## [5.3.0][122] (2018-06-04) #### ✨ Features -- Create automatically fixtures output.js files for new tests ([#27][121]) ([d48a8fc][122]) +- Create automatically fixtures output.js files for new tests ([#27][123]) ([d48a8fc][124]) -## [5.2.0][123] (2018-06-04) +## [5.2.0][125] (2018-06-04) #### ✨ Features -- Accept fixtureOutputName option for fixtures mode ([#26][124]) ([f3e1ad2][125]) +- Accept fixtureOutputName option for fixtures mode ([#26][126]) ([f3e1ad2][127]) -## [5.1.0][126] (2018-06-02) +## [5.1.0][128] (2018-06-02) #### ✨ Features -- Provide your own implementation of babel ([#25][127]) ([cb230ec][128]) +- Provide your own implementation of babel ([#25][129]) ([cb230ec][130]) -## [5.0.0][129] (2017-11-25) +## [5.0.0][131] (2017-11-25) ### 💥 Breaking Changes 💥 @@ -359,9 +365,9 @@ this project adheres to [Semantic Versioning][2]. #### 🪄 Fixes -- Move babel-core to peerDependencies & devDependencies ([#20][130]) ([46c70d1][131]) +- Move babel-core to peerDependencies & devDependencies ([#20][132]) ([46c70d1][133]) -## [4.0.0][132] (2017-08-16) +## [4.0.0][134] (2017-08-16) ### 💥 Breaking Changes 💥 @@ -369,39 +375,39 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- **test-numbers:** only use numbers for tests without titles ([#19][133]) ([6cd36d1][134]) +- **test-numbers:** only use numbers for tests without titles ([#19][135]) ([6cd36d1][136]) -## [3.3.0][135] (2017-07-18) +## [3.3.0][137] (2017-07-18) #### ✨ Features -- **formatresult:** add `formatResult` option ([#17][136]) ([6085c16][137]) +- **formatresult:** add `formatResult` option ([#17][138]) ([6085c16][139]) -### [3.2.2][138] (2017-07-06) +### [3.2.2][140] (2017-07-06) #### 🪄 Fixes -- Exclude transform-regenerator ([#16][139]) ([10d2b4f][140]) +- Exclude transform-regenerator ([#16][141]) ([10d2b4f][142]) -### [3.2.1][141] (2017-07-05) +### [3.2.1][143] (2017-07-05) #### 🪄 Fixes -- Assert should be (actual, expected) ([9fcb418][142]) +- Assert should be (actual, expected) ([9fcb418][144]) -## [3.2.0][143] (2017-06-30) +## [3.2.0][145] (2017-06-30) #### ✨ Features -- **tests:** add setup/teardown functions ([#14][144]) ([9b30ca3][145]) +- **tests:** add setup/teardown functions ([#14][146]) ([9b30ca3][147]) -## [3.1.0][146] (2017-06-12) +## [3.1.0][148] (2017-06-12) #### ✨ Features -- Add ability to pass plugin options ([#13][147]) ([d7aa18a][148]) +- Add ability to pass plugin options ([#13][149]) ([d7aa18a][150]) -## [3.0.0][149] (2017-05-23) +## [3.0.0][151] (2017-05-23) ### 💥 Breaking Changes 💥 @@ -409,9 +415,9 @@ this project adheres to [Semantic Versioning][2]. #### 🪄 Fixes -- **release:** manually release a major version ([c78460b][150]) closes [#11][151] +- **release:** manually release a major version ([c78460b][152]) closes [#11][153] -## [2.0.0][152] (2017-05-19) +## [2.0.0][154] (2017-05-19) ### 💥 Breaking Changes 💥 @@ -421,189 +427,191 @@ this project adheres to [Semantic Versioning][2]. #### ✨ Features -- **errors:** add errors config ([#5][153]) ([c157316][154]) -- **fixtures:** add `fixtures` directory ([#6][155]) ([6e1554d][156]) -- **tests:** add `only` and `skip`, remove `modifier` ([#7][157]) ([ad1d1b1][158]) +- **errors:** add errors config ([#5][155]) ([c157316][156]) +- **fixtures:** add `fixtures` directory ([#6][157]) ([6e1554d][158]) +- **tests:** add `only` and `skip`, remove `modifier` ([#7][159]) ([ad1d1b1][160]) -### [1.1.1][159] (2017-05-16) +### [1.1.1][161] (2017-05-16) #### 🪄 Fixes -- Properly deindent and trim code and output ([eb60549][160]) +- Properly deindent and trim code and output ([eb60549][162]) -## [1.1.0][161] (2017-05-16) +## [1.1.0][163] (2017-05-16) #### ✨ Features -- **tests:** add object API ([df54a40][162]) +- **tests:** add object API ([df54a40][164]) -## [1.0.0][163] (2017-05-16) +## [1.0.0][165] (2017-05-16) #### ✨ Features -- **lib:** initial release ([fe80771][164]) +- **lib:** initial release ([fe80771][166]) [1]: https://conventionalcommits.org [2]: https://semver.org -[3]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.2...v11.0.3 -[4]: https://github.com/babel-utils/babel-plugin-tester/commit/e9ebcdd66f2957da540c86e34994a3a0c910c50d -[5]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.1...v11.0.2 -[6]: https://github.com/babel-utils/babel-plugin-tester/commit/330aa1e43c7f0205cec2aa37fc5eaf838d4880d5 -[7]: https://github.com/babel-utils/babel-plugin-tester/commit/2c4cd8463146f28b9e42a8e0fd5deb0280c26b1e -[8]: https://github.com/babel-utils/babel-plugin-tester/commit/850d58cc747f0dfbb576b1117f4ed75117c48633 -[9]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.0...v11.0.1 -[10]: https://github.com/babel-utils/babel-plugin-tester/commit/e48badf20a709c4b6c4c6fdc5600344af1095cf8 -[11]: https://github.com/babel-utils/babel-plugin-tester/issues/139 -[12]: https://github.com/babel-utils/babel-plugin-tester/compare/v10.1.0...v11.0.0 -[13]: https://github.com/babel-utils/babel-plugin-tester#pluginname-inference-caveat -[14]: https://github.com/babel-utils/babel-plugin-tester/commit/73b90b347051661ccc37d663419c1d89348dedfb -[15]: https://github.com/babel-utils/babel-plugin-tester/commit/9d1b321e162f337963faf84c2e7a9323c55c5155 -[16]: https://github.com/babel-utils/babel-plugin-tester/commit/4754f42d0a6e66b9cd0c26f8ec7b4bc935ac79d4 -[17]: https://github.com/babel-utils/babel-plugin-tester/issues/90 -[18]: https://github.com/babel-utils/babel-plugin-tester/commit/89b58b5c39b2b43dff77fac7243e7a17c5297053 -[19]: https://github.com/babel-utils/babel-plugin-tester/issues/91 -[20]: https://github.com/babel-utils/babel-plugin-tester/commit/8c8b858eb8e73493616563552360fb8e7fe8c452 -[21]: https://github.com/babel-utils/babel-plugin-tester/commit/f54dedaa9c1cf6f7546d2f1bceaa44407049dd6e -[22]: https://github.com/babel-utils/babel-plugin-tester/commit/13626d16b655a241bdffcb904b085ec62c79c6ec -[23]: https://github.com/babel-utils/babel-plugin-tester/issues/92 -[24]: https://github.com/babel-utils/babel-plugin-tester/commit/f9ad9034e062c48ae0aeab85248ee0cefc991853 -[25]: https://github.com/babel-utils/babel-plugin-tester/commit/09e792da2de0c5ac802c58096fb3dd03b7eb0b52 -[26]: https://github.com/babel-utils/babel-plugin-tester/commit/4ea283f4e73d69b7e77abb982c76cf4ff0d6b0e4 -[27]: https://github.com/babel-utils/babel-plugin-tester/commit/4c7c6e7094680d21ab59786b7f87fcfcfde332d2 -[28]: https://github.com/babel-utils/babel-plugin-tester/commit/f214995024e8c86ada4f9fd4b2a927e1767920a7 -[29]: https://github.com/babel-utils/babel-plugin-tester/commit/2acfe37996080c26d96504b9837bc2dc5284eaa2 -[30]: https://github.com/babel-utils/babel-plugin-tester/issues/89 -[31]: https://github.com/babel-utils/babel-plugin-tester/commit/481be191651b3b5d4a0fd550146a76a6e1e819c4 -[32]: https://github.com/babel-utils/babel-plugin-tester/issues/88 -[33]: https://github.com/babel-utils/babel-plugin-tester/commit/fbb6c1924f7f44d72ec12892cdce1df9aea09528 -[34]: https://github.com/babel-utils/babel-plugin-tester/issues/98 -[35]: https://github.com/babel-utils/babel-plugin-tester/commit/0bdb3515c69a0eaef2e9cb251772083e946e425a -[36]: https://github.com/babel-utils/babel-plugin-tester/commit/00712c067253599c37b43cdf648c232be414e0a9 -[37]: https://github.com/babel-utils/babel-plugin-tester/issues/96 -[38]: https://github.com/babel-utils/babel-plugin-tester/commit/5f588e9b8e38eb265037a8af54f442e42c302368 -[39]: https://github.com/babel-utils/babel-plugin-tester/commit/d5b4d9c207c3499851025b06449114585f494d1f -[40]: https://github.com/babel-utils/babel-plugin-tester/commit/0b869bb1c7ecfab115293a33233e175cf0738b64 -[41]: https://github.com/babel-utils/babel-plugin-tester/commit/74af680467dbc663cb82a5cd9c6581d1b5216ae5 -[42]: https://github.com/babel-utils/babel-plugin-tester/commit/0c4439292839da87508d027cbfbf2b7a96e7d6e7 -[43]: https://github.com/babel-utils/babel-plugin-tester/compare/v10.0.0...v10.1.0 -[44]: https://github.com/babel-utils/babel-plugin-tester/issues/84 -[45]: https://github.com/babel-utils/babel-plugin-tester/commit/969be117ee279603244d0b413156c7995f403bd1 -[46]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.2.0...v10.0.0 -[47]: https://github.com/babel-utils/babel-plugin-tester/issues/78 -[48]: https://github.com/babel-utils/babel-plugin-tester/commit/91c22ecc29598db2a99b16df29d986087e9cd1b4 -[49]: https://github.com/babel-utils/babel-plugin-tester/issues/60 -[50]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.1.0...v9.2.0 -[51]: https://github.com/babel-utils/babel-plugin-tester/issues/73 -[52]: https://github.com/babel-utils/babel-plugin-tester/commit/ae67eeee0c344f066ebb518ae61498383f2e9167 -[53]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.0.1...v9.1.0 -[54]: https://github.com/babel-utils/babel-plugin-tester/issues/70 -[55]: https://github.com/babel-utils/babel-plugin-tester/commit/b5569f48a90b3163ab7bdab8ab8d7f3bd50a49e8 -[56]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.0.0...v9.0.1 -[57]: https://github.com/babel-utils/babel-plugin-tester/issues/68 -[58]: https://github.com/babel-utils/babel-plugin-tester/commit/f1c17ef49a3fc06cf030c34c9fa95c52a56ea929 -[59]: https://github.com/babel-utils/babel-plugin-tester/compare/v8.0.1...v9.0.0 -[60]: https://github.com/babel-utils/babel-plugin-tester/issues/66 -[61]: https://github.com/babel-utils/babel-plugin-tester/commit/1e7ad06bd20c26d1f933867bada159ec5d52e94f -[62]: https://github.com/babel-utils/babel-plugin-tester/compare/v8.0.0...v8.0.1 -[63]: https://github.com/babel-utils/babel-plugin-tester/issues/56 -[64]: https://github.com/babel-utils/babel-plugin-tester/commit/a13478519634702e87802ee5d761c88c04854098 -[65]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.4...v8.0.0 -[66]: https://github.com/babel-utils/babel-plugin-tester/issues/55 -[67]: https://github.com/babel-utils/babel-plugin-tester/commit/60e5c078cd6d60894dd3bc20cb062d09eae562af -[68]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.3...v7.0.4 -[69]: https://github.com/babel-utils/babel-plugin-tester/commit/7b97a6f3931bf1f13727b220c5dd6e468286f09b -[70]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.2...v7.0.3 -[71]: https://github.com/babel-utils/babel-plugin-tester/issues/54 -[72]: https://github.com/babel-utils/babel-plugin-tester/commit/dd01d8bf5698b8517be7e1bbb9a273618a33d5ae -[73]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.1...v7.0.2 -[74]: https://github.com/babel-utils/babel-plugin-tester/issues/52 -[75]: https://github.com/babel-utils/babel-plugin-tester/commit/9d1b8ff0e3145166639c27017da6bb935572fb2c -[76]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.0...v7.0.1 -[77]: https://github.com/babel-utils/babel-plugin-tester/commit/523fc9a0489d5a4edb4d21b305e6eb71335e273f -[78]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.5.0...v7.0.0 -[79]: https://github.com/babel-utils/babel-plugin-tester/commit/7c8296b7e8f9af13de2c7879f8c3a0098c9a957b -[80]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.4.0...v6.5.0 -[81]: https://github.com/babel-utils/babel-plugin-tester/issues/48 -[82]: https://github.com/babel-utils/babel-plugin-tester/commit/9ea178305756496e1d5039665af6fddd4419630b -[83]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.3.1...v6.4.0 -[84]: https://github.com/babel-utils/babel-plugin-tester/issues/45 -[85]: https://github.com/babel-utils/babel-plugin-tester/commit/8c382315912a2df755c17aa767c947f4538f5616 -[86]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.3.0...v6.3.1 -[87]: https://github.com/babel-utils/babel-plugin-tester/issues/44 -[88]: https://github.com/babel-utils/babel-plugin-tester/commit/1d220860c4b2f10c78592fbe0d87c53639b897aa -[89]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.2.1...v6.3.0 -[90]: https://github.com/babel-utils/babel-plugin-tester/issues/43 -[91]: https://github.com/babel-utils/babel-plugin-tester/commit/b63e8e13208d6724494c1bbbe9ff8aefffb412ca -[92]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.2.0...v6.2.1 -[93]: https://github.com/babel-utils/babel-plugin-tester/issues/42 -[94]: https://github.com/babel-utils/babel-plugin-tester/commit/556ca0d37c753d9a0e0653fa956853f2299967e4 -[95]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.1.0...v6.2.0 -[96]: https://github.com/babel-utils/babel-plugin-tester/issues/41 -[97]: https://github.com/babel-utils/babel-plugin-tester/commit/7b9e76d1dc8f5dc2a787fd9897647613ccde2e37 -[98]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.0.1...v6.1.0 -[99]: https://github.com/babel-utils/babel-plugin-tester/issues/39 -[100]: https://github.com/babel-utils/babel-plugin-tester/commit/e6c219f8ce1f57837e8bc3e17127c0f4e07843a6 -[101]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.0.0...v6.0.1 -[102]: https://github.com/babel-utils/babel-plugin-tester/issues/38 -[103]: https://github.com/babel-utils/babel-plugin-tester/commit/f3d7b5b4b7384e601233e1967764be5c91266991 -[104]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.5.2...v6.0.0 -[105]: https://github.com/babel-utils/babel-plugin-tester/issues/37 -[106]: https://github.com/babel-utils/babel-plugin-tester/commit/a174a762f4a20a08ea67816ca0040488156655d3 -[107]: https://github.com/babel-utils/babel-plugin-tester/issues/23 -[108]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.5.1...v5.5.2 -[109]: https://github.com/babel-utils/babel-plugin-tester/issues/35 -[110]: https://github.com/babel-utils/babel-plugin-tester/commit/0a8d27909c6afd055d89f940c2cf3182491b4e6c -[111]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.5.0...v5.5.1 -[112]: https://github.com/babel-utils/babel-plugin-tester/issues/33 -[113]: https://github.com/babel-utils/babel-plugin-tester/commit/2b33b362f5fff648a76265a96b54afb2958cf765 -[114]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.4.0...v5.5.0 -[115]: https://github.com/babel-utils/babel-plugin-tester/issues/32 -[116]: https://github.com/babel-utils/babel-plugin-tester/commit/c8e49be56250c552c2d117305170d51e5febf389 -[117]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.3.0...v5.4.0 -[118]: https://github.com/babel-utils/babel-plugin-tester/issues/28 -[119]: https://github.com/babel-utils/babel-plugin-tester/commit/1efc84a7fbe56973890d1398da59b459929c1b65 -[120]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.2.0...v5.3.0 -[121]: https://github.com/babel-utils/babel-plugin-tester/issues/27 -[122]: https://github.com/babel-utils/babel-plugin-tester/commit/d48a8fc2ea941dddf50dbcedaf136ab7d2618522 -[123]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.1.0...v5.2.0 -[124]: https://github.com/babel-utils/babel-plugin-tester/issues/26 -[125]: https://github.com/babel-utils/babel-plugin-tester/commit/f3e1ad2417a27560fb9ac4de1effdb0e4e57234d -[126]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.0.0...v5.1.0 -[127]: https://github.com/babel-utils/babel-plugin-tester/issues/25 -[128]: https://github.com/babel-utils/babel-plugin-tester/commit/cb230ec291a18a7298451aec2128eceb15712abf -[129]: https://github.com/babel-utils/babel-plugin-tester/compare/v4.0.0...v5.0.0 -[130]: https://github.com/babel-utils/babel-plugin-tester/issues/20 -[131]: https://github.com/babel-utils/babel-plugin-tester/commit/46c70d1fd0fd3d1c683230b8a5639ee3759770a3 -[132]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.3.0...v4.0.0 -[133]: https://github.com/babel-utils/babel-plugin-tester/issues/19 -[134]: https://github.com/babel-utils/babel-plugin-tester/commit/6cd36d153598ba0356642cbdedc1c7ab5206d3b6 -[135]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.2.2...v3.3.0 -[136]: https://github.com/babel-utils/babel-plugin-tester/issues/17 -[137]: https://github.com/babel-utils/babel-plugin-tester/commit/6085c16ff6d15c2651b0ade26d536e42838d337f -[138]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.2.1...v3.2.2 -[139]: https://github.com/babel-utils/babel-plugin-tester/issues/16 -[140]: https://github.com/babel-utils/babel-plugin-tester/commit/10d2b4f09750bf29454800becdd6224807dd4b97 -[141]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.2.0...v3.2.1 -[142]: https://github.com/babel-utils/babel-plugin-tester/commit/9fcb41816267f360a04f040135c8965cb2c5affd -[143]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.1.0...v3.2.0 -[144]: https://github.com/babel-utils/babel-plugin-tester/issues/14 -[145]: https://github.com/babel-utils/babel-plugin-tester/commit/9b30ca31c4e165372aaa95bd5a8111d2b1e79207 -[146]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.0.0...v3.1.0 -[147]: https://github.com/babel-utils/babel-plugin-tester/issues/13 -[148]: https://github.com/babel-utils/babel-plugin-tester/commit/d7aa18ac37fd19e74f6755143cf3152fcc6fa8f7 -[149]: https://github.com/babel-utils/babel-plugin-tester/compare/v2.0.0...v3.0.0 -[150]: https://github.com/babel-utils/babel-plugin-tester/commit/c78460bf77561c6b61c0a3191ccacb188f23fefc -[151]: https://github.com/babel-utils/babel-plugin-tester/issues/11 -[152]: https://github.com/babel-utils/babel-plugin-tester/compare/v1.1.1...v2.0.0 -[153]: https://github.com/babel-utils/babel-plugin-tester/issues/5 -[154]: https://github.com/babel-utils/babel-plugin-tester/commit/c157316dd261ada775910e21b7a6eedbaf147582 -[155]: https://github.com/babel-utils/babel-plugin-tester/issues/6 -[156]: https://github.com/babel-utils/babel-plugin-tester/commit/6e1554d5036225bb31a211e9efd3929b5d5c8509 -[157]: https://github.com/babel-utils/babel-plugin-tester/issues/7 -[158]: https://github.com/babel-utils/babel-plugin-tester/commit/ad1d1b13ccb3f31d47c15360b8f80ccc742e74be -[159]: https://github.com/babel-utils/babel-plugin-tester/compare/v1.1.0...v1.1.1 -[160]: https://github.com/babel-utils/babel-plugin-tester/commit/eb60549ebfe9a520f3fe3ca6852d50ab84464831 -[161]: https://github.com/babel-utils/babel-plugin-tester/compare/v1.0.0...v1.1.0 -[162]: https://github.com/babel-utils/babel-plugin-tester/commit/df54a4063df7b7ef9c73ddea2864dccff64ffbb8 -[163]: https://github.com/babel-utils/babel-plugin-tester/compare/fe80771efd866473899de03d66fcf940236ac753...v1.0.0 -[164]: https://github.com/babel-utils/babel-plugin-tester/commit/fe80771efd866473899de03d66fcf940236ac753 +[3]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.3...v11.0.4 +[4]: https://github.com/babel-utils/babel-plugin-tester/commit/03066985e981da21f3899cb6b1e0957295cdb996 +[5]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.2...v11.0.3 +[6]: https://github.com/babel-utils/babel-plugin-tester/commit/e9ebcdd66f2957da540c86e34994a3a0c910c50d +[7]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.1...v11.0.2 +[8]: https://github.com/babel-utils/babel-plugin-tester/commit/330aa1e43c7f0205cec2aa37fc5eaf838d4880d5 +[9]: https://github.com/babel-utils/babel-plugin-tester/commit/2c4cd8463146f28b9e42a8e0fd5deb0280c26b1e +[10]: https://github.com/babel-utils/babel-plugin-tester/commit/850d58cc747f0dfbb576b1117f4ed75117c48633 +[11]: https://github.com/babel-utils/babel-plugin-tester/compare/v11.0.0...v11.0.1 +[12]: https://github.com/babel-utils/babel-plugin-tester/commit/e48badf20a709c4b6c4c6fdc5600344af1095cf8 +[13]: https://github.com/babel-utils/babel-plugin-tester/issues/139 +[14]: https://github.com/babel-utils/babel-plugin-tester/compare/v10.1.0...v11.0.0 +[15]: https://github.com/babel-utils/babel-plugin-tester#pluginname-inference-caveat +[16]: https://github.com/babel-utils/babel-plugin-tester/commit/73b90b347051661ccc37d663419c1d89348dedfb +[17]: https://github.com/babel-utils/babel-plugin-tester/commit/9d1b321e162f337963faf84c2e7a9323c55c5155 +[18]: https://github.com/babel-utils/babel-plugin-tester/commit/4754f42d0a6e66b9cd0c26f8ec7b4bc935ac79d4 +[19]: https://github.com/babel-utils/babel-plugin-tester/issues/90 +[20]: https://github.com/babel-utils/babel-plugin-tester/commit/89b58b5c39b2b43dff77fac7243e7a17c5297053 +[21]: https://github.com/babel-utils/babel-plugin-tester/issues/91 +[22]: https://github.com/babel-utils/babel-plugin-tester/commit/8c8b858eb8e73493616563552360fb8e7fe8c452 +[23]: https://github.com/babel-utils/babel-plugin-tester/commit/f54dedaa9c1cf6f7546d2f1bceaa44407049dd6e +[24]: https://github.com/babel-utils/babel-plugin-tester/commit/13626d16b655a241bdffcb904b085ec62c79c6ec +[25]: https://github.com/babel-utils/babel-plugin-tester/issues/92 +[26]: https://github.com/babel-utils/babel-plugin-tester/commit/f9ad9034e062c48ae0aeab85248ee0cefc991853 +[27]: https://github.com/babel-utils/babel-plugin-tester/commit/09e792da2de0c5ac802c58096fb3dd03b7eb0b52 +[28]: https://github.com/babel-utils/babel-plugin-tester/commit/4ea283f4e73d69b7e77abb982c76cf4ff0d6b0e4 +[29]: https://github.com/babel-utils/babel-plugin-tester/commit/4c7c6e7094680d21ab59786b7f87fcfcfde332d2 +[30]: https://github.com/babel-utils/babel-plugin-tester/commit/f214995024e8c86ada4f9fd4b2a927e1767920a7 +[31]: https://github.com/babel-utils/babel-plugin-tester/commit/2acfe37996080c26d96504b9837bc2dc5284eaa2 +[32]: https://github.com/babel-utils/babel-plugin-tester/issues/89 +[33]: https://github.com/babel-utils/babel-plugin-tester/commit/481be191651b3b5d4a0fd550146a76a6e1e819c4 +[34]: https://github.com/babel-utils/babel-plugin-tester/issues/88 +[35]: https://github.com/babel-utils/babel-plugin-tester/commit/fbb6c1924f7f44d72ec12892cdce1df9aea09528 +[36]: https://github.com/babel-utils/babel-plugin-tester/issues/98 +[37]: https://github.com/babel-utils/babel-plugin-tester/commit/0bdb3515c69a0eaef2e9cb251772083e946e425a +[38]: https://github.com/babel-utils/babel-plugin-tester/commit/00712c067253599c37b43cdf648c232be414e0a9 +[39]: https://github.com/babel-utils/babel-plugin-tester/issues/96 +[40]: https://github.com/babel-utils/babel-plugin-tester/commit/5f588e9b8e38eb265037a8af54f442e42c302368 +[41]: https://github.com/babel-utils/babel-plugin-tester/commit/d5b4d9c207c3499851025b06449114585f494d1f +[42]: https://github.com/babel-utils/babel-plugin-tester/commit/0b869bb1c7ecfab115293a33233e175cf0738b64 +[43]: https://github.com/babel-utils/babel-plugin-tester/commit/74af680467dbc663cb82a5cd9c6581d1b5216ae5 +[44]: https://github.com/babel-utils/babel-plugin-tester/commit/0c4439292839da87508d027cbfbf2b7a96e7d6e7 +[45]: https://github.com/babel-utils/babel-plugin-tester/compare/v10.0.0...v10.1.0 +[46]: https://github.com/babel-utils/babel-plugin-tester/issues/84 +[47]: https://github.com/babel-utils/babel-plugin-tester/commit/969be117ee279603244d0b413156c7995f403bd1 +[48]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.2.0...v10.0.0 +[49]: https://github.com/babel-utils/babel-plugin-tester/issues/78 +[50]: https://github.com/babel-utils/babel-plugin-tester/commit/91c22ecc29598db2a99b16df29d986087e9cd1b4 +[51]: https://github.com/babel-utils/babel-plugin-tester/issues/60 +[52]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.1.0...v9.2.0 +[53]: https://github.com/babel-utils/babel-plugin-tester/issues/73 +[54]: https://github.com/babel-utils/babel-plugin-tester/commit/ae67eeee0c344f066ebb518ae61498383f2e9167 +[55]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.0.1...v9.1.0 +[56]: https://github.com/babel-utils/babel-plugin-tester/issues/70 +[57]: https://github.com/babel-utils/babel-plugin-tester/commit/b5569f48a90b3163ab7bdab8ab8d7f3bd50a49e8 +[58]: https://github.com/babel-utils/babel-plugin-tester/compare/v9.0.0...v9.0.1 +[59]: https://github.com/babel-utils/babel-plugin-tester/issues/68 +[60]: https://github.com/babel-utils/babel-plugin-tester/commit/f1c17ef49a3fc06cf030c34c9fa95c52a56ea929 +[61]: https://github.com/babel-utils/babel-plugin-tester/compare/v8.0.1...v9.0.0 +[62]: https://github.com/babel-utils/babel-plugin-tester/issues/66 +[63]: https://github.com/babel-utils/babel-plugin-tester/commit/1e7ad06bd20c26d1f933867bada159ec5d52e94f +[64]: https://github.com/babel-utils/babel-plugin-tester/compare/v8.0.0...v8.0.1 +[65]: https://github.com/babel-utils/babel-plugin-tester/issues/56 +[66]: https://github.com/babel-utils/babel-plugin-tester/commit/a13478519634702e87802ee5d761c88c04854098 +[67]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.4...v8.0.0 +[68]: https://github.com/babel-utils/babel-plugin-tester/issues/55 +[69]: https://github.com/babel-utils/babel-plugin-tester/commit/60e5c078cd6d60894dd3bc20cb062d09eae562af +[70]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.3...v7.0.4 +[71]: https://github.com/babel-utils/babel-plugin-tester/commit/7b97a6f3931bf1f13727b220c5dd6e468286f09b +[72]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.2...v7.0.3 +[73]: https://github.com/babel-utils/babel-plugin-tester/issues/54 +[74]: https://github.com/babel-utils/babel-plugin-tester/commit/dd01d8bf5698b8517be7e1bbb9a273618a33d5ae +[75]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.1...v7.0.2 +[76]: https://github.com/babel-utils/babel-plugin-tester/issues/52 +[77]: https://github.com/babel-utils/babel-plugin-tester/commit/9d1b8ff0e3145166639c27017da6bb935572fb2c +[78]: https://github.com/babel-utils/babel-plugin-tester/compare/v7.0.0...v7.0.1 +[79]: https://github.com/babel-utils/babel-plugin-tester/commit/523fc9a0489d5a4edb4d21b305e6eb71335e273f +[80]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.5.0...v7.0.0 +[81]: https://github.com/babel-utils/babel-plugin-tester/commit/7c8296b7e8f9af13de2c7879f8c3a0098c9a957b +[82]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.4.0...v6.5.0 +[83]: https://github.com/babel-utils/babel-plugin-tester/issues/48 +[84]: https://github.com/babel-utils/babel-plugin-tester/commit/9ea178305756496e1d5039665af6fddd4419630b +[85]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.3.1...v6.4.0 +[86]: https://github.com/babel-utils/babel-plugin-tester/issues/45 +[87]: https://github.com/babel-utils/babel-plugin-tester/commit/8c382315912a2df755c17aa767c947f4538f5616 +[88]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.3.0...v6.3.1 +[89]: https://github.com/babel-utils/babel-plugin-tester/issues/44 +[90]: https://github.com/babel-utils/babel-plugin-tester/commit/1d220860c4b2f10c78592fbe0d87c53639b897aa +[91]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.2.1...v6.3.0 +[92]: https://github.com/babel-utils/babel-plugin-tester/issues/43 +[93]: https://github.com/babel-utils/babel-plugin-tester/commit/b63e8e13208d6724494c1bbbe9ff8aefffb412ca +[94]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.2.0...v6.2.1 +[95]: https://github.com/babel-utils/babel-plugin-tester/issues/42 +[96]: https://github.com/babel-utils/babel-plugin-tester/commit/556ca0d37c753d9a0e0653fa956853f2299967e4 +[97]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.1.0...v6.2.0 +[98]: https://github.com/babel-utils/babel-plugin-tester/issues/41 +[99]: https://github.com/babel-utils/babel-plugin-tester/commit/7b9e76d1dc8f5dc2a787fd9897647613ccde2e37 +[100]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.0.1...v6.1.0 +[101]: https://github.com/babel-utils/babel-plugin-tester/issues/39 +[102]: https://github.com/babel-utils/babel-plugin-tester/commit/e6c219f8ce1f57837e8bc3e17127c0f4e07843a6 +[103]: https://github.com/babel-utils/babel-plugin-tester/compare/v6.0.0...v6.0.1 +[104]: https://github.com/babel-utils/babel-plugin-tester/issues/38 +[105]: https://github.com/babel-utils/babel-plugin-tester/commit/f3d7b5b4b7384e601233e1967764be5c91266991 +[106]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.5.2...v6.0.0 +[107]: https://github.com/babel-utils/babel-plugin-tester/issues/37 +[108]: https://github.com/babel-utils/babel-plugin-tester/commit/a174a762f4a20a08ea67816ca0040488156655d3 +[109]: https://github.com/babel-utils/babel-plugin-tester/issues/23 +[110]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.5.1...v5.5.2 +[111]: https://github.com/babel-utils/babel-plugin-tester/issues/35 +[112]: https://github.com/babel-utils/babel-plugin-tester/commit/0a8d27909c6afd055d89f940c2cf3182491b4e6c +[113]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.5.0...v5.5.1 +[114]: https://github.com/babel-utils/babel-plugin-tester/issues/33 +[115]: https://github.com/babel-utils/babel-plugin-tester/commit/2b33b362f5fff648a76265a96b54afb2958cf765 +[116]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.4.0...v5.5.0 +[117]: https://github.com/babel-utils/babel-plugin-tester/issues/32 +[118]: https://github.com/babel-utils/babel-plugin-tester/commit/c8e49be56250c552c2d117305170d51e5febf389 +[119]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.3.0...v5.4.0 +[120]: https://github.com/babel-utils/babel-plugin-tester/issues/28 +[121]: https://github.com/babel-utils/babel-plugin-tester/commit/1efc84a7fbe56973890d1398da59b459929c1b65 +[122]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.2.0...v5.3.0 +[123]: https://github.com/babel-utils/babel-plugin-tester/issues/27 +[124]: https://github.com/babel-utils/babel-plugin-tester/commit/d48a8fc2ea941dddf50dbcedaf136ab7d2618522 +[125]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.1.0...v5.2.0 +[126]: https://github.com/babel-utils/babel-plugin-tester/issues/26 +[127]: https://github.com/babel-utils/babel-plugin-tester/commit/f3e1ad2417a27560fb9ac4de1effdb0e4e57234d +[128]: https://github.com/babel-utils/babel-plugin-tester/compare/v5.0.0...v5.1.0 +[129]: https://github.com/babel-utils/babel-plugin-tester/issues/25 +[130]: https://github.com/babel-utils/babel-plugin-tester/commit/cb230ec291a18a7298451aec2128eceb15712abf +[131]: https://github.com/babel-utils/babel-plugin-tester/compare/v4.0.0...v5.0.0 +[132]: https://github.com/babel-utils/babel-plugin-tester/issues/20 +[133]: https://github.com/babel-utils/babel-plugin-tester/commit/46c70d1fd0fd3d1c683230b8a5639ee3759770a3 +[134]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.3.0...v4.0.0 +[135]: https://github.com/babel-utils/babel-plugin-tester/issues/19 +[136]: https://github.com/babel-utils/babel-plugin-tester/commit/6cd36d153598ba0356642cbdedc1c7ab5206d3b6 +[137]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.2.2...v3.3.0 +[138]: https://github.com/babel-utils/babel-plugin-tester/issues/17 +[139]: https://github.com/babel-utils/babel-plugin-tester/commit/6085c16ff6d15c2651b0ade26d536e42838d337f +[140]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.2.1...v3.2.2 +[141]: https://github.com/babel-utils/babel-plugin-tester/issues/16 +[142]: https://github.com/babel-utils/babel-plugin-tester/commit/10d2b4f09750bf29454800becdd6224807dd4b97 +[143]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.2.0...v3.2.1 +[144]: https://github.com/babel-utils/babel-plugin-tester/commit/9fcb41816267f360a04f040135c8965cb2c5affd +[145]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.1.0...v3.2.0 +[146]: https://github.com/babel-utils/babel-plugin-tester/issues/14 +[147]: https://github.com/babel-utils/babel-plugin-tester/commit/9b30ca31c4e165372aaa95bd5a8111d2b1e79207 +[148]: https://github.com/babel-utils/babel-plugin-tester/compare/v3.0.0...v3.1.0 +[149]: https://github.com/babel-utils/babel-plugin-tester/issues/13 +[150]: https://github.com/babel-utils/babel-plugin-tester/commit/d7aa18ac37fd19e74f6755143cf3152fcc6fa8f7 +[151]: https://github.com/babel-utils/babel-plugin-tester/compare/v2.0.0...v3.0.0 +[152]: https://github.com/babel-utils/babel-plugin-tester/commit/c78460bf77561c6b61c0a3191ccacb188f23fefc +[153]: https://github.com/babel-utils/babel-plugin-tester/issues/11 +[154]: https://github.com/babel-utils/babel-plugin-tester/compare/v1.1.1...v2.0.0 +[155]: https://github.com/babel-utils/babel-plugin-tester/issues/5 +[156]: https://github.com/babel-utils/babel-plugin-tester/commit/c157316dd261ada775910e21b7a6eedbaf147582 +[157]: https://github.com/babel-utils/babel-plugin-tester/issues/6 +[158]: https://github.com/babel-utils/babel-plugin-tester/commit/6e1554d5036225bb31a211e9efd3929b5d5c8509 +[159]: https://github.com/babel-utils/babel-plugin-tester/issues/7 +[160]: https://github.com/babel-utils/babel-plugin-tester/commit/ad1d1b13ccb3f31d47c15360b8f80ccc742e74be +[161]: https://github.com/babel-utils/babel-plugin-tester/compare/v1.1.0...v1.1.1 +[162]: https://github.com/babel-utils/babel-plugin-tester/commit/eb60549ebfe9a520f3fe3ca6852d50ab84464831 +[163]: https://github.com/babel-utils/babel-plugin-tester/compare/v1.0.0...v1.1.0 +[164]: https://github.com/babel-utils/babel-plugin-tester/commit/df54a4063df7b7ef9c73ddea2864dccff64ffbb8 +[165]: https://github.com/babel-utils/babel-plugin-tester/compare/fe80771efd866473899de03d66fcf940236ac753...v1.0.0 +[166]: https://github.com/babel-utils/babel-plugin-tester/commit/fe80771efd866473899de03d66fcf940236ac753 diff --git a/package-lock.json b/package-lock.json index 4377c5c..8680fbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "babel-plugin-tester", - "version": "11.0.3", + "version": "11.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "babel-plugin-tester", - "version": "11.0.3", + "version": "11.0.4", "license": "MIT", "dependencies": { "core-js": "^3.27.2", diff --git a/package.json b/package.json index 01c57d3..88044cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-tester", - "version": "11.0.3", + "version": "11.0.4", "description": "Utilities for testing babel plugins", "keywords": [ "babel",