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