v7.5.0
New & Noteworthy
-
In #1187 a team of contributors (@jasel-lewis, @PatKayongo, @aprendendofelipe and @Shinigami92) tried to fix ESM
Hopefully this works now and did not break CJS 😬
If there are any bugs, please open a new issue!
There are also now additional "bin" bindings:node-pg-migrate-cjs
andnode-pg-migrate-esm
They can be used to enforce the specific variant and are a temporarily solution until cjs support is dropped
-
Columns are now correctly handle
cascade
option indropColumns
(thanks to @mGolestan98 in #1191 🙏)
What's Changed
- chore(deps): update pnpm to v9.1.4 by @renovate in #1180
- chore(deps): update dependency prettier to v3.3.0 by @renovate in #1181
- chore(deps): lock file maintenance by @renovate in #1182
- chore(deps): update dependency tsup to v8.1.0 by @renovate in #1185
- chore(deps): update typescript-eslint to v7.12.0 by @renovate in #1186
- fix(columns): handle column with cascade option in dropColumns by @mGolestan98 in #1191
- chore(deps): update pnpm to v9.3.0 by @renovate in #1195
- infra: pnpm v9.2 fixed strictness by @Shinigami92 in #1197
- chore(deps): update dependency prettier to v3.3.1 by @renovate in #1192
- chore(deps): update dependency vitepress to v1.2.3 by @renovate in #1193
- chore(deps): update devdependencies by @renovate in #1194
- chore(deps): lock file maintenance by @renovate in #1196
- chore(deps): update dependency prettier to v3.3.2 by @renovate in #1201
- chore(deps): update all non-major dependencies by @renovate in #1200
- chore(deps): update typescript-eslint to v7.13.1 by @renovate in #1202
- chore(deps): lock file maintenance by @renovate in #1203
- chore(deps): update dependency @types/node to v18.19.36 by @renovate in #1204
- fix: use createRequire to support esm by @Shinigami92 in #1187
- release: 7.5.0 by @Shinigami92 in #1205
New Contributors
- @mGolestan98 made their first contribution in #1191
Full Changelog: v7.4.0...v7.5.0