UNPKG

@anansi/babel-preset

Version:
910 lines (478 loc) 97.6 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ### [6.2.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.2.4...@anansi/babel-preset@6.2.5) (2025-03-29) ### 📦 Package * Update babel packages to v7.27.0 ([#2711](https://github.com/ntucker/anansi/issues/2711)) ([17d900f](https://github.com/ntucker/anansi/commit/17d900fe0c815aed8af5b52c7e858089be341c77)) * Update react ([#2716](https://github.com/ntucker/anansi/issues/2716)) ([2bd2caf](https://github.com/ntucker/anansi/commit/2bd2cafb3054f9f226c4a963d49ae19355c9c67c)) ### [6.2.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.2.3...@anansi/babel-preset@6.2.4) (2025-03-24) ### 📦 Package * Update all non-major dependencies ([#2706](https://github.com/ntucker/anansi/issues/2706)) ([a8b58cc](https://github.com/ntucker/anansi/commit/a8b58cc1b16a4f95091fb09980da0296b39f0e1c)) ### [6.2.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.2.2...@anansi/babel-preset@6.2.3) (2025-03-17) ### 📦 Package * Update babel-plugin-react-compiler ([42a6170](https://github.com/ntucker/anansi/commit/42a6170727c4827d0bcfa36d8e783642c1f62cdf)) ### [6.2.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.2.1...@anansi/babel-preset@6.2.2) (2025-03-12) ### 📦 Package * Update babel packages ([#2688](https://github.com/ntucker/anansi/issues/2688)) ([5e57d54](https://github.com/ntucker/anansi/commit/5e57d5411de4def9276f6c3ea08acc9ace9b0c12)) ### [6.2.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.2.0...@anansi/babel-preset@6.2.1) (2025-02-26) ### 💅 Enhancement * Always exclude Array.push and unshift polyfills ([745f1f7](https://github.com/ntucker/anansi/commit/745f1f72a729fda85d7408f81ee815dd8be2afdf)) ## [6.2.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.10...@anansi/babel-preset@6.2.0) (2025-02-26) ### 🚀 Features * Add polyfillTargets babel config option and POLYFILL_TARGETS env ([d5aa124](https://github.com/ntucker/anansi/commit/d5aa1248deebf6ff98d4503422319420d8a81676)) ### 📦 Package * Bump react compiler ([07d1574](https://github.com/ntucker/anansi/commit/07d157411decad35e5e4786320118ceeebbd525f)) ### 📝 Documentation * Fix babel polyfillMethod name ([52dd440](https://github.com/ntucker/anansi/commit/52dd4403c7cdf99d12d556a212c80adbe00a1698)) ### [6.1.10](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.9...@anansi/babel-preset@6.1.10) (2025-02-25) **Note:** Version bump only for package @anansi/babel-preset ### [6.1.9](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.8...@anansi/babel-preset@6.1.9) (2025-02-24) ### 📝 Documentation * Update babel readme ([98ff5e2](https://github.com/ntucker/anansi/commit/98ff5e2db9e8ecc9219327ecca325e50da84310c)) ### [6.1.8](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.7...@anansi/babel-preset@6.1.8) (2025-02-18) ### 💅 Enhancement * Do not use esm runtime when targetting node ([0f43e2f](https://github.com/ntucker/anansi/commit/0f43e2f3c34cbe84ee61be651d6b515a2014b7e2)) ### [6.1.7](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.6...@anansi/babel-preset@6.1.7) (2025-02-17) ### 💅 Enhancement * Match runtime esmodules with output modules ([1dd7170](https://github.com/ntucker/anansi/commit/1dd717095178cb28be77184d5fd4d399527f4eef)) ### [6.1.6](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.5...@anansi/babel-preset@6.1.6) (2025-02-17) ### 💅 Enhancement * runtime imports should use es modules when possible ([1b695de](https://github.com/ntucker/anansi/commit/1b695de5a7aeabce9f5ba3f36c96573adaef41ac)) ### 🐛 Bug Fix * caller.polyfillMethod as 'false' should work ([ce1417a](https://github.com/ntucker/anansi/commit/ce1417adde4e39f559aba3db0b807faf8e5c8d1d)) ### 📦 Package * Update react-compiler to 20250216 ([a00fbbc](https://github.com/ntucker/anansi/commit/a00fbbcfa018c420172d017f2288b5efbc2cdccf)) ### [6.1.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.4...@anansi/babel-preset@6.1.5) (2025-02-16) ### 💅 Enhancement * Prefer core-js-pure when it is explicitly found in deps ([f275de6](https://github.com/ntucker/anansi/commit/f275de60c2391a30be237317da4585a6aaa124d5)) * Use core-js-pure by default when caller is rollup ([51ea4d4](https://github.com/ntucker/anansi/commit/51ea4d48a0815613f76c1f9835f8169d09589d76)) ### 📦 Package * Update babel packages to v7.26.9 ([#2659](https://github.com/ntucker/anansi/issues/2659)) ([990ec2e](https://github.com/ntucker/anansi/commit/990ec2ef3aa908e2d1394bc288f97a34be9b3b35)) ### [6.1.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.3...@anansi/babel-preset@6.1.4) (2025-02-14) ### 📦 Package * Update react compiler version ([5077593](https://github.com/ntucker/anansi/commit/5077593557f3b7c55d2cde7848b224515bc780a4)) ### [6.1.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.2...@anansi/babel-preset@6.1.3) (2025-02-09) ### 📦 Package * Update babel packages to v7.26.8 ([#2647](https://github.com/ntucker/anansi/issues/2647)) ([1728b17](https://github.com/ntucker/anansi/commit/1728b17863fc19307622fc0ca010b68910efc175)) ### [6.1.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.1...@anansi/babel-preset@6.1.2) (2025-01-26) ### 💅 Enhancement * BABEL_POLYFILL_METHOD and caller.polyfillMethod ([d697923](https://github.com/ntucker/anansi/commit/d697923f511197b09230fa0f41b6d5e28338d6b2)) ### [6.1.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.1.0...@anansi/babel-preset@6.1.1) (2025-01-26) ### 💅 Enhancement * Add rollup to 'library' detection ([2b3e21a](https://github.com/ntucker/anansi/commit/2b3e21a89403f4d42c95b4aae3da147bdf72945b)) ## [6.1.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.12...@anansi/babel-preset@6.1.0) (2025-01-25) ### 🚀 Features * Add polyfillMethod option and support modern polyfills like Object.hasOwn ([04b277b](https://github.com/ntucker/anansi/commit/04b277bc2baf861fb44734b67db3bc77a32e7278)) ### 📦 Package * Update all non-major dependencies ([#2623](https://github.com/ntucker/anansi/issues/2623)) ([9aab475](https://github.com/ntucker/anansi/commit/9aab4756e4a3f5b3737b147b6ea0d99c12bd2614)) * Update babel packages ([#2620](https://github.com/ntucker/anansi/issues/2620)) ([36ef8c6](https://github.com/ntucker/anansi/commit/36ef8c6f7b7a71ec9a44b5716172cbd9257c95dc)) * Update babel packages to v7.26.7 ([#2638](https://github.com/ntucker/anansi/issues/2638)) ([8a3a4ae](https://github.com/ntucker/anansi/commit/8a3a4ae0ab4f3bae0bddbf5f2161ed9087ab67ee)) ### [6.0.12](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.11...@anansi/babel-preset@6.0.12) (2024-12-12) ### 🐛 Bug Fix * Improve server-side compilation with nextjs ([72ac5da](https://github.com/ntucker/anansi/commit/72ac5da518c6b981416173c2cbec389d12265904)) ### [6.0.11](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.10...@anansi/babel-preset@6.0.11) (2024-12-08) ### 💅 Enhancement * Target node if caller says it should ([590e680](https://github.com/ntucker/anansi/commit/590e680c4e930598d0c4086609600e0a7321f5c2)) ### [6.0.10](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.9...@anansi/babel-preset@6.0.10) (2024-12-06) ### 📦 Package * Update babel packages ([#2594](https://github.com/ntucker/anansi/issues/2594)) ([dcaa66b](https://github.com/ntucker/anansi/commit/dcaa66bac333e901021fdb173e2656d4babcf246)) ### [6.0.9](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.8...@anansi/babel-preset@6.0.9) (2024-10-26) ### 📦 Package * Update babel packages to v7.26.0 ([#2564](https://github.com/ntucker/anansi/issues/2564)) ([3cd27ae](https://github.com/ntucker/anansi/commit/3cd27aebd858e28a0b014b769173b8f445dc18bc)) ### [6.0.8](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.7...@anansi/babel-preset@6.0.8) (2024-10-22) ### 📦 Package * Update babel packages to v7.25.9 ([#2561](https://github.com/ntucker/anansi/issues/2561)) ([147231a](https://github.com/ntucker/anansi/commit/147231a28dac15b30c86b92039d883cd189f60f3)) ### [6.0.7](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.6...@anansi/babel-preset@6.0.7) (2024-10-11) ### 📦 Package * Update babel packages to v7.25.8 ([#2547](https://github.com/ntucker/anansi/issues/2547)) ([b9e1ee8](https://github.com/ntucker/anansi/commit/b9e1ee8291cc882e809acfd8441c0a9baba849d3)) ### [6.0.6](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.5...@anansi/babel-preset@6.0.6) (2024-10-02) ### 📦 Package * Update babel packages to v7.25.7 ([#2539](https://github.com/ntucker/anansi/issues/2539)) ([5e92e2d](https://github.com/ntucker/anansi/commit/5e92e2d607171eadf763d188c374354907da9c0c)) ### [6.0.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.4...@anansi/babel-preset@6.0.5) (2024-09-06) **Note:** Version bump only for package @anansi/babel-preset ### [6.0.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.3...@anansi/babel-preset@6.0.4) (2024-08-24) ### 📦 Package * Update babel packages ([#2497](https://github.com/ntucker/anansi/issues/2497)) ([3a40fea](https://github.com/ntucker/anansi/commit/3a40fea60027ce2296041b34334c0104a1b7f712)) ### [6.0.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.2...@anansi/babel-preset@6.0.3) (2024-08-05) ### 📦 Package * Update `@babel/preset-env` to ^7.25.3 ([#2480](https://github.com/ntucker/anansi/issues/2480)) ([1f60173](https://github.com/ntucker/anansi/commit/1f6017356a4031c9509a9c1e561bfef44018e488)) * Update babel packages ([#2477](https://github.com/ntucker/anansi/issues/2477)) ([666f433](https://github.com/ntucker/anansi/commit/666f433b40c36200d40676d679c2f4b925e83f86)) ### [6.0.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.1...@anansi/babel-preset@6.0.2) (2024-07-28) ### 💅 Enhancement * Support .ctsx extensions ([5342972](https://github.com/ntucker/anansi/commit/5342972a4db551872fd7fa2de980c407dbb64a9e)) ### 📦 Package * Update `@types/node` to v22 ([#2476](https://github.com/ntucker/anansi/issues/2476)) ([a52bfad](https://github.com/ntucker/anansi/commit/a52bfad6714d94e3b4ef327ac072fbcb386ee63a)) * Update babel packages to ^7.25.0 ([#2469](https://github.com/ntucker/anansi/issues/2469)) ([281473a](https://github.com/ntucker/anansi/commit/281473ac5d9976a22776887f1c4f6d3c58d008dd)) ### [6.0.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@6.0.0...@anansi/babel-preset@6.0.1) (2024-07-13) ### 📦 Package * Update all non-major dependencies ([#2451](https://github.com/ntucker/anansi/issues/2451)) ([ea19d93](https://github.com/ntucker/anansi/commit/ea19d93b5976c831b92f8589eec22977c51d135e)) * Update babel packages to v7.24.8 ([#2452](https://github.com/ntucker/anansi/issues/2452)) ([0c7e4d5](https://github.com/ntucker/anansi/commit/0c7e4d5fbfd02fd47f324baf5fc84f92cfb50b67)) ## [6.0.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.10...@anansi/babel-preset@6.0.0) (2024-06-12) ### ⚠ 💥 BREAKING CHANGES * reactRequire no longer supported - use jsx transform instead * react-hot-reload (for old versions of React) no longer supported. use react-refresh * hasJsxRuntime defaults to true ### 🚀 Features * Add reactCompiler option ([36f37de](https://github.com/ntucker/anansi/commit/36f37de31433bfac68ee8b42b7223e5f361c1418)) ### 💅 Enhancement * Match compatibility with any react-refresh version ([378cd74](https://github.com/ntucker/anansi/commit/378cd7447ef4cd7fbfa935482f49632ee1317221)) * Remove react-hot-reload support ([3f1d797](https://github.com/ntucker/anansi/commit/3f1d79712cd2212cd99af29ea5c2639e84f2c80c)) * Remove reactRequire option ([80f50c5](https://github.com/ntucker/anansi/commit/80f50c5b5763874fa9abe85f07222ceeb12c82fe)) * Use react's jsx-runtime directly by default ([#2434](https://github.com/ntucker/anansi/issues/2434)) ([f44e0ec](https://github.com/ntucker/anansi/commit/f44e0ec8ab3bec12b33029589ad1ef032480f702)) ### 🐛 Bug Fix * Require statement ([702fb25](https://github.com/ntucker/anansi/commit/702fb259491f86c02bb46512e70ad2c4387fdea3)) ### [5.0.10](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.9...@anansi/babel-preset@5.0.10) (2024-06-11) ### 🐛 Bug Fix * Don't use jsx-dev runtime unless explicitly development env ([45b3868](https://github.com/ntucker/anansi/commit/45b3868a8e45c8372372e570b3c731126acdce41)) ### 📦 Package * Update babel packages to v7.24.7 ([#2427](https://github.com/ntucker/anansi/issues/2427)) ([5622afe](https://github.com/ntucker/anansi/commit/5622afeb8384a45124b15543a5c9e52c5166132e)) ### [5.0.9](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.8...@anansi/babel-preset@5.0.9) (2024-05-25) ### 📦 Package * Update babel packages ([#2418](https://github.com/ntucker/anansi/issues/2418)) ([f613443](https://github.com/ntucker/anansi/commit/f613443f0e37cb7d40d70f40865baf43fcb394dd)) ### [5.0.8](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.7...@anansi/babel-preset@5.0.8) (2024-04-30) ### 📦 Package * Update babel packages to v7.24.5 ([#2400](https://github.com/ntucker/anansi/issues/2400)) ([b6f2b35](https://github.com/ntucker/anansi/commit/b6f2b358ad6c689a059acc7fc08a4cef82ac0496)) ### [5.0.7](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.6...@anansi/babel-preset@5.0.7) (2024-04-20) ### 📦 Package * Update `babel-plugin-module-resolver` to v5.0.2 ([#2382](https://github.com/ntucker/anansi/issues/2382)) ([4a54ced](https://github.com/ntucker/anansi/commit/4a54ced29ee7c2cb13c77ef57c9572d7e317855d)) ### [5.0.6](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.5...@anansi/babel-preset@5.0.6) (2024-04-17) ### 📦 Package * Update babel packages ([#2380](https://github.com/ntucker/anansi/issues/2380)) ([c9b31be](https://github.com/ntucker/anansi/commit/c9b31be872e76f19314bc2d29eef6646b394b974)) ### [5.0.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.4...@anansi/babel-preset@5.0.5) (2024-04-08) ### 📦 Package * Update babel packages to v7.24.4 ([#2365](https://github.com/ntucker/anansi/issues/2365)) ([561688e](https://github.com/ntucker/anansi/commit/561688ef8beee5f30787d3e3a1586e13d5c87ade)) ### [5.0.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.3...@anansi/babel-preset@5.0.4) (2024-03-20) ### 📦 Package * Update babel packages ([#2351](https://github.com/ntucker/anansi/issues/2351)) ([30d60ff](https://github.com/ntucker/anansi/commit/30d60ff314b9be3c5bd156936b2c3998cd0d5860)) ### [5.0.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.2...@anansi/babel-preset@5.0.3) (2024-02-29) ### 📦 Package * Update babel packages ([#2329](https://github.com/ntucker/anansi/issues/2329)) ([a528bca](https://github.com/ntucker/anansi/commit/a528bcaf77a59078b284ed5d8f900eccc93c2098)) ### [5.0.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.1...@anansi/babel-preset@5.0.2) (2024-01-26) ### 📦 Package * Update babel packages ([#2298](https://github.com/ntucker/anansi/issues/2298)) ([2dd88be](https://github.com/ntucker/anansi/commit/2dd88bec95c8e6661684c01beac24fefa76b3cc7)) ### [5.0.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@5.0.0...@anansi/babel-preset@5.0.1) (2024-01-20) ### 💅 Enhancement * Fix 'Class fields are not enabled.' by using latest decorators standard ([a88776f](https://github.com/ntucker/anansi/commit/a88776f88411f975f3d26ecdd08d3d3c443e95ee)) ## [5.0.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.5.4...@anansi/babel-preset@5.0.0) (2024-01-19) ### ⚠ 💥 BREAKING CHANGES * Flow is no longer supported * Double check your class transforms in case your use-case is different than our tests. * Decorators targets '2023-05' of the spec by default (from '2018-09' previously) * See more https://babeljs.io/docs/babel-plugin-proposal-decorators#version * If you want to continue targeting an older version, you will need to manually add `@babel/plugin-transform-class-properties` * 'loose' no longer makes the default decorators spec 'legacy' ### 💅 Enhancement * Remove class transforms that are integrated into preset-env ([#2288](https://github.com/ntucker/anansi/issues/2288)) ([48f7751](https://github.com/ntucker/anansi/commit/48f7751c18eadee712ad1d3838ec95035d44a7a2)) * Remove flow support, automatically enable TypeScript ([e4acc4f](https://github.com/ntucker/anansi/commit/e4acc4f3b88d7665744bf410e1d5f74e8e994e82)) ### [4.5.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.5.3...@anansi/babel-preset@4.5.4) (2024-01-19) ### 📦 Package * Use updated babel packages for ECMA standards promotions ([#2286](https://github.com/ntucker/anansi/issues/2286)) ([f8662eb](https://github.com/ntucker/anansi/commit/f8662eb0b02973c8881b6fc3ecbbceb9ab1c40d6)) ### [4.5.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.5.2...@anansi/babel-preset@4.5.3) (2024-01-12) ### 📦 Package * Update babel packages to ^7.23.8 ([#2271](https://github.com/ntucker/anansi/issues/2271)) ([350c021](https://github.com/ntucker/anansi/commit/350c0210567197c40e33097dc794e75dde34b141)) ### [4.5.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.5.1...@anansi/babel-preset@4.5.2) (2023-12-30) ### 📦 Package * Update babel packages ([#2266](https://github.com/ntucker/anansi/issues/2266)) ([bd99cea](https://github.com/ntucker/anansi/commit/bd99ceaa735aa84df8d3c5d82dab0aea91911886)) ### [4.5.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.5.0...@anansi/babel-preset@4.5.1) (2023-12-12) ### 📦 Package * Update babel packages ([#2257](https://github.com/ntucker/anansi/issues/2257)) ([aff568f](https://github.com/ntucker/anansi/commit/aff568f04acb9919bbb43463f19050bd3ea4e7f9)) ## [4.5.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.4.5...@anansi/babel-preset@4.5.0) (2023-12-09) ### 🚀 Features * Support linaria 6 ([aa81be9](https://github.com/ntucker/anansi/commit/aa81be9804f62a0636fd641e01e57427625bdb77)) ### [4.4.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.4.4...@anansi/babel-preset@4.4.5) (2023-11-30) ### 📦 Package * Update babel packages to v7.23.5 ([#2242](https://github.com/ntucker/anansi/issues/2242)) ([3dd3906](https://github.com/ntucker/anansi/commit/3dd39065fb58d385e74304be907be5939927dc91)) ### [4.4.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.4.3...@anansi/babel-preset@4.4.4) (2023-11-20) ### 📦 Package * Update babel packages ([#2241](https://github.com/ntucker/anansi/issues/2241)) ([447c6c0](https://github.com/ntucker/anansi/commit/447c6c0ca62f9d987e6a2082293340971eee9f1d)) ### [4.4.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.4.2...@anansi/babel-preset@4.4.3) (2023-11-18) **Note:** Version bump only for package @anansi/babel-preset ### [4.4.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.4.1...@anansi/babel-preset@4.4.2) (2023-11-10) ### 📦 Package * Update all non-major dependencies ([#2216](https://github.com/ntucker/anansi/issues/2216)) ([b7d76ee](https://github.com/ntucker/anansi/commit/b7d76eecb88caea2096bacc5b6c9a51822e6cc9f)) * Update babel packages ([#2221](https://github.com/ntucker/anansi/issues/2221)) ([f67fc63](https://github.com/ntucker/anansi/commit/f67fc6369e902478aecbdb854b767f8d855d22ee)) ### [4.4.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.4.0...@anansi/babel-preset@4.4.1) (2023-10-15) ### 📦 Package * Update babel packages ([#2196](https://github.com/ntucker/anansi/issues/2196)) ([4ac0473](https://github.com/ntucker/anansi/commit/4ac04739cd7874fbcdae22c68a54359112a6b503)) ## [4.4.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.3.0...@anansi/babel-preset@4.4.0) (2023-09-26) ### 🚀 Features * **pkg:** Update babel packages ([#2181](https://github.com/ntucker/anansi/issues/2181)) ([a4f2b81](https://github.com/ntucker/anansi/commit/a4f2b816998f5050b2a8e9d062536934cba1a64c)) ## [4.3.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.16...@anansi/babel-preset@4.3.0) (2023-09-23) ### 🚀 Features * Add linria detection for react refresh compat ([159280a](https://github.com/ntucker/anansi/commit/159280a9cecb946f63abd5e858207f8f53d5f0b1)) ### 📦 Package * Update babel packages to v7.22.20 ([#2171](https://github.com/ntucker/anansi/issues/2171)) ([83d2bc0](https://github.com/ntucker/anansi/commit/83d2bc0a7ced2625222c81be724a5d4c715fbd64)) ### [4.2.16](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.15...@anansi/babel-preset@4.2.16) (2023-09-15) ### 📦 Package * Update babel packages ([#2165](https://github.com/ntucker/anansi/issues/2165)) ([dd60a2b](https://github.com/ntucker/anansi/commit/dd60a2bd81b97badfeed754f25a9325b4d912393)) ### [4.2.15](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.14...@anansi/babel-preset@4.2.15) (2023-09-04) ### 📦 Package * Update babel packages to v7.22.15 ([#2155](https://github.com/ntucker/anansi/issues/2155)) ([afa9fb8](https://github.com/ntucker/anansi/commit/afa9fb8e060deca216f830cf55222285507c3212)) ### [4.2.14](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.13...@anansi/babel-preset@4.2.14) (2023-08-27) ### 📦 Package * Update babel packages ([#2142](https://github.com/ntucker/anansi/issues/2142)) ([df547a0](https://github.com/ntucker/anansi/commit/df547a046e0ebbca4e93e796d30ba2a669f1d657)) ### [4.2.13](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.12...@anansi/babel-preset@4.2.13) (2023-08-09) ### 📦 Package * Update all non-major dependencies ([#2114](https://github.com/ntucker/anansi/issues/2114)) ([f5d463a](https://github.com/ntucker/anansi/commit/f5d463af325e63fbd49fcf0d0d84893cfd34db66)) * Update babel packages ([#2115](https://github.com/ntucker/anansi/issues/2115)) ([6070a83](https://github.com/ntucker/anansi/commit/6070a83916e91bb7449d26c2bbfa79536089d5bb)) ### [4.2.12](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.11...@anansi/babel-preset@4.2.12) (2023-07-26) ### 📦 Package * Update all non-major dependencies ([#2101](https://github.com/ntucker/anansi/issues/2101)) ([e95a1f2](https://github.com/ntucker/anansi/commit/e95a1f2606d58f73f3d712500042869514ca91fa)) ### [4.2.11](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.10...@anansi/babel-preset@4.2.11) (2023-07-14) ### 📦 Package * Update babel packages to v7.22.9 ([#2089](https://github.com/ntucker/anansi/issues/2089)) ([5871101](https://github.com/ntucker/anansi/commit/5871101b30445e71657ddc201c72bd76388fad15)) ### [4.2.10](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.9...@anansi/babel-preset@4.2.10) (2023-07-06) ### 📦 Package * Update babel packages ([#2081](https://github.com/ntucker/anansi/issues/2081)) ([f279266](https://github.com/ntucker/anansi/commit/f279266dfcb73ceaafb63c7978f794d3a16be41c)) ### [4.2.9](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.8...@anansi/babel-preset@4.2.9) (2023-07-04) ### 📦 Package * Update babel packages to v7.22.6 ([#2067](https://github.com/ntucker/anansi/issues/2067)) ([82ff1fe](https://github.com/ntucker/anansi/commit/82ff1fe6611a4ca6833c84c536d787fe950be7ac)) ### [4.2.8](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.7...@anansi/babel-preset@4.2.8) (2023-06-11) ### 📦 Package * Update babel packages to v7.22.5 ([#2043](https://github.com/ntucker/anansi/issues/2043)) ([add85b0](https://github.com/ntucker/anansi/commit/add85b042cdc036c6ec83efbc0e0d2c82134bb4d)) ### [4.2.7](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.6...@anansi/babel-preset@4.2.7) (2023-06-01) ### 📦 Package * Update babel packages to ^7.22.4 ([#2030](https://github.com/ntucker/anansi/issues/2030)) ([25010b7](https://github.com/ntucker/anansi/commit/25010b734a67e85699b8a6740ffbdb2711181361)) ### [4.2.6](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.5...@anansi/babel-preset@4.2.6) (2023-05-27) ### 📦 Package * Update babel packages ([#2023](https://github.com/ntucker/anansi/issues/2023)) ([c5cd7ad](https://github.com/ntucker/anansi/commit/c5cd7ad6ac4fe048d31084628d4cffdc58abe16b)) * Update babel packages to ^7.22.3 ([#2027](https://github.com/ntucker/anansi/issues/2027)) ([2f35991](https://github.com/ntucker/anansi/commit/2f35991397697c763017640c476a5897e6194c97)) ### [4.2.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.4...@anansi/babel-preset@4.2.5) (2023-05-17) ### 📦 Package * Update `babel-plugin-react-require` to v4 ([#2008](https://github.com/ntucker/anansi/issues/2008)) ([08453f2](https://github.com/ntucker/anansi/commit/08453f285ffbdb7d0f05b48c2a23c0f81a805632)) ### [4.2.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.3...@anansi/babel-preset@4.2.4) (2023-05-07) ### 📦 Package * Update `@types/node` to v20 ([#1994](https://github.com/ntucker/anansi/issues/1994)) ([379a614](https://github.com/ntucker/anansi/commit/379a61487a585c9618c80a6d436e581931040c7f)) ### [4.2.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.2...@anansi/babel-preset@4.2.3) (2023-04-29) ### 📦 Package * Update babel packages to v7.21.5 ([#1984](https://github.com/ntucker/anansi/issues/1984)) ([35ca8bd](https://github.com/ntucker/anansi/commit/35ca8bd86be380d040183df1ead3901e5ededcaa)) ### [4.2.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.1...@anansi/babel-preset@4.2.2) (2023-03-31) ### 📦 Package * Update babel packages to v7.21.4 ([#1934](https://github.com/ntucker/anansi/issues/1934)) ([c12194a](https://github.com/ntucker/anansi/commit/c12194a06a66c574b1c903bfc66a1cd96122cc60)) ### [4.2.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.2.0...@anansi/babel-preset@4.2.1) (2023-03-28) **Note:** Version bump only for package @anansi/babel-preset ## [4.2.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.1.3...@anansi/babel-preset@4.2.0) (2023-03-27) ### 🚀 Features * Add BABEL_MODULES env ([95493e3](https://github.com/ntucker/anansi/commit/95493e34cd2aea8cebf33c17757b59337e9ee379)) ### [4.1.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.1.2...@anansi/babel-preset@4.1.3) (2023-03-26) ### 📦 Package * Add missing packages ([aee7ef8](https://github.com/ntucker/anansi/commit/aee7ef83a19e352ff7ee03cd89914810ebf1ed6f)) * Remove prerelease ranges ([1699480](https://github.com/ntucker/anansi/commit/169948070ab28c4a1038398459cc7f61d6b28800)) ### [4.1.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.1.1...@anansi/babel-preset@4.1.2) (2023-03-24) **Note:** Version bump only for package @anansi/babel-preset ### [4.1.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.1.0...@anansi/babel-preset@4.1.1) (2023-03-18) ### 💅 Enhancement * Drop lodash,ramda plugins ([580daf9](https://github.com/ntucker/anansi/commit/580daf93f7103c267e2206410f15d2d6276cd544)) ## [4.1.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.0.3...@anansi/babel-preset@4.1.0) (2023-03-18) ### 🚀 Features * Transform import.meta.url when targetting cjs ([c1b5b68](https://github.com/ntucker/anansi/commit/c1b5b6889f303777d1d54c1b9e80340294a615b3)) ### [4.0.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.0.2...@anansi/babel-preset@4.0.3) (2023-03-15) ### 📦 Package * Update babel packages ([#1879](https://github.com/ntucker/anansi/issues/1879)) ([6edf54a](https://github.com/ntucker/anansi/commit/6edf54a08da22a5b092e162b2d5c6a057f7153b8)) ### [4.0.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.0.1...@anansi/babel-preset@4.0.2) (2023-03-09) **Note:** Version bump only for package @anansi/babel-preset ### [4.0.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@4.0.0...@anansi/babel-preset@4.0.1) (2023-03-05) **Note:** Version bump only for package @anansi/babel-preset ## [4.0.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.5.0...@anansi/babel-preset@4.0.0) (2023-02-28) ### ⚠ 💥 BREAKING CHANGES * * Drop support for ancient jest versions that don't use caller options * CLI defaults to ESM even when node is target * Requires node 14+ ### 🚀 Features * Default to ESM when babel cli is used ([1363e85](https://github.com/ntucker/anansi/commit/1363e85424c32921e789c52a180f105ee3e1ab25)) ### 💅 Enhancement * Never hot reload (web-only) when targetting commonjs ([0d5b8f5](https://github.com/ntucker/anansi/commit/0d5b8f512e3d37021d53c1ba170f4d0aacbb5be4)) * Require node 14 ([43c1b38](https://github.com/ntucker/anansi/commit/43c1b38a72fbdf133f92681c3f51255285c5b43f)) ## [3.5.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.4.3...@anansi/babel-preset@3.5.0) (2023-02-28) ### 🚀 Features * Support TypeScript 5.0 ([0aab1f9](https://github.com/ntucker/anansi/commit/0aab1f9bc0d4af803217184f65f8f7642c4acd4c)) ### [3.4.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.4.2...@anansi/babel-preset@3.4.3) (2023-02-28) ### 💅 Enhancement * Get rid of deprecated substr() ([79adb37](https://github.com/ntucker/anansi/commit/79adb37ff9852fc96c8fc2c7e6c4f202d3ed0c1b)) ### [3.4.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.4.1...@anansi/babel-preset@3.4.2) (2023-02-26) ### 📦 Package * Update babel packages ([#1852](https://github.com/ntucker/anansi/issues/1852)) ([cc5d1e5](https://github.com/ntucker/anansi/commit/cc5d1e5b6cca483a1681b844892b5d850669490e)) ### [3.4.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.4.0...@anansi/babel-preset@3.4.1) (2023-01-29) **Note:** Version bump only for package @anansi/babel-preset ## [3.4.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.3.3...@anansi/babel-preset@3.4.0) (2023-01-22) ### 🚀 Features * Support cjs files ([4ef2b29](https://github.com/ntucker/anansi/commit/4ef2b296b32af57440cc4c670128dc88f4a27dce)) ### 📦 Package * Update babel packages ([#1822](https://github.com/ntucker/anansi/issues/1822)) ([bcdda91](https://github.com/ntucker/anansi/commit/bcdda91913fccaab2d937543123199bbb2b514c9)) ### [3.3.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.3.2...@anansi/babel-preset@3.3.3) (2023-01-18) ### 📦 Package * Update `babel-plugin-module-resolver` to v5 ([#1809](https://github.com/ntucker/anansi/issues/1809)) ([fce2897](https://github.com/ntucker/anansi/commit/fce2897f0c6f42d7f712ebab5b05550794de4dcd)) ### [3.3.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.3.1...@anansi/babel-preset@3.3.2) (2022-12-22) ### 📦 Package * Update babel packages to v7.20.7 ([#1797](https://github.com/ntucker/anansi/issues/1797)) ([fb4e177](https://github.com/ntucker/anansi/commit/fb4e17750bb5cde5b5fb1a7cd8e7b3c508e9bda9)) ### [3.3.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.3.0...@anansi/babel-preset@3.3.1) (2022-12-02) ### 🐛 Bug Fix * @babel/runtime detection ([bad6b45](https://github.com/ntucker/anansi/commit/bad6b45fe4bfd7e26b9aeb920fb9aae53dc3a63b)) * Continue default of @babel/runtime unless overridden ([1ec19d2](https://github.com/ntucker/anansi/commit/1ec19d2b67f6d1f5e34447b01a6d14ddb4a8e991)) ### 📝 Documentation * Update runtimePkg, useBuiltins sections ([a34864d](https://github.com/ntucker/anansi/commit/a34864d89d78650655c151b00fd06c9e723ccd1e)) ## [3.3.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.22...@anansi/babel-preset@3.3.0) (2022-12-02) ### 🚀 Features * Use @babel/runtime-corejs3 if available ([f5363a8](https://github.com/ntucker/anansi/commit/f5363a8714af15420cf5aaf1d761a84a20ff537b)) ### 📦 Package * Update babel packages to v7.20.5 ([#1776](https://github.com/ntucker/anansi/issues/1776)) ([a231b89](https://github.com/ntucker/anansi/commit/a231b891a77501717db2e0a3ad351d1d9ed55784)) ### [3.2.22](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.21...@anansi/babel-preset@3.2.22) (2022-11-06) ### 📦 Package * Update babel packages ([#1736](https://github.com/ntucker/anansi/issues/1736)) ([2ec01f5](https://github.com/ntucker/anansi/commit/2ec01f585dc90f5d366e7d1626a3f8b1cf7b752c)) ### [3.2.21](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.20...@anansi/babel-preset@3.2.21) (2022-10-27) ### 📦 Package * Update babel packages to ^7.20.0 ([#1727](https://github.com/ntucker/anansi/issues/1727)) ([21fc06b](https://github.com/ntucker/anansi/commit/21fc06bea3c356d387e8129897fbafb5d9cbd50f)) ### [3.2.20](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.19...@anansi/babel-preset@3.2.20) (2022-10-21) ### 📦 Package * Update babel packages to v7.19.6 ([#1715](https://github.com/ntucker/anansi/issues/1715)) ([6be2305](https://github.com/ntucker/anansi/commit/6be2305008f4fd7d16dddc2f6b90b88f88372394)) ### [3.2.19](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.18...@anansi/babel-preset@3.2.19) (2022-10-10) ### 📦 Package * Update `@babel/preset-env` to ^7.19.4 ([#1695](https://github.com/ntucker/anansi/issues/1695)) ([19a4b1d](https://github.com/ntucker/anansi/commit/19a4b1dee3993d06defb9947078dc41a0563d9c4)) ### [3.2.18](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.17...@anansi/babel-preset@3.2.18) (2022-09-29) ### 📦 Package * Update babel packages ([#1673](https://github.com/ntucker/anansi/issues/1673)) ([75fe563](https://github.com/ntucker/anansi/commit/75fe563f44777a379845c85201c7d0ef663e940b)) ### [3.2.17](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.16...@anansi/babel-preset@3.2.17) (2022-09-14) ### 📦 Package * Update babel packages to v7.19.1 ([#1662](https://github.com/ntucker/anansi/issues/1662)) ([28c2a3f](https://github.com/ntucker/anansi/commit/28c2a3f10b72f3474092a8f2fa51318941336d5b)) ### [3.2.16](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.15...@anansi/babel-preset@3.2.16) (2022-09-06) ### 📦 Package * Update babel packages to v7.19.0 ([#1638](https://github.com/ntucker/anansi/issues/1638)) ([b7438d1](https://github.com/ntucker/anansi/commit/b7438d107b7785aad2f7a336a6121f7a78217b3b)) ### [3.2.15](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.14...@anansi/babel-preset@3.2.15) (2022-08-13) ### 📦 Package * Update babel packages to ^7.18.12 ([#1609](https://github.com/ntucker/anansi/issues/1609)) ([5fc89ac](https://github.com/ntucker/anansi/commit/5fc89acc9fc0da3e5306c46e2718d2c024057cc7)) ### [3.2.14](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.13...@anansi/babel-preset@3.2.14) (2022-08-01) ### 📦 Package * Update babel packages to v7.18.10 ([#1603](https://github.com/ntucker/anansi/issues/1603)) ([bbaa15c](https://github.com/ntucker/anansi/commit/bbaa15c9e9c1e07479568acfb8e91a6ec4692833)) ### [3.2.13](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.12...@anansi/babel-preset@3.2.13) (2022-07-30) ### 💅 Enhancement * Remove extraneous semver package ([12f3d00](https://github.com/ntucker/anansi/commit/12f3d00408d3470adf61f650c87ad254b2e0ad66)) ### [3.2.12](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.11...@anansi/babel-preset@3.2.12) (2022-07-26) ### 📦 Package * **fix:** Remove unnecessary 'stable' dependency ([cfbd832](https://github.com/ntucker/anansi/commit/cfbd832e8a824104453dc043d35f247397756d67)) ### [3.2.11](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.10...@anansi/babel-preset@3.2.11) (2022-07-23) ### 📦 Package * @svgr/webpack, sass, core-js-compat, ts-jest, rest-hooks ([#1588](https://github.com/ntucker/anansi/issues/1588)) ([2fb6d6a](https://github.com/ntucker/anansi/commit/2fb6d6ae39f547689e4d482d935bad06fb80124f)) ### [3.2.10](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.9...@anansi/babel-preset@3.2.10) (2022-07-19) ### 📦 Package * Update babel monorepo to v7.18.9 ([#1583](https://github.com/ntucker/anansi/issues/1583)) ([f49c211](https://github.com/ntucker/anansi/commit/f49c211c633b6bbabdf50e4c8dd62cfd13015e22)) ### [3.2.9](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.8...@anansi/babel-preset@3.2.9) (2022-07-16) ### 📦 Package * commander, postcss-loader, readable-stream, ts-jest ([#1581](https://github.com/ntucker/anansi/issues/1581)) ([02e7eb8](https://github.com/ntucker/anansi/commit/02e7eb876e14e8a9ec9d453d4d19e6b5a0c81bee)) ### [3.2.8](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.7...@anansi/babel-preset@3.2.8) (2022-07-08) ### 📦 Package * Update `@babel/plugin-transform-typescript` to ^7.18.8 ([#1577](https://github.com/ntucker/anansi/issues/1577)) ([22aaa29](https://github.com/ntucker/anansi/commit/22aaa29de3d7b96dc4e7c51b497e967bfaff2f54)) ### [3.2.7](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.6...@anansi/babel-preset@3.2.7) (2022-06-29) ### 📦 Package * eslint-plugin-prettier, sass-loader ([#1565](https://github.com/ntucker/anansi/issues/1565)) ([981dd8b](https://github.com/ntucker/anansi/commit/981dd8b5f4645d62b05f05bc858d5e64cc5d5ff6)) * Update babel monorepo to v7.18.6 ([#1566](https://github.com/ntucker/anansi/issues/1566)) ([1634f13](https://github.com/ntucker/anansi/commit/1634f1358de98ba724433ffb462094ad17f88b72)) ### [3.2.6](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.5...@anansi/babel-preset@3.2.6) (2022-06-23) ### 📦 Package * sass, babel-plugin-ramda, pacote ([#1560](https://github.com/ntucker/anansi/issues/1560)) ([8d959de](https://github.com/ntucker/anansi/commit/8d959def13bb4d185c1617ef2380b61da1024e26)) ### [3.2.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.4...@anansi/babel-preset@3.2.5) (2022-06-15) ### 📦 Package * babel-plugin-ramda, prettier, svgo-loader, webpack-remove-empty-scripts ([#1548](https://github.com/ntucker/anansi/issues/1548)) ([3188449](https://github.com/ntucker/anansi/commit/3188449fa1cb126bd2e97d38f1ad2920b74fd062)) * ts-jest, core-js ([#1547](https://github.com/ntucker/anansi/issues/1547)) ([5ce69db](https://github.com/ntucker/anansi/commit/5ce69db30109aece708e7be7c33c3d3b9e7c5f73)) * Update babel monorepo to v7.18.5 ([#1545](https://github.com/ntucker/anansi/issues/1545)) ([aaaa8bc](https://github.com/ntucker/anansi/commit/aaaa8bcaa4d9188e9671ee31dc09b7aa9e3ce988)) * Update react monorepo ([#1549](https://github.com/ntucker/anansi/issues/1549)) ([7c06c5b](https://github.com/ntucker/anansi/commit/7c06c5b7056e62bdf24005799a918ecf5da2e41b)) ### [3.2.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.3...@anansi/babel-preset@3.2.4) (2022-06-09) ### 📦 Package * Update all non-major dependencies ([#1531](https://github.com/ntucker/anansi/issues/1531)) ([2677241](https://github.com/ntucker/anansi/commit/26772415c2763f35c1720a08bb4b5417214f20d3)) ### [3.2.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.2...@anansi/babel-preset@3.2.3) (2022-05-29) ### 📦 Package * Update `@babel/plugin-transform-typescript` to ^7.18.4 ([#1526](https://github.com/ntucker/anansi/issues/1526)) ([88cce84](https://github.com/ntucker/anansi/commit/88cce84eb6f3d968dd09b25232adb361a5051500)) ### [3.2.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.1...@anansi/babel-preset@3.2.2) (2022-05-28) ### 📦 Package * Update all non-major dependencies ([#1518](https://github.com/ntucker/anansi/issues/1518)) ([3d196fe](https://github.com/ntucker/anansi/commit/3d196fe164b66bde1375442758d8a9952e6e8a53)) * Update babel monorepo to v7.18.2 ([#1520](https://github.com/ntucker/anansi/issues/1520)) ([e0fe514](https://github.com/ntucker/anansi/commit/e0fe5142b0c308aff24b86faef6d70084c80691f)) ### [3.2.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.2.0...@anansi/babel-preset@3.2.1) (2022-05-24) ### 📦 Package * Update all non-major dependencies ([#1517](https://github.com/ntucker/anansi/issues/1517)) ([edc5c30](https://github.com/ntucker/anansi/commit/edc5c3064feda2ca876ad0288e8385e4e3d30a71)) ## [3.2.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.1.3...@anansi/babel-preset@3.2.0) (2022-05-20) ### 📦 Package * Update babel monorepo ([#1515](https://github.com/ntucker/anansi/issues/1515)) ([9d51b13](https://github.com/ntucker/anansi/commit/9d51b13218a67c17cfef56a1be88ac4af7933d03)) ### [3.1.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.1.2...@anansi/babel-preset@3.1.3) (2022-05-18) ### 💅 Enhancement * Remove legacy 'useESModules' transform-runtime option ([e14cbd7](https://github.com/ntucker/anansi/commit/e14cbd7c91df87d49a44e5d8ac3498a3fe4ef258)) ### [3.1.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.1.1...@anansi/babel-preset@3.1.2) (2022-05-17) ### 📦 Package * Update all non-major dependencies ([#1495](https://github.com/ntucker/anansi/issues/1495)) ([e1c7851](https://github.com/ntucker/anansi/commit/e1c7851312bc2b203a471f37056c2747987bdb77)) * Update babel monorepo to v7.17.12 ([#1505](https://github.com/ntucker/anansi/issues/1505)) ([cdf449c](https://github.com/ntucker/anansi/commit/cdf449c234da377c6968847a500ef77d7340c5bb)) ### [3.1.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.1.0...@anansi/babel-preset@3.1.1) (2022-05-04) ### 📦 Package * Update all non-major dependencies ([#1491](https://github.com/ntucker/anansi/issues/1491)) ([c15a3dd](https://github.com/ntucker/anansi/commit/c15a3dd616e9504cc68cdc299dde9ddabff3237a)) ## [3.1.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.0.4...@anansi/babel-preset@3.1.0) (2022-04-30) ### 🚀 Features * Support mjs cjs extensions ([954628d](https://github.com/ntucker/anansi/commit/954628d3eea3ab7857e41d4d3fff1487d9326235)) ### 📦 Package * Update all non-major dependencies ([#1481](https://github.com/ntucker/anansi/issues/1481)) ([0debae7](https://github.com/ntucker/anansi/commit/0debae7a11cadc9acd4113603b829285cf5eb84a)) * Update babel monorepo to v7.17.10 ([#1487](https://github.com/ntucker/anansi/issues/1487)) ([4cae6b5](https://github.com/ntucker/anansi/commit/4cae6b50855c2307ba1cf4e7293579d51614f978)) * Update react monorepo ([#1482](https://github.com/ntucker/anansi/issues/1482)) ([6c297e0](https://github.com/ntucker/anansi/commit/6c297e0c43dff82d52309915695b6700b367171c)) ### [3.0.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.0.3...@anansi/babel-preset@3.0.4) (2022-04-22) ### 🐛 Bug Fix * Ensure resolver options set are used ([86b52cd](https://github.com/ntucker/anansi/commit/86b52cd7fb6767c75fd16bed581d72124f8b317a)) ### 📦 Package * Update all non-major dependencies ([#1474](https://github.com/ntucker/anansi/issues/1474)) ([0c51250](https://github.com/ntucker/anansi/commit/0c5125030474a72dc4dfa6a50fda76154c1662c9)) * Update all non-major dependencies ([#1475](https://github.com/ntucker/anansi/issues/1475)) ([5b7e91e](https://github.com/ntucker/anansi/commit/5b7e91ece65cb856541566fc8859aae15abb461d)) ### [3.0.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.0.2...@anansi/babel-preset@3.0.3) (2022-04-16) ### 📦 Package * Update all non-major dependencies ([#1468](https://github.com/ntucker/anansi/issues/1468)) ([9c11a58](https://github.com/ntucker/anansi/commit/9c11a589cb06dbb5b0d9d2fc46899f716bf7a198)) * Update all non-major dependencies ([#1471](https://github.com/ntucker/anansi/issues/1471)) ([000d642](https://github.com/ntucker/anansi/commit/000d642055ee042dfb9049dd4cbc07d1fd5f3c9c)) ### [3.0.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.0.1...@anansi/babel-preset@3.0.2) (2022-04-08) ### 📦 Package * Update all non-major dependencies ([#1460](https://github.com/ntucker/anansi/issues/1460)) ([0e6a89b](https://github.com/ntucker/anansi/commit/0e6a89b3e988f1d2ed039e36a9e306b2e5c85fa1)) * Update babel monorepo to v7.17.9 ([#1459](https://github.com/ntucker/anansi/issues/1459)) ([57a3221](https://github.com/ntucker/anansi/commit/57a3221e07af845ff732c742af83abc5be3da19e)) ### [3.0.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@3.0.0...@anansi/babel-preset@3.0.1) (2022-03-30) ### 📦 Package * Update react monorepo ([#1451](https://github.com/ntucker/anansi/issues/1451)) ([890a11f](https://github.com/ntucker/anansi/commit/890a11f8a03e57c69a4bc2202550776222dfa2be)) ## [3.0.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.8.5...@anansi/babel-preset@3.0.0) (2022-03-22) ### ⚠ 💥 BREAKING CHANGES * Drop support for node 10 * - loose defaults to undefined ### 🚀 Features * Add decoratorsOptions ([ae7f1f2](https://github.com/ntucker/anansi/commit/ae7f1f2863702e982eab21f05d5bd12d22ce31cf)) ### 💅 Enhancement * Require node 12 ([61ac1fb](https://github.com/ntucker/anansi/commit/61ac1fb3b8d9fa2ea14aa02fd5c048b67997353d)) ### [2.8.5](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.8.4...@anansi/babel-preset@2.8.5) (2022-03-20) ### 📦 Package * Update all non-major dependencies ([#1441](https://github.com/ntucker/anansi/issues/1441)) ([b4b7be5](https://github.com/ntucker/anansi/commit/b4b7be5c3ef5c9e5ab870a045942c80b0dc6a4e8)) * Update babel monorepo ([#1442](https://github.com/ntucker/anansi/issues/1442)) ([5939396](https://github.com/ntucker/anansi/commit/59393967c70815608c23daf1e5b2a5b7e000d1b7)) ### [2.8.4](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.8.3...@anansi/babel-preset@2.8.4) (2022-02-16) ### 💅 Enhancement * Explicit dependencies ([60d6fa0](https://github.com/ntucker/anansi/commit/60d6fa012b1e1d05a25e8a861971ad11175d9773)) ### [2.8.3](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.8.2...@anansi/babel-preset@2.8.3) (2022-02-14) ### 💅 Enhancement * Only apply ramda and lodash optimizations if installed ([edb0412](https://github.com/ntucker/anansi/commit/edb04122c1a5c41b724bc5248135b06befd09e71)) ### [2.8.2](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.8.1...@anansi/babel-preset@2.8.2) (2022-02-09) ### 📦 Package * bump @babel/plugin-proposal-decorators from 7.17.0 to 7.17.2 ([#1387](https://github.com/ntucker/anansi/issues/1387)) ([a1758a0](https://github.com/ntucker/anansi/commit/a1758a05790b3bf2a0d2a45c8d1af47c5aa8b065)) ### 📝 Documentation * Update stage of TC39 feature support ([b896503](https://github.com/ntucker/anansi/commit/b896503e5320f170a0fedaee27a26021aebc739d)) ### [2.8.1](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.8.0...@anansi/babel-preset@2.8.1) (2022-02-03) ### 🐛 Bug Fix * Target misconfig when nodeTarget is inferred ([86220c4](https://github.com/ntucker/anansi/commit/86220c491d0abee0326b89f8d663f651380aba58)) ## [2.8.0](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.7.24...@anansi/babel-preset@2.8.0) (2022-02-03) ### 🚀 Features * Support top-level targets option ([#1358](https://github.com/ntucker/anansi/issues/1358)) ([48746df](https://github.com/ntucker/anansi/commit/48746df30d48cfd49b425d9ea26b719517c20cd5)) ### 📦 Package * Babel 7.17.0 ([1c35d00](https://github.com/ntucker/anansi/commit/1c35d00070c23facbdbbc90ced0e54beb694b3e6)) ### [2.7.24](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.7.23...@anansi/babel-preset@2.7.24) (2022-02-03) ### 💅 Enhancement * Only consider react-refresh for 'web' caller targets ([d1b1ed3](https://github.com/ntucker/anansi/commit/d1b1ed323048e5a260cd548bcec8c7944b78fdf6)) ### 🐛 Bug Fix * Modules with node ([0fcf036](https://github.com/ntucker/anansi/commit/0fcf036a5785ed8c1d64f94b778d71c8a96be402)) ### [2.7.23](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.7.22...@anansi/babel-preset@2.7.23) (2022-02-02) ### 🐛 Bug Fix * If modules is forced off - don't default transform to esm version ([#1357](https://github.com/ntucker/anansi/issues/1357)) ([de341f7](https://github.com/ntucker/anansi/commit/de341f742bba36404935b7a801f46a32caa7c477)) ### 📦 Package * bump core-js-compat from 3.20.3 to 3.21.0 ([#1353](https://github.com/ntucker/anansi/issues/1353)) ([986fc68](https://github.com/ntucker/anansi/commit/986fc68b0c8b26c1b9998ac66afab841b5cf97b6)) ### [2.7.22](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.7.21...@anansi/babel-preset@2.7.22) (2022-01-21) ### 📦 Package * bump @babel/plugin-transform-runtime from 7.16.8 to 7.16.10 ([#1300](https://github.com/ntucker/anansi/issues/1300)) ([7eb483e](https://github.com/ntucker/anansi/commit/7eb483ee9ed3b25a41c0875a207ade956556e65a)) * bump @babel/preset-env from 7.16.10 to 7.16.11 ([#1303](https://github.com/ntucker/anansi/issues/1303)) ([14fb2de](https://github.com/ntucker/anansi/commit/14fb2de94602e27d7d1459495f5af7c1d8cbcbf8)) * bump @babel/preset-env from 7.16.8 to 7.16.10 ([#1298](https://github.com/ntucker/anansi/issues/1298)) ([e5fe05f](https://github.com/ntucker/anansi/commit/e5fe05fed02fa38416acbeeedf71527b7fffbc1e)) * bump core-js-compat from 3.20.2 to 3.20.3 ([#1283](https://github.com/ntucker/anansi/issues/1283)) ([7cbe789](https://github.com/ntucker/anansi/commit/7cbe789396b71a0761887353008fd6d6169b131d)) ### [2.7.21](https://github.com/ntucker/anansi/compare/@anansi/babel-preset@2.7.20...@anansi/babel-preset@2.7.21) (2022-01-12) ### 📦 Package * bump @babel/plugin-transform-runtime from 7.16.7 to 7.16.8 ([#1248](https://github.com/ntucker/anansi/issues/1248)) ([2872b77](https://github.com/ntucker/anansi/commit/2872b77b0616e5f7