Closed renovate[bot] closed 1 year ago
Latest commit: 0c711a6d93a3cfaa7273729a982287073a32e681
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x
releases. But if you manually upgrade to 7.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
4.1.1
->7.0.0
Release Notes
kamilkisiela/bob
### [`v7.0.0`](https://togithub.com/kamilkisiela/bob/blob/HEAD/CHANGELOG.md#700) [Compare Source](https://togithub.com/kamilkisiela/bob/compare/v6.0.0...v7.0.0) ##### Major Changes - [#247](https://togithub.com/kamilkisiela/bob/pull/247) [`0a5ff75`](https://togithub.com/kamilkisiela/bob/commit/0a5ff7507dfc6a569fc3721bc99db45330f46517) Thanks [@kamilkisiela](https://togithub.com/kamilkisiela)! - Remove the `bob runify` command. - [`87da001`](https://togithub.com/kamilkisiela/bob/commit/87da00194ad616a31f4788c63a7ebca226a2b85f) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - Require Node 16 - [#248](https://togithub.com/kamilkisiela/bob/pull/248) [`20117cd`](https://togithub.com/kamilkisiela/bob/commit/20117cd209400f1ab61c6df94c937c77bf8db7ef) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - Require `engines.node` entry with `bob check` command. - [#253](https://togithub.com/kamilkisiela/bob/pull/253) [`f74688c`](https://togithub.com/kamilkisiela/bob/commit/f74688c024ab8bc6329a745a6c5c25114fdab454) Thanks [@n1ru4l](https://togithub.com/n1ru4l)! - Drop support for typescript 4. ##### Patch Changes - [#201](https://togithub.com/kamilkisiela/bob/pull/201) [`edf3301`](https://togithub.com/kamilkisiela/bob/commit/edf33014afa82c065ef4900ccbbc414cc864b1b4) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`execa@7.1.1` ↗︎](https://www.npmjs.com/package/execa/v/7.1.1) (from `6.1.0`, in `dependencies`) - [#229](https://togithub.com/kamilkisiela/bob/pull/229) [`2519f67`](https://togithub.com/kamilkisiela/bob/commit/2519f6784486d5451873f51940084773ff1dd768) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`typescript@^5.0.0` ↗︎](https://www.npmjs.com/package/typescript/v/4.7.4) (from `^4.7.4`, in `peerDependencies`) - [#244](https://togithub.com/kamilkisiela/bob/pull/244) [`f7b5824`](https://togithub.com/kamilkisiela/bob/commit/f7b58246e0aeb00f12b8238d30c986e00aa92891) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`consola@^3.0.0` ↗︎](https://www.npmjs.com/package/consola/v/3.0.0) (from `^2.15.3`, in `dependencies`) - [#247](https://togithub.com/kamilkisiela/bob/pull/247) [`0a5ff75`](https://togithub.com/kamilkisiela/bob/commit/0a5ff7507dfc6a569fc3721bc99db45330f46517) Thanks [@kamilkisiela](https://togithub.com/kamilkisiela)! - dependencies updates: - Removed dependency [`@vercel/ncc@^0.36.0` ↗︎](https://www.npmjs.com/package/@vercel/ncc/v/0.36.0) (from `dependencies`) - Removed dependency [`dependency-graph@^0.11.0` ↗︎](https://www.npmjs.com/package/dependency-graph/v/0.11.0) (from `dependencies`) - Removed dependency [`tsup@^6.5.0` ↗︎](https://www.npmjs.com/package/tsup/v/6.5.0) (from `dependencies`) ### [`v6.0.0`](https://togithub.com/kamilkisiela/bob/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://togithub.com/kamilkisiela/bob/compare/v5.0.1...v6.0.0) ##### Major Changes - [#202](https://togithub.com/kamilkisiela/bob/pull/202) [`2236863`](https://togithub.com/kamilkisiela/bob/commit/223686314b011c54fd1930a2555eb6dab7ccd9b5) Thanks [@enisdenjo](https://togithub.com/enisdenjo)! - Custom tsconfig path for the build command, default to `tsconfig.build.json` and fallback to `tsconfig.json`. - [#203](https://togithub.com/kamilkisiela/bob/pull/203) [`3b7efdc`](https://togithub.com/kamilkisiela/bob/commit/3b7efdc8cea6f01f9a4640f3bf7e90da5dac7d05) Thanks [@ardatan](https://togithub.com/ardatan)! - **Breaking** `jest-resolver.js` renamed to `jest-resolver.cjs` because Bob package is an ESM package. Please make sure to adjust your `jest.config.js`. ```diff - resolver: 'bob-the-bundler/jest-resolver.js' + resolver: 'bob-the-bundler/jest-resolver.cjs' ``` ##### Patch Changes - [#214](https://togithub.com/kamilkisiela/bob/pull/214) [`1567b4d`](https://togithub.com/kamilkisiela/bob/commit/1567b4d8e667286adc388cb2fac78bb92dd2b053) Thanks [@enisdenjo](https://togithub.com/enisdenjo)! - Include empty cjs/esm entry points for types-only packages - [#37](https://togithub.com/kamilkisiela/bob/pull/37) [`c912002`](https://togithub.com/kamilkisiela/bob/commit/c912002e6625d9fb5d56b7fb3dbd79ac80018aec) Thanks [@kamilkisiela](https://togithub.com/kamilkisiela)! - better windows support for paths in the runify command. - [#210](https://togithub.com/kamilkisiela/bob/pull/210) [`ad9fb40`](https://togithub.com/kamilkisiela/bob/commit/ad9fb4044ac59c6962203f03f1dfbc0ec0df271f) Thanks [@enisdenjo](https://togithub.com/enisdenjo)! - exports field should exist in types-only builds ### [`v5.0.1`](https://togithub.com/kamilkisiela/bob/blob/HEAD/CHANGELOG.md#501) [Compare Source](https://togithub.com/kamilkisiela/bob/compare/v5.0.0...v5.0.1) ##### Patch Changes - [#183](https://togithub.com/kamilkisiela/bob/pull/183) [`d6f981f`](https://togithub.com/kamilkisiela/bob/commit/d6f981f6d50608d4954c4a421b19b7cfe8f4b076) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from `^1.1.0`, in `dependencies`) - [#187](https://togithub.com/kamilkisiela/bob/pull/187) [`d7a8fd5`](https://togithub.com/kamilkisiela/bob/commit/d7a8fd54fb22973c3da426a0d907064b4b62ac40) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`mkdirp@^2.0.0` ↗︎](https://www.npmjs.com/package/mkdirp/v/2.0.0) (from `^1.0.4`, in `dependencies`) - [#188](https://togithub.com/kamilkisiela/bob/pull/188) [`4f9c7d4`](https://togithub.com/kamilkisiela/bob/commit/4f9c7d453911c252a813b084de5d183d994ae287) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`resolve.exports@^2.0.0` ↗︎](https://www.npmjs.com/package/resolve.exports/v/2.0.0) (from `^1.1.0`, in `dependencies`) - [#156](https://togithub.com/kamilkisiela/bob/pull/156) [`57cd333`](https://togithub.com/kamilkisiela/bob/commit/57cd333f9fe04026295cf076b10c9b2f7295f04d) Thanks [@kamilkisiela](https://togithub.com/kamilkisiela)! - Use Node18 as target in runfiy - [#191](https://togithub.com/kamilkisiela/bob/pull/191) [`5b5f85e`](https://togithub.com/kamilkisiela/bob/commit/5b5f85e95adc1e858c1a628e2eb1f88febd7247c) Thanks [@adriencohen](https://togithub.com/adriencohen)! - Include peerDependenciesMeta in build package.json ### [`v5.0.0`](https://togithub.com/kamilkisiela/bob/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://togithub.com/kamilkisiela/bob/compare/v4.1.1...v5.0.0) ##### Major Changes - [#167](https://togithub.com/kamilkisiela/bob/pull/167) [`d095697`](https://togithub.com/kamilkisiela/bob/commit/d0956978c70419c9f5203b3d8f85028589a51e66) Thanks [@B2o5T](https://togithub.com/B2o5T)! - bundle bob in esm instead cjs ##### Minor Changes - [#160](https://togithub.com/kamilkisiela/bob/pull/160) [`9ce6e27`](https://togithub.com/kamilkisiela/bob/commit/9ce6e279f362b78a6e925f1e038a1b611931ad55) Thanks [@B2o5T](https://togithub.com/B2o5T)! - Support pnpm workspaces from `pnpm-workspace.yaml`.. Throw an error in case both `pnpm-workspace.yaml` and `package.json#workspaces` fields exist. Add missing dependency `execa`. Cleanup and remove unused dependencies. ##### Patch Changes - [#145](https://togithub.com/kamilkisiela/bob/pull/145) [`a4ebd65`](https://togithub.com/kamilkisiela/bob/commit/a4ebd655dd76c8703edb64605f0de2dd58870263) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`rollup-plugin-typescript2@^0.34.0` ↗︎](https://www.npmjs.com/package/rollup-plugin-typescript2/v/0.34.0) (from `^0.33.0`, in `dependencies`) - [#150](https://togithub.com/kamilkisiela/bob/pull/150) [`e18b500`](https://togithub.com/kamilkisiela/bob/commit/e18b500cc3807d7a76ad38639ef1cc59c1eab987) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@vercel/ncc@^0.36.0` ↗︎](https://www.npmjs.com/package/@vercel/ncc/v/0.36.0) (from `^0.34.0`, in `dependencies`) - [#154](https://togithub.com/kamilkisiela/bob/pull/154) [`616e125`](https://togithub.com/kamilkisiela/bob/commit/616e1254ba3b3db638a2030abd244a50ff6ddb2b) Thanks [@renovate](https://togithub.com/apps/renovate)! - dependencies updates: - Updated dependency [`@rollup/plugin-json@^6.0.0` ↗︎](https://www.npmjs.com/package/@rollup/plugin-json/v/6.0.0) (from `^4.1.0`, in `dependencies`) - [#167](https://togithub.com/kamilkisiela/bob/pull/167) [`d095697`](https://togithub.com/kamilkisiela/bob/commit/d0956978c70419c9f5203b3d8f85028589a51e66) Thanks [@B2o5T](https://togithub.com/B2o5T)! - dependencies updates: - Updated dependency [`execa@6.1.0` ↗︎](https://www.npmjs.com/package/execa/v/6.1.0) (from `5.1.1`, in `dependencies`) - Updated dependency [`globby@^13.1.3` ↗︎](https://www.npmjs.com/package/globby/v/13.1.3) (from `^11.0.0`, in `dependencies`) - Updated dependency [`p-limit@^4.0.0` ↗︎](https://www.npmjs.com/package/p-limit/v/4.0.0) (from `^3.1.0`, in `dependencies`) - Updated dependency [`yargs@^17.6.2` ↗︎](https://www.npmjs.com/package/yargs/v/17.6.2) (from `^17.5.1`, in `dependencies`) - Updated dependency [`zod@^3.20.2` ↗︎](https://www.npmjs.com/package/zod/v/3.20.2) (from `^3.17.3`, in `dependencies`)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.